Version Description
Admin settings links, new Exclude selector option.
=
Download this release
Release Info
Developer | RavanH |
Plugin | Easy FancyBox |
Version | 1.8.19 |
Comparing to | |
See all releases |
Code changes from version 1.8.18 to 1.8.19
- README.md +0 -5
- easy-fancybox.php +3 -3
- inc/class-easyfancybox-admin.php +177 -133
- inc/class-easyfancybox.php +73 -59
- inc/easyfancybox-options.php +51 -29
- inc/translation-strings.php +146 -19
- languages/easy-fancybox-bel.mo +0 -0
- languages/easy-fancybox-bel.po +0 -687
- languages/easy-fancybox-cs_CZ.mo +0 -0
- languages/easy-fancybox-cs_CZ.po +0 -1022
- languages/easy-fancybox-el_GR.mo +0 -0
- languages/easy-fancybox-el_GR.po +0 -1054
- languages/easy-fancybox-es_ES.mo +0 -0
- languages/easy-fancybox-es_ES.po +0 -526
- languages/easy-fancybox-fa_IR.mo +0 -0
- languages/easy-fancybox-fa_IR.po +0 -1032
- languages/easy-fancybox-fr_FR.mo +0 -0
- languages/easy-fancybox-fr_FR.po +0 -856
- languages/easy-fancybox-gu_IN.mo +0 -0
- languages/easy-fancybox-gu_IN.po +0 -983
- languages/easy-fancybox-hi_IN.mo +0 -0
- languages/easy-fancybox-hi_IN.po +0 -525
- languages/easy-fancybox-hr.mo +0 -0
- languages/easy-fancybox-hr.po +0 -1011
- languages/easy-fancybox-id_ID.mo +0 -0
- languages/easy-fancybox-id_ID.po +0 -980
- languages/easy-fancybox-lt_LT.mo +0 -0
- languages/easy-fancybox-lt_LT.po +0 -523
- languages/easy-fancybox-nl.po +0 -680
- languages/easy-fancybox-nl_NL.mo +0 -0
- languages/easy-fancybox-nl_NL.po +0 -1178
- languages/easy-fancybox-pl_PL.mo +0 -0
- languages/easy-fancybox-pl_PL.po +0 -526
- languages/easy-fancybox-readme-bel.mo +0 -0
- languages/easy-fancybox-readme-bel.po +0 -1361
- languages/easy-fancybox-ro_RO.mo +0 -0
- languages/easy-fancybox-ro_RO.po +0 -522
- languages/easy-fancybox-ru_RU.mo +0 -0
- languages/easy-fancybox-ru_RU.po +0 -561
- languages/easy-fancybox-sk_SK.mo +0 -0
- languages/easy-fancybox-sk_SK.po +0 -1084
- languages/easy-fancybox-sr_RS.mo +0 -0
- languages/easy-fancybox-sr_RS.po +0 -1029
- languages/easy-fancybox-tr_TR.mo +0 -0
- languages/easy-fancybox-tr_TR.po +0 -1073
- languages/easy-fancybox-ua_UA.mo +0 -0
- languages/easy-fancybox-ua_UA.po +0 -560
- languages/easy-fancybox-xx_XX.mo +0 -0
- languages/easy-fancybox-xx_XX.po +0 -986
- languages/easy-fancybox.mo +0 -0
- languages/easy-fancybox.pot +0 -988
- languages/instructions.txt +0 -28
- readme.txt +13 -8
README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
# Easy FancyBox
|
2 |
-
|
3 |
-
WordPress plugin to easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Also supports Youtube, Vimeo, Dailymotion, PDF, iFrame and Flash movies.
|
4 |
-
|
5 |
-
[https://wordpress.org/plugins/easy-fancybox/](https://wordpress.org/plugins/easy-fancybox/)
|
|
|
|
|
|
|
|
|
|
easy-fancybox.php
CHANGED
@@ -5,12 +5,12 @@ 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.8.
|
9 |
Author: RavanH
|
10 |
Author URI: http://status301.net/
|
11 |
*/
|
12 |
|
13 |
-
/* Copyright
|
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
|
@@ -37,7 +37,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
37 |
* CONSTANTS
|
38 |
**************/
|
39 |
|
40 |
-
define( 'EASY_FANCYBOX_VERSION', '1.8.
|
41 |
define( 'FANCYBOX_VERSION', '1.3.24' );
|
42 |
define( 'MOUSEWHEEL_VERSION', '3.1.13' );
|
43 |
define( 'EASING_VERSION', '1.4.1' );
|
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.8.19
|
9 |
Author: RavanH
|
10 |
Author URI: http://status301.net/
|
11 |
*/
|
12 |
|
13 |
+
/* Copyright 2022 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
|
37 |
* CONSTANTS
|
38 |
**************/
|
39 |
|
40 |
+
define( 'EASY_FANCYBOX_VERSION', '1.8.19' );
|
41 |
define( 'FANCYBOX_VERSION', '1.3.24' );
|
42 |
define( 'MOUSEWHEEL_VERSION', '3.1.13' );
|
43 |
define( 'EASING_VERSION', '1.4.1' );
|
inc/class-easyfancybox-admin.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Easy FancyBox Admin Class
|
4 |
*/
|
5 |
class easyFancyBox_Admin extends easyFancyBox {
|
6 |
|
@@ -10,9 +10,9 @@ class easyFancyBox_Admin extends easyFancyBox {
|
|
10 |
|
11 |
public static $do_compat_warning = false;
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
|
17 |
public static function add_settings_section()
|
18 |
{
|
@@ -21,169 +21,188 @@ class easyFancyBox_Admin extends easyFancyBox {
|
|
21 |
|
22 |
public static function register_settings( $args = array() )
|
23 |
{
|
24 |
-
if ( empty( $args ) )
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
33 |
case 'deep':
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
|
38 |
case 'multiple':
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
|
50 |
default:
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
}
|
58 |
}
|
59 |
}
|
60 |
|
61 |
-
//
|
62 |
public static function settings_section()
|
63 |
{
|
64 |
echo '<style type="text/css">.options-media-php br { display: initial; }</style><!-- undo WP style rule introduced in 4.9 on settings-media -->
|
65 |
<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¤cy_code=EUR" title="'.__('Donate to keep the Easy FancyBox plugin development going!','easy-fancybox').'">
|
66 |
<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>';
|
67 |
-
echo sprintf(__('The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behavior 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>');
|
68 |
-
echo '</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>';
|
69 |
-
|
70 |
-
|
71 |
-
if ( !class_exists('easyFancyBox_Advanced')
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
echo '<p style="background-color:#F9D400;padding:5px 10px;border-radius:15px;box-shadow:#333 0 1px 1px;color:#000;">
|
76 |
-
<strong>Easy FancyBox advanced options at 30% OFF!</strong>
|
77 |
-
Black Friday to Cyber Monday: THE BIG 30 SALE at Status301.
|
78 |
-
<em>A whopping 30% discount but only for the first 30 customers.
|
79 |
-
After that, there will still be a discount of 15% for everybody until tuesday 0:00 GMT so
|
80 |
-
<strong><a href="https://premium.status301.com/black-friday-til-cyber-monday-big-30-sale/?discount=BFCM30" target="_blank">to take advantage of this opportunity</a></strong>
|
81 |
-
before it\'s too late</em>...</p>';
|
82 |
}
|
83 |
|
84 |
-
// Pro extension version compatibility message
|
85 |
if ( self::$do_compat_warning ) {
|
86 |
echo '<p class="update-nag">';
|
87 |
-
_e('Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional.','easy-fancybox');
|
88 |
echo ' ';
|
89 |
if ( current_user_can( 'install_plugins' ) )
|
90 |
-
printf(__('Please <a href="%1$s" target="_blank">download and install the latest Pro version</a>.','easy-fancybox'), 'https://premium.status301.com/account/');
|
91 |
else
|
92 |
-
_e('Please contact your web site administrator.','easy-fancybox');
|
93 |
echo '</p>';
|
94 |
}
|
95 |
}
|
96 |
|
97 |
-
//
|
98 |
-
public static function settings_fields($args)
|
99 |
{
|
100 |
-
$
|
101 |
-
|
102 |
-
|
|
|
|
|
|
|
103 |
case 'multiple':
|
104 |
case 'deep':
|
105 |
-
foreach ($args['options'] as $options)
|
106 |
-
self::settings_fields($options);
|
107 |
-
|
|
|
|
|
|
|
108 |
break;
|
|
|
109 |
case 'select':
|
110 |
-
if( !empty($args['label_for']) )
|
111 |
-
|
112 |
-
else
|
113 |
-
|
114 |
-
|
115 |
-
<select name="'.$args['id'].'" id="'.$args['id'].'">';
|
116 |
-
foreach ($args['options'] as $optionkey => $optionvalue) {
|
117 |
-
$
|
118 |
-
|
119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
}
|
121 |
-
echo '
|
122 |
-
</select> ';
|
123 |
-
if( empty($args['label_for']) )
|
124 |
-
echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
|
125 |
-
else
|
126 |
-
if (isset($args['description'])) echo $args['description'];
|
127 |
break;
|
|
|
128 |
case 'checkbox':
|
129 |
-
if( !empty($args['label_for']) )
|
130 |
-
|
131 |
-
else
|
132 |
-
if (isset($args['title']))
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
$
|
138 |
-
|
139 |
-
$
|
140 |
-
|
141 |
-
$default = __('Unchecked','easy-fancybox');
|
142 |
-
if( empty($args['label_for']) )
|
143 |
-
echo '
|
144 |
-
<label><input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.' '.$disabled.' /> '.$args['description'].'</label><br />';
|
145 |
-
else
|
146 |
-
echo '
|
147 |
-
<input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.' '.$disabled.' /> '.$args['description'].'<br />';
|
148 |
break;
|
|
|
149 |
case 'text':
|
150 |
case 'color': // TODO make color picker available for color values but do NOT use type="color" because that does not allow empty fields!
|
151 |
-
if( !empty($args['label_for']) )
|
152 |
-
|
153 |
-
else
|
154 |
-
|
155 |
-
|
156 |
-
<input type="text" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" class="'.$args['class'].'"'
|
157 |
-
if( empty($args['label_for']) )
|
158 |
-
|
159 |
-
else
|
160 |
-
if (isset($args['description']))
|
|
|
|
|
|
|
161 |
break;
|
|
|
162 |
case 'number':
|
163 |
-
if( !empty($args['label_for']) )
|
164 |
-
|
165 |
-
else
|
166 |
-
|
167 |
-
|
168 |
-
<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'].'"'
|
169 |
-
if( empty($args['label_for']) )
|
170 |
-
|
171 |
-
else
|
172 |
-
if (isset($args['description']))
|
|
|
|
|
|
|
173 |
break;
|
|
|
174 |
case 'hidden':
|
175 |
-
|
176 |
-
<input type="hidden" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" /> ';
|
177 |
break;
|
|
|
178 |
default:
|
179 |
-
if (isset($args['description']))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
}
|
181 |
-
|
182 |
-
|
|
|
|
|
183 |
}
|
184 |
|
185 |
/**
|
186 |
-
* Adds an action link to the Plugins page
|
187 |
*/
|
188 |
public static function add_action_link( $links )
|
189 |
{
|
@@ -193,7 +212,7 @@ class easyFancyBox_Admin extends easyFancyBox {
|
|
193 |
}
|
194 |
|
195 |
/**
|
196 |
-
* Adds links to plugin's description
|
197 |
*/
|
198 |
public static function plugin_meta_links( $links, $file )
|
199 |
{
|
@@ -206,7 +225,7 @@ class easyFancyBox_Admin extends easyFancyBox {
|
|
206 |
}
|
207 |
|
208 |
/***
|
209 |
-
* Santize Callbacks
|
210 |
*/
|
211 |
|
212 |
public static function intval( $setting = '' )
|
@@ -226,15 +245,36 @@ class easyFancyBox_Admin extends easyFancyBox {
|
|
226 |
}
|
227 |
|
228 |
public static function colorval( $setting = '' ) {
|
229 |
-
//
|
230 |
$setting = substr($setting, 0, 1) == '#' ? substr($setting, 1) : $setting;
|
231 |
|
232 |
-
//
|
233 |
$sanitized = ctype_xdigit($setting) ? '#'.$setting : '';
|
234 |
|
235 |
return $sanitized;
|
236 |
}
|
237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
/***********************
|
239 |
ACTIONS & FILTERS
|
240 |
***********************/
|
@@ -267,18 +307,22 @@ class easyFancyBox_Admin extends easyFancyBox {
|
|
267 |
/* If user clicks to ignore the notice, add that to their user meta */
|
268 |
global $current_user;
|
269 |
|
270 |
-
if ( isset($_GET['easy_fancybox_ignore_notice']) && '1' == $_GET['easy_fancybox_ignore_notice'] )
|
271 |
add_user_meta($current_user->ID, 'easy_fancybox_ignore_notice', 'true', true);
|
|
|
272 |
|
273 |
-
if (
|
274 |
-
|
275 |
-
|
|
|
276 |
self::$do_compat_warning = true;
|
|
|
|
|
277 |
}
|
278 |
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
|
283 |
public function __construct()
|
284 |
{
|
@@ -286,7 +330,7 @@ class easyFancyBox_Admin extends easyFancyBox {
|
|
286 |
add_action('admin_notices', array(__CLASS__, 'admin_notice'));
|
287 |
add_filter('plugin_action_links_'.parent::$plugin_basename, array(__CLASS__, 'add_action_link') );
|
288 |
|
289 |
-
//
|
290 |
//add_action('admin_menu', array(__CLASS__, 'add_menu'));
|
291 |
|
292 |
add_action('admin_init', array(__CLASS__, 'add_settings_section'));
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Easy FancyBox Admin Class.
|
4 |
*/
|
5 |
class easyFancyBox_Admin extends easyFancyBox {
|
6 |
|
10 |
|
11 |
public static $do_compat_warning = false;
|
12 |
|
13 |
+
/**
|
14 |
+
* ADMIN METHODS
|
15 |
+
*/
|
16 |
|
17 |
public static function add_settings_section()
|
18 |
{
|
21 |
|
22 |
public static function register_settings( $args = array() )
|
23 |
{
|
24 |
+
if ( empty( $args ) ) {
|
25 |
+
$args = parent::$options;
|
26 |
+
}
|
27 |
+
|
28 |
+
foreach ( $args as $key => $value ) {
|
29 |
+
// Check to see if the section is enabled, else skip to next.
|
30 |
+
if ( ! isset( $value['input'] ) ||
|
31 |
+
array_key_exists($key, parent::$options['Global']['options']['Enable']['options']) &&
|
32 |
+
!get_option( parent::$options['Global']['options']['Enable']['options'][$key]['id'], parent::$options['Global']['options']['Enable']['options'][$key]['default'])
|
33 |
+
) {
|
34 |
+
continue;
|
35 |
+
}
|
36 |
+
|
37 |
+
switch( $value['input'] ) {
|
38 |
case 'deep':
|
39 |
+
// Go deeper by looping back on itself.
|
40 |
+
self::register_settings($value['options']);
|
41 |
+
break;
|
42 |
|
43 |
case 'multiple':
|
44 |
+
add_settings_field( 'fancybox_'.$key, '<a name="'.$key.'"></a>'.$value['title'], array( __CLASS__, 'settings_fields' ), 'media', 'fancybox_section', $value);
|
45 |
+
foreach ( $value['options'] as $_value ) {
|
46 |
+
if ( !isset($_value['sanitize_callback']) )
|
47 |
+
$sanitize_callback = '';
|
48 |
+
else
|
49 |
+
$sanitize_callback = array( __CLASS__, $_value['sanitize_callback'] );
|
50 |
+
if ( isset($_value['id']) )
|
51 |
+
register_setting( 'media', $_value['id'], $sanitize_callback );
|
52 |
+
}
|
53 |
+
break;
|
54 |
|
55 |
default:
|
56 |
+
if ( !isset($value['sanitize_callback']) )
|
57 |
+
$sanitize_callback = '';
|
58 |
+
else
|
59 |
+
$sanitize_callback = array(__CLASS__, $value['sanitize_callback']);
|
60 |
+
if ( isset($value['id']) )
|
61 |
+
register_setting( 'media', 'fancybox_'.$key, $sanitize_callback );
|
62 |
}
|
63 |
}
|
64 |
}
|
65 |
|
66 |
+
// Add our FancyBox Media Settings Section on Settings > Media admin page.
|
67 |
public static function settings_section()
|
68 |
{
|
69 |
echo '<style type="text/css">.options-media-php br { display: initial; }</style><!-- undo WP style rule introduced in 4.9 on settings-media -->
|
70 |
<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¤cy_code=EUR" title="'.__('Donate to keep the Easy FancyBox plugin development going!','easy-fancybox').'">
|
71 |
<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>';
|
72 |
+
echo sprintf( __( 'The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behavior 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>' );
|
73 |
+
echo '</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>';
|
74 |
+
|
75 |
+
// Pro extension message.
|
76 |
+
if ( ! class_exists('easyFancyBox_Advanced') ) {
|
77 |
+
echo '<p><a href="'.easyFancyBox::$pro_plugin_url.'"><strong><em>' . __( 'For advanced options and support, please get the Easy FancyBox - Pro extension.', 'easy-fancybox' ) . '</strong></a></p>';
|
78 |
+
} else {
|
79 |
+
echo '<p><strong><em>' . __( 'Thank you for purchasing the Easy FancyBox - Pro extension. Your advanced options are available!', 'easy-fancybox' ) . ' <a href="https://premium.status301.com/support/forum/easy-fancybox-pro/">' . __( 'Get support here.', 'easy-fancybox' ) . '</a></em></strong></p>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
}
|
81 |
|
82 |
+
// Pro extension version compatibility message.
|
83 |
if ( self::$do_compat_warning ) {
|
84 |
echo '<p class="update-nag">';
|
85 |
+
_e( 'Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional.', 'easy-fancybox' );
|
86 |
echo ' ';
|
87 |
if ( current_user_can( 'install_plugins' ) )
|
88 |
+
printf( __( 'Please <a href="%1$s" target="_blank">download and install the latest Pro version</a>.', 'easy-fancybox' ), 'https://premium.status301.com/account/' );
|
89 |
else
|
90 |
+
_e( 'Please contact your web site administrator.', 'easy-fancybox' );
|
91 |
echo '</p>';
|
92 |
}
|
93 |
}
|
94 |
|
95 |
+
// Add our FancyBox Media Settings Fields.
|
96 |
+
public static function settings_fields( $args )
|
97 |
{
|
98 |
+
$output = array();
|
99 |
+
|
100 |
+
if ( isset( $args['input'] ) ) :
|
101 |
+
|
102 |
+
switch( $args['input'] ) {
|
103 |
+
|
104 |
case 'multiple':
|
105 |
case 'deep':
|
106 |
+
foreach ( $args['options'] as $options ) {
|
107 |
+
self::settings_fields( $options );
|
108 |
+
}
|
109 |
+
if ( isset( $args['description'] )) {
|
110 |
+
$output[] = $args['description'];
|
111 |
+
}
|
112 |
break;
|
113 |
+
|
114 |
case 'select':
|
115 |
+
if ( ! empty( $args['label_for'] ) ) {
|
116 |
+
$output[] = '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
|
117 |
+
} else {
|
118 |
+
$output[] = $args['title'];
|
119 |
+
}
|
120 |
+
$output[] = '<select name="'.$args['id'].'" id="'.$args['id'].'">';
|
121 |
+
foreach ( $args['options'] as $optionkey => $optionvalue ) {
|
122 |
+
$output[] = '<option value="'.esc_attr( $optionkey ).'"'. selected( get_option( $args['id'], $args['default'] ) == $optionkey, true, false ) .' '. disabled( isset( $args['status']) && 'disabled' == $args['status'], true, false ) .' >'.$optionvalue.'</option>';
|
123 |
+
}
|
124 |
+
$output[] = '</select> ';
|
125 |
+
if ( empty( $args['label_for'] ) ) {
|
126 |
+
$output[] = '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
|
127 |
+
} else {
|
128 |
+
if ( isset( $args['description'] ) ) {
|
129 |
+
$output[] = $args['description'];
|
130 |
+
}
|
131 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
break;
|
133 |
+
|
134 |
case 'checkbox':
|
135 |
+
if ( ! empty($args['label_for']) ) {
|
136 |
+
$output[] = '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
|
137 |
+
} else {
|
138 |
+
if ( isset($args['title']) ) {
|
139 |
+
$output[] = $args['title'];
|
140 |
+
}
|
141 |
+
}
|
142 |
+
if ( empty($args['label_for']) ) {
|
143 |
+
$output[] = '<label><input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '. checked( get_option( $args['id'], $args['default'] ), true, false ) .' '. disabled( isset( $args['status']) && 'disabled' == $args['status'], true, false ) .' /> '.$args['description'].'</label><br />';
|
144 |
+
} else {
|
145 |
+
$output[] = '<input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '. checked( get_option( $args['id'], $args['default'] ), true, false ) .' '. disabled( isset( $args['status']) && 'disabled' == $args['status'], true, false ) .' /> '.$args['description'].'<br />';
|
146 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
break;
|
148 |
+
|
149 |
case 'text':
|
150 |
case 'color': // TODO make color picker available for color values but do NOT use type="color" because that does not allow empty fields!
|
151 |
+
if ( ! empty( $args['label_for'] ) ) {
|
152 |
+
$output[] = '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
|
153 |
+
} else {
|
154 |
+
$output[] = $args['title'];
|
155 |
+
}
|
156 |
+
$output[] = '<input type="text" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" class="'.$args['class'].'"'. disabled( isset( $args['status']) && 'disabled' == $args['status'], true, false ) .' /> ';
|
157 |
+
if ( empty( $args['label_for'] ) ) {
|
158 |
+
$output[] = '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
|
159 |
+
} else {
|
160 |
+
if ( isset( $args['description'] ) ) {
|
161 |
+
$output[] = $args['description'];
|
162 |
+
}
|
163 |
+
}
|
164 |
break;
|
165 |
+
|
166 |
case 'number':
|
167 |
+
if ( ! empty( $args['label_for'] ) ) {
|
168 |
+
$output[] = '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
|
169 |
+
} else {
|
170 |
+
$output[] = $args['title'];
|
171 |
+
}
|
172 |
+
$output[] = '<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( isset( $args['status']) && 'disabled' == $args['status'], true, false ) .' /> ';
|
173 |
+
if ( empty( $args['label_for'] ) ) {
|
174 |
+
$output[] = '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
|
175 |
+
} else {
|
176 |
+
if ( isset( $args['description'] ) ) {
|
177 |
+
$output[] = $args['description'];
|
178 |
+
}
|
179 |
+
}
|
180 |
break;
|
181 |
+
|
182 |
case 'hidden':
|
183 |
+
$output[] = '<input type="hidden" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" /> ';
|
|
|
184 |
break;
|
185 |
+
|
186 |
default:
|
187 |
+
if ( isset( $args['description'] ) ) {
|
188 |
+
$output[] = $args['description'];
|
189 |
+
}
|
190 |
+
|
191 |
+
}
|
192 |
+
|
193 |
+
else :
|
194 |
+
|
195 |
+
if ( isset( $args['description'] ) ) {
|
196 |
+
$output[] = $args['description'];
|
197 |
}
|
198 |
+
|
199 |
+
endif;
|
200 |
+
|
201 |
+
echo implode( '', $output );
|
202 |
}
|
203 |
|
204 |
/**
|
205 |
+
* Adds an action link to the Plugins page.
|
206 |
*/
|
207 |
public static function add_action_link( $links )
|
208 |
{
|
212 |
}
|
213 |
|
214 |
/**
|
215 |
+
* Adds links to plugin's description.
|
216 |
*/
|
217 |
public static function plugin_meta_links( $links, $file )
|
218 |
{
|
225 |
}
|
226 |
|
227 |
/***
|
228 |
+
* Santize Callbacks.
|
229 |
*/
|
230 |
|
231 |
public static function intval( $setting = '' )
|
245 |
}
|
246 |
|
247 |
public static function colorval( $setting = '' ) {
|
248 |
+
// Strip possible # to prepare for sanitizing.
|
249 |
$setting = substr($setting, 0, 1) == '#' ? substr($setting, 1) : $setting;
|
250 |
|
251 |
+
// Only allow hex values or empty string.
|
252 |
$sanitized = ctype_xdigit($setting) ? '#'.$setting : '';
|
253 |
|
254 |
return $sanitized;
|
255 |
}
|
256 |
|
257 |
+
public static function csl_text( $setting = '' ) {
|
258 |
+
$settings_array = explode( ',', $setting );
|
259 |
+
|
260 |
+
$sanitized_array = array();
|
261 |
+
foreach ( $settings_array as $text ) {
|
262 |
+
if ( empty( $text ) ) {
|
263 |
+
continue;
|
264 |
+
}
|
265 |
+
$sanitized_array[] = sanitize_text_field( $text );
|
266 |
+
}
|
267 |
+
|
268 |
+
$json = wp_json_encode( $sanitized_array );
|
269 |
+
if ( ! $json ) {
|
270 |
+
return '';
|
271 |
+
}
|
272 |
+
$sanitized_array = json_decode( $json );
|
273 |
+
$sanitized = implode( ',', $sanitized_array );
|
274 |
+
|
275 |
+
return $sanitized;
|
276 |
+
}
|
277 |
+
|
278 |
/***********************
|
279 |
ACTIONS & FILTERS
|
280 |
***********************/
|
307 |
/* If user clicks to ignore the notice, add that to their user meta */
|
308 |
global $current_user;
|
309 |
|
310 |
+
if ( isset( $_GET['easy_fancybox_ignore_notice'] ) && '1' == $_GET['easy_fancybox_ignore_notice'] ) {
|
311 |
add_user_meta($current_user->ID, 'easy_fancybox_ignore_notice', 'true', true);
|
312 |
+
}
|
313 |
|
314 |
+
if (
|
315 |
+
class_exists( 'easyFancyBox_Advanced' ) &&
|
316 |
+
( ! defined( 'easyFancyBox_Advanced::VERSION' ) || version_compare( easyFancyBox_Advanced::VERSION, self::$compat_pro_min, '<' ) )
|
317 |
+
) {
|
318 |
self::$do_compat_warning = true;
|
319 |
+
}
|
320 |
+
|
321 |
}
|
322 |
|
323 |
+
/**
|
324 |
+
* RUN
|
325 |
+
*/
|
326 |
|
327 |
public function __construct()
|
328 |
{
|
330 |
add_action('admin_notices', array(__CLASS__, 'admin_notice'));
|
331 |
add_filter('plugin_action_links_'.parent::$plugin_basename, array(__CLASS__, 'add_action_link') );
|
332 |
|
333 |
+
// In preparation of dedicated admin page move:
|
334 |
//add_action('admin_menu', array(__CLASS__, 'add_menu'));
|
335 |
|
336 |
add_action('admin_init', array(__CLASS__, 'add_settings_section'));
|
inc/class-easyfancybox.php
CHANGED
@@ -27,13 +27,15 @@ class easyFancyBox {
|
|
27 |
|
28 |
public static $events = array( 'post-load' );
|
29 |
|
|
|
|
|
30 |
/**********************
|
31 |
MAIN INLINE SCRIPT
|
32 |
**********************/
|
33 |
|
34 |
private static function main()
|
35 |
{
|
36 |
-
//
|
37 |
foreach ( self::$options['Global']['options']['Enable']['options'] as $value ) {
|
38 |
if ( isset($value['id']) && '1' == get_option($value['id'],$value['default']) ) {
|
39 |
self::$add_scripts = true;
|
@@ -41,15 +43,15 @@ class easyFancyBox {
|
|
41 |
}
|
42 |
}
|
43 |
|
44 |
-
//
|
45 |
if ( !self::$add_scripts )
|
46 |
return false;
|
47 |
|
48 |
-
//
|
49 |
$script = 'var fb_timeout, fb_opts={';
|
50 |
|
51 |
-
|
52 |
-
* Global settings routine
|
53 |
*/
|
54 |
$more = 0;
|
55 |
foreach (self::$options['Global']['options'] as $globals) {
|
@@ -82,51 +84,61 @@ class easyFancyBox {
|
|
82 |
|
83 |
$script .= ' };
|
84 |
if(typeof easy_fancybox_handler===\'undefined\'){
|
85 |
-
var easy_fancybox_handler=function(){
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
foreach (self::$options as $key => $value) {
|
89 |
-
//
|
90 |
-
if ( isset($value['hide']) || !get_option(self::$options['Global']['options']['Enable']['options'][$key]['id'], self::$options['Global']['options']['Enable']['options'][$key]['default']) )
|
91 |
continue;
|
92 |
|
93 |
$script .= '
|
94 |
-
/* ' . $key . ' */';
|
95 |
|
96 |
-
|
97 |
* Auto-detection routines (2x)
|
98 |
*/
|
99 |
-
$autoAttribute = isset($value['options']['autoAttribute']) ? get_option( $value['options']['autoAttribute']['id'], $value['options']['autoAttribute']['default'] ) : '';
|
100 |
|
101 |
if ( !empty($autoAttribute) ) {
|
102 |
if ( is_numeric($autoAttribute) ) {
|
103 |
$script .= '
|
104 |
-
jQuery('.$value['options']['autoAttribute']['selector'].').not(\'.
|
105 |
} else {
|
106 |
-
//
|
107 |
-
$file_types = array_filter( explode( '
|
108 |
$more = 0;
|
109 |
$script .= '
|
110 |
-
var fb_'.$key.'_select=\'';
|
111 |
foreach ( $file_types as $type ) {
|
112 |
-
if ($type == "jpg" || $type == "jpeg" || $type == "png" || $type == "gif")
|
113 |
$type = '.'.$type;
|
114 |
if ($more>0)
|
115 |
$script .= ',';
|
116 |
-
$script .= 'a['.$value['options']['autoAttribute']['selector'].'"'.$type.'"]:not(.
|
117 |
$more++;
|
118 |
}
|
119 |
$script .= '\';';
|
120 |
|
121 |
$autoselector = class_exists('easyFancyBox_Advanced') ? get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']) : $value['options']['autoSelector']['default'];
|
122 |
|
123 |
-
//
|
124 |
if( '1' == get_option($value['options']['autoAttributeLimit']['id'],$value['options']['autoAttributeLimit']['default']) ) {
|
125 |
-
//
|
126 |
$script .= '
|
127 |
-
var fb_'.$key.'_sections=jQuery(\''.$autoselector.'\');
|
128 |
-
fb_'.$key.'_sections.each(function(){jQuery(this).find(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
|
129 |
-
//
|
130 |
switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
|
131 |
case '':
|
132 |
default :
|
@@ -142,10 +154,10 @@ fb_'.$key.'_sections.each(function(){jQuery(this).find(fb_'.$key.'_select).addCl
|
|
142 |
break;
|
143 |
}
|
144 |
} else {
|
145 |
-
//
|
146 |
$script .= '
|
147 |
-
jQuery(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
|
148 |
-
//
|
149 |
switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
|
150 |
case '':
|
151 |
default :
|
@@ -154,8 +166,8 @@ jQuery(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\
|
|
154 |
|
155 |
case '1':
|
156 |
$script .= ';
|
157 |
-
var fb_'.$key.'_sections=jQuery(\''.$autoselector.'\');
|
158 |
-
fb_'.$key.'_sections.each(function(){jQuery(this).find(fb_'.$key.'_select).attr(\'rel\',\'gallery-\'+fb_'.$key.'_sections.index(this));});';
|
159 |
break;
|
160 |
|
161 |
case '2':
|
@@ -166,26 +178,26 @@ fb_'.$key.'_sections.each(function(){jQuery(this).find(fb_'.$key.'_select).attr(
|
|
166 |
}
|
167 |
}
|
168 |
|
169 |
-
|
170 |
-
* Generate .fancybox() bind
|
171 |
*/
|
172 |
|
173 |
-
//
|
174 |
if ( $key == $autoClick )
|
175 |
$trigger = $value['options']['class']['default'];
|
176 |
|
177 |
$script .= '
|
178 |
-
jQuery(\'' . $value['options']['tag']['default'] . '\')';
|
179 |
|
180 |
-
//
|
181 |
$script .= '.each(function(){';
|
182 |
|
183 |
-
//
|
184 |
$bind = 'jQuery(this).fancybox(jQuery.extend({},fb_opts,{';
|
185 |
$more = 0;
|
186 |
foreach ( $value['options'] as $_key => $_value ) {
|
187 |
if ( isset($_value['id']) || isset($_value['default']) )
|
188 |
-
$parm = isset($_value['id']) ? get_option($_value['id'], $_value['default']) : $_value['default'];
|
189 |
else
|
190 |
$parm = '';
|
191 |
|
@@ -208,9 +220,8 @@ jQuery(\'' . $value['options']['tag']['default'] . '\')';
|
|
208 |
$script .= '});';
|
209 |
}
|
210 |
|
211 |
-
$script .= '
|
212 |
-
|
213 |
-
};';
|
214 |
|
215 |
if ( empty($delayClick) ) $delayClick = '0';
|
216 |
|
@@ -248,9 +259,11 @@ var easy_fancybox_auto=function(){setTimeout(function(){jQuery(\'a[class*="'.$tr
|
|
248 |
|
249 |
self::$inline_script = apply_filters( 'easy_fancybox_inline_script', $script );
|
250 |
|
251 |
-
|
|
|
|
|
252 |
|
253 |
-
//
|
254 |
$styles = '';
|
255 |
if ( isset($overlaySpotlight) && 'true' == $overlaySpotlight )
|
256 |
$styles .= '#fancybox-overlay{background-attachment:fixed;background-image:url("' . self::$plugin_url . 'images/light-mask.png");background-position:center;background-repeat:no-repeat;background-size:100% 100%}';
|
@@ -278,7 +291,7 @@ var easy_fancybox_auto=function(){setTimeout(function(){jQuery(\'a[class*="'.$tr
|
|
278 |
if ( !empty($styles) )
|
279 |
self::$inline_style = wp_strip_all_tags( $styles, true );
|
280 |
|
281 |
-
//
|
282 |
if ( isset($compatIE8) && 'true' == $compatIE8 ) {
|
283 |
self::$inline_style_ie = '/* IE6 */
|
284 |
.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'.self::$plugin_url.'images/fancy_close.png",sizingMethod="scale")}
|
@@ -314,7 +327,7 @@ var easy_fancybox_auto=function(){setTimeout(function(){jQuery(\'a[class*="'.$tr
|
|
314 |
|
315 |
public static function enqueue_scripts()
|
316 |
{
|
317 |
-
//
|
318 |
if ( !self::$add_scripts )
|
319 |
return;
|
320 |
|
@@ -332,40 +345,40 @@ var easy_fancybox_auto=function(){setTimeout(function(){jQuery(\'a[class*="'.$tr
|
|
332 |
$dep = get_option( 'fancybox_nojQuery', false ) ? array() : array('jquery');
|
333 |
$footer = get_option( 'fancybox_noFooter', false ) ? false : true;
|
334 |
|
335 |
-
//
|
336 |
wp_enqueue_script( 'jquery-fancybox', self::$plugin_url.'js/jquery.fancybox'.$min.'.js', $dep, FANCYBOX_VERSION, $footer );
|
337 |
|
338 |
-
// jQuery Easing, which is ot needed if jQueryUI Core Effects are loaded
|
339 |
if ( !wp_script_is( 'jquery-effects-core', 'enqueued' ) ) {
|
340 |
$add_easing = false;
|
341 |
-
//
|
342 |
if ( get_option( 'fancybox_enableImg', self::$options['Global']['options']['Enable']['options']['IMG']['default'] )
|
343 |
&& ( 'elastic' === get_option( 'fancybox_transitionIn', 'elastic' )
|
344 |
|| 'elastic' === get_option( 'fancybox_transitionOut', 'elastic' ) ) )
|
345 |
$add_easing = true;
|
346 |
-
//
|
347 |
if ( get_option( 'fancybox_enableInline', false )
|
348 |
&& ( 'elastic' === get_option( 'fancybox_transitionInInline' )
|
349 |
|| 'elastic' === get_option( 'fancybox_transitionOutInline' ) ) )
|
350 |
$add_easing = true;
|
351 |
-
//
|
352 |
if ( $add_easing ) {
|
353 |
wp_enqueue_script( 'jquery-easing', self::$plugin_url.'js/jquery.easing'.$min.'.js', $dep, EASING_VERSION, $footer );
|
354 |
}
|
355 |
}
|
356 |
|
357 |
-
// jQuery Mousewheel, which is not needed if jQueryUI Mouse is loaded
|
358 |
if ( get_option( 'fancybox_mouseWheel', true ) && !wp_script_is( 'jquery-ui-mouse', 'enqueued' ) ) {
|
359 |
wp_enqueue_script( 'jquery-mousewheel', self::$plugin_url.'js/jquery.mousewheel'.$min.'.js', $dep, MOUSEWHEEL_VERSION, $footer );
|
360 |
}
|
361 |
|
362 |
-
//
|
363 |
if ( get_option( 'fancybox_metaData' ) ) {
|
364 |
wp_enqueue_script( 'jquery-metadata',self::$plugin_url.'js/jquery.metadata'.$min.'.js', $dep, METADATA_VERSION, $footer );
|
365 |
}
|
366 |
|
367 |
if ( get_option( 'fancybox_pre45Compat', false ) || !function_exists( 'wp_add_inline_script' ) ) {
|
368 |
-
//
|
369 |
if ( !empty(self::$inline_style) )
|
370 |
add_action( 'wp_head', array(__CLASS__, 'print_inline_style'), 11 );
|
371 |
if ( !empty(self::$inline_style_ie) )
|
@@ -384,7 +397,7 @@ var easy_fancybox_auto=function(){setTimeout(function(){jQuery(\'a[class*="'.$tr
|
|
384 |
do_action( 'easy_fancybox_enqueue_scripts', array($min,$dep,$footer) );
|
385 |
}
|
386 |
|
387 |
-
//
|
388 |
public static function print_inline_script()
|
389 |
{
|
390 |
print( '<script type="text/javascript">' . self::$inline_script . '</script>' );
|
@@ -429,19 +442,19 @@ var easy_fancybox_auto=function(){setTimeout(function(){jQuery(\'a[class*="'.$tr
|
|
429 |
|
430 |
public static function upgrade( $old_version )
|
431 |
{
|
432 |
-
if (
|
433 |
if ( 'html' === get_option('fancybox_PDFclassType') ) {
|
434 |
update_option('fancybox_PDFonStart', 'function(a,i,o){o.type=\'pdf\';}');
|
435 |
delete_option('fancybox_PDFclassType');
|
436 |
}
|
437 |
}
|
438 |
-
//
|
439 |
-
update_option('easy_fancybox_version', EASY_FANCYBOX_VERSION);
|
440 |
}
|
441 |
|
442 |
public static function load_defaults()
|
443 |
{
|
444 |
-
if ( empty(self::$options) ) {
|
445 |
include self::$plugin_dir . '/inc/easyfancybox-options.php';
|
446 |
self::$options = $efb_options;
|
447 |
}
|
@@ -449,15 +462,16 @@ var easy_fancybox_auto=function(){setTimeout(function(){jQuery(\'a[class*="'.$tr
|
|
449 |
|
450 |
public static function maybe_upgrade()
|
451 |
{
|
452 |
-
$
|
453 |
|
454 |
-
if ( version_compare( EASY_FANCYBOX_VERSION, $
|
455 |
-
self::upgrade($
|
|
|
456 |
}
|
457 |
|
458 |
public static function load_main()
|
459 |
{
|
460 |
-
// Treat settings and prepare inline scripts and styles, or log debug message
|
461 |
if ( self::main() ) {
|
462 |
$priority = get_option( 'fancybox_scriptPriority' );
|
463 |
if ( is_numeric($priority) ) self::$priority = $priority;
|
27 |
|
28 |
public static $events = array( 'post-load' );
|
29 |
|
30 |
+
public static $pro_plugin_url = "https://premium.status301.com/downloads/easy-fancybox-pro/";
|
31 |
+
|
32 |
/**********************
|
33 |
MAIN INLINE SCRIPT
|
34 |
**********************/
|
35 |
|
36 |
private static function main()
|
37 |
{
|
38 |
+
// Check for any enabled sections.
|
39 |
foreach ( self::$options['Global']['options']['Enable']['options'] as $value ) {
|
40 |
if ( isset($value['id']) && '1' == get_option($value['id'],$value['default']) ) {
|
41 |
self::$add_scripts = true;
|
43 |
}
|
44 |
}
|
45 |
|
46 |
+
// Abort when none are active.
|
47 |
if ( !self::$add_scripts )
|
48 |
return false;
|
49 |
|
50 |
+
// Begin building output FancyBox settings.
|
51 |
$script = 'var fb_timeout, fb_opts={';
|
52 |
|
53 |
+
/**
|
54 |
+
* Global settings routine.
|
55 |
*/
|
56 |
$more = 0;
|
57 |
foreach (self::$options['Global']['options'] as $globals) {
|
84 |
|
85 |
$script .= ' };
|
86 |
if(typeof easy_fancybox_handler===\'undefined\'){
|
87 |
+
var easy_fancybox_handler=function(){';
|
88 |
+
|
89 |
+
$exclude = get_option( 'fancybox_autoExclude', self::$options['Global']['options']['Miscellaneous']['options']['autoExclude']['default'] );
|
90 |
+
$exclude_array = $exclude ? explode( ',', $exclude ) : array();
|
91 |
+
$exclude_selectors = ! empty( $exclude_array ) ? wp_json_encode( $exclude_array ) : false;
|
92 |
+
if ( $exclude_selectors ) {
|
93 |
+
$script .= '
|
94 |
+
jQuery(' . $exclude_selectors . '.join(\',\')).addClass(\'nofancybox\');';
|
95 |
+
}
|
96 |
+
|
97 |
+
$script .= '
|
98 |
+
jQuery(\'a.fancybox-close\').on(\'click\',function(e){e.preventDefault();jQuery.fancybox.close()});';
|
99 |
|
100 |
foreach (self::$options as $key => $value) {
|
101 |
+
// Check if not enabled or hide=true then skip.
|
102 |
+
if ( isset( $value['hide'] ) || ! isset( self::$options['Global']['options']['Enable']['options'][$key]['id'] ) || ! get_option( self::$options['Global']['options']['Enable']['options'][$key]['id'], self::$options['Global']['options']['Enable']['options'][$key]['default'] ) )
|
103 |
continue;
|
104 |
|
105 |
$script .= '
|
106 |
+
/* ' . $key . ' */';
|
107 |
|
108 |
+
/**
|
109 |
* Auto-detection routines (2x)
|
110 |
*/
|
111 |
+
$autoAttribute = isset( $value['options']['autoAttribute'] ) ? get_option( $value['options']['autoAttribute']['id'], $value['options']['autoAttribute']['default'] ) : '';
|
112 |
|
113 |
if ( !empty($autoAttribute) ) {
|
114 |
if ( is_numeric($autoAttribute) ) {
|
115 |
$script .= '
|
116 |
+
jQuery('.$value['options']['autoAttribute']['selector'].').not(\'.nofancybox,li.nofancybox>a\').addClass(\''.$value['options']['class']['default'].'\');';
|
117 |
} else {
|
118 |
+
// Set selectors.
|
119 |
+
$file_types = array_filter( explode( ',', str_replace( ' ', ',', $autoAttribute ) ) );
|
120 |
$more = 0;
|
121 |
$script .= '
|
122 |
+
var fb_'.$key.'_select=\'';
|
123 |
foreach ( $file_types as $type ) {
|
124 |
+
if ($type == "jpg" || $type == "jpeg" || $type == "png" || $type == "webp" || $type == "gif")
|
125 |
$type = '.'.$type;
|
126 |
if ($more>0)
|
127 |
$script .= ',';
|
128 |
+
$script .= 'a['.$value['options']['autoAttribute']['selector'].'"'.$type.'"]:not(.nofancybox,li.nofancybox>a),area['.$value['options']['autoAttribute']['selector'].'"'.$type.'"]:not(.nofancybox)';
|
129 |
$more++;
|
130 |
}
|
131 |
$script .= '\';';
|
132 |
|
133 |
$autoselector = class_exists('easyFancyBox_Advanced') ? get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']) : $value['options']['autoSelector']['default'];
|
134 |
|
135 |
+
// Class and rel depending on settings.
|
136 |
if( '1' == get_option($value['options']['autoAttributeLimit']['id'],$value['options']['autoAttributeLimit']['default']) ) {
|
137 |
+
// Add class.
|
138 |
$script .= '
|
139 |
+
var fb_'.$key.'_sections=jQuery(\''.$autoselector.'\');
|
140 |
+
fb_'.$key.'_sections.each(function(){jQuery(this).find(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
|
141 |
+
// Set rel.
|
142 |
switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
|
143 |
case '':
|
144 |
default :
|
154 |
break;
|
155 |
}
|
156 |
} else {
|
157 |
+
// Add class.
|
158 |
$script .= '
|
159 |
+
jQuery(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
|
160 |
+
// Set rel.
|
161 |
switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
|
162 |
case '':
|
163 |
default :
|
166 |
|
167 |
case '1':
|
168 |
$script .= ';
|
169 |
+
var fb_'.$key.'_sections=jQuery(\''.$autoselector.'\');
|
170 |
+
fb_'.$key.'_sections.each(function(){jQuery(this).find(fb_'.$key.'_select).attr(\'rel\',\'gallery-\'+fb_'.$key.'_sections.index(this));});';
|
171 |
break;
|
172 |
|
173 |
case '2':
|
178 |
}
|
179 |
}
|
180 |
|
181 |
+
/**
|
182 |
+
* Generate .fancybox() bind.
|
183 |
*/
|
184 |
|
185 |
+
// Prepare auto popup.
|
186 |
if ( $key == $autoClick )
|
187 |
$trigger = $value['options']['class']['default'];
|
188 |
|
189 |
$script .= '
|
190 |
+
jQuery(\'' . $value['options']['tag']['default'] . '\')';
|
191 |
|
192 |
+
// Use each() to allow different metadata values per instance; fix by Elron. Thanks!
|
193 |
$script .= '.each(function(){';
|
194 |
|
195 |
+
// Filter here.
|
196 |
$bind = 'jQuery(this).fancybox(jQuery.extend({},fb_opts,{';
|
197 |
$more = 0;
|
198 |
foreach ( $value['options'] as $_key => $_value ) {
|
199 |
if ( isset($_value['id']) || isset($_value['default']) )
|
200 |
+
$parm = isset($_value['id']) ? strval( get_option($_value['id'], $_value['default']) ) : strval( $_value['default'] );
|
201 |
else
|
202 |
$parm = '';
|
203 |
|
220 |
$script .= '});';
|
221 |
}
|
222 |
|
223 |
+
$script .= '
|
224 |
+
};};';
|
|
|
225 |
|
226 |
if ( empty($delayClick) ) $delayClick = '0';
|
227 |
|
259 |
|
260 |
self::$inline_script = apply_filters( 'easy_fancybox_inline_script', $script );
|
261 |
|
262 |
+
/**
|
263 |
+
* HEADER STYLES
|
264 |
+
*/
|
265 |
|
266 |
+
// Customized styles.
|
267 |
$styles = '';
|
268 |
if ( isset($overlaySpotlight) && 'true' == $overlaySpotlight )
|
269 |
$styles .= '#fancybox-overlay{background-attachment:fixed;background-image:url("' . self::$plugin_url . 'images/light-mask.png");background-position:center;background-repeat:no-repeat;background-size:100% 100%}';
|
291 |
if ( !empty($styles) )
|
292 |
self::$inline_style = wp_strip_all_tags( $styles, true );
|
293 |
|
294 |
+
// Running our IE alphaimageloader relative path styles here.
|
295 |
if ( isset($compatIE8) && 'true' == $compatIE8 ) {
|
296 |
self::$inline_style_ie = '/* IE6 */
|
297 |
.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'.self::$plugin_url.'images/fancy_close.png",sizingMethod="scale")}
|
327 |
|
328 |
public static function enqueue_scripts()
|
329 |
{
|
330 |
+
// Make sure whe actually need to do anything.
|
331 |
if ( !self::$add_scripts )
|
332 |
return;
|
333 |
|
345 |
$dep = get_option( 'fancybox_nojQuery', false ) ? array() : array('jquery');
|
346 |
$footer = get_option( 'fancybox_noFooter', false ) ? false : true;
|
347 |
|
348 |
+
// Register main fancybox script.
|
349 |
wp_enqueue_script( 'jquery-fancybox', self::$plugin_url.'js/jquery.fancybox'.$min.'.js', $dep, FANCYBOX_VERSION, $footer );
|
350 |
|
351 |
+
// jQuery Easing, which is ot needed if jQueryUI Core Effects are loaded.
|
352 |
if ( !wp_script_is( 'jquery-effects-core', 'enqueued' ) ) {
|
353 |
$add_easing = false;
|
354 |
+
// Test for easing in IMG settings.
|
355 |
if ( get_option( 'fancybox_enableImg', self::$options['Global']['options']['Enable']['options']['IMG']['default'] )
|
356 |
&& ( 'elastic' === get_option( 'fancybox_transitionIn', 'elastic' )
|
357 |
|| 'elastic' === get_option( 'fancybox_transitionOut', 'elastic' ) ) )
|
358 |
$add_easing = true;
|
359 |
+
// Test for easing in Inline settings.
|
360 |
if ( get_option( 'fancybox_enableInline', false )
|
361 |
&& ( 'elastic' === get_option( 'fancybox_transitionInInline' )
|
362 |
|| 'elastic' === get_option( 'fancybox_transitionOutInline' ) ) )
|
363 |
$add_easing = true;
|
364 |
+
// Enqueue easing?
|
365 |
if ( $add_easing ) {
|
366 |
wp_enqueue_script( 'jquery-easing', self::$plugin_url.'js/jquery.easing'.$min.'.js', $dep, EASING_VERSION, $footer );
|
367 |
}
|
368 |
}
|
369 |
|
370 |
+
// jQuery Mousewheel, which is not needed if jQueryUI Mouse is loaded.
|
371 |
if ( get_option( 'fancybox_mouseWheel', true ) && !wp_script_is( 'jquery-ui-mouse', 'enqueued' ) ) {
|
372 |
wp_enqueue_script( 'jquery-mousewheel', self::$plugin_url.'js/jquery.mousewheel'.$min.'.js', $dep, MOUSEWHEEL_VERSION, $footer );
|
373 |
}
|
374 |
|
375 |
+
// Metadata in Miscellaneous settings?
|
376 |
if ( get_option( 'fancybox_metaData' ) ) {
|
377 |
wp_enqueue_script( 'jquery-metadata',self::$plugin_url.'js/jquery.metadata'.$min.'.js', $dep, METADATA_VERSION, $footer );
|
378 |
}
|
379 |
|
380 |
if ( get_option( 'fancybox_pre45Compat', false ) || !function_exists( 'wp_add_inline_script' ) ) {
|
381 |
+
// Do it the old way.
|
382 |
if ( !empty(self::$inline_style) )
|
383 |
add_action( 'wp_head', array(__CLASS__, 'print_inline_style'), 11 );
|
384 |
if ( !empty(self::$inline_style_ie) )
|
397 |
do_action( 'easy_fancybox_enqueue_scripts', array($min,$dep,$footer) );
|
398 |
}
|
399 |
|
400 |
+
// Fallback methods for WordPress pre-4.5
|
401 |
public static function print_inline_script()
|
402 |
{
|
403 |
print( '<script type="text/javascript">' . self::$inline_script . '</script>' );
|
442 |
|
443 |
public static function upgrade( $old_version )
|
444 |
{
|
445 |
+
if ( ! $old_version ) { // Upgrade from 1.7 or older.
|
446 |
if ( 'html' === get_option('fancybox_PDFclassType') ) {
|
447 |
update_option('fancybox_PDFonStart', 'function(a,i,o){o.type=\'pdf\';}');
|
448 |
delete_option('fancybox_PDFclassType');
|
449 |
}
|
450 |
}
|
451 |
+
// Save new version.
|
452 |
+
update_option( 'easy_fancybox_version', EASY_FANCYBOX_VERSION );
|
453 |
}
|
454 |
|
455 |
public static function load_defaults()
|
456 |
{
|
457 |
+
if ( empty( self::$options ) ) {
|
458 |
include self::$plugin_dir . '/inc/easyfancybox-options.php';
|
459 |
self::$options = $efb_options;
|
460 |
}
|
462 |
|
463 |
public static function maybe_upgrade()
|
464 |
{
|
465 |
+
$old_version = get_option('easy_fancybox_version', 0);
|
466 |
|
467 |
+
if ( 0 !== version_compare( EASY_FANCYBOX_VERSION, $old_version ) ) {
|
468 |
+
self::upgrade( $old_version );
|
469 |
+
}
|
470 |
}
|
471 |
|
472 |
public static function load_main()
|
473 |
{
|
474 |
+
// Treat settings and prepare inline scripts and styles, or log debug message.
|
475 |
if ( self::main() ) {
|
476 |
$priority = get_option( 'fancybox_scriptPriority' );
|
477 |
if ( is_numeric($priority) ) self::$priority = $priority;
|
inc/easyfancybox-options.php
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
/**
|
3 |
* Easy FancyBox options and their defaults array
|
4 |
*/
|
5 |
-
$efb_url = "https://premium.status301.com/downloads/easy-fancybox-pro/";
|
6 |
|
7 |
$efb_options = array (
|
8 |
'Global' => array(
|
@@ -23,67 +22,75 @@ $efb_options = 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( easyFancyBox::$plugin_basename ) ) ? '' : '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',
|
38 |
'input' => 'checkbox',
|
39 |
'hide' => true,
|
40 |
'default' => '',
|
41 |
-
'description' => '<strong>' . __('PDF','easy-fancybox') . '</strong>'
|
42 |
),
|
43 |
'SWF' => array (
|
44 |
'id' => 'fancybox_enableSWF',
|
45 |
'input' => 'checkbox',
|
46 |
'hide' => true,
|
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',
|
60 |
'hide' => true,
|
61 |
'default' => '',
|
62 |
-
'description' => '<strong>' . __('YouTube','easy-fancybox') . '</strong>'
|
63 |
),
|
64 |
'Vimeo' => array (
|
65 |
'id' => 'fancybox_enableVimeo',
|
66 |
'input' => 'checkbox',
|
67 |
'hide' => true,
|
68 |
'default' => '',
|
69 |
-
'description' => '<strong>' . __('Vimeo','easy-fancybox') . '</strong>'
|
70 |
),
|
71 |
'Dailymotion' => array (
|
72 |
'id' => 'fancybox_enableDailymotion',
|
73 |
'input' => 'checkbox',
|
74 |
'hide' => true,
|
75 |
'default' => '',
|
76 |
-
'description' => '<strong>' . __('Dailymotion','easy-fancybox') . '</strong>'
|
77 |
),
|
78 |
'iFrame' => array (
|
79 |
'id' => 'fancybox_enableiFrame',
|
80 |
'input' => 'checkbox',
|
81 |
'hide' => true,
|
82 |
'default' => '',
|
83 |
-
'description' => '<strong>' . __('iFrames','easy-fancybox') . '</strong>'
|
84 |
)
|
85 |
),
|
86 |
-
'description' => '
|
87 |
),
|
88 |
'Overlay' => array (
|
89 |
'title' => __('Overlay','easy-fancybox'),
|
@@ -132,7 +139,7 @@ $efb_options = array (
|
|
132 |
'hide' => true,
|
133 |
'status' => get_option('fancybox_overlaySpotlight') ? '' : 'disabled',
|
134 |
'default' => '',
|
135 |
-
'description' => __('Spotlight effect','easy-fancybox') . ( get_option('fancybox_overlaySpotlight') ? '' : '. <em><a href="'
|
136 |
)
|
137 |
)
|
138 |
),
|
@@ -174,7 +181,7 @@ $efb_options = array (
|
|
174 |
'status' => 'disabled',
|
175 |
'class' => 'small-text',
|
176 |
'default' => '',
|
177 |
-
'description' => '<em><a href="'
|
178 |
),
|
179 |
'titleColor' => array (
|
180 |
'id' => 'fancybox_titleColor',
|
@@ -211,7 +218,7 @@ $efb_options = array (
|
|
211 |
'status' => 'disabled',
|
212 |
'class' => 'small-text',
|
213 |
'default' => '',
|
214 |
-
'description' => '<em><a href="'
|
215 |
),
|
216 |
|
217 |
'p11' => array (
|
@@ -345,7 +352,7 @@ $efb_options = array (
|
|
345 |
'1' => __('Link with ID "fancybox-auto"','easy-fancybox'),
|
346 |
),
|
347 |
'default' => '1',
|
348 |
-
'description' => '<em><a href="'
|
349 |
),
|
350 |
'delayClick' => array (
|
351 |
'id' => 'fancybox_delayClick',
|
@@ -376,7 +383,7 @@ $efb_options = array (
|
|
376 |
'30' => __('1 Month','easy-fancybox'),
|
377 |
'365' => __('1 Year','easy-fancybox')
|
378 |
),
|
379 |
-
'description' => ' <em><a href="'
|
380 |
),
|
381 |
'cookiePath' => array (
|
382 |
'id' => '',
|
@@ -465,7 +472,7 @@ $efb_options = array (
|
|
465 |
'input' => 'checkbox',
|
466 |
'status' => get_option('fancybox_metaData') ? '' : 'disabled',
|
467 |
'default' => '',
|
468 |
-
'description' => __('Include the Metadata jQuery extension script to allow passing custom parameters via link class.','easy-fancybox') . ( get_option('fancybox_metaData') ? '' : '. <em><a href="'
|
469 |
),
|
470 |
'vcMasonryCompat' => array (
|
471 |
'id' => 'fancybox_vcMasonryCompat',
|
@@ -473,7 +480,18 @@ $efb_options = array (
|
|
473 |
'input' => 'checkbox',
|
474 |
'status' => 'disabled',
|
475 |
'default' => '',
|
476 |
-
'description' => __('WPBakery / Visual Composer - Masonry Grid Gallery compatibility.','easy-fancybox') . ' <em><a href="'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
477 |
)
|
478 |
)
|
479 |
)
|
@@ -503,9 +521,10 @@ $efb_options = array (
|
|
503 |
'input' => 'text',
|
504 |
'class' => 'regular-text',
|
505 |
'hide' => true,
|
506 |
-
'default' => '.jpg
|
|
|
507 |
'selector' => 'href*=',
|
508 |
-
'description' => ' <em>' . __('Example:','easy-fancybox') . ' .jpg
|
509 |
),
|
510 |
'autoAttributeLimit' => array (
|
511 |
'id' => 'fancybox_autoAttributeLimit',
|
@@ -517,7 +536,7 @@ $efb_options = array (
|
|
517 |
'' => __('All image links', 'easy-fancybox')
|
518 |
),
|
519 |
'default' => '',
|
520 |
-
'description' => '<em><a href="'
|
521 |
),
|
522 |
'type' => array (
|
523 |
'id' => 'fancybox_classType',
|
@@ -560,7 +579,7 @@ $efb_options = array (
|
|
560 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
561 |
),
|
562 |
'default' => 'easeOutBack',
|
563 |
-
'description' => ' <em><a href="'
|
564 |
),
|
565 |
'transitionOut' => array (
|
566 |
'id' => 'fancybox_transitionOut',
|
@@ -587,7 +606,7 @@ $efb_options = array (
|
|
587 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
588 |
),
|
589 |
'default' => 'easeInBack',
|
590 |
-
'description' => ' <em><a href="'
|
591 |
),
|
592 |
'opacity' => array (
|
593 |
'id' => 'fancybox_opacity',
|
@@ -644,7 +663,7 @@ $efb_options = array (
|
|
644 |
'' => __('Hide/show title on mouse hover action','easy-fancybox')
|
645 |
),
|
646 |
'default' => '',
|
647 |
-
'description' => '<em><a href="'
|
648 |
),
|
649 |
'p3' => array (
|
650 |
'hide' => true,
|
@@ -662,7 +681,7 @@ $efb_options = array (
|
|
662 |
'2' => __('All in one gallery','easy-fancybox')
|
663 |
),
|
664 |
'default' => '1',
|
665 |
-
'description' => '<em><a href="'
|
666 |
),
|
667 |
'showNavArrows' => array (
|
668 |
'id' => 'fancybox_showNavArrows',
|
@@ -725,7 +744,7 @@ $efb_options = array (
|
|
725 |
'' => __('Slideshow','easy-fancybox')
|
726 |
),
|
727 |
'default' => '',
|
728 |
-
'description' => '<em><a href="'
|
729 |
)
|
730 |
)
|
731 |
),
|
@@ -794,7 +813,7 @@ $efb_options = array (
|
|
794 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
795 |
),
|
796 |
'default' => 'easeOutBack',
|
797 |
-
'description' => ' <em><a href="'
|
798 |
),
|
799 |
'transitionOut' => array (
|
800 |
'id' => 'fancybox_transitionOutInline',
|
@@ -821,7 +840,7 @@ $efb_options = array (
|
|
821 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
822 |
),
|
823 |
'default' => 'easeInBack',
|
824 |
-
'description' => ' <em><a href="'
|
825 |
),
|
826 |
'opacity' => array (
|
827 |
'id' => 'fancybox_opacityInline',
|
@@ -1146,6 +1165,9 @@ $efb_options = array (
|
|
1146 |
)
|
1147 |
),
|
1148 |
|
|
|
|
|
|
|
1149 |
'YouTube' => array(
|
1150 |
'title' => __('YouTube','easy-fancybox'),
|
1151 |
'input' => 'multiple',
|
2 |
/**
|
3 |
* Easy FancyBox options and their defaults array
|
4 |
*/
|
|
|
5 |
|
6 |
$efb_options = array (
|
7 |
'Global' => array(
|
22 |
'id' => 'fancybox_enableImg',
|
23 |
'input' => 'checkbox',
|
24 |
'hide' => true,
|
25 |
+
'default' => ( function_exists( 'is_plugin_active_for_network' ) && is_plugin_active_for_network( easyFancyBox::$plugin_basename ) ) ? '' : '1',
|
26 |
+
'description' => '<strong>' . __( 'Images', 'easy-fancybox' ) . '</strong>' . ( get_option('fancybox_enableImg') ? ' — <a href="#IMG">' . translate( 'Settings' ) . '</a>' : '' )
|
27 |
),
|
28 |
'Inline' => array (
|
29 |
'id' => 'fancybox_enableInline',
|
30 |
'input' => 'checkbox',
|
31 |
'hide' => true,
|
32 |
'default' => '',
|
33 |
+
'description' => '<strong>' . __( 'Inline content', 'easy-fancybox' ) . '</strong>' . '</strong>' . ( get_option('fancybox_enableInline') ? ' — <a href="#Inline">' . translate( 'Settings' ) . '</a>' : '' )
|
34 |
),
|
35 |
'PDF' => array (
|
36 |
'id' => 'fancybox_enablePDF',
|
37 |
'input' => 'checkbox',
|
38 |
'hide' => true,
|
39 |
'default' => '',
|
40 |
+
'description' => '<strong>' . __( 'PDF', 'easy-fancybox' ) . '</strong>' . '</strong>' . ( get_option('fancybox_enablePDF') ? ' — <a href="#PDF">' . translate( 'Settings' ) . '</a>' : '' )
|
41 |
),
|
42 |
'SWF' => array (
|
43 |
'id' => 'fancybox_enableSWF',
|
44 |
'input' => 'checkbox',
|
45 |
'hide' => true,
|
46 |
'default' => '',
|
47 |
+
'description' => '<strong>' . __( 'SWF', 'easy-fancybox' ) . '</strong>' . '</strong>' . ( get_option('fancybox_enableSWF') ? ' — <a href="#SWF">' . translate( 'Settings' ) . '</a>' : '' )
|
48 |
),
|
49 |
'SVG' => array (
|
50 |
'id' => 'fancybox_enableSVG',
|
51 |
'input' => 'checkbox',
|
52 |
'hide' => true,
|
53 |
'default' => '',
|
54 |
+
'description' => '<strong>' . __( 'SVG', 'easy-fancybox' ) . '</strong>' . '</strong>' . ( get_option('fancybox_enableSVG') ? ' — <a href="#SVG">' . translate( 'Settings' ) . '</a>' : '' )
|
55 |
+
),
|
56 |
+
'VideoPress' => array (
|
57 |
+
'id' => 'fancybox_enableVideoPress',
|
58 |
+
'input' => 'checkbox',
|
59 |
+
'hide' => true,
|
60 |
+
'default' => '',
|
61 |
+
'status' => 'disabled',
|
62 |
+
'description' => '<strong>' . __( 'VideoPress', 'easy-fancybox' ) . '</strong>' . ' ' . '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') . '</a></em>'
|
63 |
),
|
64 |
'YouTube' => array (
|
65 |
'id' => 'fancybox_enableYoutube',
|
66 |
'input' => 'checkbox',
|
67 |
'hide' => true,
|
68 |
'default' => '',
|
69 |
+
'description' => '<strong>' . __( 'YouTube', 'easy-fancybox' ) . '</strong>' . '</strong>' . ( get_option('fancybox_enableYouTube') ? ' — <a href="#YouTube">' . translate( 'Settings' ) . '</a>' : '' )
|
70 |
),
|
71 |
'Vimeo' => array (
|
72 |
'id' => 'fancybox_enableVimeo',
|
73 |
'input' => 'checkbox',
|
74 |
'hide' => true,
|
75 |
'default' => '',
|
76 |
+
'description' => '<strong>' . __( 'Vimeo', 'easy-fancybox' ) . '</strong>' . '</strong>' . ( get_option('fancybox_enableVimeo') ? ' — <a href="#Vimeo">' . translate( 'Settings' ) . '</a>' : '' )
|
77 |
),
|
78 |
'Dailymotion' => array (
|
79 |
'id' => 'fancybox_enableDailymotion',
|
80 |
'input' => 'checkbox',
|
81 |
'hide' => true,
|
82 |
'default' => '',
|
83 |
+
'description' => '<strong>' . __( 'Dailymotion', 'easy-fancybox' ) . '</strong>' . '</strong>' . ( get_option('fancybox_enableDailymotion') ? ' — <a href="#Dailymotion">' . translate( 'Settings' ) . '</a>' : '' )
|
84 |
),
|
85 |
'iFrame' => array (
|
86 |
'id' => 'fancybox_enableiFrame',
|
87 |
'input' => 'checkbox',
|
88 |
'hide' => true,
|
89 |
'default' => '',
|
90 |
+
'description' => '<strong>' . __('iFrames','easy-fancybox') . '</strong>' . '</strong>' . ( get_option('fancybox_enableiFrame') ? ' — <a href="#iFrame">' . translate( 'Settings' ) . '</a>' : '' )
|
91 |
)
|
92 |
),
|
93 |
+
'description' => ''
|
94 |
),
|
95 |
'Overlay' => array (
|
96 |
'title' => __('Overlay','easy-fancybox'),
|
139 |
'hide' => true,
|
140 |
'status' => get_option('fancybox_overlaySpotlight') ? '' : 'disabled',
|
141 |
'default' => '',
|
142 |
+
'description' => __('Spotlight effect','easy-fancybox') . ( get_option('fancybox_overlaySpotlight') ? '' : '. <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') ) . '</a></em>'
|
143 |
)
|
144 |
)
|
145 |
),
|
181 |
'status' => 'disabled',
|
182 |
'class' => 'small-text',
|
183 |
'default' => '',
|
184 |
+
'description' => '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') . '</a></em><br />'
|
185 |
),
|
186 |
'titleColor' => array (
|
187 |
'id' => 'fancybox_titleColor',
|
218 |
'status' => 'disabled',
|
219 |
'class' => 'small-text',
|
220 |
'default' => '',
|
221 |
+
'description' => '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') . '</a></em><br />'
|
222 |
),
|
223 |
|
224 |
'p11' => array (
|
352 |
'1' => __('Link with ID "fancybox-auto"','easy-fancybox'),
|
353 |
),
|
354 |
'default' => '1',
|
355 |
+
'description' => '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('More options »','easy-fancybox') . '</a></em><br />'
|
356 |
),
|
357 |
'delayClick' => array (
|
358 |
'id' => 'fancybox_delayClick',
|
383 |
'30' => __('1 Month','easy-fancybox'),
|
384 |
'365' => __('1 Year','easy-fancybox')
|
385 |
),
|
386 |
+
'description' => ' <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') . '</a></em><br />'
|
387 |
),
|
388 |
'cookiePath' => array (
|
389 |
'id' => '',
|
472 |
'input' => 'checkbox',
|
473 |
'status' => get_option('fancybox_metaData') ? '' : 'disabled',
|
474 |
'default' => '',
|
475 |
+
'description' => __('Include the Metadata jQuery extension script to allow passing custom parameters via link class.','easy-fancybox') . ( get_option('fancybox_metaData') ? '' : '. <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') ) . '</a></em>'
|
476 |
),
|
477 |
'vcMasonryCompat' => array (
|
478 |
'id' => 'fancybox_vcMasonryCompat',
|
480 |
'input' => 'checkbox',
|
481 |
'status' => 'disabled',
|
482 |
'default' => '',
|
483 |
+
'description' => __('WPBakery / Visual Composer - Masonry Grid Gallery compatibility.','easy-fancybox') . ' <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') . '</a></em>'
|
484 |
+
),
|
485 |
+
'autoExclude' => array (
|
486 |
+
'id' => 'fancybox_autoExclude',
|
487 |
+
'title' => __('Exclude','easy-fancybox'),
|
488 |
+
'label_for' => 'fancybox_autoExclude',
|
489 |
+
'input' => 'text',
|
490 |
+
'class' => 'regular-text',
|
491 |
+
'hide' => true,
|
492 |
+
'default' => '.nolightbox,a.wp-block-file__button,a.pin-it-button,a[href*=\'pinterest.com/pin/create\'],a[href*=\'facebook.com/share\'],a[href*=\'twitter.com/share\']',
|
493 |
+
'sanitize_callback' => 'csl_text',
|
494 |
+
'description' => __('A comma-separated list of selectors for elements to which FancyBox should not automatically bind itself. Media links inside these elements will be ignored by Autodetect.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' .nolightbox,a.wp-block-file__button,a.pin-it-button,a[href*=\'pinterest.com/pin/create\'],a[href*=\'facebook.com/share\'],a[href*=\'twitter.com/share\']</em><br />'
|
495 |
)
|
496 |
)
|
497 |
)
|
521 |
'input' => 'text',
|
522 |
'class' => 'regular-text',
|
523 |
'hide' => true,
|
524 |
+
'default' => '.jpg,.png,.webp',
|
525 |
+
'sanitize_callback' => 'csl_text',
|
526 |
'selector' => 'href*=',
|
527 |
+
'description' => __('A comma-separated list of image file extensions to which FancyBox should automatically bind itself.','easy-fancybox') . ' <em>' . __('Example:','easy-fancybox') . ' .jpg,.png,.gif,.jpeg</em><br />'
|
528 |
),
|
529 |
'autoAttributeLimit' => array (
|
530 |
'id' => 'fancybox_autoAttributeLimit',
|
536 |
'' => __('All image links', 'easy-fancybox')
|
537 |
),
|
538 |
'default' => '',
|
539 |
+
'description' => '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('More options »','easy-fancybox') . '</a></em><br />'
|
540 |
),
|
541 |
'type' => array (
|
542 |
'id' => 'fancybox_classType',
|
579 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
580 |
),
|
581 |
'default' => 'easeOutBack',
|
582 |
+
'description' => ' <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('More options »','easy-fancybox') . '</a></em><br />'
|
583 |
),
|
584 |
'transitionOut' => array (
|
585 |
'id' => 'fancybox_transitionOut',
|
606 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
607 |
),
|
608 |
'default' => 'easeInBack',
|
609 |
+
'description' => ' <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('More options »','easy-fancybox') . '</a></em><br />' . __('Note:','easy-fancybox') . ' ' . __('Easing effects only apply when Transition is set to Elastic. ','easy-fancybox') . '<br /><br />'
|
610 |
),
|
611 |
'opacity' => array (
|
612 |
'id' => 'fancybox_opacity',
|
663 |
'' => __('Hide/show title on mouse hover action','easy-fancybox')
|
664 |
),
|
665 |
'default' => '',
|
666 |
+
'description' => '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') . '</a></em><br />'
|
667 |
),
|
668 |
'p3' => array (
|
669 |
'hide' => true,
|
681 |
'2' => __('All in one gallery','easy-fancybox')
|
682 |
),
|
683 |
'default' => '1',
|
684 |
+
'description' => '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('More options »','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 />'
|
685 |
),
|
686 |
'showNavArrows' => array (
|
687 |
'id' => 'fancybox_showNavArrows',
|
744 |
'' => __('Slideshow','easy-fancybox')
|
745 |
),
|
746 |
'default' => '',
|
747 |
+
'description' => '<em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('Make available »','easy-fancybox') . '</a></em>'
|
748 |
)
|
749 |
)
|
750 |
),
|
813 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
814 |
),
|
815 |
'default' => 'easeOutBack',
|
816 |
+
'description' => ' <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('More options »','easy-fancybox') . '</a></em><br />'
|
817 |
),
|
818 |
'transitionOut' => array (
|
819 |
'id' => 'fancybox_transitionOutInline',
|
840 |
'easeOutBack' => __('easeOutBack','easy-fancybox')
|
841 |
),
|
842 |
'default' => 'easeInBack',
|
843 |
+
'description' => ' <em><a href="'.easyFancyBox::$pro_plugin_url.'">' . __('More options »','easy-fancybox') . '</a></em><br />' . __('Note:','easy-fancybox') . ' ' . __('Easing effects only apply when Transition is set to Elastic. ','easy-fancybox') . '<br /><br />'
|
844 |
),
|
845 |
'opacity' => array (
|
846 |
'id' => 'fancybox_opacityInline',
|
1165 |
)
|
1166 |
),
|
1167 |
|
1168 |
+
'VideoPress' => array(
|
1169 |
+
),
|
1170 |
+
|
1171 |
'YouTube' => array(
|
1172 |
'title' => __('YouTube','easy-fancybox'),
|
1173 |
'input' => 'multiple',
|
inc/translation-strings.php
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
-
<?php return;
|
2 |
-
/**
|
3 |
-
* This file exists solely to store the plugin translation strings.
|
4 |
-
|
5 |
-
*/
|
6 |
-
|
7 |
-
//
|
8 |
-
__('Thank you for purchasing the Easy FancyBox - Pro extension. New options are available.','easy-fancybox');
|
9 |
-
__('Get support here.','easy-fancybox');
|
10 |
|
11 |
-
//
|
12 |
__('Set a border radius to create rounded corners. Higher is rounder.','easy-fancybox');
|
13 |
|
14 |
-
//
|
15 |
__('Link with ID matching URL hash','easy-fancybox');
|
16 |
__('First Image link','easy-fancybox');
|
17 |
__('First PDF link','easy-fancybox');
|
18 |
__('First SWF link','easy-fancybox');
|
19 |
__('First SVG link','easy-fancybox');
|
|
|
20 |
__('First YouTube link','easy-fancybox');
|
21 |
__('First Vimeo link','easy-fancybox');
|
22 |
__('First Dailymotion link','easy-fancybox');
|
@@ -25,10 +21,10 @@ __('First of any link','easy-fancybox');
|
|
25 |
|
26 |
__('Treat popups on different URLs separately','easy-fancybox');
|
27 |
|
28 |
-
//
|
29 |
__('Links inside Section(s) only (below)','easy-fancybox');
|
30 |
|
31 |
-
//
|
32 |
__('easeInQuad','easy-fancybox');
|
33 |
__('easeOutQuad','easy-fancybox');
|
34 |
__('easeInOutQuad','easy-fancybox');
|
@@ -58,7 +54,8 @@ __('easeInBounce','easy-fancybox');
|
|
58 |
__('easeOutBounce','easy-fancybox');
|
59 |
__('easeInOutBounce','easy-fancybox');
|
60 |
|
61 |
-
//
|
|
|
62 |
__('Galleries per Section (below)','easy-fancybox');
|
63 |
__('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');
|
64 |
__('Examples: If your theme wraps post content in a div with class post, change this value to "div.post". If you want to group images in a WordPress gallery together, use ".gallery,.wp-block-gallery,.tiled-gallery". If you want to include images in a sidebar with ID primary, add ", #primary".','easy-fancybox');
|
@@ -69,10 +66,140 @@ __('(6 seconds)','easy-fancybox');
|
|
69 |
__('(9 seconds)','easy-fancybox');
|
70 |
__('(12 seconds)','easy-fancybox');
|
71 |
|
72 |
-
|
73 |
-
__('
|
74 |
-
__(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
__( 'Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional.', 'easy-fancybox' );
|
77 |
-
/* Translators:
|
78 |
-
__( 'Please upgrade %s to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php return;
|
2 |
+
/**
|
3 |
+
* This file exists solely to store the plugin translation strings, used only for PO parsing.
|
4 |
+
*/
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
+
// Appearance.
|
7 |
__('Set a border radius to create rounded corners. Higher is rounder.','easy-fancybox');
|
8 |
|
9 |
+
// Autopopup.
|
10 |
__('Link with ID matching URL hash','easy-fancybox');
|
11 |
__('First Image link','easy-fancybox');
|
12 |
__('First PDF link','easy-fancybox');
|
13 |
__('First SWF link','easy-fancybox');
|
14 |
__('First SVG link','easy-fancybox');
|
15 |
+
__('First VideoPress link','easy-fancybox');
|
16 |
__('First YouTube link','easy-fancybox');
|
17 |
__('First Vimeo link','easy-fancybox');
|
18 |
__('First Dailymotion link','easy-fancybox');
|
21 |
|
22 |
__('Treat popups on different URLs separately','easy-fancybox');
|
23 |
|
24 |
+
// Gallery section.
|
25 |
__('Links inside Section(s) only (below)','easy-fancybox');
|
26 |
|
27 |
+
// More easing effect names.
|
28 |
__('easeInQuad','easy-fancybox');
|
29 |
__('easeOutQuad','easy-fancybox');
|
30 |
__('easeInOutQuad','easy-fancybox');
|
54 |
__('easeOutBounce','easy-fancybox');
|
55 |
__('easeInOutBounce','easy-fancybox');
|
56 |
|
57 |
+
// Advanced options.
|
58 |
+
|
59 |
__('Galleries per Section (below)','easy-fancybox');
|
60 |
__('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');
|
61 |
__('Examples: If your theme wraps post content in a div with class post, change this value to "div.post". If you want to group images in a WordPress gallery together, use ".gallery,.wp-block-gallery,.tiled-gallery". If you want to include images in a sidebar with ID primary, add ", #primary".','easy-fancybox');
|
66 |
__('(9 seconds)','easy-fancybox');
|
67 |
__('(12 seconds)','easy-fancybox');
|
68 |
|
69 |
+
// License page.
|
70 |
+
__( 'Easy FancyBox Pro License', 'easy-fancybox' );
|
71 |
+
__( 'License', 'easy-fancybox' );
|
72 |
+
__( 'Support', 'easy-fancybox' );
|
73 |
+
printf( /* Translators: Plugin name, renew your license (linked) */
|
74 |
+
__( 'Enter your license key for %s.', 'easy-fancybox' ),
|
75 |
+
'<a href="' . trailingslashit( self::$store_url ) . 'downloads/easy-fancybox-pro/" target="_blank">' . __( 'Easy FancyBox Pro', 'easy-fancybox' ) . '</a>'
|
76 |
+
);
|
77 |
+
__( 'An active license key grants you access to plugin updates and support. If a license key is absent, deactivated or expired, the plugin may continue to work properly but you will not receive automatic updates.', 'easy-fancybox' );
|
78 |
+
sprintf( /* Translators: Plugin name, Status301 Premium account (linked) */
|
79 |
+
__( 'You can find your %1$s license key in your %2$s.', 'easy-fancybox' ),
|
80 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' ),
|
81 |
+
'<a href="https://premium.status301.com/account/" target="_blank">' . __( 'Status301 Premium account', 'easy-fancybox' ) . '</a>'
|
82 |
+
);
|
83 |
+
__( 'License key', 'easy-fancybox' );
|
84 |
+
__( 'Enter your license key.', 'easy-fancybox' );
|
85 |
+
_e( 'Your license is active for this site.', 'easy-fancybox' );
|
86 |
+
|
87 |
+
sprintf( /* Translators: Expiration date */
|
88 |
+
__( 'It expires on %s.', 'easy-fancybox' ),
|
89 |
+
$expires
|
90 |
+
);
|
91 |
+
sprintf( /* Translators: Plugin name */
|
92 |
+
__( 'To receive updates for %s, please activate your license for this site.', 'easy-fancybox' ),
|
93 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' )
|
94 |
+
);
|
95 |
+
sprintf( /* Translators: Premium Plugin name, renew your license (linked) */
|
96 |
+
__( 'To continue receiving updates for %1$s, please %2$s.', 'easy-fancybox' ),
|
97 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' ),
|
98 |
+
'<a href="' . trailingslashit( self::$store_url ) . 'checkout/?edd_license_key=' . $key . '&download_id=' . self::$item_id . '" target="_blank">' . __( 'renew your license', 'easy-fancybox' ) . '</a>'
|
99 |
+
);
|
100 |
+
sprintf( /* Translators: Account (linked), Premium Plugin name */
|
101 |
+
__( 'Please check your %1$s for possibilities to upgrade your %2$s license.', 'easy-fancybox' ),
|
102 |
+
'<a href="' . trailingslashit( self::$store_url ) . 'account/' . $payment_path . '" target="_blank">' . __( 'Status301 Premium account', 'easy-fancybox' ) . '</a>',
|
103 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' )
|
104 |
+
);
|
105 |
+
|
106 |
+
__( 'Beta version', 'easy-fancybox' );
|
107 |
+
sprintf( /* Translators: Premium Plugin name */
|
108 |
+
__( 'Get updates for pre-release versions of %s.', 'easy-fancybox' ),
|
109 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' )
|
110 |
+
);
|
111 |
+
__( 'This option will allow you to update the plugin to the latest beta release.', 'easy-fancybox' );
|
112 |
+
sprintf( /* Translators: Account (linked) */
|
113 |
+
__( 'Please note: Auto-updates are blocked for non-stable versions. Disabling this option will <em>not</em> automatically revert the plugin to the latest stable release. To downgrade manually, first download the latest stable release from your %1$s and then install it via %2$s.', 'easy-fancybox' ),
|
114 |
+
'<a href="' . trailingslashit( self::$store_url ) . 'account/downloads/" target="_blank">' . __( 'Status301 Premium account', 'easy-fancybox' ) . '</a>', '<a href="' . admin_url( 'plugin-install.php' ) . '?tab=upload">' . translate( 'Upload Plugin' ) . '</a>'
|
115 |
+
);
|
116 |
|
117 |
+
__( 'License action', 'easy-fancybox' );
|
118 |
+
__( 'Check license key', 'easy-fancybox' );
|
119 |
+
__( 'Activate license for this site', 'easy-fancybox' );
|
120 |
+
__( 'Deactivate license for this site', 'easy-fancybox' );
|
121 |
+
sprintf( /* Translators: Plugin name, Account (linked) */
|
122 |
+
__( 'You can (de)activate your %1$s license from here or manage domains from your %2$s.', 'easy-fancybox' ),
|
123 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' ),
|
124 |
+
'<a href="' . trailingslashit( self::$store_url ) . 'account/' . $payment_path . '" target="_blank">' . __( 'Status301 Premium account', 'easy-fancybox' ) . '</a>'
|
125 |
+
);
|
126 |
+
|
127 |
+
// Admin notices.
|
128 |
+
sprintf( /* Translators: Premium Plugin name, Plugin name (linked) */
|
129 |
+
__( 'To use the %1$s advanced options, please install %$2s.', 'easy-fancybox' ),
|
130 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' ),
|
131 |
+
'<a href="' . esc_url( network_admin_url( 'plugin-install.php?tab=plugin-information&plugin=easy-fancybox&TB_iframe=true&width=600&height=550' ) ) . '" target="_blank" class="thickbox">'.__( 'Easy FancyBox', 'easy-fancybox' ).'</a>'
|
132 |
+
);
|
133 |
+
sprintf( /* Translators: Premium Plugin name, Plugin name */
|
134 |
+
__( 'In order to use %1$s, please activate %2$s.', 'easy-fancybox' ),
|
135 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' ),
|
136 |
+
'<strong>'.__( 'Easy FancyBox', 'easy-fancybox' ).'</strong>'
|
137 |
+
);
|
138 |
__( 'Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional.', 'easy-fancybox' );
|
139 |
+
printf( /* Translators: Plugin name (linked), version number */
|
140 |
+
__( 'Please upgrade %1$s to version %2$s or later.', 'easy-fancybox' ),
|
141 |
+
'<a href="' . esc_url( network_admin_url( 'plugin-install.php?tab=plugin-information&plugin=easy-fancybox&TB_iframe=true&width=600&height=550' ) ) . '" target="_blank" class="thickbox">'.__( 'Easy FancyBox', 'easy-fancybox' ).'</a>',
|
142 |
+
self::$compat_min
|
143 |
+
);
|
144 |
+
|
145 |
+
// Error messages.
|
146 |
+
sprintf( /* Translators: Expiration date */
|
147 |
+
__( 'Your license key has expired on %s.', 'easy-fancybox' ),
|
148 |
+
date_i18n(
|
149 |
+
get_option( 'date_format' ),
|
150 |
+
strtotime( $expires, current_time( 'timestamp' ) )
|
151 |
+
)
|
152 |
+
);
|
153 |
+
__( 'Your license key has expired.', 'easy-fancybox' );
|
154 |
+
__( 'Your license key has been disabled.', 'easy-fancybox' );
|
155 |
+
__( 'This appears to be an invalid license key.', 'easy-fancybox' );
|
156 |
+
__( 'Your license is not active for this site.', 'easy-fancybox' );
|
157 |
+
sprintf( /* Translators: Plugin name */
|
158 |
+
__( 'This appears to be an invalid license key for %s.', 'easy-fancybox' ),
|
159 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' )
|
160 |
+
);
|
161 |
+
__( 'Your license key has reached its activation limit.', 'easy-fancybox' );
|
162 |
+
__( 'An error occurred, please try again.', 'easy-fancybox' );
|
163 |
+
__( 'An unkown error occurred. Please try again.', 'easy-fancybox' );
|
164 |
+
sprintf( /* Translators: license error code, Support (linked) */
|
165 |
+
__( 'Unexpected license error code %1$s. Please try again or get %2$s.', 'easy-fancybox' ),
|
166 |
+
'<code>' . $error . '</code>',
|
167 |
+
'<a target="_blank" href="https://premium.status301.com/support-ticket/">' . __( 'Support', 'easy-fancybox' ) . '</a>'
|
168 |
+
);
|
169 |
+
sprintf( /* Translators: Plugin name */
|
170 |
+
__( 'You have not yet entered your license key for %s.', 'easy-fancybox' ),
|
171 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' )
|
172 |
+
);
|
173 |
+
sprintf( /* Translators: plugin admin page URL */
|
174 |
+
__( 'To receive plugin updates, please <a href="%s">correct this issue</a>.', 'easy-fancybox' ),
|
175 |
+
admin_url( 'options.php' ) . '?page=easy-fancybox-license'
|
176 |
+
);
|
177 |
+
sprintf( /* Translators: Plugin name */
|
178 |
+
__( 'You have an invalid or expired license key for %s.', 'easy-fancybox' ),
|
179 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' )
|
180 |
+
);
|
181 |
+
sprintf( /* Translators: plugin admin page URL */
|
182 |
+
__( 'To receive plugin updates, please <a href="%s">correct this issue</a>.', 'easy-fancybox' ),
|
183 |
+
admin_url( 'options.php' ) . '?page=easy-fancybox-license'
|
184 |
+
);
|
185 |
+
sprintf( /* Translators: Plugin name */
|
186 |
+
__( 'Your license key for %s is not activated for this site.', 'easy-fancybox' ),
|
187 |
+
__( 'Easy FancyBox Pro', 'easy-fancybox' )
|
188 |
+
);
|
189 |
+
sprintf( /* Translators: plugin admin page URL */
|
190 |
+
__( 'To receive plugin updates, please <a href="%s">correct this issue</a>.', 'easy-fancybox' ),
|
191 |
+
admin_url( 'options.php' ) . '?page=easy-fancybox-license'
|
192 |
+
);
|
193 |
+
__( 'Your license was successfully activated for this site.', 'easy-fancybox' );
|
194 |
+
__( 'Your license was successfully deactivated for this site.', 'easy-fancybox' );
|
195 |
+
__( 'Your license is active for this site.', 'easy-fancybox' );
|
196 |
+
__( 'Your license is not active for this site.', 'easy-fancybox' );
|
197 |
+
__( 'Too many requests. Please try again in a minute.', 'easy-fancybox' );
|
198 |
+
__( 'Cannot make requests to own domain.', 'easy-fancybox' );
|
199 |
+
__( 'Failed identify the product.', 'easy-fancybox' );
|
200 |
+
sprintf( /* Translators: http repsonse code */
|
201 |
+
__( 'Unexpected response code %d.', 'easy-fancybox' ),
|
202 |
+
'<code>' . $response . '</code>'
|
203 |
+
);
|
204 |
+
|
205 |
+
__('To make any VideoPress movie open in an overlay, switch on Autodetect or use the class "fancybox-videopress" for its link.','easy-fancybox');
|
languages/easy-fancybox-bel.mo
DELETED
Binary file
|
languages/easy-fancybox-bel.po
DELETED
@@ -1,687 +0,0 @@
|
|
1 |
-
# Translation of Development (trunk) in Belarusian
|
2 |
-
# This file is distributed under the same license as the Development (trunk) package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"PO-Revision-Date: 2016-05-30 17:22+0300\n"
|
6 |
-
"MIME-Version: 1.0\n"
|
7 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
-
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
10 |
-
"X-Generator: Poedit 1.8.7\n"
|
11 |
-
"Project-Id-Version: Development (trunk)\n"
|
12 |
-
"POT-Creation-Date: \n"
|
13 |
-
"Last-Translator: \n"
|
14 |
-
"Language-Team: \n"
|
15 |
-
"Language: be\n"
|
16 |
-
|
17 |
-
#: inc/class-easyfancybox-options.php:1547
|
18 |
-
msgid "Allow embedded content to jump to full screen mode"
|
19 |
-
msgstr "Дазволіць ўбудаванаму зместу перайсці ў поўнаэкранны рэжым"
|
20 |
-
|
21 |
-
#: inc/class-easyfancybox-admin.php:52
|
22 |
-
msgid "Donate to keep the Easy FancyBox plugin development going!"
|
23 |
-
msgstr "Дапамагчы распрацоўваць Easy FancyBox плагін!"
|
24 |
-
|
25 |
-
#: inc/class-easyfancybox-admin.php:52
|
26 |
-
msgid "The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by %s."
|
27 |
-
msgstr "Параметры ў гэтым раздзеле прадастаўлены плагін % і вызначаюць <strong>Media Lightbox</strong> знешні выгляд накладання і паводзіны кантралюецца % ."
|
28 |
-
|
29 |
-
#. Plugin Name of the plugin/theme
|
30 |
-
#: inc/class-easyfancybox-admin.php:52
|
31 |
-
msgid "Easy FancyBox"
|
32 |
-
msgstr "Easy FancyBox"
|
33 |
-
|
34 |
-
#: inc/class-easyfancybox-admin.php:52 inc/class-easyfancybox-admin.php:296
|
35 |
-
msgid "FancyBox"
|
36 |
-
msgstr "FancyBox"
|
37 |
-
|
38 |
-
#: inc/class-easyfancybox-admin.php:52
|
39 |
-
msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
|
40 |
-
msgstr "Спачатку ўключыце кожны падраздзел, які вам трэба. Затым захавайце і вярніцеся, каб наладзіць свае спецыфічныя налады."
|
41 |
-
|
42 |
-
#: inc/class-easyfancybox-admin.php:52
|
43 |
-
msgid "Note: Each additional sub-section and features like <em>Auto-detection</em>, <em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) will have some extra impact on client-side page speed. Enable only those sub-sections and options that you actually need on your site."
|
44 |
-
msgstr "Заўвага: Кожны дадатковы падраздзел і функцыі, такія як <em> Аўтаматычнае вызначэнне</em> <em> Эластычныя пераходы </em> і ўсё <em> Палягчэнне эфекты</em>(акрамя Swing) будзе мець некаторы дадатковае ўздзеянне на хуткасці на баку кліента старонкі. Ўключыць толькі тыя падраздзелы і параметры, якія вам патрэбныя на вашым сайце."
|
45 |
-
|
46 |
-
#: inc/class-easyfancybox-admin.php:52
|
47 |
-
msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
|
48 |
-
msgstr "Некаторыя налады, як варыянт пераходу, недаступныя для SWF відэа, PDF і iFrame кантэнту, для тако забяспечыць браўзэру сумяшчальнасць і чытальнасць."
|
49 |
-
|
50 |
-
#: inc/class-easyfancybox-admin.php:57 inc/class-easyfancybox-admin.php:264
|
51 |
-
msgid "Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional."
|
52 |
-
msgstr "Заўвага: У цяперашні час версія Easy FancyBox плагін не цалкам сумяшчальная з вашай версіяй Pro пашырэння. Некаторыя дадатковыя параметры не могуць быць функцыянальнымі."
|
53 |
-
|
54 |
-
#: inc/class-easyfancybox-admin.php:60 inc/class-easyfancybox-admin.php:266
|
55 |
-
msgid "Please <a href=\"%1$s\" target=\"_blank\">download and install the latest Pro version</a>."
|
56 |
-
msgstr "Калі ласка, <a href=\"%1$s\" target=\"_blank\"> спампаваць і ўсталяваць апошнюю версію Pro </a>."
|
57 |
-
|
58 |
-
#: inc/class-easyfancybox-admin.php:62
|
59 |
-
msgid "Please contact your web site administrator."
|
60 |
-
msgstr "Калі ласка, звярніцеся да адміністратара сайта."
|
61 |
-
|
62 |
-
#: inc/class-easyfancybox-admin.php:109
|
63 |
-
msgid "Checked"
|
64 |
-
msgstr "Правераны"
|
65 |
-
|
66 |
-
#: inc/class-easyfancybox-admin.php:111
|
67 |
-
msgid "Unchecked"
|
68 |
-
msgstr "Неправераны"
|
69 |
-
|
70 |
-
#: inc/class-easyfancybox-admin.php:268
|
71 |
-
msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
|
72 |
-
msgstr "Ці вы можаце ігнараваць і <a href=\"%1$s\"> схаваць гэта паведамленне </a>."
|
73 |
-
|
74 |
-
#: inc/class-easyfancybox-options.php:12
|
75 |
-
msgid "Global settings"
|
76 |
-
msgstr "Глабальныя налады"
|
77 |
-
|
78 |
-
#: inc/class-easyfancybox-options.php:17
|
79 |
-
msgid "Media"
|
80 |
-
msgstr "Сродкі масавай інфармацыі"
|
81 |
-
|
82 |
-
#: inc/class-easyfancybox-options.php:23
|
83 |
-
msgid "Enable FancyBox for"
|
84 |
-
msgstr "Уключыць FancyBox для"
|
85 |
-
|
86 |
-
#: inc/class-easyfancybox-options.php:30 inc/class-easyfancybox-options.php:447
|
87 |
-
msgid "Images"
|
88 |
-
msgstr "Малюнкі"
|
89 |
-
|
90 |
-
#: inc/class-easyfancybox-options.php:37 inc/class-easyfancybox-options.php:719
|
91 |
-
msgid "Inline content"
|
92 |
-
msgstr "Убудаваны змест"
|
93 |
-
|
94 |
-
#: inc/class-easyfancybox-options.php:44 inc/class-easyfancybox-options.php:829
|
95 |
-
msgid "PDF"
|
96 |
-
msgstr "PDF"
|
97 |
-
|
98 |
-
#: inc/class-easyfancybox-options.php:51 inc/class-easyfancybox-options.php:939
|
99 |
-
msgid "SWF"
|
100 |
-
msgstr "SWF"
|
101 |
-
|
102 |
-
#: inc/class-easyfancybox-options.php:58
|
103 |
-
#: inc/class-easyfancybox-options.php:1033
|
104 |
-
msgid "SVG"
|
105 |
-
msgstr "SVG"
|
106 |
-
|
107 |
-
#: inc/class-easyfancybox-options.php:65
|
108 |
-
#: inc/class-easyfancybox-options.php:1128
|
109 |
-
msgid "YouTube"
|
110 |
-
msgstr "YouTube"
|
111 |
-
|
112 |
-
#: inc/class-easyfancybox-options.php:72
|
113 |
-
#: inc/class-easyfancybox-options.php:1226
|
114 |
-
msgid "Vimeo"
|
115 |
-
msgstr "Vimeo"
|
116 |
-
|
117 |
-
#: inc/class-easyfancybox-options.php:79
|
118 |
-
#: inc/class-easyfancybox-options.php:1325
|
119 |
-
msgid "Dailymotion"
|
120 |
-
msgstr "Dailymotion"
|
121 |
-
|
122 |
-
#: inc/class-easyfancybox-options.php:86
|
123 |
-
#: inc/class-easyfancybox-options.php:1450
|
124 |
-
msgid "iFrames"
|
125 |
-
msgstr "iFrames"
|
126 |
-
|
127 |
-
#: inc/class-easyfancybox-options.php:89
|
128 |
-
msgid "For advanced options and support, please get the Easy FancyBox - Pro extension."
|
129 |
-
msgstr "Для атрымання дадатковых опцый і падтрымкі, калі ласка, атрымаеце Easy FancyBox - Pro пашырэнне."
|
130 |
-
|
131 |
-
#: inc/class-easyfancybox-options.php:92 inc/class-easyfancybox-options.php:589
|
132 |
-
msgid "Overlay"
|
133 |
-
msgstr "Оверлей"
|
134 |
-
|
135 |
-
#: inc/class-easyfancybox-options.php:101
|
136 |
-
msgid "Show the overlay around content opened in FancyBox."
|
137 |
-
msgstr "Паказаць оверлей вакол зместа адкрытага ў FancyBox."
|
138 |
-
|
139 |
-
#: inc/class-easyfancybox-options.php:108
|
140 |
-
msgid "Close FancyBox when overlay is clicked."
|
141 |
-
msgstr "Зачыніць FancyBox калі оверлей пстрыкнуй."
|
142 |
-
|
143 |
-
#: inc/class-easyfancybox-options.php:112
|
144 |
-
msgid "Opacity"
|
145 |
-
msgstr "памутненне"
|
146 |
-
|
147 |
-
#: inc/class-easyfancybox-options.php:120
|
148 |
-
msgid "Value between 0 and 1. "
|
149 |
-
msgstr "Значэнне ад 0 да 1."
|
150 |
-
|
151 |
-
#: inc/class-easyfancybox-options.php:120
|
152 |
-
#: inc/class-easyfancybox-options.php:130
|
153 |
-
#: inc/class-easyfancybox-options.php:198
|
154 |
-
#: inc/class-easyfancybox-options.php:237
|
155 |
-
#: inc/class-easyfancybox-options.php:250
|
156 |
-
#: inc/class-easyfancybox-options.php:263
|
157 |
-
#: inc/class-easyfancybox-options.php:314
|
158 |
-
#: inc/class-easyfancybox-options.php:353
|
159 |
-
#: inc/class-easyfancybox-options.php:681
|
160 |
-
msgid "Default:"
|
161 |
-
msgstr "Па змаўчанні:"
|
162 |
-
|
163 |
-
#: inc/class-easyfancybox-options.php:124
|
164 |
-
msgid "Color"
|
165 |
-
msgstr "Колер"
|
166 |
-
|
167 |
-
#: inc/class-easyfancybox-options.php:130
|
168 |
-
msgid "Enter an HTML color value."
|
169 |
-
msgstr "Калі ласка, увядзіце значэнне колеру HTML"
|
170 |
-
|
171 |
-
#: inc/class-easyfancybox-options.php:138
|
172 |
-
msgid "Spotlight effect"
|
173 |
-
msgstr "Эфект Spotlight"
|
174 |
-
|
175 |
-
#: inc/class-easyfancybox-options.php:138
|
176 |
-
#: inc/class-easyfancybox-options.php:178
|
177 |
-
#: inc/class-easyfancybox-options.php:212
|
178 |
-
#: inc/class-easyfancybox-options.php:367
|
179 |
-
#: inc/class-easyfancybox-options.php:439
|
180 |
-
#: inc/class-easyfancybox-options.php:610
|
181 |
-
#: inc/class-easyfancybox-options.php:699
|
182 |
-
msgid "Make available »"
|
183 |
-
msgstr "Зрабіць даступным »"
|
184 |
-
|
185 |
-
#: inc/class-easyfancybox-options.php:143
|
186 |
-
msgid "Window"
|
187 |
-
msgstr "Акно"
|
188 |
-
|
189 |
-
#: inc/class-easyfancybox-options.php:149
|
190 |
-
#: inc/class-easyfancybox-options.php:571
|
191 |
-
msgid "Appearance"
|
192 |
-
msgstr "Знешні выгляд"
|
193 |
-
|
194 |
-
#: inc/class-easyfancybox-options.php:156
|
195 |
-
msgid "Show the (X) close button"
|
196 |
-
msgstr "Паказаць кнопку закрыцця (X)"
|
197 |
-
|
198 |
-
#: inc/class-easyfancybox-options.php:161
|
199 |
-
msgid "Background color"
|
200 |
-
msgstr "Колер фону"
|
201 |
-
|
202 |
-
#: inc/class-easyfancybox-options.php:172
|
203 |
-
msgid "Text color"
|
204 |
-
msgstr "Колер тэксту"
|
205 |
-
|
206 |
-
#: inc/class-easyfancybox-options.php:183
|
207 |
-
msgid "Title color"
|
208 |
-
msgstr "Назва колеру"
|
209 |
-
|
210 |
-
#: inc/class-easyfancybox-options.php:193
|
211 |
-
msgid "Border color"
|
212 |
-
msgstr "Мяжа колеру"
|
213 |
-
|
214 |
-
#: inc/class-easyfancybox-options.php:198
|
215 |
-
#: inc/class-easyfancybox-options.php:553
|
216 |
-
#: inc/class-easyfancybox-options.php:628
|
217 |
-
#: inc/class-easyfancybox-options.php:809
|
218 |
-
msgid "Note:"
|
219 |
-
msgstr "Запіска:"
|
220 |
-
|
221 |
-
#: inc/class-easyfancybox-options.php:198
|
222 |
-
msgid "Use RGBA notation for semi-transparent borders."
|
223 |
-
msgstr "Выкарыстоўвайце RGBA абазначэння для напаўпразрыстых межаў."
|
224 |
-
|
225 |
-
#: inc/class-easyfancybox-options.php:198
|
226 |
-
#: inc/class-easyfancybox-options.php:471
|
227 |
-
msgid "Example:"
|
228 |
-
msgstr "Прыклад:"
|
229 |
-
|
230 |
-
#: inc/class-easyfancybox-options.php:203
|
231 |
-
msgid "Border radius"
|
232 |
-
msgstr "Мяжа радыўса"
|
233 |
-
|
234 |
-
#: inc/class-easyfancybox-options.php:217
|
235 |
-
msgid "Dimensions"
|
236 |
-
msgstr "Памеры"
|
237 |
-
|
238 |
-
#: inc/class-easyfancybox-options.php:237
|
239 |
-
msgid "If content size is not set or cannot be determined automatically, these default dimensions will be used."
|
240 |
-
msgstr "Калі памер змесціва не ўстаноўлены або не можа быць вызначана аўтаматычна, будуць выкарыстоўвацца памеры па змаўчанні."
|
241 |
-
|
242 |
-
#: inc/class-easyfancybox-options.php:254
|
243 |
-
msgid "Margin"
|
244 |
-
msgstr "Маржа"
|
245 |
-
|
246 |
-
#: inc/class-easyfancybox-options.php:268
|
247 |
-
#: inc/class-easyfancybox-options.php:499
|
248 |
-
msgid "Behavior"
|
249 |
-
msgstr "Паводзіны"
|
250 |
-
|
251 |
-
#: inc/class-easyfancybox-options.php:275
|
252 |
-
msgid "Center while scrolling"
|
253 |
-
msgstr "Цэнтр пры прагортцы"
|
254 |
-
|
255 |
-
#: inc/class-easyfancybox-options.php:282
|
256 |
-
msgid "Esc key stroke closes FancyBox"
|
257 |
-
msgstr "Націск клавішы Esc закрывае FancyBox"
|
258 |
-
|
259 |
-
#: inc/class-easyfancybox-options.php:289
|
260 |
-
msgid "Scale large content down to fit in the browser viewport."
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: inc/class-easyfancybox-options.php:293
|
264 |
-
msgid "Opening speed"
|
265 |
-
msgstr "Хуткасць адкрыцця"
|
266 |
-
|
267 |
-
#: inc/class-easyfancybox-options.php:305
|
268 |
-
msgid "Closing speed"
|
269 |
-
msgstr "Хуткасуь закрыцця"
|
270 |
-
|
271 |
-
#: inc/class-easyfancybox-options.php:314
|
272 |
-
#: inc/class-easyfancybox-options.php:681
|
273 |
-
msgid "Duration in milliseconds. Higher is slower."
|
274 |
-
msgstr "Працягласць у мілісекундах. Чым вышэй тым павольней."
|
275 |
-
|
276 |
-
#: inc/class-easyfancybox-options.php:320
|
277 |
-
msgid "Miscellaneous"
|
278 |
-
msgstr "разнастайны"
|
279 |
-
|
280 |
-
#: inc/class-easyfancybox-options.php:326
|
281 |
-
msgid "Auto popup"
|
282 |
-
msgstr "Аўтаматычна ўсплываць"
|
283 |
-
|
284 |
-
#: inc/class-easyfancybox-options.php:330
|
285 |
-
msgid "Open on page load"
|
286 |
-
msgstr "Адкрыць пры загрузцы старонкі"
|
287 |
-
|
288 |
-
#: inc/class-easyfancybox-options.php:336
|
289 |
-
msgid "Link with ID \"fancybox-auto\""
|
290 |
-
msgstr "Сувязь з ID \"FancyBox-auto\""
|
291 |
-
|
292 |
-
#: inc/class-easyfancybox-options.php:339
|
293 |
-
#: inc/class-easyfancybox-options.php:483
|
294 |
-
#: inc/class-easyfancybox-options.php:526
|
295 |
-
#: inc/class-easyfancybox-options.php:553
|
296 |
-
#: inc/class-easyfancybox-options.php:628
|
297 |
-
#: inc/class-easyfancybox-options.php:782
|
298 |
-
#: inc/class-easyfancybox-options.php:809
|
299 |
-
#: inc/class-easyfancybox-options.php:862
|
300 |
-
msgid "More options »"
|
301 |
-
msgstr "Дадатковыя опцыі »"
|
302 |
-
|
303 |
-
#: inc/class-easyfancybox-options.php:343
|
304 |
-
msgid "Delay in milliseconds"
|
305 |
-
msgstr "Затрымка ў мілісекундах"
|
306 |
-
|
307 |
-
#: inc/class-easyfancybox-options.php:357
|
308 |
-
msgid "Hide popup after first visit?"
|
309 |
-
msgstr "Хаваць усплыванные пасля першага наведвання?"
|
310 |
-
|
311 |
-
#: inc/class-easyfancybox-options.php:366
|
312 |
-
msgid "1 Day"
|
313 |
-
msgstr "1 дзень"
|
314 |
-
|
315 |
-
#: inc/class-easyfancybox-options.php:366
|
316 |
-
msgid "1 Week"
|
317 |
-
msgstr "1 нядзеля"
|
318 |
-
|
319 |
-
#: inc/class-easyfancybox-options.php:366
|
320 |
-
msgid "1 Month"
|
321 |
-
msgstr "1 месяц"
|
322 |
-
|
323 |
-
#: inc/class-easyfancybox-options.php:366
|
324 |
-
msgid "1 Year"
|
325 |
-
msgstr "1 год"
|
326 |
-
|
327 |
-
#: inc/class-easyfancybox-options.php:371
|
328 |
-
msgid "Browser & device compatibility"
|
329 |
-
msgstr "Сумяшчальнасць браўзэра і прылады"
|
330 |
-
|
331 |
-
#: inc/class-easyfancybox-options.php:400
|
332 |
-
msgid "Include IE 8 compatibility style rules"
|
333 |
-
msgstr "Уключыць правілы сумяшчальнасці стылю IE8"
|
334 |
-
|
335 |
-
#: inc/class-easyfancybox-options.php:431
|
336 |
-
msgid "Other"
|
337 |
-
msgstr "Іншае"
|
338 |
-
|
339 |
-
#: inc/class-easyfancybox-options.php:439
|
340 |
-
msgid "Include the Metadata jQuery extension script to allow passing custom parameters via link class."
|
341 |
-
msgstr "Уключыць п Metadata jQuery extension script, каб дазволіць праходжанне карыстацкіх параметраў з дапамогай класа спасылкі."
|
342 |
-
|
343 |
-
#: inc/class-easyfancybox-options.php:452
|
344 |
-
msgid "To make images open in an overlay, add their extension to the Autodetect field or use the class \"fancybox\" for its link. Clear field to switch off all autodetection."
|
345 |
-
msgstr "Для таго, каб зрабіць малюнак адкрыць у выглядзе overlay, дадаць пашырэнне Autodetect поля або выкарыстоўваць клас \"FancyBox\" для сваёй спасылкі. Ачысціць поле для адключэння ўсіх аўтавызначэнняў."
|
346 |
-
|
347 |
-
#: inc/class-easyfancybox-options.php:464
|
348 |
-
#: inc/class-easyfancybox-options.php:842
|
349 |
-
#: inc/class-easyfancybox-options.php:952
|
350 |
-
#: inc/class-easyfancybox-options.php:1046
|
351 |
-
#: inc/class-easyfancybox-options.php:1141
|
352 |
-
#: inc/class-easyfancybox-options.php:1239
|
353 |
-
#: inc/class-easyfancybox-options.php:1338
|
354 |
-
msgid "Autodetect"
|
355 |
-
msgstr "Autodetect"
|
356 |
-
|
357 |
-
#: inc/class-easyfancybox-options.php:475
|
358 |
-
msgid "Apply to"
|
359 |
-
msgstr "Звяртацца"
|
360 |
-
|
361 |
-
#: inc/class-easyfancybox-options.php:480
|
362 |
-
msgid "All image links"
|
363 |
-
msgstr "Усе спасылкі малюнка"
|
364 |
-
|
365 |
-
#: inc/class-easyfancybox-options.php:487
|
366 |
-
msgid "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
|
367 |
-
msgstr "Усталяваць. что Force FancyBox усіх сродкаў масавай інфармацыі, звязаных з class=\"fancybox\", разглядаюцца як малюнкі?"
|
368 |
-
|
369 |
-
#: inc/class-easyfancybox-options.php:503
|
370 |
-
#: inc/class-easyfancybox-options.php:759
|
371 |
-
msgid "Transition In"
|
372 |
-
msgstr "Пераход у"
|
373 |
-
|
374 |
-
#: inc/class-easyfancybox-options.php:508
|
375 |
-
#: inc/class-easyfancybox-options.php:535
|
376 |
-
#: inc/class-easyfancybox-options.php:764
|
377 |
-
#: inc/class-easyfancybox-options.php:791
|
378 |
-
msgid "Fade"
|
379 |
-
msgstr "Знікаць"
|
380 |
-
|
381 |
-
#: inc/class-easyfancybox-options.php:509
|
382 |
-
#: inc/class-easyfancybox-options.php:536
|
383 |
-
#: inc/class-easyfancybox-options.php:765
|
384 |
-
#: inc/class-easyfancybox-options.php:792
|
385 |
-
msgid "Elastic"
|
386 |
-
msgstr "Эластычны"
|
387 |
-
|
388 |
-
#: inc/class-easyfancybox-options.php:516
|
389 |
-
#: inc/class-easyfancybox-options.php:772
|
390 |
-
msgid "Easing In"
|
391 |
-
msgstr "Збавенне ў"
|
392 |
-
|
393 |
-
#: inc/class-easyfancybox-options.php:520
|
394 |
-
#: inc/class-easyfancybox-options.php:547
|
395 |
-
#: inc/class-easyfancybox-options.php:776
|
396 |
-
#: inc/class-easyfancybox-options.php:803
|
397 |
-
msgid "Linear"
|
398 |
-
msgstr "Лінейны"
|
399 |
-
|
400 |
-
#: inc/class-easyfancybox-options.php:521
|
401 |
-
#: inc/class-easyfancybox-options.php:548
|
402 |
-
#: inc/class-easyfancybox-options.php:777
|
403 |
-
#: inc/class-easyfancybox-options.php:804
|
404 |
-
msgid "Swing"
|
405 |
-
msgstr "Калыхацца"
|
406 |
-
|
407 |
-
#: inc/class-easyfancybox-options.php:522
|
408 |
-
#: inc/class-easyfancybox-options.php:549
|
409 |
-
#: inc/class-easyfancybox-options.php:778
|
410 |
-
#: inc/class-easyfancybox-options.php:805
|
411 |
-
msgid "easeInBack"
|
412 |
-
msgstr "easeInBack"
|
413 |
-
|
414 |
-
#: inc/class-easyfancybox-options.php:523
|
415 |
-
#: inc/class-easyfancybox-options.php:550
|
416 |
-
#: inc/class-easyfancybox-options.php:779
|
417 |
-
#: inc/class-easyfancybox-options.php:806
|
418 |
-
msgid "easeOutBack"
|
419 |
-
msgstr "easeOutBack"
|
420 |
-
|
421 |
-
#: inc/class-easyfancybox-options.php:530
|
422 |
-
#: inc/class-easyfancybox-options.php:786
|
423 |
-
msgid "Transition Out"
|
424 |
-
msgstr "Пераход з сістэмы"
|
425 |
-
|
426 |
-
#: inc/class-easyfancybox-options.php:543
|
427 |
-
#: inc/class-easyfancybox-options.php:799
|
428 |
-
msgid "Easing Out"
|
429 |
-
msgstr "Выхад з сістэмы"
|
430 |
-
|
431 |
-
#: inc/class-easyfancybox-options.php:553
|
432 |
-
#: inc/class-easyfancybox-options.php:809
|
433 |
-
msgid "Easing effects only apply when Transition is set to Elastic. "
|
434 |
-
msgstr "Полегчаня эфекты прымяняюцца толькі тады, калі пераход настроены Elastic"
|
435 |
-
|
436 |
-
#: inc/class-easyfancybox-options.php:560
|
437 |
-
#: inc/class-easyfancybox-options.php:816
|
438 |
-
msgid "Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!"
|
439 |
-
msgstr "Празрыстасць выцянуць пры эластычным пераходзе. УВАГА: Выкарыстоўвайце толькі тады, калі па меншай меры, у пераходны усталяваны ў Elastic!"
|
440 |
-
|
441 |
-
#: inc/class-easyfancybox-options.php:567
|
442 |
-
#: inc/class-easyfancybox-options.php:823
|
443 |
-
msgid "Close FancyBox when content is clicked"
|
444 |
-
msgstr "Зачыніць FancyBox калі змест пстрыкнуў"
|
445 |
-
|
446 |
-
#: inc/class-easyfancybox-options.php:578
|
447 |
-
#: inc/class-easyfancybox-options.php:901
|
448 |
-
#: inc/class-easyfancybox-options.php:1004
|
449 |
-
#: inc/class-easyfancybox-options.php:1098
|
450 |
-
#: inc/class-easyfancybox-options.php:1197
|
451 |
-
#: inc/class-easyfancybox-options.php:1295
|
452 |
-
#: inc/class-easyfancybox-options.php:1394
|
453 |
-
#: inc/class-easyfancybox-options.php:1521
|
454 |
-
msgid "Show title"
|
455 |
-
msgstr "Паказваць загаловак"
|
456 |
-
|
457 |
-
#: inc/class-easyfancybox-options.php:582
|
458 |
-
#: inc/class-easyfancybox-options.php:905
|
459 |
-
#: inc/class-easyfancybox-options.php:1008
|
460 |
-
#: inc/class-easyfancybox-options.php:1102
|
461 |
-
#: inc/class-easyfancybox-options.php:1201
|
462 |
-
#: inc/class-easyfancybox-options.php:1299
|
463 |
-
#: inc/class-easyfancybox-options.php:1398
|
464 |
-
#: inc/class-easyfancybox-options.php:1525
|
465 |
-
msgid "Title Position"
|
466 |
-
msgstr "Назва пазіцыі"
|
467 |
-
|
468 |
-
#: inc/class-easyfancybox-options.php:586
|
469 |
-
#: inc/class-easyfancybox-options.php:909
|
470 |
-
#: inc/class-easyfancybox-options.php:1012
|
471 |
-
#: inc/class-easyfancybox-options.php:1106
|
472 |
-
#: inc/class-easyfancybox-options.php:1205
|
473 |
-
#: inc/class-easyfancybox-options.php:1303
|
474 |
-
#: inc/class-easyfancybox-options.php:1402
|
475 |
-
#: inc/class-easyfancybox-options.php:1529
|
476 |
-
msgid "Float"
|
477 |
-
msgstr "Плаваць"
|
478 |
-
|
479 |
-
#: inc/class-easyfancybox-options.php:587
|
480 |
-
#: inc/class-easyfancybox-options.php:910
|
481 |
-
#: inc/class-easyfancybox-options.php:1013
|
482 |
-
#: inc/class-easyfancybox-options.php:1107
|
483 |
-
#: inc/class-easyfancybox-options.php:1206
|
484 |
-
#: inc/class-easyfancybox-options.php:1304
|
485 |
-
#: inc/class-easyfancybox-options.php:1403
|
486 |
-
#: inc/class-easyfancybox-options.php:1530
|
487 |
-
msgid "Outside"
|
488 |
-
msgstr "Звонку"
|
489 |
-
|
490 |
-
#: inc/class-easyfancybox-options.php:588
|
491 |
-
#: inc/class-easyfancybox-options.php:911
|
492 |
-
#: inc/class-easyfancybox-options.php:1014
|
493 |
-
#: inc/class-easyfancybox-options.php:1108
|
494 |
-
#: inc/class-easyfancybox-options.php:1207
|
495 |
-
#: inc/class-easyfancybox-options.php:1305
|
496 |
-
#: inc/class-easyfancybox-options.php:1404
|
497 |
-
#: inc/class-easyfancybox-options.php:1531
|
498 |
-
msgid "Inside"
|
499 |
-
msgstr "Унутры"
|
500 |
-
|
501 |
-
#: inc/class-easyfancybox-options.php:599
|
502 |
-
#: inc/class-easyfancybox-options.php:920
|
503 |
-
#: inc/class-easyfancybox-options.php:1023
|
504 |
-
#: inc/class-easyfancybox-options.php:1118
|
505 |
-
#: inc/class-easyfancybox-options.php:1216
|
506 |
-
#: inc/class-easyfancybox-options.php:1314
|
507 |
-
#: inc/class-easyfancybox-options.php:1413
|
508 |
-
#: inc/class-easyfancybox-options.php:1540
|
509 |
-
msgid "Allow title from thumbnail alt tag"
|
510 |
-
msgstr "Дазволіць назву ад маленькага alt tag"
|
511 |
-
|
512 |
-
#: inc/class-easyfancybox-options.php:603
|
513 |
-
#: inc/class-easyfancybox-options.php:692
|
514 |
-
msgid "Advanced"
|
515 |
-
msgstr "Пашыраныя"
|
516 |
-
|
517 |
-
#: inc/class-easyfancybox-options.php:607
|
518 |
-
msgid "Hide/show title on mouse hover action"
|
519 |
-
msgstr "Схаваць / паказаць загаловак мышы пры завісанні дзеяння"
|
520 |
-
|
521 |
-
#: inc/class-easyfancybox-options.php:614
|
522 |
-
msgid "Gallery"
|
523 |
-
msgstr "Галерэя"
|
524 |
-
|
525 |
-
#: inc/class-easyfancybox-options.php:618
|
526 |
-
msgid "Autogallery"
|
527 |
-
msgstr "Аутагалерэя"
|
528 |
-
|
529 |
-
#: inc/class-easyfancybox-options.php:624
|
530 |
-
msgid "WordPress galleries only"
|
531 |
-
msgstr "Толькі WordPress галерэі"
|
532 |
-
|
533 |
-
#: inc/class-easyfancybox-options.php:625
|
534 |
-
msgid "All in one gallery"
|
535 |
-
msgstr "Усё ў адной галерэі"
|
536 |
-
|
537 |
-
#: inc/class-easyfancybox-options.php:628
|
538 |
-
msgid "When disabled, you can use the rel attribute to manually group image links together."
|
539 |
-
msgstr "Пры адключэнні, вы можаце выкарыстоўваць rel атрыбут, каб ўручную аб'яднаць спасылкі групы малюнкаў."
|
540 |
-
|
541 |
-
#: inc/class-easyfancybox-options.php:635
|
542 |
-
msgid "Show the gallery navigation arrows"
|
543 |
-
msgstr "Паказаць галерэю з стрэлкамі навігацыі"
|
544 |
-
|
545 |
-
#: inc/class-easyfancybox-options.php:642
|
546 |
-
msgid "Arrow key strokes browse the gallery"
|
547 |
-
msgstr "Стрэлкамі націску клавіш праглядзець галерэю"
|
548 |
-
|
549 |
-
#: inc/class-easyfancybox-options.php:649
|
550 |
-
msgid "Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action."
|
551 |
-
msgstr "Уключыць пMousewheel jQuery extension script, каб праглядзець галерэю з дапамогай мышкі"
|
552 |
-
|
553 |
-
#: inc/class-easyfancybox-options.php:656
|
554 |
-
msgid "Make galleries cyclic, allowing you to keep pressing next/back."
|
555 |
-
msgstr "Зрабіце галерэі цыклічнымі, гэта дазваляе націскаць наступны/назад."
|
556 |
-
|
557 |
-
#: inc/class-easyfancybox-options.php:660
|
558 |
-
msgid "Change speed"
|
559 |
-
msgstr "Змена хуткасці"
|
560 |
-
|
561 |
-
#: inc/class-easyfancybox-options.php:672
|
562 |
-
msgid "Fade speed"
|
563 |
-
msgstr "Знікаемая хуткасць"
|
564 |
-
|
565 |
-
#: inc/class-easyfancybox-options.php:688
|
566 |
-
msgid "Galleries per Section (below)"
|
567 |
-
msgstr "Галерэі ў раздзеле (ніж"
|
568 |
-
|
569 |
-
#: inc/class-easyfancybox-options.php:688
|
570 |
-
msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
|
571 |
-
msgstr "Гэта ставіцца, калі <em> Ужыць </em> усталяваны ў становішча <em> Limited да раздзелаў </em> і / або <em> Аутагалерэя</em> ўстаноўлена значэнне <em> Галерэі у раздзеле </em>. Адаптаваць яго, каб адпавядаць вашай тэме."
|
572 |
-
|
573 |
-
#: inc/class-easyfancybox-options.php:688
|
574 |
-
msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you only want to group images in a WordPress gallery together, use \"div.gallery\". If you want to include images in a sidebar with ID primary, add \", #primary\"."
|
575 |
-
msgstr "Прыклады: Калі ваша тэма абкручванні пост ў DIV з класам post, зменіце гэта значэнне на \"div.post\". Калі вы хочаце толькі для групавых здымкаў у галерэі WordPress разам, выкарыстоўвайце \"div.gallery\". Калі вы хочаце, каб уключыць выявы ў бакавую панэль з ID primary, дадаць \", #primary\"."
|
576 |
-
|
577 |
-
#: inc/class-easyfancybox-options.php:688
|
578 |
-
msgid "Hide/show title on mouse hover action works best with Overlay title position."
|
579 |
-
msgstr "Схаваць / паказаць загаловак завісання дзеяння мышы лепш за ўсё працуе з Overlay пазіцыі загалоўка."
|
580 |
-
|
581 |
-
#: inc/class-easyfancybox-options.php:688
|
582 |
-
msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
|
583 |
-
msgstr "Автовращение выкарыстоўвае фіксаваны 3, 6, 9 або 12 секунд паўза кожнага малюнка."
|
584 |
-
|
585 |
-
#: inc/class-easyfancybox-options.php:688
|
586 |
-
msgid "(3 seconds)"
|
587 |
-
msgstr "(3 секунды)"
|
588 |
-
|
589 |
-
#: inc/class-easyfancybox-options.php:688
|
590 |
-
msgid "(6 seconds)"
|
591 |
-
msgstr "(6 секунды)"
|
592 |
-
|
593 |
-
#: inc/class-easyfancybox-options.php:688
|
594 |
-
msgid "(9 seconds)"
|
595 |
-
msgstr "(9 секунды)"
|
596 |
-
|
597 |
-
#: inc/class-easyfancybox-options.php:688
|
598 |
-
msgid "(12 seconds)"
|
599 |
-
msgstr "(12 секунды)"
|
600 |
-
|
601 |
-
#: inc/class-easyfancybox-options.php:696
|
602 |
-
msgid "Slideshow"
|
603 |
-
msgstr "Слайд-шоў"
|
604 |
-
|
605 |
-
#: inc/class-easyfancybox-options.php:724
|
606 |
-
msgid "To make inline content open in an overlay, wrap that content in a div with a unique ID, create a link with target \"#uniqueID\" and give it a class \"fancybox-inline\" attribute."
|
607 |
-
msgstr "Зрабіць inline content адкрытым ў выглядзе overlay, загарнуць, што змесціва ў DIV з унікальным ідэнтыфікатарам, стварыць сувязь з мэтавай \"#uniqueID\" і даць яму клас \"FancyBox-инлайн\" атрыбут."
|
608 |
-
|
609 |
-
#: inc/class-easyfancybox-options.php:742
|
610 |
-
msgid "Try to adjust size to inline/html content. If unchecked the default dimensions will be used."
|
611 |
-
msgstr "Паспрабуйце наладзіць памер да зместа ўстроены/ html. Калі памеры не ўсталяваны, то будуць выкарыстоўвацца па змаўчанні."
|
612 |
-
|
613 |
-
#: inc/class-easyfancybox-options.php:746
|
614 |
-
msgid "Scrolling"
|
615 |
-
msgstr "Скролінг"
|
616 |
-
|
617 |
-
#: inc/class-easyfancybox-options.php:750
|
618 |
-
msgid "Auto"
|
619 |
-
msgstr "Аўтаматычны"
|
620 |
-
|
621 |
-
#: inc/class-easyfancybox-options.php:751
|
622 |
-
msgid "Always"
|
623 |
-
msgstr "Зайседы"
|
624 |
-
|
625 |
-
#: inc/class-easyfancybox-options.php:752
|
626 |
-
msgid "Never"
|
627 |
-
msgstr "Ніколі"
|
628 |
-
|
629 |
-
#: inc/class-easyfancybox-options.php:755
|
630 |
-
msgid "Define scrolling and scrollbar visibility."
|
631 |
-
msgstr "Вызначыць перасойванне і бачнасць паласы пракруткі."
|
632 |
-
|
633 |
-
#: inc/class-easyfancybox-options.php:834
|
634 |
-
msgid "To make any PDF document file open in an overlay, switch on Autodetect or use the class \"fancybox-pdf\" for its link."
|
635 |
-
msgstr "Для таго, каб любы файл дакумента PDF адкрыць у выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-PDF\" для сваёй спасылкі."
|
636 |
-
|
637 |
-
#: inc/class-easyfancybox-options.php:854
|
638 |
-
msgid "Embed with"
|
639 |
-
msgstr "Уставіць з "
|
640 |
-
|
641 |
-
#: inc/class-easyfancybox-options.php:858
|
642 |
-
msgid "Object tag (plus fall-back link)"
|
643 |
-
msgstr "Тэг аб'екта (плюс запасным спасылка)"
|
644 |
-
|
645 |
-
#: inc/class-easyfancybox-options.php:859
|
646 |
-
msgid "iFrame tag (let browser decide)"
|
647 |
-
msgstr "Тэг iFrame(хай браўзэр вырашыць)"
|
648 |
-
|
649 |
-
#: inc/class-easyfancybox-options.php:944
|
650 |
-
msgid "To make any Flash (.swf) file open in an overlay, switch on Autodetect or use the class \"fancybox-swf\" for its link."
|
651 |
-
msgstr "Для таго, каб любы Flash (.swf) файл адчынены ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"fancybox-swf\"для яго сувязі."
|
652 |
-
|
653 |
-
#: inc/class-easyfancybox-options.php:1038
|
654 |
-
msgid "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use the class \"fancybox-svg\" for its link."
|
655 |
-
msgstr "Для таго, каб любы SVG (SVG) файл адчынены ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-за\" SVG яго сувязі."
|
656 |
-
|
657 |
-
#: inc/class-easyfancybox-options.php:1133
|
658 |
-
msgid "To make any YouTube movie open in an overlay, switch on Autodetect or use the class \"fancybox-youtube\" for its link."
|
659 |
-
msgstr "Для таго, каб любы фільм YouTube адкрыць у выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-YouTube\" для яго сувязі."
|
660 |
-
|
661 |
-
#: inc/class-easyfancybox-options.php:1231
|
662 |
-
msgid "To make any Vimeo movie open in an overlay, switch on Autodetect or use the class \"fancybox-vimeo\" for its link."
|
663 |
-
msgstr "Для таго, каб любы Vimeo фільм адкрыты ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-Vimeo\" для яго сувязі."
|
664 |
-
|
665 |
-
#: inc/class-easyfancybox-options.php:1330
|
666 |
-
msgid "To make any Dailymotion movie open in an overlay, switch on Autodetect or use the class \"fancybox-dailymotion\" for its link."
|
667 |
-
msgstr "Для таго, каб любы Dailymotion фільм адкрыты ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-Dailymotion\" для яго сувязі."
|
668 |
-
|
669 |
-
#: inc/class-easyfancybox-options.php:1455
|
670 |
-
msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
|
671 |
-
msgstr "Для таго, каб зрабіць вэб-сайт або HTML-дакумент адкрыты ў выглядзе накладання, выкарыстоўвайце клас \"FancyBox-IFrame\" для сваёй спасылкі."
|
672 |
-
|
673 |
-
#. Plugin URI of the plugin/theme
|
674 |
-
msgid "http://status301.net/wordpress-plugins/easy-fancybox/"
|
675 |
-
msgstr "http://status301.net/wordpress-plugins/easy-fancybox/"
|
676 |
-
|
677 |
-
#. Description of the plugin/theme
|
678 |
-
msgid "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content."
|
679 |
-
msgstr "Лёгка ўключыць <a href=\"http://fancybox.net/\">FancyBox jQuery extension</a> усіх спасылкі на малюнкі, SWF, PDF, YouTube, Dailymotion і Vimeo. Таксама падтрымлівае Iframe і ўбудаваны кантэнт."
|
680 |
-
|
681 |
-
#. Author of the plugin/theme
|
682 |
-
msgid "RavanH"
|
683 |
-
msgstr "RavanH"
|
684 |
-
|
685 |
-
#. Author URI of the plugin/theme
|
686 |
-
msgid "http://status301.net/"
|
687 |
-
msgstr "http://status301.net/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-cs_CZ.mo
DELETED
Binary file
|
languages/easy-fancybox-cs_CZ.po
DELETED
@@ -1,1022 +0,0 @@
|
|
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 »"
|
119 |
-
msgstr "Více nastavení »"
|
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 »"
|
176 |
-
msgstr "Zpřístupnit »"
|
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
DELETED
Binary file
|
languages/easy-fancybox-el_GR.po
DELETED
@@ -1,1054 +0,0 @@
|
|
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 »"
|
118 |
-
msgstr "Περισσότερες επιλογές »"
|
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 »"
|
175 |
-
msgstr "Κάνε διαθέσιμο »"
|
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 "Αυτόματη Περιστροφή Γκαλερί"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-es_ES.mo
DELETED
Binary file
|
languages/easy-fancybox-es_ES.po
DELETED
@@ -1,526 +0,0 @@
|
|
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
DELETED
Binary file
|
languages/easy-fancybox-fa_IR.po
DELETED
@@ -1,1032 +0,0 @@
|
|
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 »"
|
118 |
-
msgstr "تنظیمات بیشتر »"
|
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 »"
|
175 |
-
msgstr "فعال شود »"
|
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
DELETED
Binary file
|
languages/easy-fancybox-fr_FR.po
DELETED
@@ -1,856 +0,0 @@
|
|
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 »"
|
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 »"
|
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
DELETED
Binary file
|
languages/easy-fancybox-gu_IN.po
DELETED
@@ -1,983 +0,0 @@
|
|
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 »"
|
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 »"
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-hi_IN.mo
DELETED
Binary file
|
languages/easy-fancybox-hi_IN.po
DELETED
@@ -1,525 +0,0 @@
|
|
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
DELETED
Binary file
|
languages/easy-fancybox-hr.po
DELETED
@@ -1,1011 +0,0 @@
|
|
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-12-01 00:37+0100\n"
|
8 |
-
"PO-Revision-Date: 2014-12-01 00:38+0100\n"
|
9 |
-
"Last-Translator: RavanH <ravanhagen@gmail.com>\n"
|
10 |
-
"Language-Team: Easy FancyBox Languages <ravanhagen@gmail.com>\n"
|
11 |
-
"Language: Croatian\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;_n\n"
|
16 |
-
"X-Poedit-Basepath: .\n"
|
17 |
-
"X-Generator: Poedit 1.5.4\n"
|
18 |
-
"X-Poedit-SearchPath-0: ..\n"
|
19 |
-
"X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
|
20 |
-
|
21 |
-
#: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:597
|
22 |
-
msgid "Global settings"
|
23 |
-
msgstr "Opće postavke"
|
24 |
-
|
25 |
-
#: ../easy-fancybox-settings.php:14
|
26 |
-
msgid "Media"
|
27 |
-
msgstr "Mediji"
|
28 |
-
|
29 |
-
#: ../easy-fancybox-settings.php:20
|
30 |
-
msgid "Enable FancyBox for"
|
31 |
-
msgstr "Uključi FancyBox za "
|
32 |
-
|
33 |
-
#: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:420
|
34 |
-
#: ../easy-fancybox-class.php:598
|
35 |
-
msgid "Images"
|
36 |
-
msgstr "Slike"
|
37 |
-
|
38 |
-
#: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:692
|
39 |
-
#: ../easy-fancybox-class.php:599
|
40 |
-
msgid "Inline content"
|
41 |
-
msgstr "Ugrađeni sadržaj"
|
42 |
-
|
43 |
-
#: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:802
|
44 |
-
#: ../easy-fancybox-class.php:600
|
45 |
-
msgid "PDF"
|
46 |
-
msgstr "PDF"
|
47 |
-
|
48 |
-
#: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:927
|
49 |
-
#: ../easy-fancybox-class.php:601
|
50 |
-
msgid "SWF"
|
51 |
-
msgstr "SWF"
|
52 |
-
|
53 |
-
#: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1021
|
54 |
-
msgid "SVG"
|
55 |
-
msgstr "SVG"
|
56 |
-
|
57 |
-
#: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1116
|
58 |
-
#: ../easy-fancybox-class.php:602
|
59 |
-
msgid "YouTube"
|
60 |
-
msgstr "YouTube"
|
61 |
-
|
62 |
-
#: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1224
|
63 |
-
#: ../easy-fancybox-class.php:603
|
64 |
-
msgid "Vimeo"
|
65 |
-
msgstr "Vimeo"
|
66 |
-
|
67 |
-
#: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1324
|
68 |
-
#: ../easy-fancybox-class.php:604
|
69 |
-
msgid "Dailymotion"
|
70 |
-
msgstr "Dailymotion"
|
71 |
-
|
72 |
-
#: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1450
|
73 |
-
#: ../easy-fancybox-class.php:605
|
74 |
-
msgid "iFrames"
|
75 |
-
msgstr "iFrameovi"
|
76 |
-
|
77 |
-
#: ../easy-fancybox-settings.php:86
|
78 |
-
msgid ""
|
79 |
-
"For advanced options and support, please get the Easy FancyBox - Pro "
|
80 |
-
"extension."
|
81 |
-
msgstr ""
|
82 |
-
"Za napredne opcije i podršku, molimo da nabavite Easy FancyBox - Pro "
|
83 |
-
"ekstenziju."
|
84 |
-
|
85 |
-
#: ../easy-fancybox-settings.php:95
|
86 |
-
msgid "Exclude"
|
87 |
-
msgstr "Izostaviti"
|
88 |
-
|
89 |
-
#: ../easy-fancybox-settings.php:101
|
90 |
-
msgid "Empty (hidden) links"
|
91 |
-
msgstr "Prazni (sakriveni) linkovi"
|
92 |
-
|
93 |
-
#: ../easy-fancybox-settings.php:102
|
94 |
-
msgid "Without thumbnail image"
|
95 |
-
msgstr "Bez umanjene slike"
|
96 |
-
|
97 |
-
#: ../easy-fancybox-settings.php:109
|
98 |
-
msgid "Open on page load"
|
99 |
-
msgstr "Otvori kod učitavanja stranice"
|
100 |
-
|
101 |
-
#: ../easy-fancybox-settings.php:115
|
102 |
-
msgid "Link with ID \"fancybox-auto\""
|
103 |
-
msgstr "Poveži sa ID-em \"fancybox-auto\""
|
104 |
-
|
105 |
-
#: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:456
|
106 |
-
#: ../easy-fancybox-settings.php:499 ../easy-fancybox-settings.php:526
|
107 |
-
#: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:755
|
108 |
-
#: ../easy-fancybox-settings.php:782
|
109 |
-
msgid "More options »"
|
110 |
-
msgstr "Više opcija »"
|
111 |
-
|
112 |
-
#: ../easy-fancybox-settings.php:125
|
113 |
-
msgid ""
|
114 |
-
"Include the Metadata jQuery extension script to allow passing custom "
|
115 |
-
"parameters via link class."
|
116 |
-
msgstr ""
|
117 |
-
"Uključite Metadata jQuery ekstenziju kako bi dozvolili propuštanje vlastitih "
|
118 |
-
"parametara kroz klasu link."
|
119 |
-
|
120 |
-
#: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:562
|
121 |
-
msgid "Overlay"
|
122 |
-
msgstr "Prekrivanje (overlay)"
|
123 |
-
|
124 |
-
#: ../easy-fancybox-settings.php:139
|
125 |
-
msgid "Show the overlay around content opened in FancyBox."
|
126 |
-
msgstr "Prikaži overlay (prekrivanje) preko sadržaja otvorenog u FancyBoxu."
|
127 |
-
|
128 |
-
#: ../easy-fancybox-settings.php:146
|
129 |
-
msgid "Close FancyBox when overlay is clicked."
|
130 |
-
msgstr "Zatvori FancyBox kad je prekrivanje kliknuto."
|
131 |
-
|
132 |
-
#: ../easy-fancybox-settings.php:150
|
133 |
-
msgid "Opacity"
|
134 |
-
msgstr "Prozirnost"
|
135 |
-
|
136 |
-
#: ../easy-fancybox-settings.php:158
|
137 |
-
msgid "Value between 0 and 1. "
|
138 |
-
msgstr "Vrijednost između 0 i 1"
|
139 |
-
|
140 |
-
#: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
|
141 |
-
#: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:281
|
142 |
-
#: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:654
|
143 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
|
144 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
|
145 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
146 |
-
msgid "Default:"
|
147 |
-
msgstr "Originalna vrijednost:"
|
148 |
-
|
149 |
-
#: ../easy-fancybox-settings.php:162
|
150 |
-
msgid "Color"
|
151 |
-
msgstr "Boja"
|
152 |
-
|
153 |
-
#: ../easy-fancybox-settings.php:167
|
154 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
|
155 |
-
msgid "Enter an HTML color value."
|
156 |
-
msgstr "Unesite HTML oznaku boje."
|
157 |
-
|
158 |
-
#: ../easy-fancybox-settings.php:175
|
159 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
|
160 |
-
msgid "Spotlight effect"
|
161 |
-
msgstr "Efekt reflektora"
|
162 |
-
|
163 |
-
#: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:213
|
164 |
-
#: ../easy-fancybox-settings.php:244 ../easy-fancybox-settings.php:583
|
165 |
-
#: ../easy-fancybox-settings.php:672
|
166 |
-
msgid "Make available »"
|
167 |
-
msgstr "Učini dostupnim »"
|
168 |
-
|
169 |
-
#: ../easy-fancybox-settings.php:180
|
170 |
-
msgid "Window"
|
171 |
-
msgstr "Prozor"
|
172 |
-
|
173 |
-
#: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:544
|
174 |
-
msgid "Appearance"
|
175 |
-
msgstr "Izgled"
|
176 |
-
|
177 |
-
#: ../easy-fancybox-settings.php:193
|
178 |
-
msgid "Show the (X) close button"
|
179 |
-
msgstr "Prikazati (X) gumb za zatvaranje"
|
180 |
-
|
181 |
-
#: ../easy-fancybox-settings.php:198
|
182 |
-
msgid "Background color"
|
183 |
-
msgstr "Boja pozadine"
|
184 |
-
|
185 |
-
#: ../easy-fancybox-settings.php:208
|
186 |
-
msgid "Text color"
|
187 |
-
msgstr "Boja teksta"
|
188 |
-
|
189 |
-
#: ../easy-fancybox-settings.php:218
|
190 |
-
#, fuzzy
|
191 |
-
msgid "Title color"
|
192 |
-
msgstr "Boja teksta"
|
193 |
-
|
194 |
-
#: ../easy-fancybox-settings.php:227
|
195 |
-
msgid "Border color"
|
196 |
-
msgstr "Boja okvira"
|
197 |
-
|
198 |
-
#: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:526
|
199 |
-
#: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:782
|
200 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
|
201 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
|
202 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
|
203 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
|
204 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
|
205 |
-
msgid "Note:"
|
206 |
-
msgstr "Napomena:"
|
207 |
-
|
208 |
-
#: ../easy-fancybox-settings.php:231
|
209 |
-
msgid "Use RGBA notation for semi-transparent borders."
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:444
|
213 |
-
msgid "Example:"
|
214 |
-
msgstr "Primjer:"
|
215 |
-
|
216 |
-
#: ../easy-fancybox-settings.php:236
|
217 |
-
msgid "Border radius"
|
218 |
-
msgstr "Polumjer ruba"
|
219 |
-
|
220 |
-
#: ../easy-fancybox-settings.php:249
|
221 |
-
msgid "Dimensions"
|
222 |
-
msgstr "Dimenzije"
|
223 |
-
|
224 |
-
#: ../easy-fancybox-settings.php:281
|
225 |
-
msgid ""
|
226 |
-
"If content size is not set or cannot be determined automatically, these "
|
227 |
-
"default dimensions will be used."
|
228 |
-
msgstr ""
|
229 |
-
"Ako veličina sadržaja nije postavljena ili ne može biti procijenjena "
|
230 |
-
"automatski, ove standardne dimenzije će se koristiti."
|
231 |
-
|
232 |
-
#: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:472
|
233 |
-
msgid "Behavior"
|
234 |
-
msgstr "Ponašanje"
|
235 |
-
|
236 |
-
#: ../easy-fancybox-settings.php:293
|
237 |
-
msgid "Center while scrolling"
|
238 |
-
msgstr "Centrirati dok se scrolla"
|
239 |
-
|
240 |
-
#: ../easy-fancybox-settings.php:300
|
241 |
-
msgid "Esc key stroke closes FancyBox"
|
242 |
-
msgstr "Tipka Esc zatvara FancyBox"
|
243 |
-
|
244 |
-
#: ../easy-fancybox-settings.php:307
|
245 |
-
msgid "Scale large content down to fit in the browser viewport."
|
246 |
-
msgstr "Umanjuje prevelik sadržaj kako bi stao u okvir browsera."
|
247 |
-
|
248 |
-
#: ../easy-fancybox-settings.php:311
|
249 |
-
msgid "Opening speed"
|
250 |
-
msgstr "Brzina otvaranja"
|
251 |
-
|
252 |
-
#: ../easy-fancybox-settings.php:323
|
253 |
-
msgid "Closing speed"
|
254 |
-
msgstr "Brzina zatvaranja"
|
255 |
-
|
256 |
-
#: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:654
|
257 |
-
msgid "Duration in milliseconds. Higher is slower."
|
258 |
-
msgstr "Trajanje u milisekundama. Više je sporije."
|
259 |
-
|
260 |
-
#: ../easy-fancybox-settings.php:338
|
261 |
-
msgid "Miscellaneous"
|
262 |
-
msgstr "Razno"
|
263 |
-
|
264 |
-
#: ../easy-fancybox-settings.php:344
|
265 |
-
msgid "Browser & device compatibility"
|
266 |
-
msgstr "Uskladivost preglednika i uređaja"
|
267 |
-
|
268 |
-
#: ../easy-fancybox-settings.php:373
|
269 |
-
msgid "Include IE 6 and 7 compatibility style rules"
|
270 |
-
msgstr "Uključite IE 6 i 7 pravila usklađenosti stilova"
|
271 |
-
|
272 |
-
#: ../easy-fancybox-settings.php:380
|
273 |
-
msgid "Include IE 8 compatibility style rules"
|
274 |
-
msgstr "Uključite IE 8 pravila usklađenosti stilova"
|
275 |
-
|
276 |
-
#: ../easy-fancybox-settings.php:425
|
277 |
-
msgid ""
|
278 |
-
"To make images open in an overlay, add their extension to the Autodetect "
|
279 |
-
"field or use the class \"fancybox\" for its link. Clear field to switch off "
|
280 |
-
"all autodetection."
|
281 |
-
msgstr ""
|
282 |
-
"Kako bi se slike otvorile u overlay sloju, dodajte njihovu ekstenziju u "
|
283 |
-
"Autodetect polje ili koristite klasu \"fancybox\" za njihov link. Pobrišite "
|
284 |
-
"polje kako bi ugasili svu autodetekciju."
|
285 |
-
|
286 |
-
#: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:815
|
287 |
-
#: ../easy-fancybox-settings.php:940 ../easy-fancybox-settings.php:1034
|
288 |
-
#: ../easy-fancybox-settings.php:1130 ../easy-fancybox-settings.php:1238
|
289 |
-
#: ../easy-fancybox-settings.php:1338
|
290 |
-
msgid "Autodetect"
|
291 |
-
msgstr "Autodetekcija"
|
292 |
-
|
293 |
-
#: ../easy-fancybox-settings.php:448
|
294 |
-
msgid "Apply to"
|
295 |
-
msgstr "Primijeniti na"
|
296 |
-
|
297 |
-
#: ../easy-fancybox-settings.php:453
|
298 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
|
299 |
-
msgid "All image links"
|
300 |
-
msgstr "Svi linkovi na slike"
|
301 |
-
|
302 |
-
#: ../easy-fancybox-settings.php:460
|
303 |
-
msgid ""
|
304 |
-
"Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: ../easy-fancybox-settings.php:476 ../easy-fancybox-settings.php:732
|
308 |
-
msgid "Transition In"
|
309 |
-
msgstr "Prijelaz na"
|
310 |
-
|
311 |
-
#: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:508
|
312 |
-
#: ../easy-fancybox-settings.php:737 ../easy-fancybox-settings.php:764
|
313 |
-
msgid "Fade"
|
314 |
-
msgstr "Izblijediti"
|
315 |
-
|
316 |
-
#: ../easy-fancybox-settings.php:482 ../easy-fancybox-settings.php:509
|
317 |
-
#: ../easy-fancybox-settings.php:738 ../easy-fancybox-settings.php:765
|
318 |
-
msgid "Elastic"
|
319 |
-
msgstr "Elastic"
|
320 |
-
|
321 |
-
#: ../easy-fancybox-settings.php:489 ../easy-fancybox-settings.php:745
|
322 |
-
msgid "Easing In"
|
323 |
-
msgstr "Easing in"
|
324 |
-
|
325 |
-
#: ../easy-fancybox-settings.php:493 ../easy-fancybox-settings.php:520
|
326 |
-
#: ../easy-fancybox-settings.php:749 ../easy-fancybox-settings.php:776
|
327 |
-
msgid "Linear"
|
328 |
-
msgstr "Linearno"
|
329 |
-
|
330 |
-
#: ../easy-fancybox-settings.php:494 ../easy-fancybox-settings.php:521
|
331 |
-
#: ../easy-fancybox-settings.php:750 ../easy-fancybox-settings.php:777
|
332 |
-
msgid "Swing"
|
333 |
-
msgstr "Swing"
|
334 |
-
|
335 |
-
#: ../easy-fancybox-settings.php:495 ../easy-fancybox-settings.php:522
|
336 |
-
#: ../easy-fancybox-settings.php:751 ../easy-fancybox-settings.php:778
|
337 |
-
msgid "easeInBack"
|
338 |
-
msgstr "easeInBack"
|
339 |
-
|
340 |
-
#: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:523
|
341 |
-
#: ../easy-fancybox-settings.php:752 ../easy-fancybox-settings.php:779
|
342 |
-
msgid "easeOutBack"
|
343 |
-
msgstr "easeOutBack"
|
344 |
-
|
345 |
-
#: ../easy-fancybox-settings.php:503 ../easy-fancybox-settings.php:759
|
346 |
-
msgid "Transition Out"
|
347 |
-
msgstr "Transition Out"
|
348 |
-
|
349 |
-
#: ../easy-fancybox-settings.php:516 ../easy-fancybox-settings.php:772
|
350 |
-
msgid "Easing Out"
|
351 |
-
msgstr "Easing Out"
|
352 |
-
|
353 |
-
#: ../easy-fancybox-settings.php:526 ../easy-fancybox-settings.php:782
|
354 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
|
355 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
|
356 |
-
msgid "Easing effects only apply when Transition is set to Elastic. "
|
357 |
-
msgstr ""
|
358 |
-
"Efekti olakšavanja se primjenjuju samo kad je Transition postavljen na "
|
359 |
-
"Elastic."
|
360 |
-
|
361 |
-
#: ../easy-fancybox-settings.php:533 ../easy-fancybox-settings.php:789
|
362 |
-
msgid ""
|
363 |
-
"Transparency fade during elastic transition. CAUTION: Use only when at least "
|
364 |
-
"Transition In is set to Elastic!"
|
365 |
-
msgstr ""
|
366 |
-
"Smanjenje prozirnosti tijekom elastic prijelaza. UPOZORENJE: koristiti samo "
|
367 |
-
"kad je barem Transition postavljen na Elastic!"
|
368 |
-
|
369 |
-
#: ../easy-fancybox-settings.php:540 ../easy-fancybox-settings.php:796
|
370 |
-
msgid "Close FancyBox when content is clicked"
|
371 |
-
msgstr "Zatvoriti FancyBox kad je kliknut sadržaj"
|
372 |
-
|
373 |
-
#: ../easy-fancybox-settings.php:551 ../easy-fancybox-settings.php:869
|
374 |
-
#: ../easy-fancybox-settings.php:992 ../easy-fancybox-settings.php:1086
|
375 |
-
#: ../easy-fancybox-settings.php:1195 ../easy-fancybox-settings.php:1294
|
376 |
-
#: ../easy-fancybox-settings.php:1394 ../easy-fancybox-settings.php:1521
|
377 |
-
msgid "Show title"
|
378 |
-
msgstr "Prikaži naslov"
|
379 |
-
|
380 |
-
#: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:873
|
381 |
-
#: ../easy-fancybox-settings.php:996 ../easy-fancybox-settings.php:1090
|
382 |
-
#: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1298
|
383 |
-
#: ../easy-fancybox-settings.php:1398 ../easy-fancybox-settings.php:1525
|
384 |
-
msgid "Title Position"
|
385 |
-
msgstr "Pozicija naslova"
|
386 |
-
|
387 |
-
#: ../easy-fancybox-settings.php:559 ../easy-fancybox-settings.php:877
|
388 |
-
#: ../easy-fancybox-settings.php:1000 ../easy-fancybox-settings.php:1094
|
389 |
-
#: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1302
|
390 |
-
#: ../easy-fancybox-settings.php:1402 ../easy-fancybox-settings.php:1529
|
391 |
-
msgid "Float"
|
392 |
-
msgstr "Plutajuće"
|
393 |
-
|
394 |
-
#: ../easy-fancybox-settings.php:560 ../easy-fancybox-settings.php:878
|
395 |
-
#: ../easy-fancybox-settings.php:1001 ../easy-fancybox-settings.php:1095
|
396 |
-
#: ../easy-fancybox-settings.php:1204 ../easy-fancybox-settings.php:1303
|
397 |
-
#: ../easy-fancybox-settings.php:1403 ../easy-fancybox-settings.php:1530
|
398 |
-
msgid "Outside"
|
399 |
-
msgstr "Vanjsko"
|
400 |
-
|
401 |
-
#: ../easy-fancybox-settings.php:561 ../easy-fancybox-settings.php:879
|
402 |
-
#: ../easy-fancybox-settings.php:1002 ../easy-fancybox-settings.php:1096
|
403 |
-
#: ../easy-fancybox-settings.php:1205 ../easy-fancybox-settings.php:1304
|
404 |
-
#: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
|
405 |
-
msgid "Inside"
|
406 |
-
msgstr "Unutarnje"
|
407 |
-
|
408 |
-
#: ../easy-fancybox-settings.php:572 ../easy-fancybox-settings.php:888
|
409 |
-
#: ../easy-fancybox-settings.php:1011 ../easy-fancybox-settings.php:1106
|
410 |
-
#: ../easy-fancybox-settings.php:1214 ../easy-fancybox-settings.php:1313
|
411 |
-
#: ../easy-fancybox-settings.php:1413 ../easy-fancybox-settings.php:1540
|
412 |
-
msgid "Allow title from thumbnail alt tag"
|
413 |
-
msgstr "Dozvoli naslov iz alt oznake smanjene slike"
|
414 |
-
|
415 |
-
#: ../easy-fancybox-settings.php:576 ../easy-fancybox-settings.php:665
|
416 |
-
msgid "Advanced"
|
417 |
-
msgstr "Napredno"
|
418 |
-
|
419 |
-
#: ../easy-fancybox-settings.php:580
|
420 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
|
421 |
-
msgid "Hide/show title on mouse hover action"
|
422 |
-
msgstr "Prikaži/sakrij naslov kad je pokazivač miša iznad"
|
423 |
-
|
424 |
-
#: ../easy-fancybox-settings.php:587
|
425 |
-
msgid "Gallery"
|
426 |
-
msgstr "Galerija"
|
427 |
-
|
428 |
-
#: ../easy-fancybox-settings.php:591
|
429 |
-
msgid "Autogallery"
|
430 |
-
msgstr "Automatska galerija"
|
431 |
-
|
432 |
-
#: ../easy-fancybox-settings.php:597
|
433 |
-
msgid "WordPress galleries only"
|
434 |
-
msgstr "Samo Wordpress galerija"
|
435 |
-
|
436 |
-
#: ../easy-fancybox-settings.php:598
|
437 |
-
msgid "All in one gallery"
|
438 |
-
msgstr "Sve-u-jednom galerija"
|
439 |
-
|
440 |
-
#: ../easy-fancybox-settings.php:601
|
441 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
|
442 |
-
msgid ""
|
443 |
-
"When disabled, you can use the rel attribute to manually group image links "
|
444 |
-
"together."
|
445 |
-
msgstr ""
|
446 |
-
"Kad je onemogućeno, možete koristiti stvarne atribute da ručno grupirate "
|
447 |
-
"linkove slika."
|
448 |
-
|
449 |
-
#: ../easy-fancybox-settings.php:608
|
450 |
-
msgid "Show the gallery navigation arrows"
|
451 |
-
msgstr "Prikazati strelice za navigaciju po galeriji"
|
452 |
-
|
453 |
-
#: ../easy-fancybox-settings.php:615
|
454 |
-
msgid "Arrow key strokes browse the gallery"
|
455 |
-
msgstr "Kursorske tipke mogu navigirati kroz galeriju"
|
456 |
-
|
457 |
-
#: ../easy-fancybox-settings.php:622
|
458 |
-
msgid ""
|
459 |
-
"Include the Mousewheel jQuery extension script to allow gallery browsing by "
|
460 |
-
"mousewheel action."
|
461 |
-
msgstr ""
|
462 |
-
"Uključiti Mousewheel jQuery ekstenziju kako bi se moglo prolaziti kroz "
|
463 |
-
"galeriju putem kotačića na mišu."
|
464 |
-
|
465 |
-
#: ../easy-fancybox-settings.php:629
|
466 |
-
msgid "Make galleries cyclic, allowing you to keep pressing next/back."
|
467 |
-
msgstr ""
|
468 |
-
"Pretvoriti galerije u ciklične, kako bi se moglo kružno ići sa sljedeći/"
|
469 |
-
"prethodni"
|
470 |
-
|
471 |
-
#: ../easy-fancybox-settings.php:633
|
472 |
-
msgid "Change speed"
|
473 |
-
msgstr "Brzina promjene"
|
474 |
-
|
475 |
-
#: ../easy-fancybox-settings.php:645
|
476 |
-
msgid "Fade speed"
|
477 |
-
msgstr "Brzina blijeđenja"
|
478 |
-
|
479 |
-
#: ../easy-fancybox-settings.php:661
|
480 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
|
481 |
-
msgid "Galleries per Section (below)"
|
482 |
-
msgstr "Galerija po sekciji (ispod)"
|
483 |
-
|
484 |
-
#: ../easy-fancybox-settings.php:661
|
485 |
-
msgid ""
|
486 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
487 |
-
"and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
488 |
-
"it to conform with your theme."
|
489 |
-
msgstr ""
|
490 |
-
"Ovo se događa kad <em>Primijeni na</em> je postavljeno na <em>Ograničeno na "
|
491 |
-
"sekciju</em> i/ili <em>Autogalerija</em> je postavljena na <em>Galerije po "
|
492 |
-
"sekciji</em>. Prilagodite to da se slaže sa vašom temom."
|
493 |
-
|
494 |
-
#: ../easy-fancybox-settings.php:661
|
495 |
-
msgid ""
|
496 |
-
"Examples: If your theme wraps post content in a div with class post, change "
|
497 |
-
"this value to \"div.post\". If you only want to group images in a WordPress "
|
498 |
-
"gallery together, use \"div.gallery\". If you want to include images in a "
|
499 |
-
"sidebar with ID primary, add \", #primary\"."
|
500 |
-
msgstr ""
|
501 |
-
"Primjeri: ako vaša tema preklapa sadržaj članka u div odsječku sa klasom "
|
502 |
-
"post, promijenite ovu vrijednost u \"div.post\". Ako samo želite grupirati "
|
503 |
-
"slike u WordPress galeriju, koristite \"div.gallery\". AKo želite uključiti "
|
504 |
-
"slike sa ID-om primary u bočnom okviru, dodajte \", #primary\"."
|
505 |
-
|
506 |
-
#: ../easy-fancybox-settings.php:661
|
507 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
|
508 |
-
msgid ""
|
509 |
-
"Hide/show title on mouse hover action works best with Overlay title position."
|
510 |
-
msgstr ""
|
511 |
-
"Prikaži/sakrij naslov kod prekrivanja kursorom radi najbolje sa Overlay "
|
512 |
-
"pozicijom naslova."
|
513 |
-
|
514 |
-
#: ../easy-fancybox-settings.php:661
|
515 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
|
516 |
-
msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
|
517 |
-
msgstr "Auto-rotacija koristi fiksnih 3,6,9 ili 12 sekundi pauze između slika."
|
518 |
-
|
519 |
-
#: ../easy-fancybox-settings.php:661
|
520 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
|
521 |
-
msgid "(3 seconds)"
|
522 |
-
msgstr "(3 sekunde)"
|
523 |
-
|
524 |
-
#: ../easy-fancybox-settings.php:661
|
525 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
|
526 |
-
msgid "(6 seconds)"
|
527 |
-
msgstr "(6 sekundi)"
|
528 |
-
|
529 |
-
#: ../easy-fancybox-settings.php:661
|
530 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
|
531 |
-
msgid "(9 seconds)"
|
532 |
-
msgstr "(9 sekundi)"
|
533 |
-
|
534 |
-
#: ../easy-fancybox-settings.php:661
|
535 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
|
536 |
-
msgid "(12 seconds)"
|
537 |
-
msgstr "(12 sekundi)"
|
538 |
-
|
539 |
-
#: ../easy-fancybox-settings.php:669
|
540 |
-
msgid "Slideshow"
|
541 |
-
msgstr "Slideshow"
|
542 |
-
|
543 |
-
#: ../easy-fancybox-settings.php:697
|
544 |
-
msgid ""
|
545 |
-
"To make inline content open in an overlay, wrap that content in a div with a "
|
546 |
-
"unique ID, create a link with target \"#uniqueID\" and give it a class "
|
547 |
-
"\"fancybox-inline\" attribute."
|
548 |
-
msgstr ""
|
549 |
-
"Kako bi se inline sadržaj otvorio u overlayu, obuhvatite taj sadržaj s div "
|
550 |
-
"tagom s jedinstvenim ID-om i dajte mu atribut class \"fancybox-inline\" ."
|
551 |
-
|
552 |
-
#: ../easy-fancybox-settings.php:715
|
553 |
-
msgid ""
|
554 |
-
"Try to adjust size to inline/html content. If unchecked or size cannot be "
|
555 |
-
"determined, the default dimensions will be used."
|
556 |
-
msgstr ""
|
557 |
-
"Pokušajte prilagoditi veličinu za inline/html sadržaj. Ako nije podešena ili "
|
558 |
-
"veličina ne može biti određena, koristit će se originalne dimenzije."
|
559 |
-
|
560 |
-
#: ../easy-fancybox-settings.php:719
|
561 |
-
msgid "Scrolling"
|
562 |
-
msgstr "Pomicanje"
|
563 |
-
|
564 |
-
#: ../easy-fancybox-settings.php:723
|
565 |
-
msgid "Auto"
|
566 |
-
msgstr "Automatski"
|
567 |
-
|
568 |
-
#: ../easy-fancybox-settings.php:724
|
569 |
-
msgid "Always"
|
570 |
-
msgstr "Uvijek"
|
571 |
-
|
572 |
-
#: ../easy-fancybox-settings.php:725
|
573 |
-
msgid "Never"
|
574 |
-
msgstr "Nikad"
|
575 |
-
|
576 |
-
#: ../easy-fancybox-settings.php:728
|
577 |
-
msgid "Define scrolling and scrollbar visibility."
|
578 |
-
msgstr "Definirati pomicanje i vidljivost trake za pomicanje"
|
579 |
-
|
580 |
-
#: ../easy-fancybox-settings.php:807
|
581 |
-
msgid ""
|
582 |
-
"To make any PDF document file open in an overlay, switch on Autodetect or "
|
583 |
-
"use the class \"fancybox-pdf\" for its link."
|
584 |
-
msgstr ""
|
585 |
-
"Da bi se svaki PDF dokument otvarao u overlayu, uključite Autoprepoznavanje "
|
586 |
-
"ili koristite klasu \"fancybox-pdf\" za njegov link."
|
587 |
-
|
588 |
-
#: ../easy-fancybox-settings.php:932
|
589 |
-
msgid ""
|
590 |
-
"To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
|
591 |
-
"use the class \"fancybox-swf\" for its link."
|
592 |
-
msgstr ""
|
593 |
-
"Da bi se svaki SWF dokument otvarao u overlayu, uključite Autoprepoznavanje "
|
594 |
-
"ili koristite klasu \"fancybox-swf\" za njegov link."
|
595 |
-
|
596 |
-
#: ../easy-fancybox-settings.php:1026
|
597 |
-
msgid ""
|
598 |
-
"To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
|
599 |
-
"the class \"fancybox-svg\" for its link."
|
600 |
-
msgstr ""
|
601 |
-
"Da bi se svaki SVG dokument otvarao u overlayu, uključite Autoprepoznavanje "
|
602 |
-
"ili koristite klasu \"fancybox-svg\" za njegov link."
|
603 |
-
|
604 |
-
#: ../easy-fancybox-settings.php:1121
|
605 |
-
msgid ""
|
606 |
-
"To make any YouTube movie open in an overlay, switch on Autodetect or use "
|
607 |
-
"the class \"fancybox-youtube\" for its link."
|
608 |
-
msgstr ""
|
609 |
-
"Da bi se svaki YouTube video otvarao u overlayu, uključite Autoprepoznavanje "
|
610 |
-
"ili koristite klasu \"fancybox-youtube\" za njegov link."
|
611 |
-
|
612 |
-
#: ../easy-fancybox-settings.php:1139
|
613 |
-
msgid "Autodetect Short links"
|
614 |
-
msgstr "Automatsko prepoznavanje skraćenih linkova"
|
615 |
-
|
616 |
-
#: ../easy-fancybox-settings.php:1229
|
617 |
-
msgid ""
|
618 |
-
"To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
|
619 |
-
"class \"fancybox-vimeo\" for its link."
|
620 |
-
msgstr ""
|
621 |
-
"Da bi se svaki Vimeo video otvarao u overlayu, uključite Autoprepoznavanje "
|
622 |
-
"ili koristite klasu \"fancybox-vimeo\" za njegov link."
|
623 |
-
|
624 |
-
#: ../easy-fancybox-settings.php:1329
|
625 |
-
msgid ""
|
626 |
-
"To make any Dailymotion movie open in an overlay, switch on Autodetect or "
|
627 |
-
"use the class \"fancybox-dailymotion\" for its link."
|
628 |
-
msgstr ""
|
629 |
-
"Da bi se svaki Dailymotion video otvarao u overlayu, uključite "
|
630 |
-
"Autoprepoznavanje ili koristite klasu \"fancybox-dailymotion\" za njegov "
|
631 |
-
"link."
|
632 |
-
|
633 |
-
#: ../easy-fancybox-settings.php:1455
|
634 |
-
msgid ""
|
635 |
-
"To make a website or HTML document open in an overlay, use the class "
|
636 |
-
"\"fancybox-iframe\" for its link."
|
637 |
-
msgstr ""
|
638 |
-
"Da bi se svaka web stranica ili HTML dokument otvarali u overlayu, "
|
639 |
-
"koristite klasu \"fancybox-iframe\" za njihov link."
|
640 |
-
|
641 |
-
#: ../easy-fancybox-class.php:351
|
642 |
-
msgid "Donate to keep the Easy FancyBox plugin development going!"
|
643 |
-
msgstr "Donirajte kako bi podržali razvoj Easy FancyBox plugina"
|
644 |
-
|
645 |
-
#: ../easy-fancybox-class.php:351
|
646 |
-
#, php-format
|
647 |
-
msgid ""
|
648 |
-
"The options in this section are provided by the plugin %s and determine the "
|
649 |
-
"<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
|
650 |
-
"by %s."
|
651 |
-
msgstr ""
|
652 |
-
"Opcije u ovom dijelu pruža plugin %s i određuje <strong>Media Lightbox</"
|
653 |
-
"strong> overlay prikaz i ponašanje koje kontrolira %s."
|
654 |
-
|
655 |
-
#: ../easy-fancybox-class.php:351
|
656 |
-
msgid "Easy FancyBox"
|
657 |
-
msgstr "Easy FancyBox"
|
658 |
-
|
659 |
-
#: ../easy-fancybox-class.php:351 ../easy-fancybox-class.php:547
|
660 |
-
#: ../easy-fancybox-class.php:587
|
661 |
-
msgid "FancyBox"
|
662 |
-
msgstr "FancyBox"
|
663 |
-
|
664 |
-
#: ../easy-fancybox-class.php:351
|
665 |
-
msgid ""
|
666 |
-
"First enable each sub-section that you need. Then save and come back to "
|
667 |
-
"adjust its specific settings."
|
668 |
-
msgstr ""
|
669 |
-
"Prvo omogućite svaku podsekciju koju trebate. Onda snimite i vratite se da "
|
670 |
-
"podesite specifične pojedinosti."
|
671 |
-
|
672 |
-
#: ../easy-fancybox-class.php:351
|
673 |
-
msgid ""
|
674 |
-
"Note: Each additional sub-section and features like <em>Auto-detection</em>, "
|
675 |
-
"<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
|
676 |
-
"will have some extra impact on client-side page speed. Enable only those sub-"
|
677 |
-
"sections and options that you actually need on your site."
|
678 |
-
msgstr ""
|
679 |
-
"Napomena: svaka dodatna stavka i mogućnosti poput <em>Automatskog "
|
680 |
-
"prepoznavanja</em>, <em>Elastičnih prijelaza</em> i svih <em>Olakšavajućih "
|
681 |
-
"efekata</em> (osim Swinga) imat će dodatni utjecaj na brzinu otvaranja "
|
682 |
-
"stranica kod klijenta. Uključite samo one podsekcije i opcije koje zaista "
|
683 |
-
"trebate."
|
684 |
-
|
685 |
-
#: ../easy-fancybox-class.php:351
|
686 |
-
msgid ""
|
687 |
-
"Some setting like Transition options are unavailable for SWF video, PDF and "
|
688 |
-
"iFrame content to ensure browser compatibility and readability."
|
689 |
-
msgstr ""
|
690 |
-
"Neke opcije poput Tranzicijskih opcija su nedostupne za SWF video datoteke, "
|
691 |
-
"PDF i iFrame sadržaj kako bi se osigurala dobra podrška za web preglednike i "
|
692 |
-
"dobra čitljivost."
|
693 |
-
|
694 |
-
#: ../easy-fancybox-class.php:395
|
695 |
-
msgid "Checked"
|
696 |
-
msgstr "Omogućeno"
|
697 |
-
|
698 |
-
#: ../easy-fancybox-class.php:397
|
699 |
-
msgid "Unchecked"
|
700 |
-
msgstr "Onemogućeno"
|
701 |
-
|
702 |
-
#: ../easy-fancybox-class.php:587
|
703 |
-
msgid "Easy FancyBox Settings"
|
704 |
-
msgstr "Postavke Easy FancyBoxa"
|
705 |
-
|
706 |
-
#: ../easy-fancybox-class.php:596
|
707 |
-
msgid "Sections"
|
708 |
-
msgstr "Stavke"
|
709 |
-
|
710 |
-
#: ../easy-fancybox-class.php:633
|
711 |
-
msgid "Support"
|
712 |
-
msgstr "Podrška"
|
713 |
-
|
714 |
-
#: ../easy-fancybox-class.php:634
|
715 |
-
msgid "Resources"
|
716 |
-
msgstr "Resursi"
|
717 |
-
|
718 |
-
#: ../easy-fancybox-class.php:636
|
719 |
-
msgid "Credits"
|
720 |
-
msgstr "Krediti"
|
721 |
-
|
722 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
|
723 |
-
msgid ""
|
724 |
-
"Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
|
725 |
-
"available."
|
726 |
-
msgstr ""
|
727 |
-
"Hvala vam što se kupili Easy FancyBox - Pro ekstenziju. Sad su vam dostupne "
|
728 |
-
"dodatne opcije."
|
729 |
-
|
730 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
|
731 |
-
msgid "Get support here."
|
732 |
-
msgstr "Dobijte podršku ovdje."
|
733 |
-
|
734 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
|
735 |
-
msgid "First Image link"
|
736 |
-
msgstr "Link na prvu sliku"
|
737 |
-
|
738 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
|
739 |
-
msgid "First PDF link"
|
740 |
-
msgstr "Link na prvi PDF"
|
741 |
-
|
742 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
|
743 |
-
msgid "First SWF link"
|
744 |
-
msgstr "Link na prvi SWF"
|
745 |
-
|
746 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
|
747 |
-
msgid "First SVG link"
|
748 |
-
msgstr "Link na prvi SVG"
|
749 |
-
|
750 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
|
751 |
-
msgid "First YouTube link "
|
752 |
-
msgstr "Link na prvi YouTube video"
|
753 |
-
|
754 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
|
755 |
-
msgid "First Vimeo link "
|
756 |
-
msgstr "Link na prvi Vimeo video"
|
757 |
-
|
758 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
|
759 |
-
msgid "First Dailymotion link "
|
760 |
-
msgstr "Link na prvi Dailymotion video"
|
761 |
-
|
762 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
|
763 |
-
msgid "First iFrame link"
|
764 |
-
msgstr "Link na prvi iFrame"
|
765 |
-
|
766 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
|
767 |
-
msgid "First of any link"
|
768 |
-
msgstr "Prvi link na neki sadržaj"
|
769 |
-
|
770 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
|
771 |
-
msgid "Set a border radius to create rounded corners. Higher is rounder."
|
772 |
-
msgstr ""
|
773 |
-
"Postaviti polumjer ruba da bi se prikazali zaobljeni rubovi. Veća vrijednost "
|
774 |
-
"znači zaobljenije."
|
775 |
-
|
776 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:113
|
777 |
-
msgid "Links inside Section(s) only (below)"
|
778 |
-
msgstr "Linkovi unutar sekcija samo na dnu"
|
779 |
-
|
780 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:119
|
781 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
|
782 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
|
783 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
|
784 |
-
msgid "easeInQuad"
|
785 |
-
msgstr "easeInQuad"
|
786 |
-
|
787 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:120
|
788 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
|
789 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:239
|
790 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
|
791 |
-
msgid "easeOutQuad"
|
792 |
-
msgstr "easeOutQuad"
|
793 |
-
|
794 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:121
|
795 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
|
796 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:240
|
797 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
|
798 |
-
msgid "easeInOutQuad"
|
799 |
-
msgstr "easeInOutQuad"
|
800 |
-
|
801 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:122
|
802 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
|
803 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:241
|
804 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
|
805 |
-
msgid "easeInCubic"
|
806 |
-
msgstr "easeInCubic"
|
807 |
-
|
808 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:123
|
809 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
|
810 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:242
|
811 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
|
812 |
-
msgid "easeOutCubic"
|
813 |
-
msgstr "easeOutCubic"
|
814 |
-
|
815 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
|
816 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
|
817 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
818 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
|
819 |
-
msgid "easeInOutCubic"
|
820 |
-
msgstr "easeInOutCubic"
|
821 |
-
|
822 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
|
823 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
|
824 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
|
825 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
|
826 |
-
msgid "easeInQuart"
|
827 |
-
msgstr "easeInQuart"
|
828 |
-
|
829 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
|
830 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
|
831 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:245
|
832 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
|
833 |
-
msgid "easeOutQuart"
|
834 |
-
msgstr "easeOutQuart"
|
835 |
-
|
836 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
|
837 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
|
838 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:246
|
839 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
|
840 |
-
msgid "easeInOutQuart"
|
841 |
-
msgstr "easeInOutQuart"
|
842 |
-
|
843 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:128
|
844 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
|
845 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:247
|
846 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
|
847 |
-
msgid "easeInQuint"
|
848 |
-
msgstr "easeInQuint"
|
849 |
-
|
850 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:129
|
851 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
|
852 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:248
|
853 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
|
854 |
-
msgid "easeOutQuint"
|
855 |
-
msgstr "easeOutQuint"
|
856 |
-
|
857 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:130
|
858 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
|
859 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:249
|
860 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
|
861 |
-
msgid "easeInOutQuint"
|
862 |
-
msgstr "easeInOutQuint"
|
863 |
-
|
864 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:131
|
865 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
|
866 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:250
|
867 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
|
868 |
-
msgid "easeInSine"
|
869 |
-
msgstr "easeInSine"
|
870 |
-
|
871 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:132
|
872 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
|
873 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:251
|
874 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
|
875 |
-
msgid "easeOutSine"
|
876 |
-
msgstr "easeOutSine"
|
877 |
-
|
878 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:133
|
879 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
|
880 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
|
881 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
|
882 |
-
msgid "easeInOutSine"
|
883 |
-
msgstr "easeInOutSine"
|
884 |
-
|
885 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
|
886 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
|
887 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
|
888 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
|
889 |
-
msgid "easeInExpo"
|
890 |
-
msgstr "easeInExpo"
|
891 |
-
|
892 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:135
|
893 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
|
894 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
|
895 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
|
896 |
-
msgid "easeOutExpo"
|
897 |
-
msgstr "easeOutExpo"
|
898 |
-
|
899 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:136
|
900 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
|
901 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
|
902 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
|
903 |
-
msgid "easeInOutExpo"
|
904 |
-
msgstr "easeInOutExpo"
|
905 |
-
|
906 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:137
|
907 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
|
908 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
|
909 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
|
910 |
-
msgid "easeInCirc"
|
911 |
-
msgstr "easeInCirc"
|
912 |
-
|
913 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:138
|
914 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
|
915 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
|
916 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
|
917 |
-
msgid "easeOutCirc"
|
918 |
-
msgstr "easeOutCirc"
|
919 |
-
|
920 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:139
|
921 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
|
922 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
|
923 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
|
924 |
-
msgid "easeInOutCirc"
|
925 |
-
msgstr "easeInOutCirc"
|
926 |
-
|
927 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:140
|
928 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
|
929 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:259
|
930 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
|
931 |
-
msgid "easeInElastic"
|
932 |
-
msgstr "easeInElastic"
|
933 |
-
|
934 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:141
|
935 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
|
936 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:260
|
937 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
|
938 |
-
msgid "easeOutElastic"
|
939 |
-
msgstr "easeOutElastic"
|
940 |
-
|
941 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:142
|
942 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
|
943 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:261
|
944 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
|
945 |
-
msgid "easeInOutElastic"
|
946 |
-
msgstr "easeInOutElastic"
|
947 |
-
|
948 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:143
|
949 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
|
950 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:262
|
951 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
|
952 |
-
msgid "easeInOutBack"
|
953 |
-
msgstr "easeInOutBack"
|
954 |
-
|
955 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
|
956 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
|
957 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:263
|
958 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
|
959 |
-
msgid "easeInBounce"
|
960 |
-
msgstr "easeInBounce"
|
961 |
-
|
962 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
|
963 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
|
964 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:264
|
965 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
|
966 |
-
msgid "easeOutBounce"
|
967 |
-
msgstr "easeOutBounce"
|
968 |
-
|
969 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
|
970 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:179
|
971 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:265
|
972 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:298
|
973 |
-
msgid "easeInOutBounce"
|
974 |
-
msgstr "easeInOutBounce"
|
975 |
-
|
976 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
|
977 |
-
msgid "Section(s)"
|
978 |
-
msgstr "Sekcije"
|
979 |
-
|
980 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
981 |
-
msgid ""
|
982 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
983 |
-
"and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
984 |
-
"it to conform with your theme."
|
985 |
-
msgstr ""
|
986 |
-
"Ovo je primjenjivo kad je <em>Primijeni na</em> postavljen na <em>Ograničeno "
|
987 |
-
"na odsječke</em> i/ili <em>Auto-galerija</em> je postavljena na <em>Galerije "
|
988 |
-
"po sekciji</em>. Prilagodite tako da bude u skladu s vašom temom."
|
989 |
-
|
990 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
991 |
-
msgid ""
|
992 |
-
"Examples: If your theme wraps post content in a div with class post, change "
|
993 |
-
"this value to \"div.post\". If you want to include images in a sidebar with "
|
994 |
-
"ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
|
995 |
-
"you only want to group images in a WordPress gallery together, use \"div."
|
996 |
-
"gallery\". If you want to include images in a sidebar with ID primary, add "
|
997 |
-
"\", #primary\"."
|
998 |
-
msgstr ""
|
999 |
-
"Primjer: ako vaša tema stavlja sadržaj posta u div tag s klasom post, "
|
1000 |
-
"promijenite ovu vrijednost u \"div.post\". Ako želite uključiti slike u "
|
1001 |
-
"bočni stupac sa ID-om primary, dodajte \", div#primary\" ili "
|
1002 |
-
"\"aside#primary\" za html5 teme. Ako samo želite grupirati slike u Wordpress "
|
1003 |
-
"galeriji, koristite \"div.gallery\". Ako želite uključiti slike u bočni "
|
1004 |
-
"stupac sa ID-om primary, dodajte \", #primary\"."
|
1005 |
-
|
1006 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
|
1007 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
|
1008 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
|
1009 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
|
1010 |
-
msgid "Gallery Auto-rotation"
|
1011 |
-
msgstr "Auto-rotacija galerije"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-id_ID.mo
DELETED
Binary file
|
languages/easy-fancybox-id_ID.po
DELETED
@@ -1,980 +0,0 @@
|
|
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 »"
|
189 |
-
msgstr "Pilihan lebih lanjut »"
|
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 »"
|
269 |
-
msgstr "Buat tersedia » "
|
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."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-lt_LT.mo
DELETED
Binary file
|
languages/easy-fancybox-lt_LT.po
DELETED
@@ -1,523 +0,0 @@
|
|
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.po
DELETED
@@ -1,680 +0,0 @@
|
|
1 |
-
# Translation of Development (trunk) in Dutch
|
2 |
-
# This file is distributed under the same license as the Development (trunk) package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"PO-Revision-Date: 2015-09-15 21:07:32+0000\n"
|
6 |
-
"MIME-Version: 1.0\n"
|
7 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
-
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
-
"X-Generator: GlotPress/1.0-alpha-1100\n"
|
11 |
-
"Project-Id-Version: Development (trunk)\n"
|
12 |
-
|
13 |
-
#: inc/class-easyfancybox-admin.php:52
|
14 |
-
msgid "Donate to keep the Easy FancyBox plugin development going!"
|
15 |
-
msgstr "Doneer om de ontwikkeling van de Easy FancyBox plugin gaande te houden!"
|
16 |
-
|
17 |
-
#: inc/class-easyfancybox-admin.php:52
|
18 |
-
msgid "The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by %s."
|
19 |
-
msgstr "De opties in deze secties worden verzorgd door de plugin %s en bepalen het uiterlijk en gedrag van de <strong>Media lichtbak</strong>, beheerd door %s."
|
20 |
-
|
21 |
-
#. #-#-#-#-# tmp-easy-fancybox.pot (Easy FancyBox 1.5.8-beta.11) #-#-#-#-#
|
22 |
-
#. Plugin Name of the plugin/theme
|
23 |
-
#: inc/class-easyfancybox-admin.php:52
|
24 |
-
msgid "Easy FancyBox"
|
25 |
-
msgstr "Easy FancyBox"
|
26 |
-
|
27 |
-
#: inc/class-easyfancybox-admin.php:52 inc/class-easyfancybox-admin.php:296
|
28 |
-
msgid "FancyBox"
|
29 |
-
msgstr "FancyBox"
|
30 |
-
|
31 |
-
#: inc/class-easyfancybox-admin.php:52
|
32 |
-
msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
|
33 |
-
msgstr "Activeer eerst iedere sub-sectie die je nodig hebt. Sla vervolgens op en keer terug om specifieke instellingen te doen."
|
34 |
-
|
35 |
-
#: inc/class-easyfancybox-admin.php:52
|
36 |
-
msgid "Note: Each additional sub-section and features like <em>Auto-detection</em>, <em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) will have some extra impact on client-side page speed. Enable only those sub-sections and options that you actually need on your site."
|
37 |
-
msgstr "Let op: Iedere sub-sectie en functie zoals <em>Auto-detectie</em>, <em>Elastische transities</em> en alle <em>Vloeiende effecten</em> (behalve Zwaai) heeft een extra impact op client-side browser snelheid. Activeer alleen die sub-secties en opties die je ook echt gebruikt op je site."
|
38 |
-
|
39 |
-
#: inc/class-easyfancybox-admin.php:52
|
40 |
-
msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
|
41 |
-
msgstr "Sommige instellingen als Transities zijn niet beschikbaar voor SWF video, PDF en iFrame inhoud om browser compatibiliteit en leesbaarheid te waarborgen."
|
42 |
-
|
43 |
-
#: inc/class-easyfancybox-admin.php:57 inc/class-easyfancybox-admin.php:264
|
44 |
-
msgid "Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional."
|
45 |
-
msgstr "Let op: De huidige Easy FancyBox versie is niet volledig compatibel met je Pro extensie. Sommige geavanceerde opties werken mogelijk niet goed."
|
46 |
-
|
47 |
-
#: inc/class-easyfancybox-admin.php:60 inc/class-easyfancybox-admin.php:266
|
48 |
-
msgid "Please <a href=\"%1$s\" target=\"_blank\">download and install the latest Pro version</a>."
|
49 |
-
msgstr "Gelieve de <a href=\"%1$s\" target=\"_blank\">nieuwste Pro extensie te downloaden en installeren</a>."
|
50 |
-
|
51 |
-
#: inc/class-easyfancybox-admin.php:62
|
52 |
-
msgid "Please contact your web site administrator."
|
53 |
-
msgstr "Gelieve contact op te nemen met de website admin."
|
54 |
-
|
55 |
-
#: inc/class-easyfancybox-admin.php:109
|
56 |
-
msgid "Checked"
|
57 |
-
msgstr "Aangevinkt"
|
58 |
-
|
59 |
-
#: inc/class-easyfancybox-admin.php:111
|
60 |
-
msgid "Unchecked"
|
61 |
-
msgstr "Uitgevinkt"
|
62 |
-
|
63 |
-
#: inc/class-easyfancybox-admin.php:268
|
64 |
-
msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
|
65 |
-
msgstr "Of je kunt dit bericht negeren en <a href=\"%1$s\">verbergen</a>."
|
66 |
-
|
67 |
-
#: inc/class-easyfancybox-options.php:12
|
68 |
-
msgid "Global settings"
|
69 |
-
msgstr "Algemene instellingen"
|
70 |
-
|
71 |
-
#: inc/class-easyfancybox-options.php:17
|
72 |
-
msgid "Media"
|
73 |
-
msgstr "Media"
|
74 |
-
|
75 |
-
#: inc/class-easyfancybox-options.php:23
|
76 |
-
msgid "Enable FancyBox for"
|
77 |
-
msgstr "Activeer FancyBox voor"
|
78 |
-
|
79 |
-
#: inc/class-easyfancybox-options.php:30 inc/class-easyfancybox-options.php:447
|
80 |
-
msgid "Images"
|
81 |
-
msgstr "Afbeeldingen"
|
82 |
-
|
83 |
-
#: inc/class-easyfancybox-options.php:37 inc/class-easyfancybox-options.php:719
|
84 |
-
msgid "Inline content"
|
85 |
-
msgstr "Inline inhoud"
|
86 |
-
|
87 |
-
#: inc/class-easyfancybox-options.php:44 inc/class-easyfancybox-options.php:829
|
88 |
-
msgid "PDF"
|
89 |
-
msgstr "PDF"
|
90 |
-
|
91 |
-
#: inc/class-easyfancybox-options.php:51 inc/class-easyfancybox-options.php:939
|
92 |
-
msgid "SWF"
|
93 |
-
msgstr "SWF"
|
94 |
-
|
95 |
-
#: inc/class-easyfancybox-options.php:58
|
96 |
-
#: inc/class-easyfancybox-options.php:1033
|
97 |
-
msgid "SVG"
|
98 |
-
msgstr "SVG"
|
99 |
-
|
100 |
-
#: inc/class-easyfancybox-options.php:65
|
101 |
-
#: inc/class-easyfancybox-options.php:1128
|
102 |
-
msgid "YouTube"
|
103 |
-
msgstr "YouTube"
|
104 |
-
|
105 |
-
#: inc/class-easyfancybox-options.php:72
|
106 |
-
#: inc/class-easyfancybox-options.php:1226
|
107 |
-
msgid "Vimeo"
|
108 |
-
msgstr "Vimeo"
|
109 |
-
|
110 |
-
#: inc/class-easyfancybox-options.php:79
|
111 |
-
#: inc/class-easyfancybox-options.php:1325
|
112 |
-
msgid "Dailymotion"
|
113 |
-
msgstr "Dailymotion"
|
114 |
-
|
115 |
-
#: inc/class-easyfancybox-options.php:86
|
116 |
-
#: inc/class-easyfancybox-options.php:1450
|
117 |
-
msgid "iFrames"
|
118 |
-
msgstr "iFrames"
|
119 |
-
|
120 |
-
#: inc/class-easyfancybox-options.php:89
|
121 |
-
msgid "For advanced options and support, please get the Easy FancyBox - Pro extension."
|
122 |
-
msgstr "Schaf de Easy FancyBox Pro versie aan voor geavanceerde opties en ondersteuning."
|
123 |
-
|
124 |
-
#: inc/class-easyfancybox-options.php:92 inc/class-easyfancybox-options.php:589
|
125 |
-
msgid "Overlay"
|
126 |
-
msgstr "Bedekking"
|
127 |
-
|
128 |
-
#: inc/class-easyfancybox-options.php:101
|
129 |
-
msgid "Show the overlay around content opened in FancyBox."
|
130 |
-
msgstr "Toon de bedekking rond inhoud geopend in FancyBox."
|
131 |
-
|
132 |
-
#: inc/class-easyfancybox-options.php:108
|
133 |
-
msgid "Close FancyBox when overlay is clicked."
|
134 |
-
msgstr "Sluit FancyBox als bedekking wordt aangeklikt."
|
135 |
-
|
136 |
-
#: inc/class-easyfancybox-options.php:112
|
137 |
-
msgid "Opacity"
|
138 |
-
msgstr "Ondoorzichtigheid"
|
139 |
-
|
140 |
-
#: inc/class-easyfancybox-options.php:120
|
141 |
-
msgid "Value between 0 and 1. "
|
142 |
-
msgstr "Waarde tussen 0 en 1. "
|
143 |
-
|
144 |
-
#: inc/class-easyfancybox-options.php:120
|
145 |
-
#: inc/class-easyfancybox-options.php:130
|
146 |
-
#: inc/class-easyfancybox-options.php:198
|
147 |
-
#: inc/class-easyfancybox-options.php:237
|
148 |
-
#: inc/class-easyfancybox-options.php:250
|
149 |
-
#: inc/class-easyfancybox-options.php:263
|
150 |
-
#: inc/class-easyfancybox-options.php:314
|
151 |
-
#: inc/class-easyfancybox-options.php:353
|
152 |
-
#: inc/class-easyfancybox-options.php:681
|
153 |
-
msgid "Default:"
|
154 |
-
msgstr "Standaard:"
|
155 |
-
|
156 |
-
#: inc/class-easyfancybox-options.php:124
|
157 |
-
msgid "Color"
|
158 |
-
msgstr "Kleur"
|
159 |
-
|
160 |
-
#: inc/class-easyfancybox-options.php:130
|
161 |
-
msgid "Enter an HTML color value."
|
162 |
-
msgstr "Voer een HTML kleurwaarde in."
|
163 |
-
|
164 |
-
#: inc/class-easyfancybox-options.php:138
|
165 |
-
msgid "Spotlight effect"
|
166 |
-
msgstr "Schijnwerper effect"
|
167 |
-
|
168 |
-
#: inc/class-easyfancybox-options.php:138
|
169 |
-
#: inc/class-easyfancybox-options.php:178
|
170 |
-
#: inc/class-easyfancybox-options.php:212
|
171 |
-
#: inc/class-easyfancybox-options.php:367
|
172 |
-
#: inc/class-easyfancybox-options.php:439
|
173 |
-
#: inc/class-easyfancybox-options.php:610
|
174 |
-
#: inc/class-easyfancybox-options.php:699
|
175 |
-
msgid "Make available »"
|
176 |
-
msgstr "Maak beschikbaar »"
|
177 |
-
|
178 |
-
#: inc/class-easyfancybox-options.php:143
|
179 |
-
msgid "Window"
|
180 |
-
msgstr "Raam"
|
181 |
-
|
182 |
-
#: inc/class-easyfancybox-options.php:149
|
183 |
-
#: inc/class-easyfancybox-options.php:571
|
184 |
-
msgid "Appearance"
|
185 |
-
msgstr "Uiterlijk"
|
186 |
-
|
187 |
-
#: inc/class-easyfancybox-options.php:156
|
188 |
-
msgid "Show the (X) close button"
|
189 |
-
msgstr "Toon de (X) afsluit-knop"
|
190 |
-
|
191 |
-
#: inc/class-easyfancybox-options.php:161
|
192 |
-
msgid "Background color"
|
193 |
-
msgstr "Achtergrondkleur"
|
194 |
-
|
195 |
-
#: inc/class-easyfancybox-options.php:172
|
196 |
-
msgid "Text color"
|
197 |
-
msgstr "Tekstkleur"
|
198 |
-
|
199 |
-
#: inc/class-easyfancybox-options.php:183
|
200 |
-
msgid "Title color"
|
201 |
-
msgstr "Titelkleur"
|
202 |
-
|
203 |
-
#: inc/class-easyfancybox-options.php:193
|
204 |
-
msgid "Border color"
|
205 |
-
msgstr "Randkleur"
|
206 |
-
|
207 |
-
#: inc/class-easyfancybox-options.php:198
|
208 |
-
#: inc/class-easyfancybox-options.php:553
|
209 |
-
#: inc/class-easyfancybox-options.php:628
|
210 |
-
#: inc/class-easyfancybox-options.php:809
|
211 |
-
msgid "Note:"
|
212 |
-
msgstr "Let op:"
|
213 |
-
|
214 |
-
#: inc/class-easyfancybox-options.php:198
|
215 |
-
msgid "Use RGBA notation for semi-transparent borders."
|
216 |
-
msgstr "Gebruik RGBA-notatie voor semitransparante randen."
|
217 |
-
|
218 |
-
#: inc/class-easyfancybox-options.php:198
|
219 |
-
#: inc/class-easyfancybox-options.php:471
|
220 |
-
msgid "Example:"
|
221 |
-
msgstr "Voorbeeld:"
|
222 |
-
|
223 |
-
#: inc/class-easyfancybox-options.php:203
|
224 |
-
msgid "Border radius"
|
225 |
-
msgstr "Hoekronding"
|
226 |
-
|
227 |
-
#: inc/class-easyfancybox-options.php:217
|
228 |
-
msgid "Dimensions"
|
229 |
-
msgstr "Afmetingen"
|
230 |
-
|
231 |
-
#: inc/class-easyfancybox-options.php:237
|
232 |
-
msgid "If content size is not set or cannot be determined automatically, these default dimensions will be used."
|
233 |
-
msgstr "Als de inhoud geen detecteerbare afmetingen heeft, worden deze standaardwaarden gebruikt."
|
234 |
-
|
235 |
-
#: inc/class-easyfancybox-options.php:254
|
236 |
-
msgid "Margin"
|
237 |
-
msgstr "Marge"
|
238 |
-
|
239 |
-
#: inc/class-easyfancybox-options.php:268
|
240 |
-
#: inc/class-easyfancybox-options.php:499
|
241 |
-
msgid "Behavior"
|
242 |
-
msgstr "Gedrag"
|
243 |
-
|
244 |
-
#: inc/class-easyfancybox-options.php:275
|
245 |
-
msgid "Center while scrolling"
|
246 |
-
msgstr "Centreren bij scrollen"
|
247 |
-
|
248 |
-
#: inc/class-easyfancybox-options.php:282
|
249 |
-
msgid "Esc key stroke closes FancyBox"
|
250 |
-
msgstr "Esc-toets sluit FancyBox"
|
251 |
-
|
252 |
-
#: inc/class-easyfancybox-options.php:289
|
253 |
-
msgid "Scale large content down to fit in the browser viewport."
|
254 |
-
msgstr "Inhoud terug schalen wanneer het groter is dan het browservenster."
|
255 |
-
|
256 |
-
#: inc/class-easyfancybox-options.php:293
|
257 |
-
msgid "Opening speed"
|
258 |
-
msgstr "Snelheid bij openen"
|
259 |
-
|
260 |
-
#: inc/class-easyfancybox-options.php:305
|
261 |
-
msgid "Closing speed"
|
262 |
-
msgstr "Snelheid bij sluiten"
|
263 |
-
|
264 |
-
#: inc/class-easyfancybox-options.php:314
|
265 |
-
#: inc/class-easyfancybox-options.php:681
|
266 |
-
msgid "Duration in milliseconds. Higher is slower."
|
267 |
-
msgstr "Duur in miliseconden. Hoger is langzamer."
|
268 |
-
|
269 |
-
#: inc/class-easyfancybox-options.php:320
|
270 |
-
msgid "Miscellaneous"
|
271 |
-
msgstr "Overig"
|
272 |
-
|
273 |
-
#: inc/class-easyfancybox-options.php:326
|
274 |
-
msgid "Auto popup"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: inc/class-easyfancybox-options.php:330
|
278 |
-
msgid "Open on page load"
|
279 |
-
msgstr "Openen bij het laden van de pagina"
|
280 |
-
|
281 |
-
#: inc/class-easyfancybox-options.php:336
|
282 |
-
msgid "Link with ID \"fancybox-auto\""
|
283 |
-
msgstr "Koppeling met ID \"fancybox-auto\""
|
284 |
-
|
285 |
-
#: inc/class-easyfancybox-options.php:339
|
286 |
-
#: inc/class-easyfancybox-options.php:483
|
287 |
-
#: inc/class-easyfancybox-options.php:526
|
288 |
-
#: inc/class-easyfancybox-options.php:553
|
289 |
-
#: inc/class-easyfancybox-options.php:628
|
290 |
-
#: inc/class-easyfancybox-options.php:782
|
291 |
-
#: inc/class-easyfancybox-options.php:809
|
292 |
-
#: inc/class-easyfancybox-options.php:862
|
293 |
-
msgid "More options »"
|
294 |
-
msgstr "Meer opties »"
|
295 |
-
|
296 |
-
#: inc/class-easyfancybox-options.php:343
|
297 |
-
msgid "Delay in milliseconds"
|
298 |
-
msgstr "Vertraging in miliseconden"
|
299 |
-
|
300 |
-
#: inc/class-easyfancybox-options.php:357
|
301 |
-
msgid "Hide popup after first visit?"
|
302 |
-
msgstr "Popup verbergen na eerste bezoek?"
|
303 |
-
|
304 |
-
#: inc/class-easyfancybox-options.php:366
|
305 |
-
msgid "1 Day"
|
306 |
-
msgstr "1 Dag"
|
307 |
-
|
308 |
-
#: inc/class-easyfancybox-options.php:366
|
309 |
-
msgid "1 Week"
|
310 |
-
msgstr "1 Week\t"
|
311 |
-
|
312 |
-
#: inc/class-easyfancybox-options.php:366
|
313 |
-
msgid "1 Month"
|
314 |
-
msgstr "1 Maand"
|
315 |
-
|
316 |
-
#: inc/class-easyfancybox-options.php:366
|
317 |
-
msgid "1 Year"
|
318 |
-
msgstr "1 Jaar"
|
319 |
-
|
320 |
-
#: inc/class-easyfancybox-options.php:371
|
321 |
-
msgid "Browser & device compatibility"
|
322 |
-
msgstr "Browser- & apparaatcompatibiliteit"
|
323 |
-
|
324 |
-
#: inc/class-easyfancybox-options.php:400
|
325 |
-
msgid "Include IE 8 compatibility style rules"
|
326 |
-
msgstr "Voeg IE 8 style compatibiliteitsregels toe."
|
327 |
-
|
328 |
-
#: inc/class-easyfancybox-options.php:431
|
329 |
-
msgid "Other"
|
330 |
-
msgstr ""
|
331 |
-
|
332 |
-
#: inc/class-easyfancybox-options.php:439
|
333 |
-
msgid "Include the Metadata jQuery extension script to allow passing custom parameters via link class."
|
334 |
-
msgstr "Sluit de Metadata jQuery extensie bij om aangepaste parameters via link class te kunnen doorgeven."
|
335 |
-
|
336 |
-
#: inc/class-easyfancybox-options.php:452
|
337 |
-
msgid "To make images open in an overlay, add their extension to the Autodetect field or use the class \"fancybox\" for its link. Clear field to switch off all autodetection."
|
338 |
-
msgstr "Om afbeeldingen in de lichtbak te openen, voeg hun extensie toe aan het veld auto-detectie of gebruik de class \"fancybox\" voor de koppeling. Wis dit veld om auto-detectie uit te schakelen."
|
339 |
-
|
340 |
-
#: inc/class-easyfancybox-options.php:464
|
341 |
-
#: inc/class-easyfancybox-options.php:842
|
342 |
-
#: inc/class-easyfancybox-options.php:952
|
343 |
-
#: inc/class-easyfancybox-options.php:1046
|
344 |
-
#: inc/class-easyfancybox-options.php:1141
|
345 |
-
#: inc/class-easyfancybox-options.php:1239
|
346 |
-
#: inc/class-easyfancybox-options.php:1338
|
347 |
-
msgid "Autodetect"
|
348 |
-
msgstr "Auto-detectie"
|
349 |
-
|
350 |
-
#: inc/class-easyfancybox-options.php:475
|
351 |
-
msgid "Apply to"
|
352 |
-
msgstr "Pas toe op"
|
353 |
-
|
354 |
-
#: inc/class-easyfancybox-options.php:480
|
355 |
-
msgid "All image links"
|
356 |
-
msgstr "Alle afbeeldingskoppelingen"
|
357 |
-
|
358 |
-
#: inc/class-easyfancybox-options.php:487
|
359 |
-
msgid "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
|
360 |
-
msgstr "Dwing FancyBox om alle medialinks met class=\"fancybox\" als afbeelding te behandelen?"
|
361 |
-
|
362 |
-
#: inc/class-easyfancybox-options.php:503
|
363 |
-
#: inc/class-easyfancybox-options.php:759
|
364 |
-
msgid "Transition In"
|
365 |
-
msgstr "Transitie In"
|
366 |
-
|
367 |
-
#: inc/class-easyfancybox-options.php:508
|
368 |
-
#: inc/class-easyfancybox-options.php:535
|
369 |
-
#: inc/class-easyfancybox-options.php:764
|
370 |
-
#: inc/class-easyfancybox-options.php:791
|
371 |
-
msgid "Fade"
|
372 |
-
msgstr "Vervaging"
|
373 |
-
|
374 |
-
#: inc/class-easyfancybox-options.php:509
|
375 |
-
#: inc/class-easyfancybox-options.php:536
|
376 |
-
#: inc/class-easyfancybox-options.php:765
|
377 |
-
#: inc/class-easyfancybox-options.php:792
|
378 |
-
msgid "Elastic"
|
379 |
-
msgstr "Elastisch"
|
380 |
-
|
381 |
-
#: inc/class-easyfancybox-options.php:516
|
382 |
-
#: inc/class-easyfancybox-options.php:772
|
383 |
-
msgid "Easing In"
|
384 |
-
msgstr "Vloeiing In"
|
385 |
-
|
386 |
-
#: inc/class-easyfancybox-options.php:520
|
387 |
-
#: inc/class-easyfancybox-options.php:547
|
388 |
-
#: inc/class-easyfancybox-options.php:776
|
389 |
-
#: inc/class-easyfancybox-options.php:803
|
390 |
-
msgid "Linear"
|
391 |
-
msgstr "Lineair"
|
392 |
-
|
393 |
-
#: inc/class-easyfancybox-options.php:521
|
394 |
-
#: inc/class-easyfancybox-options.php:548
|
395 |
-
#: inc/class-easyfancybox-options.php:777
|
396 |
-
#: inc/class-easyfancybox-options.php:804
|
397 |
-
msgid "Swing"
|
398 |
-
msgstr "Zwaai"
|
399 |
-
|
400 |
-
#: inc/class-easyfancybox-options.php:522
|
401 |
-
#: inc/class-easyfancybox-options.php:549
|
402 |
-
#: inc/class-easyfancybox-options.php:778
|
403 |
-
#: inc/class-easyfancybox-options.php:805
|
404 |
-
msgid "easeInBack"
|
405 |
-
msgstr ""
|
406 |
-
|
407 |
-
#: inc/class-easyfancybox-options.php:523
|
408 |
-
#: inc/class-easyfancybox-options.php:550
|
409 |
-
#: inc/class-easyfancybox-options.php:779
|
410 |
-
#: inc/class-easyfancybox-options.php:806
|
411 |
-
msgid "easeOutBack"
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: inc/class-easyfancybox-options.php:530
|
415 |
-
#: inc/class-easyfancybox-options.php:786
|
416 |
-
msgid "Transition Out"
|
417 |
-
msgstr "Transitie Uit"
|
418 |
-
|
419 |
-
#: inc/class-easyfancybox-options.php:543
|
420 |
-
#: inc/class-easyfancybox-options.php:799
|
421 |
-
msgid "Easing Out"
|
422 |
-
msgstr "Vloeiing Uit"
|
423 |
-
|
424 |
-
#: inc/class-easyfancybox-options.php:553
|
425 |
-
#: inc/class-easyfancybox-options.php:809
|
426 |
-
msgid "Easing effects only apply when Transition is set to Elastic. "
|
427 |
-
msgstr "Vloeiende effecten zijn alleen van toepassing als Elastische transities zijn ingeschakeld. "
|
428 |
-
|
429 |
-
#: inc/class-easyfancybox-options.php:560
|
430 |
-
#: inc/class-easyfancybox-options.php:816
|
431 |
-
msgid "Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!"
|
432 |
-
msgstr "Transparantievervaging bij elastische transitie. LET OP: Gebruik alleen als ten minsten Transitie In op Elastisch staat!"
|
433 |
-
|
434 |
-
#: inc/class-easyfancybox-options.php:567
|
435 |
-
#: inc/class-easyfancybox-options.php:823
|
436 |
-
msgid "Close FancyBox when content is clicked"
|
437 |
-
msgstr "Sluit FancyBox als de inhoud wordt aangeklikt"
|
438 |
-
|
439 |
-
#: inc/class-easyfancybox-options.php:578
|
440 |
-
#: inc/class-easyfancybox-options.php:901
|
441 |
-
#: inc/class-easyfancybox-options.php:1004
|
442 |
-
#: inc/class-easyfancybox-options.php:1098
|
443 |
-
#: inc/class-easyfancybox-options.php:1197
|
444 |
-
#: inc/class-easyfancybox-options.php:1295
|
445 |
-
#: inc/class-easyfancybox-options.php:1394
|
446 |
-
#: inc/class-easyfancybox-options.php:1521
|
447 |
-
msgid "Show title"
|
448 |
-
msgstr "Toon titel"
|
449 |
-
|
450 |
-
#: inc/class-easyfancybox-options.php:582
|
451 |
-
#: inc/class-easyfancybox-options.php:905
|
452 |
-
#: inc/class-easyfancybox-options.php:1008
|
453 |
-
#: inc/class-easyfancybox-options.php:1102
|
454 |
-
#: inc/class-easyfancybox-options.php:1201
|
455 |
-
#: inc/class-easyfancybox-options.php:1299
|
456 |
-
#: inc/class-easyfancybox-options.php:1398
|
457 |
-
#: inc/class-easyfancybox-options.php:1525
|
458 |
-
msgid "Title Position"
|
459 |
-
msgstr "Titel Positie"
|
460 |
-
|
461 |
-
#: inc/class-easyfancybox-options.php:586
|
462 |
-
#: inc/class-easyfancybox-options.php:909
|
463 |
-
#: inc/class-easyfancybox-options.php:1012
|
464 |
-
#: inc/class-easyfancybox-options.php:1106
|
465 |
-
#: inc/class-easyfancybox-options.php:1205
|
466 |
-
#: inc/class-easyfancybox-options.php:1303
|
467 |
-
#: inc/class-easyfancybox-options.php:1402
|
468 |
-
#: inc/class-easyfancybox-options.php:1529
|
469 |
-
msgid "Float"
|
470 |
-
msgstr "Drijvend"
|
471 |
-
|
472 |
-
#: inc/class-easyfancybox-options.php:587
|
473 |
-
#: inc/class-easyfancybox-options.php:910
|
474 |
-
#: inc/class-easyfancybox-options.php:1013
|
475 |
-
#: inc/class-easyfancybox-options.php:1107
|
476 |
-
#: inc/class-easyfancybox-options.php:1206
|
477 |
-
#: inc/class-easyfancybox-options.php:1304
|
478 |
-
#: inc/class-easyfancybox-options.php:1403
|
479 |
-
#: inc/class-easyfancybox-options.php:1530
|
480 |
-
msgid "Outside"
|
481 |
-
msgstr "Buiten"
|
482 |
-
|
483 |
-
#: inc/class-easyfancybox-options.php:588
|
484 |
-
#: inc/class-easyfancybox-options.php:911
|
485 |
-
#: inc/class-easyfancybox-options.php:1014
|
486 |
-
#: inc/class-easyfancybox-options.php:1108
|
487 |
-
#: inc/class-easyfancybox-options.php:1207
|
488 |
-
#: inc/class-easyfancybox-options.php:1305
|
489 |
-
#: inc/class-easyfancybox-options.php:1404
|
490 |
-
#: inc/class-easyfancybox-options.php:1531
|
491 |
-
msgid "Inside"
|
492 |
-
msgstr "Binnen"
|
493 |
-
|
494 |
-
#: inc/class-easyfancybox-options.php:599
|
495 |
-
#: inc/class-easyfancybox-options.php:920
|
496 |
-
#: inc/class-easyfancybox-options.php:1023
|
497 |
-
#: inc/class-easyfancybox-options.php:1118
|
498 |
-
#: inc/class-easyfancybox-options.php:1216
|
499 |
-
#: inc/class-easyfancybox-options.php:1314
|
500 |
-
#: inc/class-easyfancybox-options.php:1413
|
501 |
-
#: inc/class-easyfancybox-options.php:1540
|
502 |
-
msgid "Allow title from thumbnail alt tag"
|
503 |
-
msgstr "Sta titel uit miniatuur \"alt\" attribuut toe"
|
504 |
-
|
505 |
-
#: inc/class-easyfancybox-options.php:603
|
506 |
-
#: inc/class-easyfancybox-options.php:692
|
507 |
-
msgid "Advanced"
|
508 |
-
msgstr "Geavanceerd"
|
509 |
-
|
510 |
-
#: inc/class-easyfancybox-options.php:607
|
511 |
-
msgid "Hide/show title on mouse hover action"
|
512 |
-
msgstr "Titel verbergen/tonen bij muis-over actie"
|
513 |
-
|
514 |
-
#: inc/class-easyfancybox-options.php:614
|
515 |
-
msgid "Gallery"
|
516 |
-
msgstr "Galerij"
|
517 |
-
|
518 |
-
#: inc/class-easyfancybox-options.php:618
|
519 |
-
msgid "Autogallery"
|
520 |
-
msgstr "Auto-galerij"
|
521 |
-
|
522 |
-
#: inc/class-easyfancybox-options.php:624
|
523 |
-
msgid "WordPress galleries only"
|
524 |
-
msgstr "Alleen WordPress galerijen"
|
525 |
-
|
526 |
-
#: inc/class-easyfancybox-options.php:625
|
527 |
-
msgid "All in one gallery"
|
528 |
-
msgstr "Allemaal in één galerij"
|
529 |
-
|
530 |
-
#: inc/class-easyfancybox-options.php:628
|
531 |
-
msgid "When disabled, you can use the rel attribute to manually group image links together."
|
532 |
-
msgstr "Wanneer uitgeschakeld kun je het \"rel\" attribuut gebruiken om afbeelding handmatig te groeperen."
|
533 |
-
|
534 |
-
#: inc/class-easyfancybox-options.php:635
|
535 |
-
msgid "Show the gallery navigation arrows"
|
536 |
-
msgstr "Toon galerij navigatiepijltjes"
|
537 |
-
|
538 |
-
#: inc/class-easyfancybox-options.php:642
|
539 |
-
msgid "Arrow key strokes browse the gallery"
|
540 |
-
msgstr "Pijltjestoetsen bladeren door FancyBox galerij"
|
541 |
-
|
542 |
-
#: inc/class-easyfancybox-options.php:649
|
543 |
-
msgid "Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action."
|
544 |
-
msgstr "Sluit de Mousewheel jQuery extensie bij zodat met de muiswiel door galerijen gescrold kan worden."
|
545 |
-
|
546 |
-
#: inc/class-easyfancybox-options.php:656
|
547 |
-
msgid "Make galleries cyclic, allowing you to keep pressing next/back."
|
548 |
-
msgstr "Maak galerijen cyclisch, zodat je voor- en achteruit kunt blijven bladeren."
|
549 |
-
|
550 |
-
#: inc/class-easyfancybox-options.php:660
|
551 |
-
msgid "Change speed"
|
552 |
-
msgstr "Snelheid bij vervangen"
|
553 |
-
|
554 |
-
#: inc/class-easyfancybox-options.php:672
|
555 |
-
msgid "Fade speed"
|
556 |
-
msgstr "Snelheid bij vervagen"
|
557 |
-
|
558 |
-
#: inc/class-easyfancybox-options.php:688
|
559 |
-
msgid "Galleries per Section (below)"
|
560 |
-
msgstr "Galerijen per Sectie (hieronder)"
|
561 |
-
|
562 |
-
#: inc/class-easyfancybox-options.php:688
|
563 |
-
msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
|
564 |
-
msgstr "Dit geldt wanneer <em>Pas toe op</em> is beperkt tot <em>Alleen koppelingen binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</em> staat. Pas dit aan aan je thema."
|
565 |
-
|
566 |
-
#: inc/class-easyfancybox-options.php:688
|
567 |
-
msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you only want to group images in a WordPress gallery together, use \"div.gallery\". If you want to include images in a sidebar with ID primary, add \", #primary\"."
|
568 |
-
msgstr "Voorbeelden: Als je thema artikelen in een div met class post plaatst, maak deze waarde dan \"div.post\". Als je alleen afbeeldingen in een WordPress galerij wil groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de zijbalk met ID primary wil meenemen, voeg dan \", #primary\" toe."
|
569 |
-
|
570 |
-
#: inc/class-easyfancybox-options.php:688
|
571 |
-
msgid "Hide/show title on mouse hover action works best with Overlay title position."
|
572 |
-
msgstr "Titel verbergen/tonen bij muis-over actie werkt het beste met titel-positie Bedekking."
|
573 |
-
|
574 |
-
#: inc/class-easyfancybox-options.php:688
|
575 |
-
msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
|
576 |
-
msgstr "Auto-rotatie gebruikt vaste pauses van 3, 6, 9 of 12 seconden per afbeelding."
|
577 |
-
|
578 |
-
#: inc/class-easyfancybox-options.php:688
|
579 |
-
msgid "(3 seconds)"
|
580 |
-
msgstr "(3 seconden)"
|
581 |
-
|
582 |
-
#: inc/class-easyfancybox-options.php:688
|
583 |
-
msgid "(6 seconds)"
|
584 |
-
msgstr "(6 seconden)"
|
585 |
-
|
586 |
-
#: inc/class-easyfancybox-options.php:688
|
587 |
-
msgid "(9 seconds)"
|
588 |
-
msgstr "(9 seconden)"
|
589 |
-
|
590 |
-
#: inc/class-easyfancybox-options.php:688
|
591 |
-
msgid "(12 seconds)"
|
592 |
-
msgstr "(12 seconden)"
|
593 |
-
|
594 |
-
#: inc/class-easyfancybox-options.php:696
|
595 |
-
msgid "Slideshow"
|
596 |
-
msgstr "Diashow"
|
597 |
-
|
598 |
-
#: inc/class-easyfancybox-options.php:724
|
599 |
-
msgid "To make inline content open in an overlay, wrap that content in a div with a unique ID, create a link with target \"#uniqueID\" and give it a class \"fancybox-inline\" attribute."
|
600 |
-
msgstr "Om inline inhoud in een lightbox weer te geven, plaats het dan in een div met een unieke ID, maak een link naar \"#uniqueID\" en geef het een class=\"fancybox-inline\" attribuut."
|
601 |
-
|
602 |
-
#: inc/class-easyfancybox-options.php:742
|
603 |
-
msgid "Try to adjust size to inline/html content. If unchecked the default dimensions will be used."
|
604 |
-
msgstr "Probeer de grootte aan te passen aan inline/html inhoud. Indien uitgeschakeld worden de standaard afmetingen gebruikt."
|
605 |
-
|
606 |
-
#: inc/class-easyfancybox-options.php:746
|
607 |
-
msgid "Scrolling"
|
608 |
-
msgstr "Scrollen"
|
609 |
-
|
610 |
-
#: inc/class-easyfancybox-options.php:750
|
611 |
-
msgid "Auto"
|
612 |
-
msgstr "Auto"
|
613 |
-
|
614 |
-
#: inc/class-easyfancybox-options.php:751
|
615 |
-
msgid "Always"
|
616 |
-
msgstr "Altijd"
|
617 |
-
|
618 |
-
#: inc/class-easyfancybox-options.php:752
|
619 |
-
msgid "Never"
|
620 |
-
msgstr "Nooit"
|
621 |
-
|
622 |
-
#: inc/class-easyfancybox-options.php:755
|
623 |
-
msgid "Define scrolling and scrollbar visibility."
|
624 |
-
msgstr "Bepaal scrollen en zichtbaarheid van de schijfbalken."
|
625 |
-
|
626 |
-
#: inc/class-easyfancybox-options.php:834
|
627 |
-
msgid "To make any PDF document file open in an overlay, switch on Autodetect or use the class \"fancybox-pdf\" for its link."
|
628 |
-
msgstr "Schakel, om PDF documenten in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-pdf\" voor de koppeling."
|
629 |
-
|
630 |
-
#: inc/class-easyfancybox-options.php:854
|
631 |
-
msgid "Embed with"
|
632 |
-
msgstr "Embedden met"
|
633 |
-
|
634 |
-
#: inc/class-easyfancybox-options.php:858
|
635 |
-
msgid "Object tag (plus fall-back link)"
|
636 |
-
msgstr "Object tag (plus een fall-back link)"
|
637 |
-
|
638 |
-
#: inc/class-easyfancybox-options.php:859
|
639 |
-
msgid "iFrame tag (let browser decide)"
|
640 |
-
msgstr "iFrame tag (laat het aan de browser over)"
|
641 |
-
|
642 |
-
#: inc/class-easyfancybox-options.php:944
|
643 |
-
msgid "To make any Flash (.swf) file open in an overlay, switch on Autodetect or use the class \"fancybox-swf\" for its link."
|
644 |
-
msgstr "Schakel, om Flash (.swf) bestanden in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-swf\" voor de koppeling."
|
645 |
-
|
646 |
-
#: inc/class-easyfancybox-options.php:1038
|
647 |
-
msgid "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use the class \"fancybox-svg\" for its link."
|
648 |
-
msgstr "Schakel, om SVG (.svg) bestanden in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-svg\" voor de koppeling."
|
649 |
-
|
650 |
-
#: inc/class-easyfancybox-options.php:1133
|
651 |
-
msgid "To make any YouTube movie open in an overlay, switch on Autodetect or use the class \"fancybox-youtube\" for its link."
|
652 |
-
msgstr "Schakel, om YouTube films in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-youtube\" voor de koppeling."
|
653 |
-
|
654 |
-
#: inc/class-easyfancybox-options.php:1231
|
655 |
-
msgid "To make any Vimeo movie open in an overlay, switch on Autodetect or use the class \"fancybox-vimeo\" for its link."
|
656 |
-
msgstr "Schakel, om Vimeo films in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-vimeo\" voor de koppeling."
|
657 |
-
|
658 |
-
#: inc/class-easyfancybox-options.php:1330
|
659 |
-
msgid "To make any Dailymotion movie open in an overlay, switch on Autodetect or use the class \"fancybox-dailymotion\" for its link."
|
660 |
-
msgstr "Schakel, om Dailymotion films in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-dailymotion\" voor de koppeling."
|
661 |
-
|
662 |
-
#: inc/class-easyfancybox-options.php:1455
|
663 |
-
msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
|
664 |
-
msgstr "Gebruik, om een website of HTML document in de lichtbak te openen, de class \"fancybox-iframe\" voor zijn koppeling."
|
665 |
-
|
666 |
-
#. Plugin URI of the plugin/theme
|
667 |
-
msgid "http://status301.net/wordpress-plugins/easy-fancybox/"
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#. Description of the plugin/theme
|
671 |
-
msgid "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content."
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#. Author of the plugin/theme
|
675 |
-
msgid "RavanH"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#. Author URI of the plugin/theme
|
679 |
-
msgid "http://status301.net/"
|
680 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-nl_NL.mo
DELETED
Binary file
|
languages/easy-fancybox-nl_NL.po
DELETED
@@ -1,1178 +0,0 @@
|
|
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: 2015-06-12 13:23+0100\n"
|
8 |
-
"PO-Revision-Date: 2015-08-07 00:18+0100\n"
|
9 |
-
"Last-Translator: RavanH <ravanhagen@gmail.com>\n"
|
10 |
-
"Language-Team: <ravanhagen@gmail.com>\n"
|
11 |
-
"Language: nl_NL\n"
|
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.7.5\n"
|
17 |
-
|
18 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
|
19 |
-
msgid ""
|
20 |
-
"Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
|
21 |
-
"available."
|
22 |
-
msgstr ""
|
23 |
-
"Dank voor de aanschaf van de Easy FancyBox - Pro extensie. Nieuwe opties "
|
24 |
-
"zijn beschikbaar."
|
25 |
-
|
26 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
|
27 |
-
msgid "Get support here."
|
28 |
-
msgstr "Vind hier hulp."
|
29 |
-
|
30 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:64
|
31 |
-
#: ../easy-fancybox-settings.php:135
|
32 |
-
msgid "Spotlight effect"
|
33 |
-
msgstr "Schijnwerper effect"
|
34 |
-
|
35 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
|
36 |
-
#: ../easy-fancybox-settings.php:127
|
37 |
-
msgid "Enter an HTML color value."
|
38 |
-
msgstr "Voer een HTML kleurwaarde in."
|
39 |
-
|
40 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
|
41 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
|
42 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
43 |
-
#: ../easy-fancybox-settings.php:117 ../easy-fancybox-settings.php:127
|
44 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:258
|
45 |
-
#: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:348
|
46 |
-
#: ../easy-fancybox-settings.php:683
|
47 |
-
msgid "Default:"
|
48 |
-
msgstr "Standaard:"
|
49 |
-
|
50 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:96
|
51 |
-
msgid "Set a border radius to create rounded corners. Higher is rounder."
|
52 |
-
msgstr "Voer een waarde voor hoekrondingen in. Hoger is ronder."
|
53 |
-
|
54 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:104
|
55 |
-
msgid "First Image link"
|
56 |
-
msgstr "Eerste afbeeldingskoppeling"
|
57 |
-
|
58 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:105
|
59 |
-
msgid "First PDF link"
|
60 |
-
msgstr "Eerste PDF-koppeling"
|
61 |
-
|
62 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:106
|
63 |
-
msgid "First SWF link"
|
64 |
-
msgstr "Eerste SWF-koppeling"
|
65 |
-
|
66 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:107
|
67 |
-
msgid "First SVG link"
|
68 |
-
msgstr "Eerste SVG-koppeling"
|
69 |
-
|
70 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
|
71 |
-
msgid "First YouTube link "
|
72 |
-
msgstr "Eerste YouTube-koppeling"
|
73 |
-
|
74 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:109
|
75 |
-
msgid "First Vimeo link "
|
76 |
-
msgstr "Eerste Vimeo-koppeling"
|
77 |
-
|
78 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:110
|
79 |
-
msgid "First Dailymotion link "
|
80 |
-
msgstr "Eerste Dailymotion-koppeling"
|
81 |
-
|
82 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:111
|
83 |
-
msgid "First iFrame link"
|
84 |
-
msgstr "Eerste iFrame-koppeling"
|
85 |
-
|
86 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:112
|
87 |
-
msgid "First of any link"
|
88 |
-
msgstr "Eerste koppeling"
|
89 |
-
|
90 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:118
|
91 |
-
#: ../easy-fancybox-settings.php:352
|
92 |
-
msgid "Hide popup after first visit?"
|
93 |
-
msgstr "Popup verbergen na eerste bezoek?"
|
94 |
-
|
95 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
|
96 |
-
#: ../easy-fancybox-settings.php:361
|
97 |
-
msgid "1 Day"
|
98 |
-
msgstr "1 Dag"
|
99 |
-
|
100 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
|
101 |
-
#: ../easy-fancybox-settings.php:361
|
102 |
-
msgid "1 Week"
|
103 |
-
msgstr "1 Week\t"
|
104 |
-
|
105 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
|
106 |
-
#: ../easy-fancybox-settings.php:361
|
107 |
-
msgid "1 Month"
|
108 |
-
msgstr "1 Maand"
|
109 |
-
|
110 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
|
111 |
-
#: ../easy-fancybox-settings.php:361
|
112 |
-
msgid "1 Year"
|
113 |
-
msgstr "1 Jaar"
|
114 |
-
|
115 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
|
116 |
-
#: ../easy-fancybox-settings.php:441
|
117 |
-
msgid ""
|
118 |
-
"Include the Metadata jQuery extension script to allow passing custom "
|
119 |
-
"parameters via link class."
|
120 |
-
msgstr ""
|
121 |
-
"Sluit de Metadata jQuery extensie bij om aangepaste parameters via link "
|
122 |
-
"class te kunnen doorgeven."
|
123 |
-
|
124 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
|
125 |
-
msgid "Links inside Section(s) only (below)"
|
126 |
-
msgstr "Alleen koppelingen binnen Sectie(s)"
|
127 |
-
|
128 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
|
129 |
-
#: ../easy-fancybox-settings.php:482
|
130 |
-
msgid "All image links"
|
131 |
-
msgstr "Alle afbeeldingskoppelingen"
|
132 |
-
|
133 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:150
|
134 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:183
|
135 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
|
136 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
|
137 |
-
msgid "easeInQuad"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
|
141 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
|
142 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
|
143 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
|
144 |
-
msgid "easeOutQuad"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
|
148 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
|
149 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
|
150 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
|
151 |
-
msgid "easeInOutQuad"
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
|
155 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
|
156 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
|
157 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
|
158 |
-
msgid "easeInCubic"
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
|
162 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
|
163 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
|
164 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
|
165 |
-
msgid "easeOutCubic"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
|
169 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
|
170 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
|
171 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
|
172 |
-
msgid "easeInOutCubic"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
|
176 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
|
177 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
|
178 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
|
179 |
-
msgid "easeInQuart"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
|
183 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
|
184 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
|
185 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
|
186 |
-
msgid "easeOutQuart"
|
187 |
-
msgstr ""
|
188 |
-
|
189 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
|
190 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
|
191 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
|
192 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
|
193 |
-
msgid "easeInOutQuart"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
|
197 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
|
198 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
|
199 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
|
200 |
-
msgid "easeInQuint"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
|
204 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
|
205 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
|
206 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
|
207 |
-
msgid "easeOutQuint"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
|
211 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
|
212 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
|
213 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
|
214 |
-
msgid "easeInOutQuint"
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
|
218 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
|
219 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
|
220 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
|
221 |
-
msgid "easeInSine"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
|
225 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
|
226 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
|
227 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
|
228 |
-
msgid "easeOutSine"
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
|
232 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
|
233 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
|
234 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
|
235 |
-
msgid "easeInOutSine"
|
236 |
-
msgstr ""
|
237 |
-
|
238 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
|
239 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
|
240 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
|
241 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
|
242 |
-
msgid "easeInExpo"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
|
246 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
|
247 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
|
248 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
|
249 |
-
msgid "easeOutExpo"
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
|
253 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
|
254 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
|
255 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
|
256 |
-
msgid "easeInOutExpo"
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
|
260 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
|
261 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
|
262 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
|
263 |
-
msgid "easeInCirc"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
|
267 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
|
268 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
|
269 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
|
270 |
-
msgid "easeOutCirc"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
|
274 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
|
275 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
|
276 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
|
277 |
-
msgid "easeInOutCirc"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
|
281 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
|
282 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
|
283 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
|
284 |
-
msgid "easeInElastic"
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
|
288 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
|
289 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
|
290 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
|
291 |
-
msgid "easeOutElastic"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
|
295 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
|
296 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
|
297 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
|
298 |
-
msgid "easeInOutElastic"
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
|
302 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
|
303 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
|
304 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
|
305 |
-
msgid "easeInOutBack"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
|
309 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
|
310 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
|
311 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
|
312 |
-
msgid "easeInBounce"
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
|
316 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
|
317 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
|
318 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
|
319 |
-
msgid "easeOutBounce"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
|
323 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
|
324 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
|
325 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
|
326 |
-
msgid "easeInOutBounce"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
330 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
|
331 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
|
332 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
|
333 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
|
334 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:555
|
335 |
-
#: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:811
|
336 |
-
msgid "Note:"
|
337 |
-
msgstr "Let op:"
|
338 |
-
|
339 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
340 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
|
341 |
-
#: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:811
|
342 |
-
msgid "Easing effects only apply when Transition is set to Elastic. "
|
343 |
-
msgstr ""
|
344 |
-
"Vloeiende effecten zijn alleen van toepassing als Elastische transities zijn "
|
345 |
-
"ingeschakeld. "
|
346 |
-
|
347 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:216
|
348 |
-
#: ../easy-fancybox-settings.php:690
|
349 |
-
msgid "Galleries per Section (below)"
|
350 |
-
msgstr "Galerijen per Sectie (hieronder)"
|
351 |
-
|
352 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
|
353 |
-
#: ../easy-fancybox-settings.php:630
|
354 |
-
msgid ""
|
355 |
-
"When disabled, you can use the rel attribute to manually group image links "
|
356 |
-
"together."
|
357 |
-
msgstr ""
|
358 |
-
"Wanneer uitgeschakeld kun je het \"rel\" attribuut gebruiken om afbeelding "
|
359 |
-
"handmatig te groeperen."
|
360 |
-
|
361 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
|
362 |
-
#: ../easy-fancybox-settings.php:609
|
363 |
-
msgid "Hide/show title on mouse hover action"
|
364 |
-
msgstr "Titel verbergen/tonen bij muis-over actie"
|
365 |
-
|
366 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
|
367 |
-
#: ../easy-fancybox-settings.php:690
|
368 |
-
msgid ""
|
369 |
-
"Hide/show title on mouse hover action works best with Overlay title position."
|
370 |
-
msgstr ""
|
371 |
-
"Titel verbergen/tonen bij muis-over actie werkt het beste met titel-positie "
|
372 |
-
"Bedekking."
|
373 |
-
|
374 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:237
|
375 |
-
msgid "Section(s)"
|
376 |
-
msgstr "Sectie(s)"
|
377 |
-
|
378 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
379 |
-
msgid ""
|
380 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
381 |
-
"and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
382 |
-
"it to conform with your theme."
|
383 |
-
msgstr ""
|
384 |
-
"Dit geldt wanneer <em>Pas toe op</em> is beperkt tot <em>Alleen koppelingen "
|
385 |
-
"binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</"
|
386 |
-
"em> staat. Pas dit aan aan je thema."
|
387 |
-
|
388 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
389 |
-
#: ../easy-fancybox-settings.php:690
|
390 |
-
msgid ""
|
391 |
-
"Examples: If your theme wraps post content in a div with class post, change "
|
392 |
-
"this value to \"div.post\". If you only want to group images in a WordPress "
|
393 |
-
"gallery together, use \"div.gallery\". If you want to include images in a "
|
394 |
-
"sidebar with ID primary, add \", #primary\"."
|
395 |
-
msgstr ""
|
396 |
-
"Voorbeelden: Als je thema artikelen in een div met class post plaatst, maak "
|
397 |
-
"deze waarde dan \"div.post\". Als je alleen afbeeldingen in een WordPress "
|
398 |
-
"galerij wil groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de "
|
399 |
-
"zijbalk met ID primary wil meenemen, voeg dan \", #primary\" toe."
|
400 |
-
|
401 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
|
402 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
|
403 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
|
404 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
|
405 |
-
msgid "Gallery Auto-rotation"
|
406 |
-
msgstr "Galerij auto-rotatie"
|
407 |
-
|
408 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
|
409 |
-
#: ../easy-fancybox-settings.php:690
|
410 |
-
msgid "(3 seconds)"
|
411 |
-
msgstr "(3 seconden)"
|
412 |
-
|
413 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
|
414 |
-
#: ../easy-fancybox-settings.php:690
|
415 |
-
msgid "(6 seconds)"
|
416 |
-
msgstr "(6 seconden)"
|
417 |
-
|
418 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
|
419 |
-
#: ../easy-fancybox-settings.php:690
|
420 |
-
msgid "(9 seconds)"
|
421 |
-
msgstr "(9 seconden)"
|
422 |
-
|
423 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
|
424 |
-
#: ../easy-fancybox-settings.php:690
|
425 |
-
msgid "(12 seconds)"
|
426 |
-
msgstr "(12 seconden)"
|
427 |
-
|
428 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
|
429 |
-
#: ../easy-fancybox-settings.php:690
|
430 |
-
msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
|
431 |
-
msgstr ""
|
432 |
-
"Auto-rotatie gebruikt vaste pauses van 3, 6, 9 of 12 seconden per afbeelding."
|
433 |
-
|
434 |
-
#: ../easy-fancybox-class.php:348
|
435 |
-
msgid "Donate to keep the Easy FancyBox plugin development going!"
|
436 |
-
msgstr ""
|
437 |
-
"Doneer om de ontwikkeling van de Easy FancyBox plugin gaande te houden!"
|
438 |
-
|
439 |
-
#: ../easy-fancybox-class.php:348
|
440 |
-
#, php-format
|
441 |
-
msgid ""
|
442 |
-
"The options in this section are provided by the plugin %s and determine the "
|
443 |
-
"<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
|
444 |
-
"by %s."
|
445 |
-
msgstr ""
|
446 |
-
"De opties in deze secties worden verzorgd door de plugin %s en bepalen het "
|
447 |
-
"uiterlijk en gedrag van de <strong>Media lichtbak</strong>, beheerd door %s."
|
448 |
-
|
449 |
-
#: ../easy-fancybox-class.php:348
|
450 |
-
msgid "Easy FancyBox"
|
451 |
-
msgstr "Easy FancyBox"
|
452 |
-
|
453 |
-
#: ../easy-fancybox-class.php:348 ../easy-fancybox-class.php:589
|
454 |
-
#: ../easy-fancybox-class.php:658
|
455 |
-
msgid "FancyBox"
|
456 |
-
msgstr "FancyBox"
|
457 |
-
|
458 |
-
#: ../easy-fancybox-class.php:348
|
459 |
-
msgid ""
|
460 |
-
"First enable each sub-section that you need. Then save and come back to "
|
461 |
-
"adjust its specific settings."
|
462 |
-
msgstr ""
|
463 |
-
"Activeer eerst iedere sub-sectie die je nodig hebt. Sla vervolgens op en "
|
464 |
-
"keer terug om specifieke instellingen te doen."
|
465 |
-
|
466 |
-
#: ../easy-fancybox-class.php:348
|
467 |
-
msgid ""
|
468 |
-
"Note: Each additional sub-section and features like <em>Auto-detection</em>, "
|
469 |
-
"<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
|
470 |
-
"will have some extra impact on client-side page speed. Enable only those sub-"
|
471 |
-
"sections and options that you actually need on your site."
|
472 |
-
msgstr ""
|
473 |
-
"Let op: Iedere sub-sectie en functie zoals <em>Auto-detectie</em>, "
|
474 |
-
"<em>Elastische transities</em> en alle <em>Vloeiende effecten</em> (behalve "
|
475 |
-
"Zwaai) heeft een extra impact op client-side browser snelheid. Activeer "
|
476 |
-
"alleen die sub-secties en opties die je ook echt gebruikt op je site."
|
477 |
-
|
478 |
-
#: ../easy-fancybox-class.php:348
|
479 |
-
msgid ""
|
480 |
-
"Some setting like Transition options are unavailable for SWF video, PDF and "
|
481 |
-
"iFrame content to ensure browser compatibility and readability."
|
482 |
-
msgstr ""
|
483 |
-
"Sommige instellingen als Transities zijn niet beschikbaar voor SWF video, "
|
484 |
-
"PDF en iFrame inhoud om browser compatibiliteit en leesbaarheid te "
|
485 |
-
"waarborgen."
|
486 |
-
|
487 |
-
#: ../easy-fancybox-class.php:353 ../easy-fancybox-class.php:616
|
488 |
-
msgid ""
|
489 |
-
"Notice: The current Easy FancyBox plugin version is not fully compatible "
|
490 |
-
"with your version of the Pro extension. Some advanced options may not be "
|
491 |
-
"functional."
|
492 |
-
msgstr ""
|
493 |
-
"Let op: De huidige Easy FancyBox versie is niet volledig compatibel met je "
|
494 |
-
"Pro extensie. Sommige geavanceerde opties werken mogelijk niet goed."
|
495 |
-
|
496 |
-
#: ../easy-fancybox-class.php:356 ../easy-fancybox-class.php:618
|
497 |
-
#, php-format
|
498 |
-
msgid ""
|
499 |
-
"Please <a href=\"%1$s\" target=\"_blank\">download and install the latest "
|
500 |
-
"Pro version</a>."
|
501 |
-
msgstr ""
|
502 |
-
"Gelieve de <a href=\"%1$s\" target=\"_blank\">nieuwste Pro extensie te "
|
503 |
-
"downloaden en installeren</a>."
|
504 |
-
|
505 |
-
#: ../easy-fancybox-class.php:358
|
506 |
-
msgid "Please contact your web site administrator."
|
507 |
-
msgstr "Gelieve contact op te nemen met de website admin."
|
508 |
-
|
509 |
-
#: ../easy-fancybox-class.php:405
|
510 |
-
msgid "Checked"
|
511 |
-
msgstr "Aangevinkt"
|
512 |
-
|
513 |
-
#: ../easy-fancybox-class.php:407
|
514 |
-
msgid "Unchecked"
|
515 |
-
msgstr "Uitgevinkt"
|
516 |
-
|
517 |
-
#: ../easy-fancybox-class.php:620
|
518 |
-
#, php-format
|
519 |
-
msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
|
520 |
-
msgstr "Of je kunt dit bericht negeren en <a href=\"%1$s\">verbergen</a>."
|
521 |
-
|
522 |
-
#: ../easy-fancybox-class.php:658
|
523 |
-
msgid "Easy FancyBox Settings"
|
524 |
-
msgstr "Instellingen voor Easy FancyBox"
|
525 |
-
|
526 |
-
#: ../easy-fancybox-class.php:667
|
527 |
-
msgid "Sections"
|
528 |
-
msgstr "Secties"
|
529 |
-
|
530 |
-
#: ../easy-fancybox-class.php:668 ../easy-fancybox-settings.php:9
|
531 |
-
msgid "Global settings"
|
532 |
-
msgstr "Algemene instellingen"
|
533 |
-
|
534 |
-
#: ../easy-fancybox-class.php:669 ../easy-fancybox-settings.php:27
|
535 |
-
#: ../easy-fancybox-settings.php:449
|
536 |
-
msgid "Images"
|
537 |
-
msgstr "Afbeeldingen"
|
538 |
-
|
539 |
-
#: ../easy-fancybox-class.php:670 ../easy-fancybox-settings.php:34
|
540 |
-
#: ../easy-fancybox-settings.php:721
|
541 |
-
msgid "Inline content"
|
542 |
-
msgstr "Inline inhoud"
|
543 |
-
|
544 |
-
#: ../easy-fancybox-class.php:671 ../easy-fancybox-settings.php:41
|
545 |
-
#: ../easy-fancybox-settings.php:831
|
546 |
-
msgid "PDF"
|
547 |
-
msgstr "PDF"
|
548 |
-
|
549 |
-
#: ../easy-fancybox-class.php:672 ../easy-fancybox-settings.php:48
|
550 |
-
#: ../easy-fancybox-settings.php:941
|
551 |
-
msgid "SWF"
|
552 |
-
msgstr "SWF"
|
553 |
-
|
554 |
-
#: ../easy-fancybox-class.php:673 ../easy-fancybox-settings.php:62
|
555 |
-
#: ../easy-fancybox-settings.php:1130
|
556 |
-
msgid "YouTube"
|
557 |
-
msgstr "YouTube"
|
558 |
-
|
559 |
-
#: ../easy-fancybox-class.php:674 ../easy-fancybox-settings.php:69
|
560 |
-
#: ../easy-fancybox-settings.php:1228
|
561 |
-
msgid "Vimeo"
|
562 |
-
msgstr "Vimeo"
|
563 |
-
|
564 |
-
#: ../easy-fancybox-class.php:675 ../easy-fancybox-settings.php:76
|
565 |
-
#: ../easy-fancybox-settings.php:1327
|
566 |
-
msgid "Dailymotion"
|
567 |
-
msgstr "Dailymotion"
|
568 |
-
|
569 |
-
#: ../easy-fancybox-class.php:676 ../easy-fancybox-settings.php:83
|
570 |
-
#: ../easy-fancybox-settings.php:1452
|
571 |
-
msgid "iFrames"
|
572 |
-
msgstr "iFrames"
|
573 |
-
|
574 |
-
#: ../easy-fancybox-class.php:702
|
575 |
-
#, fuzzy
|
576 |
-
msgid "Advanced Options"
|
577 |
-
msgstr "Geavanceerde instellingen"
|
578 |
-
|
579 |
-
#: ../easy-fancybox-class.php:704
|
580 |
-
msgid "Support"
|
581 |
-
msgstr "Ondersteuning"
|
582 |
-
|
583 |
-
#: ../easy-fancybox-settings.php:14
|
584 |
-
msgid "Media"
|
585 |
-
msgstr "Media"
|
586 |
-
|
587 |
-
#: ../easy-fancybox-settings.php:20
|
588 |
-
msgid "Enable FancyBox for"
|
589 |
-
msgstr "Activeer FancyBox voor"
|
590 |
-
|
591 |
-
#: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1035
|
592 |
-
msgid "SVG"
|
593 |
-
msgstr "SVG"
|
594 |
-
|
595 |
-
#: ../easy-fancybox-settings.php:86
|
596 |
-
msgid ""
|
597 |
-
"For advanced options and support, please get the Easy FancyBox - Pro "
|
598 |
-
"extension."
|
599 |
-
msgstr ""
|
600 |
-
"Schaf de Easy FancyBox Pro versie aan voor geavanceerde opties en "
|
601 |
-
"ondersteuning."
|
602 |
-
|
603 |
-
#: ../easy-fancybox-settings.php:89 ../easy-fancybox-settings.php:591
|
604 |
-
msgid "Overlay"
|
605 |
-
msgstr "Bedekking"
|
606 |
-
|
607 |
-
#: ../easy-fancybox-settings.php:98
|
608 |
-
msgid "Show the overlay around content opened in FancyBox."
|
609 |
-
msgstr "Toon de bedekking rond inhoud geopend in FancyBox."
|
610 |
-
|
611 |
-
#: ../easy-fancybox-settings.php:105
|
612 |
-
msgid "Close FancyBox when overlay is clicked."
|
613 |
-
msgstr "Sluit FancyBox als bedekking wordt aangeklikt."
|
614 |
-
|
615 |
-
#: ../easy-fancybox-settings.php:109
|
616 |
-
msgid "Opacity"
|
617 |
-
msgstr "Ondoorzichtigheid"
|
618 |
-
|
619 |
-
#: ../easy-fancybox-settings.php:117
|
620 |
-
msgid "Value between 0 and 1. "
|
621 |
-
msgstr "Waarde tussen 0 en 1. "
|
622 |
-
|
623 |
-
#: ../easy-fancybox-settings.php:121
|
624 |
-
msgid "Color"
|
625 |
-
msgstr "Kleur"
|
626 |
-
|
627 |
-
#: ../easy-fancybox-settings.php:135 ../easy-fancybox-settings.php:175
|
628 |
-
#: ../easy-fancybox-settings.php:208 ../easy-fancybox-settings.php:362
|
629 |
-
#: ../easy-fancybox-settings.php:441 ../easy-fancybox-settings.php:612
|
630 |
-
#: ../easy-fancybox-settings.php:701
|
631 |
-
msgid "Make available »"
|
632 |
-
msgstr "Maak beschikbaar »"
|
633 |
-
|
634 |
-
#: ../easy-fancybox-settings.php:140
|
635 |
-
msgid "Window"
|
636 |
-
msgstr "Raam"
|
637 |
-
|
638 |
-
#: ../easy-fancybox-settings.php:146 ../easy-fancybox-settings.php:573
|
639 |
-
msgid "Appearance"
|
640 |
-
msgstr "Uiterlijk"
|
641 |
-
|
642 |
-
#: ../easy-fancybox-settings.php:153
|
643 |
-
msgid "Show the (X) close button"
|
644 |
-
msgstr "Toon de (X) afsluit-knop"
|
645 |
-
|
646 |
-
#: ../easy-fancybox-settings.php:158
|
647 |
-
msgid "Background color"
|
648 |
-
msgstr "Achtergrondkleur"
|
649 |
-
|
650 |
-
#: ../easy-fancybox-settings.php:169
|
651 |
-
msgid "Text color"
|
652 |
-
msgstr "Tekstkleur"
|
653 |
-
|
654 |
-
#: ../easy-fancybox-settings.php:180
|
655 |
-
msgid "Title color"
|
656 |
-
msgstr "Titelkleur"
|
657 |
-
|
658 |
-
#: ../easy-fancybox-settings.php:190
|
659 |
-
msgid "Border color"
|
660 |
-
msgstr "Randkleur"
|
661 |
-
|
662 |
-
#: ../easy-fancybox-settings.php:195
|
663 |
-
msgid "Use RGBA notation for semi-transparent borders."
|
664 |
-
msgstr "Gebruik RGBA-notatie voor semitransparante randen."
|
665 |
-
|
666 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:473
|
667 |
-
msgid "Example:"
|
668 |
-
msgstr "Voorbeeld:"
|
669 |
-
|
670 |
-
#: ../easy-fancybox-settings.php:200
|
671 |
-
msgid "Border radius"
|
672 |
-
msgstr "Hoekronding"
|
673 |
-
|
674 |
-
#: ../easy-fancybox-settings.php:213
|
675 |
-
msgid "Dimensions"
|
676 |
-
msgstr "Afmetingen"
|
677 |
-
|
678 |
-
#: ../easy-fancybox-settings.php:249
|
679 |
-
msgid "Margin"
|
680 |
-
msgstr "Marge"
|
681 |
-
|
682 |
-
#: ../easy-fancybox-settings.php:258
|
683 |
-
msgid ""
|
684 |
-
"If content size is not set or cannot be determined automatically, these "
|
685 |
-
"default dimensions will be used."
|
686 |
-
msgstr ""
|
687 |
-
"Als de inhoud geen detecteerbare afmetingen heeft, worden deze "
|
688 |
-
"standaardwaarden gebruikt."
|
689 |
-
|
690 |
-
#: ../easy-fancybox-settings.php:263 ../easy-fancybox-settings.php:501
|
691 |
-
msgid "Behavior"
|
692 |
-
msgstr "Gedrag"
|
693 |
-
|
694 |
-
#: ../easy-fancybox-settings.php:270
|
695 |
-
msgid "Center while scrolling"
|
696 |
-
msgstr "Centreren bij scrollen"
|
697 |
-
|
698 |
-
#: ../easy-fancybox-settings.php:277
|
699 |
-
msgid "Esc key stroke closes FancyBox"
|
700 |
-
msgstr "Esc-toets sluit FancyBox"
|
701 |
-
|
702 |
-
#: ../easy-fancybox-settings.php:284
|
703 |
-
msgid "Scale large content down to fit in the browser viewport."
|
704 |
-
msgstr "Inhoud terug schalen wanneer het groter is dan het browservenster."
|
705 |
-
|
706 |
-
#: ../easy-fancybox-settings.php:288
|
707 |
-
msgid "Opening speed"
|
708 |
-
msgstr "Snelheid bij openen"
|
709 |
-
|
710 |
-
#: ../easy-fancybox-settings.php:300
|
711 |
-
msgid "Closing speed"
|
712 |
-
msgstr "Snelheid bij sluiten"
|
713 |
-
|
714 |
-
#: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:683
|
715 |
-
msgid "Duration in milliseconds. Higher is slower."
|
716 |
-
msgstr "Duur in miliseconden. Hoger is langzamer."
|
717 |
-
|
718 |
-
#: ../easy-fancybox-settings.php:315
|
719 |
-
msgid "Miscellaneous"
|
720 |
-
msgstr "Overig"
|
721 |
-
|
722 |
-
#: ../easy-fancybox-settings.php:321
|
723 |
-
#, fuzzy
|
724 |
-
msgid "Auto popup"
|
725 |
-
msgstr "Auto-openen"
|
726 |
-
|
727 |
-
#: ../easy-fancybox-settings.php:325
|
728 |
-
msgid "Open on page load"
|
729 |
-
msgstr "Openen bij het laden van de pagina"
|
730 |
-
|
731 |
-
#: ../easy-fancybox-settings.php:331
|
732 |
-
msgid "Link with ID \"fancybox-auto\""
|
733 |
-
msgstr "Koppeling met ID \"fancybox-auto\""
|
734 |
-
|
735 |
-
#: ../easy-fancybox-settings.php:334 ../easy-fancybox-settings.php:485
|
736 |
-
#: ../easy-fancybox-settings.php:528 ../easy-fancybox-settings.php:555
|
737 |
-
#: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:784
|
738 |
-
#: ../easy-fancybox-settings.php:811 ../easy-fancybox-settings.php:864
|
739 |
-
msgid "More options »"
|
740 |
-
msgstr "Meer opties »"
|
741 |
-
|
742 |
-
#: ../easy-fancybox-settings.php:338
|
743 |
-
msgid "Delay in milliseconds"
|
744 |
-
msgstr "Vertraging in miliseconden"
|
745 |
-
|
746 |
-
#: ../easy-fancybox-settings.php:366
|
747 |
-
msgid "Browser & device compatibility"
|
748 |
-
msgstr "Browser- & apparaatcompatibiliteit"
|
749 |
-
|
750 |
-
#: ../easy-fancybox-settings.php:395
|
751 |
-
msgid "Include IE 6 and 7 compatibility style rules"
|
752 |
-
msgstr "Voeg IE 6 en 7 style compatibiliteitsregels toe."
|
753 |
-
|
754 |
-
#: ../easy-fancybox-settings.php:402
|
755 |
-
msgid "Include IE 8 compatibility style rules"
|
756 |
-
msgstr "Voeg IE 8 style compatibiliteitsregels toe."
|
757 |
-
|
758 |
-
#: ../easy-fancybox-settings.php:433
|
759 |
-
#, fuzzy
|
760 |
-
msgid "Other"
|
761 |
-
msgstr "Andere"
|
762 |
-
|
763 |
-
#: ../easy-fancybox-settings.php:454
|
764 |
-
msgid ""
|
765 |
-
"To make images open in an overlay, add their extension to the Autodetect "
|
766 |
-
"field or use the class \"fancybox\" for its link. Clear field to switch off "
|
767 |
-
"all autodetection."
|
768 |
-
msgstr ""
|
769 |
-
"Om afbeeldingen in de lichtbak te openen, voeg hun extensie toe aan het veld "
|
770 |
-
"auto-detectie of gebruik de class \"fancybox\" voor de koppeling. Wis dit "
|
771 |
-
"veld om auto-detectie uit te schakelen."
|
772 |
-
|
773 |
-
#: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:844
|
774 |
-
#: ../easy-fancybox-settings.php:954 ../easy-fancybox-settings.php:1048
|
775 |
-
#: ../easy-fancybox-settings.php:1143 ../easy-fancybox-settings.php:1241
|
776 |
-
#: ../easy-fancybox-settings.php:1340
|
777 |
-
msgid "Autodetect"
|
778 |
-
msgstr "Auto-detectie"
|
779 |
-
|
780 |
-
#: ../easy-fancybox-settings.php:477
|
781 |
-
msgid "Apply to"
|
782 |
-
msgstr "Pas toe op"
|
783 |
-
|
784 |
-
#: ../easy-fancybox-settings.php:489
|
785 |
-
msgid ""
|
786 |
-
"Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
|
787 |
-
msgstr ""
|
788 |
-
"Dwing FancyBox om alle medialinks met class=\"fancybox\" als afbeelding te "
|
789 |
-
"behandelen?"
|
790 |
-
|
791 |
-
#: ../easy-fancybox-settings.php:505 ../easy-fancybox-settings.php:761
|
792 |
-
msgid "Transition In"
|
793 |
-
msgstr "Transitie In"
|
794 |
-
|
795 |
-
#: ../easy-fancybox-settings.php:510 ../easy-fancybox-settings.php:537
|
796 |
-
#: ../easy-fancybox-settings.php:766 ../easy-fancybox-settings.php:793
|
797 |
-
msgid "Fade"
|
798 |
-
msgstr "Vervaging"
|
799 |
-
|
800 |
-
#: ../easy-fancybox-settings.php:511 ../easy-fancybox-settings.php:538
|
801 |
-
#: ../easy-fancybox-settings.php:767 ../easy-fancybox-settings.php:794
|
802 |
-
msgid "Elastic"
|
803 |
-
msgstr "Elastisch"
|
804 |
-
|
805 |
-
#: ../easy-fancybox-settings.php:518 ../easy-fancybox-settings.php:774
|
806 |
-
msgid "Easing In"
|
807 |
-
msgstr "Vloeiing In"
|
808 |
-
|
809 |
-
#: ../easy-fancybox-settings.php:522 ../easy-fancybox-settings.php:549
|
810 |
-
#: ../easy-fancybox-settings.php:778 ../easy-fancybox-settings.php:805
|
811 |
-
msgid "Linear"
|
812 |
-
msgstr "Lineair"
|
813 |
-
|
814 |
-
#: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:550
|
815 |
-
#: ../easy-fancybox-settings.php:779 ../easy-fancybox-settings.php:806
|
816 |
-
msgid "Swing"
|
817 |
-
msgstr "Zwaai"
|
818 |
-
|
819 |
-
#: ../easy-fancybox-settings.php:524 ../easy-fancybox-settings.php:551
|
820 |
-
#: ../easy-fancybox-settings.php:780 ../easy-fancybox-settings.php:807
|
821 |
-
msgid "easeInBack"
|
822 |
-
msgstr ""
|
823 |
-
|
824 |
-
#: ../easy-fancybox-settings.php:525 ../easy-fancybox-settings.php:552
|
825 |
-
#: ../easy-fancybox-settings.php:781 ../easy-fancybox-settings.php:808
|
826 |
-
msgid "easeOutBack"
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: ../easy-fancybox-settings.php:532 ../easy-fancybox-settings.php:788
|
830 |
-
msgid "Transition Out"
|
831 |
-
msgstr "Transitie Uit"
|
832 |
-
|
833 |
-
#: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:801
|
834 |
-
msgid "Easing Out"
|
835 |
-
msgstr "Vloeiing Uit"
|
836 |
-
|
837 |
-
#: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:818
|
838 |
-
msgid ""
|
839 |
-
"Transparency fade during elastic transition. CAUTION: Use only when at least "
|
840 |
-
"Transition In is set to Elastic!"
|
841 |
-
msgstr ""
|
842 |
-
"Transparantievervaging bij elastische transitie. LET OP: Gebruik alleen als "
|
843 |
-
"ten minsten Transitie In op Elastisch staat!"
|
844 |
-
|
845 |
-
#: ../easy-fancybox-settings.php:569 ../easy-fancybox-settings.php:825
|
846 |
-
msgid "Close FancyBox when content is clicked"
|
847 |
-
msgstr "Sluit FancyBox als de inhoud wordt aangeklikt"
|
848 |
-
|
849 |
-
#: ../easy-fancybox-settings.php:580 ../easy-fancybox-settings.php:903
|
850 |
-
#: ../easy-fancybox-settings.php:1006 ../easy-fancybox-settings.php:1100
|
851 |
-
#: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1297
|
852 |
-
#: ../easy-fancybox-settings.php:1396 ../easy-fancybox-settings.php:1523
|
853 |
-
msgid "Show title"
|
854 |
-
msgstr "Toon titel"
|
855 |
-
|
856 |
-
#: ../easy-fancybox-settings.php:584 ../easy-fancybox-settings.php:907
|
857 |
-
#: ../easy-fancybox-settings.php:1010 ../easy-fancybox-settings.php:1104
|
858 |
-
#: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1301
|
859 |
-
#: ../easy-fancybox-settings.php:1400 ../easy-fancybox-settings.php:1527
|
860 |
-
msgid "Title Position"
|
861 |
-
msgstr "Titel Positie"
|
862 |
-
|
863 |
-
#: ../easy-fancybox-settings.php:588 ../easy-fancybox-settings.php:911
|
864 |
-
#: ../easy-fancybox-settings.php:1014 ../easy-fancybox-settings.php:1108
|
865 |
-
#: ../easy-fancybox-settings.php:1207 ../easy-fancybox-settings.php:1305
|
866 |
-
#: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
|
867 |
-
msgid "Float"
|
868 |
-
msgstr "Drijvend"
|
869 |
-
|
870 |
-
#: ../easy-fancybox-settings.php:589 ../easy-fancybox-settings.php:912
|
871 |
-
#: ../easy-fancybox-settings.php:1015 ../easy-fancybox-settings.php:1109
|
872 |
-
#: ../easy-fancybox-settings.php:1208 ../easy-fancybox-settings.php:1306
|
873 |
-
#: ../easy-fancybox-settings.php:1405 ../easy-fancybox-settings.php:1532
|
874 |
-
msgid "Outside"
|
875 |
-
msgstr "Buiten"
|
876 |
-
|
877 |
-
#: ../easy-fancybox-settings.php:590 ../easy-fancybox-settings.php:913
|
878 |
-
#: ../easy-fancybox-settings.php:1016 ../easy-fancybox-settings.php:1110
|
879 |
-
#: ../easy-fancybox-settings.php:1209 ../easy-fancybox-settings.php:1307
|
880 |
-
#: ../easy-fancybox-settings.php:1406 ../easy-fancybox-settings.php:1533
|
881 |
-
msgid "Inside"
|
882 |
-
msgstr "Binnen"
|
883 |
-
|
884 |
-
#: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:922
|
885 |
-
#: ../easy-fancybox-settings.php:1025 ../easy-fancybox-settings.php:1120
|
886 |
-
#: ../easy-fancybox-settings.php:1218 ../easy-fancybox-settings.php:1316
|
887 |
-
#: ../easy-fancybox-settings.php:1415 ../easy-fancybox-settings.php:1542
|
888 |
-
msgid "Allow title from thumbnail alt tag"
|
889 |
-
msgstr "Sta titel uit miniatuur \"alt\" attribuut toe"
|
890 |
-
|
891 |
-
#: ../easy-fancybox-settings.php:605 ../easy-fancybox-settings.php:694
|
892 |
-
msgid "Advanced"
|
893 |
-
msgstr "Geavanceerd"
|
894 |
-
|
895 |
-
#: ../easy-fancybox-settings.php:616
|
896 |
-
msgid "Gallery"
|
897 |
-
msgstr "Galerij"
|
898 |
-
|
899 |
-
#: ../easy-fancybox-settings.php:620
|
900 |
-
msgid "Autogallery"
|
901 |
-
msgstr "Auto-galerij"
|
902 |
-
|
903 |
-
#: ../easy-fancybox-settings.php:626
|
904 |
-
msgid "WordPress galleries only"
|
905 |
-
msgstr "Alleen WordPress galerijen"
|
906 |
-
|
907 |
-
#: ../easy-fancybox-settings.php:627
|
908 |
-
msgid "All in one gallery"
|
909 |
-
msgstr "Allemaal in één galerij"
|
910 |
-
|
911 |
-
#: ../easy-fancybox-settings.php:637
|
912 |
-
msgid "Show the gallery navigation arrows"
|
913 |
-
msgstr "Toon galerij navigatiepijltjes"
|
914 |
-
|
915 |
-
#: ../easy-fancybox-settings.php:644
|
916 |
-
msgid "Arrow key strokes browse the gallery"
|
917 |
-
msgstr "Pijltjestoetsen bladeren door FancyBox galerij"
|
918 |
-
|
919 |
-
#: ../easy-fancybox-settings.php:651
|
920 |
-
msgid ""
|
921 |
-
"Include the Mousewheel jQuery extension script to allow gallery browsing by "
|
922 |
-
"mousewheel action."
|
923 |
-
msgstr ""
|
924 |
-
"Sluit de Mousewheel jQuery extensie bij zodat met de muiswiel door galerijen "
|
925 |
-
"gescrold kan worden."
|
926 |
-
|
927 |
-
#: ../easy-fancybox-settings.php:658
|
928 |
-
msgid "Make galleries cyclic, allowing you to keep pressing next/back."
|
929 |
-
msgstr ""
|
930 |
-
"Maak galerijen cyclisch, zodat je voor- en achteruit kunt blijven bladeren."
|
931 |
-
|
932 |
-
#: ../easy-fancybox-settings.php:662
|
933 |
-
msgid "Change speed"
|
934 |
-
msgstr "Snelheid bij vervangen"
|
935 |
-
|
936 |
-
#: ../easy-fancybox-settings.php:674
|
937 |
-
msgid "Fade speed"
|
938 |
-
msgstr "Snelheid bij vervagen"
|
939 |
-
|
940 |
-
#: ../easy-fancybox-settings.php:690
|
941 |
-
msgid ""
|
942 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
943 |
-
"and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
944 |
-
"it to conform with your theme."
|
945 |
-
msgstr ""
|
946 |
-
"Dit geldt wanneer <em>Pas toe op</em> is beperkt tot <em>Alleen koppelingen "
|
947 |
-
"binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</"
|
948 |
-
"em> staat. Pas dit aan aan je thema."
|
949 |
-
|
950 |
-
#: ../easy-fancybox-settings.php:698
|
951 |
-
msgid "Slideshow"
|
952 |
-
msgstr "Diashow"
|
953 |
-
|
954 |
-
#: ../easy-fancybox-settings.php:726
|
955 |
-
msgid ""
|
956 |
-
"To make inline content open in an overlay, wrap that content in a div with a "
|
957 |
-
"unique ID, create a link with target \"#uniqueID\" and give it a class "
|
958 |
-
"\"fancybox-inline\" attribute."
|
959 |
-
msgstr ""
|
960 |
-
"Om inline inhoud in een lightbox weer te geven, plaats het dan in een div "
|
961 |
-
"met een unieke ID, maak een link naar \"#uniqueID\" en geef het een class="
|
962 |
-
"\"fancybox-inline\" attribuut."
|
963 |
-
|
964 |
-
#: ../easy-fancybox-settings.php:744
|
965 |
-
msgid ""
|
966 |
-
"Try to adjust size to inline/html content. If unchecked the default "
|
967 |
-
"dimensions will be used."
|
968 |
-
msgstr ""
|
969 |
-
"Probeer de grootte aan te passen aan inline/html inhoud. Indien "
|
970 |
-
"uitgeschakeld worden de standaard afmetingen gebruikt."
|
971 |
-
|
972 |
-
#: ../easy-fancybox-settings.php:748
|
973 |
-
msgid "Scrolling"
|
974 |
-
msgstr "Scrollen"
|
975 |
-
|
976 |
-
#: ../easy-fancybox-settings.php:752
|
977 |
-
msgid "Auto"
|
978 |
-
msgstr "Auto"
|
979 |
-
|
980 |
-
#: ../easy-fancybox-settings.php:753
|
981 |
-
msgid "Always"
|
982 |
-
msgstr "Altijd"
|
983 |
-
|
984 |
-
#: ../easy-fancybox-settings.php:754
|
985 |
-
msgid "Never"
|
986 |
-
msgstr "Nooit"
|
987 |
-
|
988 |
-
#: ../easy-fancybox-settings.php:757
|
989 |
-
msgid "Define scrolling and scrollbar visibility."
|
990 |
-
msgstr "Bepaal scrollen en zichtbaarheid van de schijfbalken."
|
991 |
-
|
992 |
-
#: ../easy-fancybox-settings.php:836
|
993 |
-
msgid ""
|
994 |
-
"To make any PDF document file open in an overlay, switch on Autodetect or "
|
995 |
-
"use the class \"fancybox-pdf\" for its link."
|
996 |
-
msgstr ""
|
997 |
-
"Schakel, om PDF documenten in de lichtbak te openen, auto-detectie in of "
|
998 |
-
"gebruik class \"fancybox-pdf\" voor de koppeling."
|
999 |
-
|
1000 |
-
#: ../easy-fancybox-settings.php:856
|
1001 |
-
msgid "Embed with"
|
1002 |
-
msgstr "Embedden met"
|
1003 |
-
|
1004 |
-
#: ../easy-fancybox-settings.php:860
|
1005 |
-
msgid "Object tag (plus fall-back link)"
|
1006 |
-
msgstr "Object tag (plus een fall-back link)"
|
1007 |
-
|
1008 |
-
#: ../easy-fancybox-settings.php:861
|
1009 |
-
msgid "iFrame tag (let browser decide)"
|
1010 |
-
msgstr "iFrame tag (laat het aan de browser over)"
|
1011 |
-
|
1012 |
-
#: ../easy-fancybox-settings.php:946
|
1013 |
-
msgid ""
|
1014 |
-
"To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
|
1015 |
-
"use the class \"fancybox-swf\" for its link."
|
1016 |
-
msgstr ""
|
1017 |
-
"Schakel, om Flash (.swf) bestanden in de lichtbak te openen, auto-detectie "
|
1018 |
-
"in of gebruik class \"fancybox-swf\" voor de koppeling."
|
1019 |
-
|
1020 |
-
#: ../easy-fancybox-settings.php:1040
|
1021 |
-
msgid ""
|
1022 |
-
"To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
|
1023 |
-
"the class \"fancybox-svg\" for its link."
|
1024 |
-
msgstr ""
|
1025 |
-
"Schakel, om SVG (.svg) bestanden in de lichtbak te openen, auto-detectie in "
|
1026 |
-
"of gebruik class \"fancybox-svg\" voor de koppeling."
|
1027 |
-
|
1028 |
-
#: ../easy-fancybox-settings.php:1135
|
1029 |
-
msgid ""
|
1030 |
-
"To make any YouTube movie open in an overlay, switch on Autodetect or use "
|
1031 |
-
"the class \"fancybox-youtube\" for its link."
|
1032 |
-
msgstr ""
|
1033 |
-
"Schakel, om YouTube films in de lichtbak te openen, auto-detectie in of "
|
1034 |
-
"gebruik class \"fancybox-youtube\" voor de koppeling."
|
1035 |
-
|
1036 |
-
#: ../easy-fancybox-settings.php:1233
|
1037 |
-
msgid ""
|
1038 |
-
"To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
|
1039 |
-
"class \"fancybox-vimeo\" for its link."
|
1040 |
-
msgstr ""
|
1041 |
-
"Schakel, om Vimeo films in de lichtbak te openen, auto-detectie in of "
|
1042 |
-
"gebruik class \"fancybox-vimeo\" voor de koppeling."
|
1043 |
-
|
1044 |
-
#: ../easy-fancybox-settings.php:1332
|
1045 |
-
msgid ""
|
1046 |
-
"To make any Dailymotion movie open in an overlay, switch on Autodetect or "
|
1047 |
-
"use the class \"fancybox-dailymotion\" for its link."
|
1048 |
-
msgstr ""
|
1049 |
-
"Schakel, om Dailymotion films in de lichtbak te openen, auto-detectie in of "
|
1050 |
-
"gebruik class \"fancybox-dailymotion\" voor de koppeling."
|
1051 |
-
|
1052 |
-
#: ../easy-fancybox-settings.php:1457
|
1053 |
-
msgid ""
|
1054 |
-
"To make a website or HTML document open in an overlay, use the class "
|
1055 |
-
"\"fancybox-iframe\" for its link."
|
1056 |
-
msgstr ""
|
1057 |
-
"Gebruik, om een website of HTML document in de lichtbak te openen, de class "
|
1058 |
-
"\"fancybox-iframe\" voor zijn koppeling."
|
1059 |
-
|
1060 |
-
#~ msgid "Resources"
|
1061 |
-
#~ msgstr "Bronnen"
|
1062 |
-
|
1063 |
-
#~ msgid "Credits"
|
1064 |
-
#~ msgstr "Met dank aan"
|
1065 |
-
|
1066 |
-
#~ msgid "Exclude"
|
1067 |
-
#~ msgstr "Uitsluiten"
|
1068 |
-
|
1069 |
-
#~ msgid "Empty (hidden) links"
|
1070 |
-
#~ msgstr "Lege (verborgen) koppelingen"
|
1071 |
-
|
1072 |
-
#~ msgid "Without thumbnail image"
|
1073 |
-
#~ msgstr "Zonder miniatuurafbeelding"
|
1074 |
-
|
1075 |
-
#~ msgid "Autodetect Short links"
|
1076 |
-
#~ msgstr "Auto-detectie van Short links"
|
1077 |
-
|
1078 |
-
#~ msgid ""
|
1079 |
-
#~ "Examples: If your theme wraps post content in a div with class post, "
|
1080 |
-
#~ "change this value to \"div.post\". If you want to include images in a "
|
1081 |
-
#~ "sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for "
|
1082 |
-
#~ "html5 themes. If you only want to group images in a WordPress gallery "
|
1083 |
-
#~ "together, use \"div.gallery\". If you want to include images in a sidebar "
|
1084 |
-
#~ "with ID primary, add \", #primary\"."
|
1085 |
-
#~ msgstr ""
|
1086 |
-
#~ "Voorbeelden: Als je thema artikelen in een div met class post plaatst, "
|
1087 |
-
#~ "maak deze waarde dan \"div.post\". Als je afbeeldingen in een sidebar met "
|
1088 |
-
#~ "ID primary wilt meenemen, voeg dan \", div#primary\" of \"aside#primary\" "
|
1089 |
-
#~ "voor html5 thema's toe. Als je alleen afbeeldingen in een WordPress "
|
1090 |
-
#~ "galerij wil groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de "
|
1091 |
-
#~ "zijbalk met ID primary wil meenemen, voeg dan \", #primary\" toe."
|
1092 |
-
|
1093 |
-
#~ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
|
1094 |
-
#~ msgstr ""
|
1095 |
-
#~ "De diashow gebruikt vaste pauzes van 6, 8 of 12 seconden per afbeelding."
|
1096 |
-
|
1097 |
-
#~ msgid "(8 seconds)"
|
1098 |
-
#~ msgstr "(8 seconden)"
|
1099 |
-
|
1100 |
-
#~ msgid "Links"
|
1101 |
-
#~ msgstr "Koppelingen"
|
1102 |
-
|
1103 |
-
#~ msgid "None"
|
1104 |
-
#~ msgstr "Geen"
|
1105 |
-
|
1106 |
-
#~ msgid "Width"
|
1107 |
-
#~ msgstr "Breedte"
|
1108 |
-
|
1109 |
-
#~ msgid "Height"
|
1110 |
-
#~ msgstr "Hoogte"
|
1111 |
-
|
1112 |
-
#~ msgid "Border"
|
1113 |
-
#~ msgstr "Rand"
|
1114 |
-
|
1115 |
-
#~ msgid "Disabled"
|
1116 |
-
#~ msgstr "Uitgeschakeld"
|
1117 |
-
|
1118 |
-
#~ msgid ""
|
1119 |
-
#~ "Leave the mousewheel option (below) unchecked when you do not use "
|
1120 |
-
#~ "FancyBox for galleries on your site."
|
1121 |
-
#~ msgstr ""
|
1122 |
-
#~ "Laat de muiswiel optie (hieronder) uitgeschakeld als je geen FancyBox "
|
1123 |
-
#~ "galerijen op je site gebruikt."
|
1124 |
-
|
1125 |
-
#~ msgid "Settings"
|
1126 |
-
#~ msgstr "Algemene instellingen"
|
1127 |
-
|
1128 |
-
#~ msgid "Discussion"
|
1129 |
-
#~ msgstr "Discussie"
|
1130 |
-
|
1131 |
-
#~ msgid "Adjust its specific settings below."
|
1132 |
-
#~ msgstr "Verander specifieke instelling hieronder."
|
1133 |
-
|
1134 |
-
#~ msgid "Auto-detect"
|
1135 |
-
#~ msgstr "Automatische detectie"
|
1136 |
-
|
1137 |
-
#~ msgid ""
|
1138 |
-
#~ "For advanced options and support, please purchase the Easy FancyBox Pro "
|
1139 |
-
#~ "version."
|
1140 |
-
#~ msgstr ""
|
1141 |
-
#~ "Schaf de Easy FancyBox Pro versie aan voor geavanceerde opties en "
|
1142 |
-
#~ "ondersteuning."
|
1143 |
-
|
1144 |
-
#~ msgid "Back"
|
1145 |
-
#~ msgstr "Veer"
|
1146 |
-
|
1147 |
-
#~ msgid "Transparency fade during elastic transition."
|
1148 |
-
#~ msgstr "Transparantie-vervaging gedurende elastische transitie."
|
1149 |
-
|
1150 |
-
#~ msgid "Size"
|
1151 |
-
#~ msgstr "Grootte"
|
1152 |
-
|
1153 |
-
#~ msgid "Text"
|
1154 |
-
#~ msgstr "Tekst"
|
1155 |
-
|
1156 |
-
#~ msgid "Quad"
|
1157 |
-
#~ msgstr "Quad"
|
1158 |
-
|
1159 |
-
#~ msgid "Expo"
|
1160 |
-
#~ msgstr "Expo"
|
1161 |
-
|
1162 |
-
#~ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
|
1163 |
-
#~ msgstr "http://4visions.nl/wordpress-plugins/easy-fancybox/"
|
1164 |
-
|
1165 |
-
#~ msgid ""
|
1166 |
-
#~ "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery "
|
1167 |
-
#~ "extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo "
|
1168 |
-
#~ "links. Also supports iFrame and inline content."
|
1169 |
-
#~ msgstr ""
|
1170 |
-
#~ "Activeer eenvoudig de <a href=\"http://fancybox.net/\">FancyBox jQuery "
|
1171 |
-
#~ "extensie</a> voor alle afbeeldingen, SWF, PDF, YouTube, Dailymotion en "
|
1172 |
-
#~ "Vimeo koppelingen. Onderteunt ook iFrame en inline inhoud."
|
1173 |
-
|
1174 |
-
#~ msgid "RavanH"
|
1175 |
-
#~ msgstr "RavanH"
|
1176 |
-
|
1177 |
-
#~ msgid "http://4visions.nl/"
|
1178 |
-
#~ msgstr "http://4visions.nl/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-pl_PL.mo
DELETED
Binary file
|
languages/easy-fancybox-pl_PL.po
DELETED
@@ -1,526 +0,0 @@
|
|
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-readme-bel.mo
DELETED
Binary file
|
languages/easy-fancybox-readme-bel.po
DELETED
@@ -1,1361 +0,0 @@
|
|
1 |
-
# Translation of Development Readme (trunk) in Belarusian
|
2 |
-
# This file is distributed under the same license as the Development Readme (trunk) package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"PO-Revision-Date: 2016-06-02 17:38+0300\n"
|
6 |
-
"MIME-Version: 1.0\n"
|
7 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
-
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
10 |
-
"X-Generator: Poedit 1.8.7\n"
|
11 |
-
"Project-Id-Version: Development Readme (trunk)\n"
|
12 |
-
"POT-Creation-Date: \n"
|
13 |
-
"Last-Translator: \n"
|
14 |
-
"Language-Team: \n"
|
15 |
-
"Language: be_BY\n"
|
16 |
-
|
17 |
-
#. Name.
|
18 |
-
msgid "Easy FancyBox"
|
19 |
-
msgstr "Easy FancyBox"
|
20 |
-
|
21 |
-
#. Short description.
|
22 |
-
msgid "Easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies."
|
23 |
-
msgstr "Лёгка ўключаць пашырэнне FancyBox jQuery практычна на ўсіх медыя спасылкі. Multi-Site сумяшчэнне. Падтрымка IFrame і флэш-ролікаў."
|
24 |
-
|
25 |
-
#. Found in faq paragraph.
|
26 |
-
msgid "Yes. First, enable the iFrame option on Settings > Media. Then, in your post or page content create a link with either <code>class=\"fancybox-iframe\"</code> or <code>class=\"fancybox iframe\"</code> (notice the space instead of the hyphen) to any web page or .htm(l) file in your content."
|
27 |
-
msgstr "Так. Па-першае, уключыце опцыю iFrame ў Налады>Мультымедыя. Затым, у вашым пасце або старонцы кантэнту стварыце спасылку з любым <code>class=\"fancybox-iframe\"</code> або <code>class=\"fancybox iframe\"</code> (звярніце ўвагу на прастору замест злучка) на любую вэб - старонку альбо выяву .htm(l) у змесце ."
|
28 |
-
|
29 |
-
#. Found in remaining content list item.
|
30 |
-
msgid "<strong>WP Supersized</strong> uses the Animate Enhanced jQuery extension which causes a conflict with the Easing extension used by FancyBox resulting in a 0px sized lightbox frame and/or some kind of positioning issue with auto-centering."
|
31 |
-
msgstr "<strong>WP Supersized</strong> выкарыстоўвае Animate Enhanced пашырэнне jQuery , якое выклікае канфлікт з Easing extension пашырэннем , які выкарыстоўваецца FancyBox і прыводзіць да змене памеру кадра лайтбокса да 0px і/або розным пазіцыяным пытанням пры аўтаматычным цэнтраванні."
|
32 |
-
|
33 |
-
#. Found in faq paragraph.
|
34 |
-
msgid ""
|
35 |
-
"Please follow the trouble shooting steps on <a href=\"http://wordpress.org/plugins/easy-fancybox/other_notes/\">Other Notes</a> to determine the cause. If that fails, ask for support on the <a href=\"http://wordpress.org/tags/easy-fancybox\">Easy FancyBox WordPress forum</a> or go to the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">development site</a>\n"
|
36 |
-
" "
|
37 |
-
msgstr "Калі ласка , прытрымлівайцеся наступных крокаў пошуку і ліквідацыі няспраўнасцяў на <a href=\"http://wordpress.org/plugins/easy-fancybox/other_notes/\">Iншыя заўвагі</a> , каб вызначыць прычыну. Калі гэта не атрымоўваецца, звярніцеся за дапамогай на <a href=\"http://wordpress.org/tags/easy-fancybox\">форум Easy FancyBox WordPress</a> або перайдзіце да <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">старонкі распрацоўкі сайту</a>"
|
38 |
-
|
39 |
-
#. Found in description paragraph.
|
40 |
-
msgid ""
|
41 |
-
"<strong>Recommended:</strong>\n"
|
42 |
-
"- For increased site performance, simply install and activate the plugin <a href=\"http://wordpress.org/plugins/use-google-libraries/\">Use Google Libraries</a> to load jQuery from Googles CDN."
|
43 |
-
msgstr ""
|
44 |
-
"<strong>Рэкамендуецца: </strong>\n"
|
45 |
-
"- Для павышэння эфектыўнасці сайта, проста ўсталяваць і актываваць плагін <a href=\"http://wordpress.org/plugins/use-google-libraries/\">Выкарыстанне Google бібліятэкі </a>, каб загрузіць jQuery з Googles CDN."
|
46 |
-
|
47 |
-
#. Found in description paragraph.
|
48 |
-
msgid "Please go to https://translate.wordpress.org/projects/wp-plugins/easy-fancybox/ and share your knowledge!"
|
49 |
-
msgstr "Калі ласка, перайдзіце на https://translate.wordpress.org/projects/wp-plugins/easy-fancybox/ і падзяліцеся сваімі ведамі!"
|
50 |
-
|
51 |
-
#. Found in description paragraph.
|
52 |
-
msgid "Current contributors:"
|
53 |
-
msgstr "Цяперашнія аўтары:"
|
54 |
-
|
55 |
-
#. Found in faq header.
|
56 |
-
msgid "BASIC"
|
57 |
-
msgstr "Асноўнае"
|
58 |
-
|
59 |
-
#. Found in faq header.
|
60 |
-
msgid "What's FancyBox?"
|
61 |
-
msgstr "Што такое FancyBox?"
|
62 |
-
|
63 |
-
#. Found in faq header.
|
64 |
-
msgid "Which version of FancyBox does this plugin use?"
|
65 |
-
msgstr "Якую версію FancyBox выкарыстоўваць гэты плагін?"
|
66 |
-
|
67 |
-
#. Found in faq header.
|
68 |
-
msgid "I installed the plugin. What now?"
|
69 |
-
msgstr "Я усталяваў плагін. Што цяпер?"
|
70 |
-
|
71 |
-
#. Found in faq header.
|
72 |
-
msgid "I want to change something. Where is the settings page?"
|
73 |
-
msgstr "Я хачу нешта змяніць. Дзе знаходзіцца старонка налад?"
|
74 |
-
|
75 |
-
#. Found in faq header.
|
76 |
-
msgid "Help! It does not work..."
|
77 |
-
msgstr "Дапамажыце! Ён не працуе ..."
|
78 |
-
|
79 |
-
#. Found in faq header.
|
80 |
-
msgid "ADVANCED"
|
81 |
-
msgstr "Прасунуты"
|
82 |
-
|
83 |
-
#. Found in faq header.
|
84 |
-
msgid "Will a WordPress generated gallery be displayed in a FancyBox overlay?"
|
85 |
-
msgstr "Ці будзе генераваная галерэя WordPress адлюстроўвацца ў накладанні FancyBox?"
|
86 |
-
|
87 |
-
#. Found in faq header.
|
88 |
-
msgid "The lightbox does not look good on mobile devices. What can I do about that?"
|
89 |
-
msgstr "Lightbox не выглядае добра на мабільных прыладах. Што я магу зрабіць з гэтай нагоды?"
|
90 |
-
|
91 |
-
#. Found in faq header.
|
92 |
-
msgid "Can I make a slideshow from my gallery?"
|
93 |
-
msgstr "Ці магу я зрабіць слайд-шоў з маёй галерэі?"
|
94 |
-
|
95 |
-
#. Found in faq header.
|
96 |
-
msgid "Can I exclude images or other links from auto-attribution?"
|
97 |
-
msgstr "Ці магу я выключыць малюнкі або іншыя спасылкі з аўтаматычнаго прысваення?"
|
98 |
-
|
99 |
-
#. Found in faq header.
|
100 |
-
msgid "Can NextGEN Gallery work with Easy FancyBox ?"
|
101 |
-
msgstr "Можа NextGEN галерэя працаваць з Easy FancyBox?"
|
102 |
-
|
103 |
-
#. Found in faq header.
|
104 |
-
msgid "Can I use ONE thumbnail to open a complete gallery ?"
|
105 |
-
msgstr "Ці магу я выкарыстаць адзін эскіз, каб адкрыць поўную галерэю?"
|
106 |
-
|
107 |
-
#. Found in faq header.
|
108 |
-
msgid "Can I link a NextGEN thumbnail to a Youtube movie in FancyBox?"
|
109 |
-
msgstr "Ці магу я звязаць мініяцюру NextGen з Youtube відэа у FancyBox?"
|
110 |
-
|
111 |
-
#. Found in faq header.
|
112 |
-
msgid "Can I create a gallery of Youtube thumbnails which open in FancyBox?"
|
113 |
-
msgstr "Ці магу я стварыць галерэю Youtube эскізаў, якія будзе адкрывацца ў FancyBox?"
|
114 |
-
|
115 |
-
#. Found in faq header.
|
116 |
-
msgid "Can I display web pages or HTML files in a FancyBox overlay?"
|
117 |
-
msgstr "Ці магу я адлюстроўваць вэб-старонкі або HTML файлы ў накладанні FancyBox?"
|
118 |
-
|
119 |
-
#. Found in faq header.
|
120 |
-
msgid "Can I show PDF files in a FancyBox overlay?"
|
121 |
-
msgstr "Ці магу я паказаць PDF файлы ў накладанні FancyBox?"
|
122 |
-
|
123 |
-
#. Found in faq header.
|
124 |
-
msgid "Can I play SWF files in a FancyBox overlay?"
|
125 |
-
msgstr "Ці магу я праігрываць SWF файлы ў накладанні FancyBox?"
|
126 |
-
|
127 |
-
#. Found in faq header.
|
128 |
-
msgid "How do I show content with different sizes?"
|
129 |
-
msgstr "Як паказаць змесціва з рознымі памерамі?"
|
130 |
-
|
131 |
-
#. Found in faq header.
|
132 |
-
msgid "Can I play YouTube, Dailymotion and Vimeo movies in a FancyBox overlay?"
|
133 |
-
msgstr "Ці магу я праігрываць YouTube, Dailymotion і Vimeo фільмы ў накладанні FancyBox?"
|
134 |
-
|
135 |
-
#. Found in faq header.
|
136 |
-
msgid "I want that 'Show in full-screen' button on my YouTube movies"
|
137 |
-
msgstr "Я хачу, каб кнопку \"Паказаць ў поўнаэкранным рэжыме\" было бачна на маіх фільмах на YouTube"
|
138 |
-
|
139 |
-
#. Found in faq header.
|
140 |
-
msgid "Can I show a Youtube playlist in FancyBox?"
|
141 |
-
msgstr "Ці магу я паказаць спіс прайграванняў Youtube у FancyBox?"
|
142 |
-
|
143 |
-
#. Found in faq header.
|
144 |
-
msgid "The flash movie in the overlay shows BELOW some other flash content that is on the same page!"
|
145 |
-
msgstr "Флэш-ролік у накладанні ніжэй показвае флэш з некаторым іншым змесцівам на той жа старонцы!"
|
146 |
-
|
147 |
-
#. Found in faq header.
|
148 |
-
msgid "How can I display INLINE content in a FancyBox overlay ?"
|
149 |
-
msgstr "Як я магу адлюстраваць змесціва INLINE ў FancyBox накладанні?"
|
150 |
-
|
151 |
-
#. Found in faq header.
|
152 |
-
msgid "Can I display a contact form in FancyBox?"
|
153 |
-
msgstr "Ці магу я адлюстраваць форму кантакту на FancyBox?"
|
154 |
-
|
155 |
-
#. Found in faq header.
|
156 |
-
msgid "Can I make an image or hidden content to pop up in FancyBox on page load?"
|
157 |
-
msgstr "Ці магу я зрабіць малюнак або схаваны змест для ўсплывючых вокнаў ў FancyBox пры загрузцы старонкі?"
|
158 |
-
|
159 |
-
#. Found in faq header.
|
160 |
-
msgid "Can I make a menu item open in a FancyBox overlay ?"
|
161 |
-
msgstr "Ці магу я зрабіць так, каб пункт меню адкрываўся ў накладанні FancyBox?"
|
162 |
-
|
163 |
-
#. Found in faq header.
|
164 |
-
msgid "Is Easy FancyBox multi-site compatible?"
|
165 |
-
msgstr "Is Easy FancyBox мульцiсайт сумяшчальны?"
|
166 |
-
|
167 |
-
#. Found in faq list item.
|
168 |
-
msgid "Go to your Settings > Media admin page and switch OFF the FancyBox \"Auto-gallery\" option in the Images section;"
|
169 |
-
msgstr "Зайдзіце ў налады, старонка медыя адміністратара і выключыце опцыю FancyBox \"Auto-галерэя\" у раздзеле малюнка;"
|
170 |
-
|
171 |
-
#. Found in faq list item.
|
172 |
-
msgid "Go to Gallery > Other Options and set the Lightbox Effects option to \"Custom\" and click on Show Advanced Settings;"
|
173 |
-
msgstr "Перайсці да галерэі і іншыя варыянты і ўсталюйце опцыю лайтбокс эфекты для \"Custom\" і націсніце на кнопку Паказаць дадатковыя налады;"
|
174 |
-
|
175 |
-
#. Found in faq list item.
|
176 |
-
msgid "fill the Code field with"
|
177 |
-
msgstr "запоўніць поле кода з"
|
178 |
-
|
179 |
-
#. Found in faq list item.
|
180 |
-
msgid "Leave the other fields empty and save your settings."
|
181 |
-
msgstr "Пакіньце астатнія палі пустымі і захавайце налады."
|
182 |
-
|
183 |
-
#. Found in faq list item.
|
184 |
-
msgid "Number of images per page: 1"
|
185 |
-
msgstr "Колькасць малюнкаў на старонцы: 1"
|
186 |
-
|
187 |
-
#. Found in faq list item.
|
188 |
-
msgid "Use imagebrowser effect: No"
|
189 |
-
msgstr "Выкарыстоўвайце ImageBrowser эфект: Не"
|
190 |
-
|
191 |
-
#. Found in faq list item.
|
192 |
-
msgid "Add hidden images: Yes"
|
193 |
-
msgstr "Дадаць схаваныя малюнкі: Так"
|
194 |
-
|
195 |
-
#. Found in faq list item.
|
196 |
-
msgid "Follow the instructions to make Easy FancyBox work smoothly with NextGEN above and make sure it all works correctly for normal thumbnails linked to their full-size version."
|
197 |
-
msgstr "Прытрымлівайцеся інструкцыяў, каб зрабіць працу з Easy FancyBox больш гладкай з NextGen вышэй і пераканайцеся, што ўсё працуе правільна для звычайных мініяцюр, звязаных з іх поўнапамернай версіяй."
|
198 |
-
|
199 |
-
#. Found in faq list item.
|
200 |
-
msgid "Then give the image that you want to link to a Youtube movie the URL to the Youtube page as title."
|
201 |
-
msgstr "Затым даайце малюну, які вы хочаце звязаць з Youtube відэа URL-адрас на старонцы Youtube у якасці загалоўка."
|
202 |
-
|
203 |
-
#. Found in faq list item.
|
204 |
-
msgid "Finally paste the code below into a text widget that will live in your sidebar or footer bar, or you can hard-code it into your theme but make sure it come before the <code>wp_footer()</code> call..."
|
205 |
-
msgstr "Нарэшце ўстаўце код ніжэй у тэкставы віджэт, які будзе знаходзіцца ў вашай бакавой панэлі або калантытул бары, ці вы можаце жорстка закадаваць яго ў вашу тэму, але пераканайцеся, што ён прыйшоў перад <code>wp_footer()</code>выклік ..."
|
206 |
-
|
207 |
-
#. Found in faq list item.
|
208 |
-
msgid "Go to Settings > Media and enable FancyBox iFrame support."
|
209 |
-
msgstr "Перайдзіце ў раздзел Налады і Медыя і ўключыце падтрымку FancyBox iFrame."
|
210 |
-
|
211 |
-
#. Found in faq list item.
|
212 |
-
msgid "Go to Appearance > Menus and open the little tab \"Screen Options\" in the top-right corner."
|
213 |
-
msgstr "Перайсці да Від>Меню і адкрыйце маленькую ўкладку \"Параметры экрана\" у верхнім правым куце."
|
214 |
-
|
215 |
-
#. Found in faq list item.
|
216 |
-
msgid "Enable the option \"CSS Classes\" under Advanced menu proterties."
|
217 |
-
msgstr "Ўключыце опцыю \"CSS класы\" у раздзеле Дадатковыя ўласцівасці меню."
|
218 |
-
|
219 |
-
#. Found in faq list item.
|
220 |
-
msgid "Now give the menu item you want to open in a FancyBox iframe the class <code>fancybox-iframe</code>."
|
221 |
-
msgstr "Цяпер дадайце пункт меню, які вы хочаце адкрыць у FancyBox iframe клас <code>fancybox-iframe</code>."
|
222 |
-
|
223 |
-
#. Found in faq paragraph.
|
224 |
-
msgid "Basically, it is a fancy way of presenting images, movies, portable documents and inline content on your website. For example, if you have scaled-down images in your posts which are linked to the original large version, instead of opening them on a blank page, FancyBox opens those in a smooth overlay. Visit <a href=\"http://fancybox.net/\">FancyBox</a> for more information and examples."
|
225 |
-
msgstr "У асноўным, гэты мудрагелісты спосаб прадстаўлення малюнкаў, фільмаў, партатыўных дакументаў і змесціва онлайн на сваім сайце. Напрыклад, калі ў вас ёсць паменшаныя малюнкі ў вашых паведамленнях, якія звязаны з арыгінальнай вялікай версіяй, замест таго, каб адкрыць іх на пустой старонцы, FancyBox адкрывае іх ў гладкай накладцы. Наведайце <a href=\"http://fancybox.net/\">FancyBox</a> для атрымання дадатковай інфармацыі і прыкладаў."
|
226 |
-
|
227 |
-
#. Found in faq paragraph.
|
228 |
-
msgid "The same version as this plugin has. I aim to keep close pace to FancyBox upgrades and always move to the latest and greates version. Please, let me know if I'm lagging behind and missed an upgrade!"
|
229 |
-
msgstr "Тая ж версія, якую мае гэты плагін. Я імкнуся прытрымливацца блізка да тэмпу мадэрнізацыі FancyBox і заўсёды рухаюся да апошняй і самай лепшай версіі. Калі ласка, дайце мне ведаць, калі я адстаў і прапусціў абнаўленне!"
|
230 |
-
|
231 |
-
#. Found in faq paragraph.
|
232 |
-
msgid "First, make sure that image thumbnails in your posts and pages are linked to their full size counterpart directly. Open any post with thumbnail images in it for editing and select the first thumbnail. Click the <strong>Edit Image</strong> button that appears and choose <strong>Link To: Media File</strong>. From now on, clicking that thumbnail should open the full size version in FancyBox."
|
233 |
-
msgstr "Па-першае, пераканайцеся, што эскізы малюнкаў у вашых пастах і старонках звязаныя са сваімі поўнапамернымі версіямі напрамую. Адкрыйце любы пост з мініятурнымі малюнкамі ў ім для рэдагавання і выберыце першы эскіз. Націсніце кнопку <strong>Рэдагаваць выявы</strong> якая з'яўляецца і выберыце <strong>Спасылка на: медыя-файл</strong>. З гэтага моманту, націсканне на гэтую мініяцюру павінна адкрыць поўнапамерную версію ў FancyBox."
|
234 |
-
|
235 |
-
#. Found in faq paragraph.
|
236 |
-
msgid "The same thing goes for WordPress Galleries. Choose <strong>Link To: Media File</strong> when inserting a gallery tag."
|
237 |
-
msgstr "Тое ж самае ставіцца і да галерэі WordPress. Выберыце <strong>Спасылка на: медыя-файл </strong> пры ўстаўцы тэга галерэі."
|
238 |
-
|
239 |
-
#. Found in faq paragraph.
|
240 |
-
msgid "There is no new settings page but there are a few options you can change. You will find a new <strong>FancyBox</strong> section on <strong>Settings > Media</strong>. To see the default, check out the example under <a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Screenshots</a> ..."
|
241 |
-
msgstr "Там няма новай старонкі настроек, але ёсць некалькі варыянтаў, якія вы можаце змяніць. Вы знойдзеце новы <strong>FancyBox</strong>падзел у <strong>Налады>Медыя </strong>. Каб убачыць налады па змаўчанні, праверце прыклад пад <a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Скрыншоты</a> ..."
|
242 |
-
|
243 |
-
#. Found in faq paragraph.
|
244 |
-
msgid "Yes, but <em>only</em> if you used the option <strong>Link To: Media File</strong> when inserting the gallery! The gallery quicktag/shortcode should look something like <code>[ gallery link=\"file\" ]</code>."
|
245 |
-
msgstr "Так, але <em>толькі</em> калі выкарыстоўваецца параметр <strong>Спасылка на: медыя-файл</strong> пры ўстаўцы ў галерэю! У галерэі quicktag/shortcode павінен выглядаць прыкладна так <code>[ gallery link=\"file\" ]</code>."
|
246 |
-
|
247 |
-
#. Found in faq paragraph.
|
248 |
-
msgid "The FancyBox 1.3.4 script that is used in this plugin was not developed with mobile devices in mind. The only way around this issue is currently to disable FancyBox for small screen sizes. You can do this by adding a text widget in your sidebar with the following code snippet."
|
249 |
-
msgstr "Скрыпт FancyBox 1.3.4, які выкарыстоўваецца ў гэтым плагіне не была распрацавана з мабільнымі прыладамі на ўвазе. Адзіны спосаб вырашэння гэтай праблемы ў цяперашні час адключыць FancyBox для экранаў невялікіх памераў. Вы можаце зрабіць гэта, дадаўшы тэкставы віджэт ў бакавую панэль з у наступным фрагменце кода."
|
250 |
-
|
251 |
-
#. Found in faq paragraph.
|
252 |
-
msgid "Tweak the value 641 to target other screen sizes."
|
253 |
-
msgstr "Tweak значэнне 641 у дачыненнi да iншых памераў экрана."
|
254 |
-
|
255 |
-
#. Found in faq paragraph.
|
256 |
-
msgid "In the <a href=\"http://premium.status301.com/downloads/easy-fancybox-pro/\">Pro extension</a>, there is an Advanced option called \"Gallery Auto-rotation\" for that."
|
257 |
-
msgstr "У <a href=\"http://premium.status301.com/downloads/easy-fancybox-pro/\">Pro пашырэннея</a>для гэтага ёсць пашыраны варыянт пад назвай \"Галерэя Аўтаратацыі\"."
|
258 |
-
|
259 |
-
#. Found in faq paragraph.
|
260 |
-
msgid "Yes. All links with class <strong>nolightbox</strong> that would normally get auto-enabled, will be excluded from opening in a FancyBox overlay."
|
261 |
-
msgstr "Так. Усе спасылкі з класам <strong>nolightbox</strong>, якія звычайна атрымліваюць аўтаматычнае уключэнне, будуць выключаныя з адтуліны ў накладанні FancyBox."
|
262 |
-
|
263 |
-
#. Found in faq paragraph.
|
264 |
-
msgid "NetxGEN has its own built in FancyBox version along with a choice of other lightbox scripts but if you prefer to use Easy FancyBox (because of better customisability) then you need to take some steps to make the two plugins compatible."
|
265 |
-
msgstr "NetxGEN мае сваю уласную убудаваную версію ў FancyBox нароўні з выбарам іншых сцэнарыяў лайтбокс, але калі вы аддаеце перавагу выкарыстоўваць Easy FancyBox (з-за лепшага customisability), то вам неабходна распачаць некаторыя крокі, каб зрабіць два плагіна сумяшчальнымі."
|
266 |
-
|
267 |
-
#. Found in faq paragraph.
|
268 |
-
msgid "It can be done manually (using the internal WordPress gallery feature, or not) <em>or</em> in combination with NextGen Gallery."
|
269 |
-
msgstr "Гэта можа быць зроблена ўручную (з выкарыстаннем ўнутранай WordPress функцыі галерэі, ці не) <em>або</em> ў спалучэнні з NextGen Gallery."
|
270 |
-
|
271 |
-
#. Found in faq paragraph.
|
272 |
-
msgid "<strong>Manual</strong>"
|
273 |
-
msgstr "<strong>Кіраўніцтва</strong>"
|
274 |
-
|
275 |
-
#. Found in faq paragraph.
|
276 |
-
msgid "<strong>A.</strong> Open your post for editing in HTML mode and insert the first image thumbnail in your post content (linking to the images file, not page) to serve as the gallery thumbnail."
|
277 |
-
msgstr "<strong>A.</strong> Адкрыйце свой пост для рэдагавання ў рэжыме HTML і ўстаўце першы эскіз малюнка ў вашым пасце кантэнту (спасылкі на файл малюнка, а не старонкі), каб служыць у якасці галерэі мініяцюр."
|
278 |
-
|
279 |
-
#. Found in faq paragraph.
|
280 |
-
msgid "<strong>B.</strong> Place the following code to start a hidden div containing all the other images that should only be visible in FancyBox:"
|
281 |
-
msgstr "<strong>B.</strong>Змесціце наступны код, каб пачаць схаваны div, які змяшчае ўсе іншыя выявы, якія павінны быць бачныя толькі ў FancyBox:"
|
282 |
-
|
283 |
-
#. Found in faq paragraph.
|
284 |
-
msgid "<strong>C.</strong> Right after that starting on a new line, insert all other images you want to show in your gallery. You can even use the WordPress internal gallery feature with the shortcode <code>[gallery link=\"file\"]</code>. NOTE: if the gallery thumbnail is attached to the post, it will be show a second time when flipping through the gallery in FancyBox. If you do not want that, use an image that is not attached to the post as gallery thumbail."
|
285 |
-
msgstr "<strong>C.</strong> Адразу ж пасля гэтага, пачынаючы з новага радка, ўставіць ўсе іншыя выявы, якія вы хочаце паказаць у вашай галерэі. Вы нават можаце выкарыстоўваць WordPress ўнутраную функцыю галерэі з шорткодам <code>[gallery link=\"file\"]</code>. Заўвага: калі галерэя эскізаў прымацаваная да паведамлення, ён будзе паказаны другі раз, калі гартаць праз галерэю ў FancyBox. Калі вы гэтага не хочацевыкарыстоўвайце малюнак, якоі не прыкладаецца да паведамлення ў выглядзе галерэі міні-копіі."
|
286 |
-
|
287 |
-
#. Found in faq paragraph.
|
288 |
-
msgid "<strong>D.</strong> Close the hidden div with the following code on a new line:"
|
289 |
-
msgstr "<strong>D.</strong> Зачыніце схаваны div з дапамогай наступнага кода на новым радку:"
|
290 |
-
|
291 |
-
#. Found in faq paragraph.
|
292 |
-
msgid "<strong>With NextGEN Gallery</strong>"
|
293 |
-
msgstr "<strong>З Галерэяй NextGEN</strong>"
|
294 |
-
|
295 |
-
#. Found in faq paragraph.
|
296 |
-
msgid "You can choose between two shortcodes to show a gallery that (1) limits images per gallery using the shortcode <code>[nggallery id=x]</code> or (2) per tag name (accross galleries; you need to set tag name manually => more work but more control) using the shortcode <code>[nggtags gallery=YourTagName,AnotherTagName]</code>."
|
297 |
-
msgstr "Вы можаце выбраць адзін з двух шорткодаў, каб паказаць галерэю, што (1) абмяжоўвае колькасць малюнкаў у галерэі з дапамогай шорткода <code>[nggallery id=x]</code> або (2) на імя тэга (скрозь галерэі, вам трэба ўсталяваць імя тэга ўручную = >больш працы, але больш кантролю), выкарыстоўваючы шорткод <code>[nggtags gallery=YourTagName,AnotherTagName]</code>."
|
298 |
-
|
299 |
-
#. Found in faq paragraph.
|
300 |
-
msgid "General steps:"
|
301 |
-
msgstr "Агульныя крокі:"
|
302 |
-
|
303 |
-
#. Found in faq paragraph.
|
304 |
-
msgid "<strong>A.</strong> Place the shortcode of your choice in your page/post content."
|
305 |
-
msgstr "<strong>A.</strong> Змесціце шорткод на ваш выбар на вашай старонкцы/посце."
|
306 |
-
|
307 |
-
#. Found in faq paragraph.
|
308 |
-
msgid "<strong>B.</strong> Configure NextGen on <strong>Gallery > Gallery Settings</strong> to Display galleries as \"NextGEN Basic Thumbnails\" and then under the NextGEN Basic Thumbnails to at least have the following options set like this:"
|
309 |
-
msgstr "<strong>B.</strong> Наладьзьце NextGen у <strong>Галерэя >Галерэя Налады</strong> для адлюстравання галерэі як \"NextGen Асноўныя Эскізы\", а затым пад NextGen Асноўную піктаграму, каб мець, па меншай меры, наступныя параметры усталяванымі наступным чынам:"
|
310 |
-
|
311 |
-
#. Found in faq paragraph.
|
312 |
-
msgid "<strong>C.</strong> Optional: add the following new CSS rule to your theme stylesheet (or install <a href=\"http://wordpress.org/plugins/safecss/\">Custom CSS</a> or <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> and add it on the new Appearance > Edit CSS admin page) to hide the page browsing links below the gallery thumbnail."
|
313 |
-
msgstr "<strong>C.</strong> Дадаткова: дадаць наступнае новае правіла CSS да вашай тэмы табліцы стыляў (або ўсталяваць <a href=\"http://wordpress.org/plugins/safecss/\">Карыстальніцкія CSS</a> або <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> і дадаць яго ў новы Від > Рэдагаваць CSS старонкі адміністратара) каб схаваць спасылкі старонкі прагляду ніжэй галерэі мініяцюр."
|
314 |
-
|
315 |
-
#. Found in faq paragraph.
|
316 |
-
msgid "User Mark Szoldan shared a neat trick how to do this:"
|
317 |
-
msgstr "Карыстальнік Марк Зольдан падзяліўся карысным трукам, як зрабіць гэта:"
|
318 |
-
|
319 |
-
#. Found in faq paragraph.
|
320 |
-
msgid "This script snippet will scan the image titles and if it finds a Youtube URL there, it will replace the links href attribute value accordingly."
|
321 |
-
msgstr "Гэты фрагмент скрыпту будзе сканаваць малюнак назвы і калі ён знаходзіць URL Youtube там, ён заменіць спасылкі href значэнне атрыбуту адпаведным чынам."
|
322 |
-
|
323 |
-
#. Found in faq paragraph.
|
324 |
-
msgid "You could do this manually by uploading individual thumbnails that you can retrieve by using the unique movie ID in these URLs for three different sizes:"
|
325 |
-
msgstr "Вы можаце зрабіць гэта ўручную шляхам загрузкі асобных мініяцюр, якія вы можаце атрымаць, выкарыстоўваючы унікальны ідэнтыфікатар відэа ў гэтых URL-адрасах для трох розных памераў:"
|
326 |
-
|
327 |
-
#. Found in faq paragraph.
|
328 |
-
msgid "Other locations might be"
|
329 |
-
msgstr "Іншыя магчымыя месцы"
|
330 |
-
|
331 |
-
#. Found in faq paragraph.
|
332 |
-
msgid "But an easier method is this one, shared by Shashank Shekhar (thanks!) :"
|
333 |
-
msgstr "Але больш просты спосаб вось гэты, падзяліўся Shashank Shekhar (дзякуй!):"
|
334 |
-
|
335 |
-
#. Found in faq paragraph.
|
336 |
-
msgid "To create Youtube thumbnail galleries, install http://wordpress.org/plugins/youtube-simplegallery/ and set the 'Effect' option to fancybox. Then disable Youtube autodetection on Settings > Media."
|
337 |
-
msgstr "Каб стварыць эскізы Youtube галерэй, усталюйце http://wordpress.org/plugins/youtube-simplegallery/ і ўсталюйце опцыю 'эфект' да fancybox. Затым адключыце аўтавызначэнне Youtube на Налады >Медыя."
|
338 |
-
|
339 |
-
#. Found in faq paragraph.
|
340 |
-
msgid "NOTE: The difference between these two classes ('-' or space) is in size of the overlay window. Try it out and use the one that works best for you :)"
|
341 |
-
msgstr "ЗАЎВАГА: Розніца паміж гэтымі двума класамі ('-' або прастора) у памер акна накладання. Паспрабуйце і выкарыстоўвайце той, які працуе лепш для вас :)"
|
342 |
-
|
343 |
-
#. Found in faq paragraph.
|
344 |
-
msgid "Yes. Just place a link <em>with the URL ending in .pdf</em> to your Portable Document file in the page content."
|
345 |
-
msgstr "Так. Проста змесціце спасылку <em>з URL, які сканчаецца ў фармаце .pdf</em> да файла партатыўнага дакумента ў змесце старонкі."
|
346 |
-
|
347 |
-
#. Found in faq paragraph.
|
348 |
-
msgid "If you do'nt have <em>Auto-detect</em> checked under <strong>PDF</strong> on Settings > Media admin page, you will need to add <code>class=\"fancybox-pdf\"</code> (to force pdf content recognition) to the link to enable FancyBox for it."
|
349 |
-
msgstr "Калі ў вас няма <em>Аўтавызначэнне </em> праверкі пры <strong>PDF</strong> ў Налады >старонка адміністратара Медыя, вам трэба будзе дадаць <code>class=\"fancybox-pdf\"</code> (каб прымусіць PDF распазнанне кантэнту) па спасылцы, каб уключыць FancyBox."
|
350 |
-
|
351 |
-
#. Found in faq paragraph.
|
352 |
-
msgid "Yes. Just place a link <em>with the URL ending in .swf</em> to your Flash file in the page content."
|
353 |
-
msgstr "Так. Проста змясціце спасылку <em>з URL, які сканчаецца ў .swf</em> у файлы флэш-анімацыі ў змесце старонкі."
|
354 |
-
|
355 |
-
#. Found in faq paragraph.
|
356 |
-
msgid "If you do'nt have <em>Auto-detect</em> checked under <strong>SWF</strong> on Settings > Media admin page, you will need to add either <code>class=\"fancybox\"</code> or <code>class=\"fancybox-swf\"</code> (to force swf content recognition) to the link to enable FancyBox for it."
|
357 |
-
msgstr "Калі ў вас няма <em>Аўтавызначэнне </em> праверкі пры <strong>SWF</strong> ў Налады >старонка адміністратара Медыя, вам трэба будзе дадаць <code>class=\"fancybox\"</code> або <code>class=\"fancybox-swf\"</code> (каб прымусіць swf распазнанне кантэнту) па спасылцы, каб уключыць FancyBox."
|
358 |
-
|
359 |
-
#. Found in faq paragraph.
|
360 |
-
msgid "FancyBox tries to detect the size of the content automatically but if it can not find a size, it will default to the settings for that particular content type as set on the Settings > Media page."
|
361 |
-
msgstr "FancyBox спрабуе вызначыць памер змесціва аўтаматычна, але калі ён не можа знайсці памер, па змаўчанні будзе выкарыстоўвацца налады для канкрэтнага тыпу кантэнту, якая ўсталяваная на Налады>Медыя-старонка."
|
362 |
-
|
363 |
-
#. Found in faq paragraph.
|
364 |
-
msgid "The <strong><a href=\"http://premium.status301.com/downloads/easy-fancybox-pro/\">Pro extension</a></strong> provides an extra option to allow you to manually override this by defining the width and height wrapped in curly brases in the class attribute of the link itself. Make sure the option \"Inlcude the Metadata jQuery extension script...\" under FancyBox | Links on Settings > Media is enabled."
|
365 |
-
msgstr "<strong><a href=\"http://premium.status301.com/downloads/easy-fancybox-pro/\">Pro пашырэнне</a></strong> забяспечвае дадатковы параметр, каб дазволіць вам ўручную перавызначыць значэння шырыні і вышыні, абгорнутыz ў фігурныя дужкі ў атрыбуце класа самой спасылкі. Пераканайцеся, што опцыя \"Уключаць пашырэнне сцэнара Metadata jQuery ...\" пад FancyBox|Спасылкі на Налады>Медыя ўключана."
|
366 |
-
|
367 |
-
#. Found in faq paragraph.
|
368 |
-
msgid "For example, a Flash movie with different size:"
|
369 |
-
msgstr "Напрыклад, флэш-ролік з рознымі памерамі:"
|
370 |
-
|
371 |
-
#. Found in faq paragraph.
|
372 |
-
msgid "Yes. Simply create a link using the Share URL (the full Page URL, the Short URL with or without options like HD etc.) to the YouTube/Vimeo/Dailymotion page in your post content. If you have Auto-detect enabled, the plugin will take care of the rest for you! :)"
|
373 |
-
msgstr "Так. Проста стварыце спасылку з дапамогай Share URL (поўны URL старонкі, кароткі URL з параметрамі або без іх, такія як HD і г.д.) на старонку YouTube/Vimeo/Dailymotion ў вашым пасце. Калі аўтавызначэння ўключаны, плагін будзе клапаціцца аб усім астатнім за вас! :)"
|
374 |
-
|
375 |
-
#. Found in faq paragraph.
|
376 |
-
msgid "If you have disabled Auto-detection, give the link a class attribute like <code>class=\"fancybox-youtube\"</code> for Youtube, <code>class=\"fancybox-vimeo\"</code> for Vimeo and <code>class=\"fancybox-dailymotion\"</code> for Dailymotion, to manually enable FancyBox for it."
|
377 |
-
msgstr "Калі вы адключылі Аўтаматычнае вызначэнне, дайце спасылку атрыбут класа як <code>class=\"fancybox-youtube\"</code> для Youtube, <code>class=\"fancybox-vimeo\"</code> для Vimeo і <code>class=\"fancybox-dailymotion\"</code> для Dailymotion, каб ўручную ўключыць FancyBox для іх."
|
378 |
-
|
379 |
-
#. Found in faq paragraph.
|
380 |
-
msgid "Both YouTube and Vimeo movies can be made to play immediately after opening by adding the paramer <code>autoplay=1</code> to the URL. For example, a short-url YouTube link that should play in HD mode, have the full screen button and auto-start on open, would look like:"
|
381 |
-
msgstr "Відэа з YouTube і Vimeo могуць быць зроблены, каб праігрывацца адразу пасля адкрыцця шляхам дадання параметра <code>autoplay=1</code> да URL. Напрыклад, кароткі URL YouTube спасылка, якая павінна праігрывацца у рэжыме HD, мае поўную экранную кнопку і аўтаматычна запускаецца пры адкрыцці, будзе выглядаць наступным чынам:"
|
382 |
-
|
383 |
-
#. Found in faq paragraph.
|
384 |
-
msgid "Append <code>&fs=1</code> to your YouTube share URL."
|
385 |
-
msgstr "Дадаваць <code>&fs=1</code> у агульную частку URL YouTube."
|
386 |
-
|
387 |
-
#. Found in faq paragraph.
|
388 |
-
msgid "Yes, just go to Youtube page of any movie that's in the playlist and use the Share button to get the share URL just like with single movies, but this time place a checkmark at the 'Share with playlist' option."
|
389 |
-
msgstr "Так, проста перайдзіце на старонку Youtube з любым відэа, які ёсць ў спісе прайгравання і выкарыстайце кнопку Share, каб падзяліцца URL - гэтак жа, як з асобнымі фільмамі, але на гэты раз пастаўце галачку ў 'опцыі \"Супольны спіс прайгравання\"."
|
390 |
-
|
391 |
-
#. Found in faq paragraph.
|
392 |
-
msgid "Make sure the OTHER flash content as a <strong>wmode</strong> set, preferably to 'opaque' or else 'transparent' but never 'window' or missing. For example, if your embedded object looks something like:"
|
393 |
-
msgstr "Пераканайцеся, што іншы флэш-кантэнт у выглядзе <strong>wmode</strong> ўсталяваны, пераважна, як 'непразрысты' ці ж 'празрысты', але ніколі не \"акно\" або адсутніючы. Напрыклад, калі ваш ўбудаваны аб'ект выглядае прыкладна так:"
|
394 |
-
|
395 |
-
#. Found in faq paragraph.
|
396 |
-
msgid "just add <code><param name=\"wmode\" value=\"opaque\" /></code> among the other parameters. Or if you are using an embed like:"
|
397 |
-
msgstr "проста дадайце <code><param name=\"wmode\" value=\"opaque\" /></code> сярод іншых параметраў. Ці, калі вы выкарыстоўваеце такія ўбудаванні, як:"
|
398 |
-
|
399 |
-
#. Found in faq paragraph.
|
400 |
-
msgid "just change that <code>wmode=\"window\"</code> to <code>wmode=\"opaque\"</code> or add the attribute if it is missing."
|
401 |
-
msgstr "проста змяніце <code>wmode=\"window\"</code> на <code>wmode=\"opaque\"</code> або дадайце атрыбут, калі ён адсутнічае."
|
402 |
-
|
403 |
-
#. Found in faq paragraph.
|
404 |
-
msgid "First go to your <strong>Settings > Media</strong> admin page and activate the <strong>Inline</strong> option under the FancyBox settings. After saving, the amin page will show a new section called Inline where you can tweak its parameters."
|
405 |
-
msgstr "Па-першае перайдзіце на старонку <strong> Налады >Медыя</strong> старонцы адміністратара і актываваць параметр <strong>Iнлайн</strong> у наладах FancyBox. Пасля захавання старонкі адмін пакажа новы раздзел пад назвай Iнлайн, дзе вы можаце наладзіць яго параметры."
|
406 |
-
|
407 |
-
#. Found in faq paragraph.
|
408 |
-
msgid "Next, open your page/post for editing in the HTML tab and wrap the inline content in"
|
409 |
-
msgstr "Затым адкрыйце старонку/запіс для рэдагавання на ўкладцы HTML і змесціце туды убудаванае змесціва"
|
410 |
-
|
411 |
-
#. Found in faq paragraph.
|
412 |
-
msgid "Then place a FancyBox link tag with class attribute \"fancybox-inline\" anywhere else in the post/page content that will point to the inline content like"
|
413 |
-
msgstr "Затым змесціце тэг спасылкі FancyBox у клас атрыбуту \"fancybox-inline\" дзе-небудзь яшчэ ў змесце запісу/старонкі, якія будуць паказваць на інлайн-змесціва як"
|
414 |
-
|
415 |
-
#. Found in faq paragraph.
|
416 |
-
msgid "NOTE: The wrapping divs ID <em>must</em> be unique and it must correspond with the links HREF with a # in front of it. When using the above example for more FancyBox inline content (hidden div + opening link) combinations on one page, give the second one the ID fancyboxID-2 and so on..."
|
417 |
-
msgstr "ЗАЎВАГА: Абгортка divs ID <em>павінна</em> быць унікальнай, і яна павінена адпавядаць спасылцы HREF з # перад ім. Пры выкарыстанні прыведзенага вышэй прыкладу для большай часткі ілайн-змесціва FancyBox (схаваны div + адкрываючая спасылка) камбінацый на адной старонцы, даюць другі ідэнтыфікатар fancyboxID-2 і гэтак далей ..."
|
418 |
-
|
419 |
-
#. Found in faq paragraph.
|
420 |
-
msgid "NOTE 2: If you find that the inline contect shown in FancyBox is styled very different than the rests of the page content, then you might want to change the div tag attribute <code>class=\"hentry\"</code> to something else that matches your theme. Find out what class name is used for the main content on your site and re-use that."
|
421 |
-
msgstr "ЗАЎВАГА 2: Калі вы выявілі, што ўбудаваны змест, паказаны ў FancyBox моцна адрозніваецца ад рэшткаў змесціва старонкі, то вы можаце захацець змяніць атрыбут тэга div <code>class=\"hentry\"</code> на нешта іншае боьш адпавядаючае вашай тэме. Даведайцеся, якое імя класа выкарыстоўваецца для асноўнага кантэнту на вашым сайце і паўторна выкарыстайце яго."
|
422 |
-
|
423 |
-
#. Found in faq paragraph.
|
424 |
-
msgid "Yes. There are several methods imaginable but the easiest would be to use the Inline method. First go to your Settings > Media admin page and enable the Inline Content option. Next, go back to edit your post or page in the Text editor tab. The inline content can be a shortcode like in this example using Contact Forms 7 and Easy FancyBox:"
|
425 |
-
msgstr "Так. Ёсць некалькі мажлівых метадаў, але прасцей за ўсё было б выкарыстаць метад Inline. Спачатку зайдзіце ў Налады >старонка адміністратара Медыя і ўключыце опцыю Content Inline. Затым вярніцеся адрэдагаваць пошту ці на старонку на ўкладцы Тэкставы рэдактар. Iнлайн-змест можа быць шорткодам, як у гэтым прыкладзе з дапамогай кантактных формаў 7 і Easy FancyBox:"
|
426 |
-
|
427 |
-
#. Found in faq paragraph.
|
428 |
-
msgid "Where you replace the shortcode (between the [ and ] characters) with the one given by the plugin. It can also work with shortcode by other plugins like Jetpack's Contact Form module. Change the class attribute to reflect the class used for the div that wraps your post content to have any form CSS style rules that are limited to post content, be applied to the inline content inside FancyBox."
|
429 |
-
msgstr "Дзе вы заменіце шорткод (паміж [ і ] сімваламі) з аднімй зададзеным плагінам. Ён таксама можа працаваць з шорткодом і іншымі плагінамі, такімі як модуль Jetpack's Contact Form модуль. Зменіце атрыбут класа, каб адлюстраваць клас, які выкарыстоўваецца для div, які абгортвае свой пост кантэнту, каб мець нейкія правілы стыляў CSS формы, якія абмежоўваюць размяшчэнне кантэнту і прымяняюцца для ўбудаванага зместу ўнутры FancyBox."
|
430 |
-
|
431 |
-
#. Found in faq paragraph.
|
432 |
-
msgid "Yes. A link that has the ID <strong>fancybox-auto</strong> (Note: there can be only ONE link like that on a page!) will be triggered automatically on page load."
|
433 |
-
msgstr "Так. Спасылка, якая мае ідэнтыфікатар <strong>fancybox-auto</strong> (Заўвага: можа быць толькі адна такая спаылка на старонцы) будзе аўтаматычна запускаецца пры загрузцы старонкі."
|
434 |
-
|
435 |
-
#. Found in faq paragraph.
|
436 |
-
msgid "Use the instructions above for inline content but this time give the link also <code>id=\"fancybox-auto\"</code> (leave the class too) and remove the anchor text to hide it. Now the hidden div content will pop up automatically when a visitor opens the page."
|
437 |
-
msgstr "Выкарыстоўвайце інструкцыі вышэй для убудаванага змесціва, але таксама дадавайце спасылку <code>id=\"fancybox-auto\"</code> (таксама пакіньце клас) і выдаліце якарны тэкст, каб схаваць яго. Цяпер схаваны div змест з'явіцца аўтаматычна, калі наведвальнік адкрывае старонку."
|
438 |
-
|
439 |
-
#. Found in faq paragraph.
|
440 |
-
msgid "Same can be done with an image, flash movie, PDF or iframe link! But please remember there can be only <strong>one</strong> item using the ID fancybox-auto per page..."
|
441 |
-
msgstr "Тое ж самае можна зрабіць з выявай, флэш-ролікам, PDF або IFrame спасылкаю! Але, калі ласка, памятайце, што можа быць толькі <strong>адзін /strong>элемент, які выкарыстоўвае ID fancybox-auto на старонцы ..."
|
442 |
-
|
443 |
-
#. Found in faq paragraph.
|
444 |
-
msgid "Yes. But it depends on you theme what you need to do to make it work. If you are on WordPress 3+ and your theme supports the new internal Custom Menu feature or if you are using a custom menu in a sidebar widget, it's easy:"
|
445 |
-
msgstr "Так. Але ад вашай тэмы залежыць тое, што вам трэба зрабіць, каб прымусіць яе працаваць. Калі вы знаходзіцеся на WordPress 3+ і ваша тэма падтрымлівае новую ўнутраную функцыю карыстацкага меню або, калі вы выкарыстоўваеце карыстацкае меню ў бакавой панэлі віджэтаў, гэта робіцца лёгка:"
|
446 |
-
|
447 |
-
#. Found in faq paragraph.
|
448 |
-
msgid "If you are on an older version of WordPress or if you cannot use WP's Menus, you will need to do some heavy theme hacking to get it to work. Basically, what you need to achieve is that the menu item you want opened in a lightbox overlay, should get a class=\"fancybox-iframe\" tag."
|
449 |
-
msgstr "Калі вы знаходзіцеся на старой версіі WordPress, або калі плагін не можаце выкарыстоўваць меню WP, вам трэба будзе зрабіць некаторыя змены ў тэме, каб прымусіць яе працаваць. У прынцыпе, для адкрыцця ў накладанні лайтбокс, ён павінен атрымаць class=\"fancybox-iframe\" тэг."
|
450 |
-
|
451 |
-
#. Found in faq paragraph.
|
452 |
-
msgid "Yes. Designed to work with <strong>Network Activate</strong> and does not require manual activation on each site in your network."
|
453 |
-
msgstr "Так. Прызначаны для працы з <strong>Network Activate</strong> і не патрабуе ручной актывацыі на кожным сайце ў сеткі."
|
454 |
-
|
455 |
-
#. Found in remaining content header.
|
456 |
-
msgid "Known Issues"
|
457 |
-
msgstr "Вядомыя Праблемы"
|
458 |
-
|
459 |
-
#. Found in remaining content header.
|
460 |
-
msgid "General"
|
461 |
-
msgstr "Агульнае"
|
462 |
-
|
463 |
-
#. Found in remaining content header.
|
464 |
-
msgid "Plugin conflicts"
|
465 |
-
msgstr "Канфлікты плагіна"
|
466 |
-
|
467 |
-
#. Found in remaining content header.
|
468 |
-
msgid "Theme conflicts"
|
469 |
-
msgstr "Канфлікты тэмы"
|
470 |
-
|
471 |
-
#. Found in remaining content header.
|
472 |
-
msgid "Other"
|
473 |
-
msgstr "Iншае"
|
474 |
-
|
475 |
-
#. Found in remaining content header.
|
476 |
-
msgid "Trouble Shooting"
|
477 |
-
msgstr "Пошук Няспраўнасцяў"
|
478 |
-
|
479 |
-
#. Found in remaining content header.
|
480 |
-
msgid "Basic checks"
|
481 |
-
msgstr "Асноўныя Праверкі"
|
482 |
-
|
483 |
-
#. Found in remaining content header.
|
484 |
-
msgid "General trouble shooting steps"
|
485 |
-
msgstr "Агульныя крокі па ліквідацыі непаладак"
|
486 |
-
|
487 |
-
#. Found in remaining content header.
|
488 |
-
msgid "Theme Incompatibility checks"
|
489 |
-
msgstr "Праверка сумяшчальнасці тэм"
|
490 |
-
|
491 |
-
#. Found in remaining content header.
|
492 |
-
msgid "Plugin Incompatibility checks"
|
493 |
-
msgstr "Плагін праверкі сумяшчальнасці"
|
494 |
-
|
495 |
-
#. Found in remaining content header.
|
496 |
-
msgid "Translation"
|
497 |
-
msgstr "Пераклад"
|
498 |
-
|
499 |
-
#. Found in remaining content list item.
|
500 |
-
msgid "<strong>Outbound links or Downloads tracking</strong> in some of the stats plugins can interfere with FancyBox."
|
501 |
-
msgstr "<strong>Выходныя спасылкі або файлы адсочвання</strong> у некаторых плагінаў з статыстыкі можа перашкодзіць FancyBox."
|
502 |
-
|
503 |
-
#. Found in remaining content list item.
|
504 |
-
msgid "All plugins and themes that do not use <code>wp-enqueue-script</code> properly to include script libraries or extension files. Continue reading to see if you are using one of the know ones or follow the troubleshooting steps to find out what is conflicting on your site."
|
505 |
-
msgstr "Усе плагіны і тэмы, якія не выкарыстоўваюць <code>wp-enqueue-script</code> правільна ўключаюць бібліятэкі скрыптоў або файлаў пашырэння. Працягвайце чытанне, каб убачыць, ці выкарыстоўваеце вы адзін з іх або выканайце дзеянні па ліквідацыі непаладак, каб высветліць, што канфліктуе на вашым сайце."
|
506 |
-
|
507 |
-
#. Found in remaining content list item.
|
508 |
-
msgid "All themes that are missing one or both of the obligatory <code><?php wp_head(); ?></code> in the header.php and <code><?php wp_footer(); ?></code> call just before the closing <code></body></code> tag in their footer.php template or elsewhere."
|
509 |
-
msgstr "Усе тэмы, ў якіх адсутнічае адзін або абодва абавязковага <code><?php wp_head(); ?></code> у header.php і <code><?php wp_footer(); ?></code> выклікаюць непасрэдна перад яе закрыццем <code></body></code> тэг у іх шаблоне footer.php або ў іншым месцы."
|
510 |
-
|
511 |
-
#. Found in remaining content list item.
|
512 |
-
msgid "<strong>Autoptimize</strong> needs to have either (at least) the option \"Force JavaScript in \" checked or both jQuery and the fancybox script files need to be excluded."
|
513 |
-
msgstr "<strong>Autoptimize </strong> павінен мець альбо (па меншай меры) выбар опцыі \"Force JavaScript у\" праверкі ці як jQuery і файлы сцэнарыяў FancyBox павінны быць выключаныя."
|
514 |
-
|
515 |
-
#. Found in remaining content list item.
|
516 |
-
msgid "<strong>All in One SEO Pack</strong> and <strong>Analytics for WordPress</strong> with outbound link tracking enabled. Disable that feature."
|
517 |
-
msgstr "<strong>Усё ў адным SEO абнаўлення </strong> і <strong> Аналітыка для WordPress</strong> з выходнага адсочвання спасылак ўключана. Адключыць гэтую функцыю."
|
518 |
-
|
519 |
-
#. Found in remaining content list item.
|
520 |
-
msgid "<strong>Better WP Security</strong> randomly changes version numbers in linked file URLs, breaking the FancyBox stylesheet. Disable the option \"Display random version number to all non-administrative users\" in the Better WP Security settings."
|
521 |
-
msgstr "<strong>Лепшы WP Security </strong> выпадковым чынам змяняе нумары версій ў звязаных URL-файлаў, парушаючы табліцы стыляў FancyBox. Адключэнне опцыі \"Паказваць выпадковы нумар версіі для ўсіх карыстальнікаў, якія не з'яўляюцца адміністратарамі\" у наладах лепш рабіць WP Security."
|
522 |
-
|
523 |
-
#. Found in remaining content list item.
|
524 |
-
msgid "By default <strong>Google Analytics for WordPress</strong> converts links like <code>href=\"#anyID\"</code> to <code>href=\"http://yoursite.url/page/#anyID\"</code>, disabling inline content shown in FancyBox."
|
525 |
-
msgstr "Па змаўчанні <strong>Google Analytics для WordPress </strong> пераўтворыць спасылкі тыпу <code>href=\"#anyID\"</code> на <code>href=\"http://yoursite.url/page/#anyID\"</code>, адключэнне убудаванага кантэнту, паказанага на FancyBox."
|
526 |
-
|
527 |
-
#. Found in remaining content list item.
|
528 |
-
msgid "<strong>jQuery Updater</strong> moves jQuery to version 2+ wich is incompatible."
|
529 |
-
msgstr "<strong>jQuery Updater</strong> перамяшчае Jquery да версіі 2+, якая з'яуляецца несумяшчальнай."
|
530 |
-
|
531 |
-
#. Found in remaining content list item.
|
532 |
-
msgid "Both the <strong>uBillBoard</strong> and <strong>Camera slideshow</strong> have their own easing script hard-coded which conflicts with the one in Easy FancyBox. The only way around the conflict is to set both the Easing In and Easing Out options on your Settings > Media page to <strong>Swing</strong>."
|
533 |
-
msgstr "І <strong>uBillBoard</strong>і <strong>Camera slideshow</strong> маюць свой уласны сцэнар паслаблення жорстка закадавана, які ўступае ў канфлікт з тым жа самым у Easy FancyBox. Адзіны шлях вавырашыць канфлікт, гэта усталяваць як змякчэнне і выцясненне параметра на старонцы налад > і Медыя <strong>Swing</strong."
|
534 |
-
|
535 |
-
#. Found in remaining content list item.
|
536 |
-
msgid "<strong>Wordpress Firewall 2</strong> blocks access to image files needed for porper display of the FancyBox overlay in older IE and other non-css3 browsers."
|
537 |
-
msgstr "<strong>Wordpress Firewall 2</strong> блакуе доступ да файлаў малюнкаў, неабходных для карэктнага адлюстравання накладання FancyBox ў больш старых IE і іншых не-CSS3 браўзэраў."
|
538 |
-
|
539 |
-
#. Found in remaining content list item.
|
540 |
-
msgid "<strong>WordPress Amazon Associate</strong>: A script provided by Amazon and the FancyBox script are incompatible. Disabling <em>Product Preview</em> in the <strong>WP - Amazon > Settings</strong> page should work around the issue."
|
541 |
-
msgstr "<strong>WordPress Amazon Associate</strong>: Сцэнар забяспечаны Amazon і сцэнар FancyBox несумяшчальныя. Адключэнне <em>Прагляд прадукту</em> на старонцы <strong>WP - Amazon > Налады </strong> павінна абыйсці гэтую праблему."
|
542 |
-
|
543 |
-
#. Found in remaining content list item.
|
544 |
-
msgid "<strong>WP Slimstat</strong> plugin interferes with the Easy FancyBox script for YouTube url conversion. When clicking a Youtube link, the movie opens in an overlay as it is supposed to but immediately after that, the complete page gets redirected to the original YouTube page. Adding a <code>class=\"noslimstat\"</code> to the link is reported to work around the issue."
|
545 |
-
msgstr "<strong>WP Slimstat</strong> плагіна перашкаджае сцэнару Easy FancyBox для YouTube url канвертацыі. Пры націску на спасылку Youtube, фільм адкрываецца ў выглядзе накладання, як мяркуецца, але адразу ж пасля гэтага, поўная старонка перанакіроўваецца на зыходную старонку YouTube. Даданне <code>class=\"noslimstat\"</code> у спасылцы дапамагае абыйсці гэтую праблему."
|
546 |
-
|
547 |
-
#. Found in remaining content list item.
|
548 |
-
msgid "When using <strong>WP-Minify</strong>, the javascript files like <code>fancybox/jquery.fancybox-X.X.X.pack.js</code> and others need to be excluded from minification."
|
549 |
-
msgstr "Пры выкарыстанні <strong>WP-Minify</strong>, то javascript файлы, такія як <code>fancybox/jquery.fancybox-X.X.X.pack.js</code> і іншыя павінны быць выключаныя з минификация."
|
550 |
-
|
551 |
-
#. Found in remaining content list item.
|
552 |
-
msgid "When using <strong>W3 Total Cache</strong>, minification needs to be switched off. You can try to run <strong>WP-Minify</strong> alongside W3TC to be able to exclude fancybox files (as suggested above) ans still have page speed benefit from minification."
|
553 |
-
msgstr "Пры выкарыстанні <strong>W3 Total Cache</strong>, минификация павінна быць выключана. Вы можаце паспрабаваць запусціць <strong>WP-Minify</strong> нароўні з W3TC, каб мець магчымасць выключыць FancyBox файлы (як ужо гаварылася вышэй) i атрымаць больш выгады ад минификация."
|
554 |
-
|
555 |
-
#. Found in remaining content list item.
|
556 |
-
msgid "<strong>Twenty Eleven</strong> uses a very high stacking order (z-index: 9999) for the top image and menu div, resulting in FancyBox content being partially hidden under the page header. Work-around: Use the plugin <a href=\"http://wordpress.org/plugins/safecss/\">Custom CSS</a> or <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> and add on the new Appearance > Edit CSS admin page the rule <code>#branding { z-index:999; }</code>"
|
557 |
-
msgstr "<strong>Twenty Eleven</strong> выкарыстоўвае вельмі высокі парадак накладання (z-index: 9999) для верхняга малюнка і меню div, у выніку чаго змест FancyBox быўшы часткова схаваныя пад загалоўкам старонкі. Абыходны: Выкарыстоўвайце плагін <a href=\"http://wordpress.org/plugins/safecss/\">Карыстальніцкія CSS </a> або <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> і дадайце новы Вiд> Рэдагаваць старонку CSS адмiна згодна з правілам <code>#branding { z-index:999; }</code>"
|
558 |
-
|
559 |
-
#. Found in remaining content list item.
|
560 |
-
msgid "Older versions of <strong>Elegant Themes</strong> have FancyBox integrated in a hard-coded way, making them incompatible with Easy FancyBox. In the latest versions of these themes, there is an option to disable the included FancyBox. Use this option to make your theme compatible with Easy FancyBox :)"
|
561 |
-
msgstr "Старыя версіі <strong>Elegant Themes</strong> маюць FancyBox жорстка інтэграваным закадаванымі спосабамі, што робіць іх несумяшчальнымі з Easy FancyBox. У апошніх версіях гэтых тэм, ёсць магчымасць адключыць які ўваходзіць у камплект пастаўкі FancyBox. Выкарыстоўвайце гэтую опцыю, каб зрабіць вашу тэму сумяшчальны з Easy FancyBox :)"
|
562 |
-
|
563 |
-
#. Found in remaining content list item.
|
564 |
-
msgid "The <strong>Mystique</strong> theme has two option called \"Lightbox\" and \"Optimize website for faster loading\" that will break Easy FancyBox. Disable both in Mystique's options > Advanced."
|
565 |
-
msgstr "<strong>Mystique</strong> тэма мае дзве опцыі пад назвай \"Lightbox\" і \"Аптымізацыя вэб-сайта для больш хуткай загрузкі\", што парушыць Easy FancyBox. Адключэнне у опцыі Містык; Advanced."
|
566 |
-
|
567 |
-
#. Found in remaining content list item.
|
568 |
-
msgid "<strong>Imbalance</strong> and other themes that uses the Photo Galleria jQuery extension: turn of the JSGallery option."
|
569 |
-
msgstr "<strong>Imbalance</strong> і іншыя тэмы, якія выкарыстоўвае пашырэнне Photo: JSGallery выключенне опцыі галерэі."
|
570 |
-
|
571 |
-
#. Found in remaining content list item.
|
572 |
-
msgid "Themes like <strong>Envisioned</strong>, <strong>Chameleon</strong> and many others have FancyBox baked in. There is no solution other than stripping the theme of all FancyBox related code or disable the plugin and use the theme provided version..."
|
573 |
-
msgstr "Тэмы, такія як <strong>Envisioned</strong>, <strong>Chameleon</strong> і многія іншыя не праыцюць з FancyBox. Няма ніякага рашэння, акрамя зачысткі тэмы ўсяго кода, звязанага з FancyBox плагінам і адключэннем яго і выкарыстаннем гэтай тэмы пры даннай версіі..."
|
574 |
-
|
575 |
-
#. Found in remaining content list item.
|
576 |
-
msgid "Themes based on the <strong>Thesis</strong> framework might see issues in IE 8, for which <a href=\"http://voidzonemedia.com/solutions/thesis-ie8-remove-ie7-emulation/\">a hack has been proposed</a>"
|
577 |
-
msgstr "Тэмы, заснаваныя ў межах <strong>Thesis</strong> могуць мець праблемы ў IE 8, для якіх <a href=\"http://voidzonemedia.com/solutions/thesis-ie8-remove-ie7-emulation/\">хак быў прапанаваны</a>"
|
578 |
-
|
579 |
-
#. Found in remaining content list item.
|
580 |
-
msgid "When showing an iframe as inline content in FancyBox -- not advised, use fancybox-iframe instead! -- the iframe will become blank after opening and closing it. The solution is to link directly to the iframe source and use <code>class=\"fancybox-iframe\"</code> instead."
|
581 |
-
msgstr "Калі iframe паказваецца як змесціва убудаванага ў FancyBox - гэта не рэкамендуецца, выкарыстоўвайце FancyBox-iframe замест гэтага! - Функцыя iframe стане пустой пасля адкрыцця і закрыцця. Рашэнне складаецца ў тым, каб звязаць непасрэдна iframe і яго крыніцу, выкарыстоўвайце <code>class=\"fancybox-iframe\"</code> замест гэтага."
|
582 |
-
|
583 |
-
#. Found in remaining content list item.
|
584 |
-
msgid "Embedded flash content that has no wmode or wmode 'window', is displayed above the overlay and other javascript rendered content like dropdown menus. WordPress does NOT check for missing wmode in oEmbed generated embed code. Since version 1.3.4.5, the missing wmode is added by this plugin for WP (auto-)embeds but not for other user-embedded content. Please make sure you set the wmode parameter to 'opaque' (best performance) or 'transparent' (only when you need transparency) for your embedded content."
|
585 |
-
msgstr "Убудаванае флэш-змесціва, якое не мае wmode фбо wmode 'window', адлюстроўваецца над накладкай і іншых javascript змесцівах, як расчынеюцца меню. WordPress не правярае адсутнасць wmode ў oEmbed генеруемым кодзе. Пачынаючы з версіі 1.3.4.5, адсутны wmodе дадаецца для WP (аўта-)накладак, але не для іншых ўбудавальных карыстальнікамі кантэнтаў. Калі ласка, пераканайцеся, што вы ўсталявалі параметр wmode ў 'непразрыстай' (лепшае выкананне) ці \"празрыстымі\" (толькі тады, калі патрэбна празрыстасць) для вашага убудаванага кантэнту."
|
586 |
-
|
587 |
-
#. Found in remaining content list item.
|
588 |
-
msgid "Make sure that thumbnail images are linked <em>directly</em> to their larger counterpart, not to a dynamic WordPress page that includes the larger image. This means when you insert an image in your posts or pages, you need to select <code>File URL</code> at the <strong>Link</strong> option instead of <code>Page URL</code>. You'll have to manually edit your old posts if you have always inserted images with <code>Page URL</code> before, FancyBox cannot do this for you."
|
589 |
-
msgstr "Пераканайцеся, што паменшаныя малюнкі звязаныя <em>непасрэдна</em> для іх большай часткі, а не да дынамічнай старонцы WordPress, які ўключае ў сябе павялічаны малюнак. Гэта азначае, што пры ўстаўцы выявы ў вашых паведамленнях або старонак, вам трэба выбраць <code>File URL</code> на варыянт замест <strong>Link</strong> на варыянт замест<code>Page URL</code>.Вам давядзецца ўручную рэдагаваць свае старыя паведамленні, калі вы заўсёды ўставіць выявы <code>Page URL</code> перад тым, FancyBox не можа зрабіць гэта для вас."
|
590 |
-
|
591 |
-
#. Found in remaining content list item.
|
592 |
-
msgid "Make sure you have all the needed media and their <em>Auto-detect</em> options activated on your <strong>Settings > Media</strong> admin page. If you are using images in other formats that JPG, GIF or PNG, you need to add the extensions to the Auto-detect field for Images. Please note: The image file names must actaully <em>end</em> with that extension! This means that if you have an image file that (for example) has <em>no</em> extension (does not end with .jpg or any other) even if is in JPEG compressed format, the FancyBox will not be able to detect is as an image. You will need to manually give those links the class <code>fancybox</code> to trigger FancyBox."
|
593 |
-
msgstr "Пераканайцеся, што ў Вас ёсць усе неабходныя сродкі масавай інфармацыі і іх выяўленне <em>Auto-detect</em> параметры ўключаны на <strong>Settings > Media</strong> старонцы адміністратара. Калі вы выкарыстоўваеце выявы ў іншых фарматах, JPG, GIF ці PNG, трэба, каб дадаць пашырэння для аўтавызначэння поля для малюнкаў. Звярніце ўвагу: Імёны файлаў малюнкаў павінны <em>заканчвацца</em> з гэтым пашырэннем! Гэта азначае, што калі ў вас ёсць файл выявы, які (напрыклад) мае <em>no</em> пашырэння (не сканчаецца .jpg або любы іншы), нават калі ў JPEG сціснутым фармаце, то FancyBox не будзе ў стане выявіць гэта як малюнак. Вам трэба будзе ўручную даць гэтыя спасылкі клас <code>fancybox</code>, каб выклікаць FancyBox."
|
594 |
-
|
595 |
-
#. Found in remaining content list item.
|
596 |
-
msgid "Switch off all other plugins and switch your sites appearance to the default Twenty Eleven theme. FancyBox should work now. If so, continue with the next step. If not, re-install the plugin and verify the basic steps above. Then open any page on your site and view the source code by right-clicking on an empty section and selecting 'View source...' (or similar). Find in the <code><head></code> section a referenced stylesheet <code>easy-fancybox.css.php?ver=x.x.x</code> and copy the full URL. Paste that URL in the address bar of a new browser tab to open the stylesheet directly. It should open without any errors and show a lot of stylesheet rules on a single line. If not, there is some incompatibility with your servers PHP setup. Please ask on the <a href=\"http://wordpress.org/tags/easy-fancybox\">Easy FancyBox WordPress forum</a> or go to the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">development site</a>."
|
597 |
-
msgstr "Выключыце ўсе іншыя ўбудовы і пераключыце від вашага сайта на тэму па змаўчанні Twenty Eleven. FancyBox павінна працаваць. Калі гэта так, пераходзіце да наступнага кроку. Калі не, трэба паўторна ўсталяваць убудову і праверыць асноўныя дзеянні, апісаныя вышэй. Затым адкрыйце любую старонку на вашым сайце і праглядаць зыходны код, пстрыкнуўшы правай кнопкай мышы на пустым участку і выбраць опцыю \"Прагляд крыніцы ...\" (ці аналагічны). Знайсці ў <code><head></code> раздзел спасылкавых табліцы стыляў <code>easy-fancybox.css.php?ver=x.x.x</code> і скапіяваць поўны URL. Ўстаўце гэты URL у адраснай радку новай укладкі браўзэра, каб адкрыць табліцу стыляў непасрэдна. Ён павінен адкрыцца без якіх-небудзь памылак і паказаць шмат правілаў табліц стыляў на адной радку. Калі няма, то ёсць некаторая несумяшчальнасць з вашай ўстаноўкі сервера PHP. Калі ласка, звярніцеся на <a href=\"http://wordpress.org/tags/easy-fancybox\"> Easy FancyBox WordPress форум</a> або перайдзіце на старонку <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\" распрацоўка сайта</a>."
|
598 |
-
|
599 |
-
#. Found in remaining content list item.
|
600 |
-
msgid "Switch back to your original theme and check if FancyBox is still working. If so, continue with the next step. If not, See the Theme Incompatibility checks below."
|
601 |
-
msgstr "Вярніцеся да зыходнай тэме і праверце, ці працуе FancyBox. Калі гэта так, пераходзіце да наступнага кроку. Калі не, глядзі праверкі Сумяшчальнасці Тэмы ніжэй."
|
602 |
-
|
603 |
-
#. Found in remaining content list item.
|
604 |
-
msgid "One by one, switch each plugin that you had running before back ON. Keep checking to see at which point FancyBox starts failing and you will hve found the conflicting plugin."
|
605 |
-
msgstr "Адзін за адным, пераключыце кожны плагін, які працуе. Працягвайце правяраць, каб убачыць у які момант FancyBox пачынае збівацца, і з якім плагінам ён канфліктуе."
|
606 |
-
|
607 |
-
#. Found in remaining content list item.
|
608 |
-
msgid "See known theme conflicts above first, then continue with these following steps."
|
609 |
-
msgstr "Глядзі тэму вядомыя канфлікты вышэй, а затым працягнвай гэтыя наступныя крокі."
|
610 |
-
|
611 |
-
#. Found in remaining content list item.
|
612 |
-
msgid "Make sure your theme is capable of placing the needed javascript and css in the page header. Open any page on your site and view the source code by right-clicking on an empty section and selecting 'View source...' (or similar). There you will need to check of there are any references to javascript files like <code>jquery.fancybox-x.x.x.pack.js?ver=x.x.x</code> in the <code><head></code> section. There should also be a <code>easy-fancybox.css.php?ver=x.x.x</code> and some javascript that starts with <code><!-- Easy FancyBox 1.3.4.9 using FancyBox 1.3.4 - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) --></code>... If it's not there, your theme is really out of date. Consider switching to a new theme fast!"
|
613 |
-
msgstr "Пераканайцеся, што ваша тэма здольная змясціць неабходны JavaScript і CSS у загалоўку старонкі. Адкрыйце любую старонку на вашым сайце і праглядаць зыходны код, пстрыкнуўшы правай кнопкай мышы на пустым участку і выберыце опцыю \"Прагляд крыніцы ...\" (ці аналагічны). Там вам трэба будзе праверыць, ёсць якія-небудзь спасылкі на файлы JavaScript, такія як <code>jquery.fancybox-x.x.x.pack.js?ver=x.x.x</code> у <code><head></code> секцыі. Там таксама павінны быць <code>easy-fancybox.css.php?ver=x.x.x</code> і некаторыя Javascript, які пачынаецца з кода <code><!-- Easy FancyBox 1.3.4.9 з выкарыстаннем FancyBox 1.3.4 - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) --></code> ... Калі там няма, ваша тэма сапраўды састарэла. Падумайце аб пераходзе на новую тэму!"
|
614 |
-
|
615 |
-
#. Found in remaining content list item.
|
616 |
-
msgid "Check if your theme wraps post/page content in a div with class <code>hentry</code>. If it doesn't, you might need to edit the option <code>Section(s)</code> on <strong>Settings > Media</strong> to reflect the class (or ID) name of the div that holds post/page content."
|
617 |
-
msgstr "Праверце, ці ваша тэма працуе пасля ўтрымання/старонкі ў div з класам <code>hentry</code>. Калі гэтага не адбываецца, вам, магчыма, спатрэбіцца змяніць параметр<code>Раздзел (ы)</code на <code>Налады > Медыя </code>, каб адлюстраваць імя класа (ці ID) з div , які трымае пост ўтрыманне/старонкі."
|
618 |
-
|
619 |
-
#. Found in remaining content list item.
|
620 |
-
msgid "Make sure that your theme does not load the main jQuery library file more than once. Look for references to javascript files like <code>jquery.js?ver=x.x.x</code> or <code>jquery.min.js</code> in the page source code. If you find more than one, try to find out in which theme template file that second reference is hard-coded and remove that line. Usually in header.php or footer.php"
|
621 |
-
msgstr "Пераканайцеся, што ваша тэма не загружае асноўны файл бібліятэкі jQuery больш чым адзін раз. Шукайце спасылкі на файлы, такія як яваскрипта <code>jquery.js?ver=x.x.x</code> або <code>jquery.min.js</code> у кодзе старонкі. Калі вы знаходзіце больш аднаго, паспрабуйце высветліць, у якім файле шаблону тэмы знжорстка закадавана другая спасылка і выдаліце гэты радок. Звычайна ў header.php або footer.php"
|
622 |
-
|
623 |
-
#. Found in remaining content list item.
|
624 |
-
msgid "Check if your theme loads another or the same lightbox script. Look for references to Thickbox, Prettyphoto, Lightbox2, Colorbox or FancyBox script files or code. These are very likely to cause the incompatibility and you will either have to remove these by hacking your theme or switch to another theme."
|
625 |
-
msgstr "Праверце, калі ваша тэма загружае іншы або адзін і той жа сцэнар лайтбокс. Шукайце спасылкі на Thickbox, Prettyphoto, Lightbox2, ColorBox або файлы сцэнарыяў FancyBox або кода. Вельмі верагодна, гэта выкліча несумяшчальнасць і вы павінны альбо выдаліць іх шляхам узлому вашай тэмы або пераключыцца на іншую тэму."
|
626 |
-
|
627 |
-
#. Found in remaining content list item.
|
628 |
-
msgid "If you followed the general trouble shooting steps above, you should now be aware of which plugin is conflicting whith Easy FancyBox. See known plugin conflicts above first. If the plugin and its solution are not mentioned there, continue with the following steps."
|
629 |
-
msgstr "Калі вы сутыкнуліся з агульнай праблемай, апісанай вышэй, цяпер вы павінны ведаць, які плагін канфліктуе з Easy FancyBox. Глядзі спіс вядомыя канфліктаў плагіна вышэй. Калі канфлікты плагіна і яго рашэнне не згадваюцца там, рабіце наступныя крокі."
|
630 |
-
|
631 |
-
#. Found in remaining content list item.
|
632 |
-
msgid "Make sure that the plugins do not make the main jQuery library file load more than once. Look for references to javascript files like <code>jquery.js?ver=x.x.x</code> or <code>jquery.min.js</code> in the page source code. If you find more than one, try to find out where that comes from."
|
633 |
-
msgstr "Пераканайцеся, што плагіны не робяць асноўны загрузкі файла бібліятэкі jQuery некалькі разоў. Шукайце спасылкі на файлы, такія як яваскрипта <code>jquery.js?ver=x.x.x</code> aбо <code>jquery.min.js</code> у кодзе старонкі. Калі вы знаходзіце больш аднаго, паспрабаваць высветліць, дзе гэта адбываецца."
|
634 |
-
|
635 |
-
#. Found in remaining content list item.
|
636 |
-
msgid "Check if your theme loads another or the same lightbox script or any other of the needed jQuery extensions like jquery.easing or jquery.mousewheel. Look for references to Thickbox, Prettyphoto, Lightbox2, Colorbox or FancyBox script files or code. These are very likely to cause the incompatibility and you will have to either find a setting in the other plugin to switch OFF the use of the conflicting script (possible in NextGEN for example, see under Advanced below) or choose between the two conflicting plugins."
|
637 |
-
msgstr "Праверце, калі ваша тэма загружае іншы або адзін і той жа сцэнар, лайтбокс або любы іншы з неабходных jQuery пашырэньні як jquery.easing або jquery.mousewheel. Шукайце спасылкі на Thickbox, Prettyphoto, Lightbox2, ColorBox або файлы сцэнарыяў FancyBox або кода. Гэта вельмі верагодна, выкліча несумяшчальнасць і вам прыйдзецца альбо знайсці налады ў іншы плагін, каб выключыць выкарыстанне канфліктуе сцэнара (магчыма ў NextGen, напрыклад, гл пад Advanced ніжэй) або выбраць паміж двума канфліктуючымі плагінамі."
|
638 |
-
|
639 |
-
#. Found in remaining content list item.
|
640 |
-
msgid "Install PoEdit on your computer."
|
641 |
-
msgstr "Усталюйце PoEdit на вашым кампутары."
|
642 |
-
|
643 |
-
#. Found in remaining content list item.
|
644 |
-
msgid "Go to this plugins /languages/ directory."
|
645 |
-
msgstr "Перайсці да гэтага плагіна/мовы/дырэкторыі."
|
646 |
-
|
647 |
-
#. Found in remaining content list item.
|
648 |
-
msgid "If there is no .po file that corresponds with your language yet, rename the template translation database easy-fancybox-xx_XX.po by replacing the xx with your language code and XX with your country code."
|
649 |
-
msgstr "Калі няма .po файла, які адпавядае вашай мове, перайменауйце шаблон базы дадзеных пераклад easy-fancybox-xx_XX.po заменай хх з кодам мовы і XX з кодам краіны."
|
650 |
-
|
651 |
-
#. Found in remaining content list item.
|
652 |
-
msgid "Open the .po file of your language with PoEdit."
|
653 |
-
msgstr "Адкрыйце .po файл з вашай мовай ў PoEdit."
|
654 |
-
|
655 |
-
#. Found in remaining content list item.
|
656 |
-
msgid "Go to Edit > Preferences and on the tab Editor check the option to compile a .mo database on save automatically. Close with OK."
|
657 |
-
msgstr "Перайсці да Рэдагаваць> Налады і на ўкладцы Рэдактар сцяжок для кампіляцыі .mo базы дадзеных для аўтаматычнага захавання. Зачыніць - ОК."
|
658 |
-
|
659 |
-
#. Found in remaining content list item.
|
660 |
-
msgid "Go to Catalog > Settings and set your name, e-mail address, language and country. Close with OK."
|
661 |
-
msgstr "Перайсці ў Каталог > Налады і ўсталяваць сваё імя, адрас электроннай пошты, мову і краіну. Зачыніць - ОК."
|
662 |
-
|
663 |
-
#. Found in remaining content list item.
|
664 |
-
msgid "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."
|
665 |
-
msgstr "Перайсці ў Каталог > Абнаўленне да POT-файла і выбраць асноўны файлeasy-fancybox.pot. Затым прыміце ўсе новыя і выдаленыя радкі перакладу з дапамогай OK."
|
666 |
-
|
667 |
-
#. Found in remaining content list item.
|
668 |
-
msgid "Now go ahead and start translating all the texts listed in PoEdit."
|
669 |
-
msgstr "Цяпер пачынайце перакладаць усе тэксты, пералічаныя ў PoEdit."
|
670 |
-
|
671 |
-
#. Found in remaining content list item.
|
672 |
-
msgid "When done, go to File > Save to Save."
|
673 |
-
msgstr "Калі гэта зроблена, перайдзіце ў меню Файл >Захаваць, каб захаваць."
|
674 |
-
|
675 |
-
#. Found in remaining content list item.
|
676 |
-
msgid "Upload the automatically created easy-fancybox-xx_XX.mo database file (where xx_XX should now be your language and country code) to the plugins /languages/ directory on your WordPress site."
|
677 |
-
msgstr "Загрузіце аўтаматычна створаны файл базы дадзеных easy-fancybox-xx_XX.mo (дзе xx_XX зараз павінен быць ваш мову і код краіны) да плагіна/мовы/на вашым WordPress сайце."
|
678 |
-
|
679 |
-
#. Found in remaining content list item.
|
680 |
-
msgid "After verifying the translations work on your site, send the .mo file and, if you're willing to share it, your original .po file to ravanhagen@gmail.com and don't forget to tell me how and with what link you would like to be mentioned in the credits!"
|
681 |
-
msgstr "Пасля праверкі ці працуюць пераклады на вашым сайце, адправьце файл .mo і, калі вы гатовыя падзяліцца іv? зыходны файл .po ў ravanhagen@gmail.com і не забудзьцеся сказаць мне, што вам якую спасылку вам хацелася б адзначыць у спісу паваг!"
|
682 |
-
|
683 |
-
#. Found in remaining content paragraph.
|
684 |
-
msgid "If, after activation, your images do not open in a FancyBox overlay, there are several possible reasons. Some are easily solved, others are more difficult. Follow these basic checks to make sure everything is in place:"
|
685 |
-
msgstr "Калі пасля актывацыі, вашыя выявы не адчыняюцца ў FancyBox накладанні, ёсць некалькі магчымых прычын. Некаторыя з іх лёгка вырашаюцца, іншыя цяжэй. Выканайце наступныя асноўныя праверкі, каб пераканацца, што ўсё на месцы:"
|
686 |
-
|
687 |
-
#. Found in remaining content paragraph.
|
688 |
-
msgid "If you still do not get to see your images in FancyBox, ask on the <a href=\"http://wordpress.org/tags/easy-fancybox\">Easy FancyBox WordPress forum</a> or go to the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">development site</a>"
|
689 |
-
msgstr "Калі вы ўсё яшчэ не можаце бачыць выявы ў FancyBox, спытаеце на <a href=\"http://wordpress.org/tags/easy-fancybox\"> форум Easy FancyBox WordPress </a> або перайдзіце да <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">распрацоўка сайта</a>"
|
690 |
-
|
691 |
-
#. Screenshot description.
|
692 |
-
msgid "<p>Example image with <strong>Overlay</strong> caption. This is the default way Easy FancyBox displays images. Other options are <strong>Inside</strong> and the old <strong>Outside</strong>.</p>"
|
693 |
-
msgstr "<p>Прыклад малюнка з <strong>Overlay</strong> загалоўкам. Гэта спосаб па змаўчанні Easy FancyBox адлюстроўвае малюнка. Іншыя варыянты strong>Inside</strong>і стары <strong>Outside</strong>. </p>"
|
694 |
-
|
695 |
-
#. Screenshot description.
|
696 |
-
msgid "<p>Example of a YouTube movie in overlay.</p>"
|
697 |
-
msgstr "<p>Прыклад відэа YouTube у накладкай. </p>"
|
698 |
-
|
699 |
-
#. Found in description header.
|
700 |
-
msgid "Translators"
|
701 |
-
msgstr "Перакладчыкі"
|
702 |
-
|
703 |
-
#. Found in description list item.
|
704 |
-
msgid "All common image types including webp <em>and</em> image maps"
|
705 |
-
msgstr "Ўсе распаўсюджаныя тыпы малюнкаў, уключаючы webp <em>and</em> карты выяў "
|
706 |
-
|
707 |
-
#. Found in description list item.
|
708 |
-
msgid "WordPress Galleries"
|
709 |
-
msgstr "WordPress Галерэі"
|
710 |
-
|
711 |
-
#. Found in description list item.
|
712 |
-
msgid "NextGEN galleries (see FAQs for instructions)"
|
713 |
-
msgstr "NextGen галерэі (глядзі часта задаваемыя пытанні для інструкцыі)"
|
714 |
-
|
715 |
-
#. Found in description list item.
|
716 |
-
msgid "Youtube galleries via Youtube Simple Gallery plugin (see FAQs for instructions)"
|
717 |
-
msgstr "Youtube галерэі праз Youtube Simple Gallery плагін (глядзі часта задаваемыя пытанні для інструкцыі)"
|
718 |
-
|
719 |
-
#. Found in description list item.
|
720 |
-
msgid "SWF (Flash) movies"
|
721 |
-
msgstr "Flash (SWF) фільмы"
|
722 |
-
|
723 |
-
#. Found in description list item.
|
724 |
-
msgid "SVG media images (thanks to Simon Maillard)"
|
725 |
-
msgstr "SVG медыя-малюнкі (дзякуючы Simon Майярд)"
|
726 |
-
|
727 |
-
#. Found in description list item.
|
728 |
-
msgid "Links to <strong>Youtube</strong>, <strong>Vimeo</strong> <em>and</em> <strong>Dailmotion</strong>"
|
729 |
-
msgstr "Спасылкі на <strong>Youtube</strong>, <strong>Vimeo</strong> <em>and</em> <strong>Dailmotion</strong>"
|
730 |
-
|
731 |
-
#. Found in description list item.
|
732 |
-
msgid "Hidden inline content"
|
733 |
-
msgstr "Схаванае инлайн-змесціва"
|
734 |
-
|
735 |
-
#. Found in description list item.
|
736 |
-
msgid "iFrames"
|
737 |
-
msgstr "iFrames"
|
738 |
-
|
739 |
-
#. Found in description list item.
|
740 |
-
msgid "PDF files"
|
741 |
-
msgstr "PDF файлы"
|
742 |
-
|
743 |
-
#. Found in description list item.
|
744 |
-
msgid "Auto-popup on page load"
|
745 |
-
msgstr "Аўтаматычнае ўсплывальнае акно пры загрузцы старонкі"
|
746 |
-
|
747 |
-
#. Found in description list item.
|
748 |
-
msgid "links inside Gravity Forms in ajax mode"
|
749 |
-
msgstr "спасылкі ўнутры Gravity Forms у рэжыме Аякс"
|
750 |
-
|
751 |
-
#. Found in description list item.
|
752 |
-
msgid "<strong>Croatian</strong> * Ivan Capan (version 1.5.6)"
|
753 |
-
msgstr "<strong>Харвацкая </strong> * Іван Капан (версія 1.5.6)"
|
754 |
-
|
755 |
-
#. Found in description list item.
|
756 |
-
msgid "<strong>Czech</strong> * Eldenroot (version 1.5.5)"
|
757 |
-
msgstr "<strong>Чэшская </strong> * Eldenroot (версія 1.5.5)"
|
758 |
-
|
759 |
-
#. Found in description list item.
|
760 |
-
msgid "<strong>Dutch</strong> * R.A. van Hagen, http://status301.net (version 1.5.6)"
|
761 |
-
msgstr "<strong>Нідэрландскі</strong> * R.A. van Hagen, http://status301.net (версія 1.5.6)"
|
762 |
-
|
763 |
-
#. Found in description list item.
|
764 |
-
msgid "<strong>French</strong> * Emmanuel Maillard (version 1.5.5)"
|
765 |
-
msgstr "<strong>Французская</strong> * Эмануэль Мэйло (версія ion 1.5.5)"
|
766 |
-
|
767 |
-
#. Found in description list item.
|
768 |
-
msgid "<strong>Greek</strong> * Dimitrios Kaisaris, http://www.foodblogstarter.com (version 1.5.7)"
|
769 |
-
msgstr "<strong>Грэчаская</strong> * Дзiмitrыфс Кайсарыс, http://www.foodblogstarter.com (версія 1.5.7)"
|
770 |
-
|
771 |
-
#. Found in description list item.
|
772 |
-
msgid "<strong>Gujarati</strong> * Apoto Team, http://www.apoto.com (version 1.5.0)"
|
773 |
-
msgstr "<strong>Гуяраці</strong> * Apoto Team, http://www.apoto.com (версія 1.5.0)"
|
774 |
-
|
775 |
-
#. Found in description list item.
|
776 |
-
msgid "<strong>Hindi</strong> * Outshine Solutions, http://outshinesolutions.com (version 1.3.4.9)"
|
777 |
-
msgstr "<strong>Хіндзі</strong> * Outshine Solutions, http://outshinesolutions.com (версія 1.3.4.9)"
|
778 |
-
|
779 |
-
#. Found in description list item.
|
780 |
-
msgid "<strong>Indonesian</strong> * Nasrulhaq Muiz, http://al-badar.net (version 1.5.5)"
|
781 |
-
msgstr "<strong>Iнданезійская</strong> * Nasrulhaq Muiz, http://al-badar.net (версія 1.5.5)"
|
782 |
-
|
783 |
-
#. Found in description list item.
|
784 |
-
msgid "<strong>Lithuanian</strong> * Vincent G, http://www.host1free.com (version 1.3.4.9)"
|
785 |
-
msgstr "<strong>Літоўская</strong> * Vincent G, http://www.host1free.com (версія 1.3.4.9)"
|
786 |
-
|
787 |
-
#. Found in description list item.
|
788 |
-
msgid "<strong>Persian</strong> * Ali Akbar Kaviani, http://www.wiki10.net (version 1.5.2)"
|
789 |
-
msgstr "<strong>Фарсі</strong> * Ali Akbar Kaviani, http://www.wiki10.net (версія 1.5.2)"
|
790 |
-
|
791 |
-
#. Found in description list item.
|
792 |
-
msgid "<strong>Polish</strong> * Kamil Szymański (version 1.3.4.9)"
|
793 |
-
msgstr "<strong>Польская</strong> * Kamil Szymański (версія 1.3.4.9)"
|
794 |
-
|
795 |
-
#. Found in description list item.
|
796 |
-
msgid "<strong>Romanian</strong> * Web Geek Sciense, http://webhostinggeeks.com/ (version 1.3.4.9)"
|
797 |
-
msgstr "<strong>Румнская</strong> * Web Geek Sciense, http://webhostinggeeks.com/ (версія 1.3.4.9)"
|
798 |
-
|
799 |
-
#. Found in description list item.
|
800 |
-
msgid "<strong>Russian</strong> * Ivanka Skakun from Everycloud, http://www.everycloudtech.com/ (version 1.5.8)"
|
801 |
-
msgstr "<strong>Руская</strong> * Iванка Скакун з Everycloud, http://www.everycloudtech.com/ (версія 1.5.8)"
|
802 |
-
|
803 |
-
#. Found in description list item.
|
804 |
-
msgid "<strong>Serbo-Croatian</strong> * Andrijana Nikolic, http://webhostinggeeks.com/wordpresshosting.html (version 1.5.2) + translation of this page on http://science.webhostinggeeks.com/easy-fancybox"
|
805 |
-
msgstr "<strong>Сербахарвацкайя</strong> * Andrijana Nikolic, http://webhostinggeeks.com/wordpresshosting.html (версія 1.5.2) +пераклад гэтай старонкі на http://science.webhostinggeeks.com/easy-fancybox"
|
806 |
-
|
807 |
-
#. Found in description list item.
|
808 |
-
msgid "<strong>Slovak</strong> * Jan Fajcak, http://fajo.name/ (version: 1.5.7)"
|
809 |
-
msgstr "<strong>Славацкая</strong> * Jan Fajcak, http://fajo.name/ (версія : 1.5.7)"
|
810 |
-
|
811 |
-
#. Found in description list item.
|
812 |
-
msgid "<strong>Spanish</strong> * David Pérez, http://www.closemarketing.es (version 1.3.4.9)"
|
813 |
-
msgstr "<strong>Iспанская</strong> * David Pérez, http://www.closemarketing.es (версія 1.3.4.9)"
|
814 |
-
|
815 |
-
#. Found in description list item.
|
816 |
-
msgid "<strong>Turkish</strong> * Hakan Er, http://hakanertr.wordpress.com/ (version: 1.5.2)"
|
817 |
-
msgstr "<strong>Турэцкая</strong> * Hakan Er, http://hakanertr.wordpress.com/ (версія : 1.5.2)"
|
818 |
-
|
819 |
-
#. Found in description list item.
|
820 |
-
msgid "<strong>Ukrainian</strong> * Cmd Software, http://www.cmd-soft.com (version: 1.3.4.9)"
|
821 |
-
msgstr "<strong>Украінская</strong> * Cmd Software, http://www.cmd-soft.com (версія : 1.3.4.9)"
|
822 |
-
|
823 |
-
#. Found in description paragraph.
|
824 |
-
msgid "Easy FancyBox plugin for WordPress websites gives you a flexible and aesthetic lightbox solution for just about all media links on your website. Easy FancyBox uses the packed FancyBox jQuery extension and is WP 3+ Multi-Site compatible. After activation you can find a new section <strong>FancyBox</strong> on your <strong>Settings > Media</strong> admin page where you can manage the plugins options."
|
825 |
-
msgstr "Easy FancyBox плагін для WordPress вэб-сайтаў дае гнуткае і эстэтычнае вырашэнне для лайтбокса як раз пра ўсіх медыя-спасылак на вашым сайце. Easy FancyBox выкарыстоўвае спакаванае пашырэнне FancyBox jQuery і ён таксама WP 3+ Multi-Site сумяшчальны. Пасля актывацыі вы можаце знайсці новы падзел <strong>FancyBox</strong> на <strong>Налады > Медыя</strong> старонцы адміна , на якой вы можаце кіраваць параметрамі плагіна."
|
826 |
-
|
827 |
-
#. Found in description paragraph.
|
828 |
-
msgid "After activation, all links to <strong>JPG, GIF and PNG images</strong> are automatically opened in the <a href=\"http://fancybox.net/\">FancyBox</a> Mac-style lightbox that floats over the web page. Most options available can be managed with this plugin along with some extra features."
|
829 |
-
msgstr "Пасля актывацыі, усе спасылкі на <strong>JPG, GIF and PNG images</strong> аўтаматычна адкрываюцца ў <a href=\"http://fancybox.net/\">FancyBox</a> Mac-стылі лайтбокса, які плавае паверх вэб-старонкі. Большасць варыянтаў можна кіраваць з дапамогай гэтага плагіна, разам з некаторымі асаблівасцямі."
|
830 |
-
|
831 |
-
#. Found in description paragraph.
|
832 |
-
msgid "<strong>Also supports:</strong>"
|
833 |
-
msgstr "<strong>Таксама падтрымлівае:</strong>"
|
834 |
-
|
835 |
-
#. Found in description paragraph.
|
836 |
-
msgid "For <strong>advanced options</strong> and <strong>priority support</strong>, there is a <strong><a href=\"http://premium.status301.com/downloads/easy-fancybox-pro/\">Pro extension</a></strong> available."
|
837 |
-
msgstr "Для <strong>Дадатковыя параметры</strong> і <strong>прыярытэтная падтрымка</strong>, ёсць даступнае<strong><a href=\"http://premium.status301.com/downloads/easy-fancybox-pro/\">Pro пашырэнне</a></strong>."
|
838 |
-
|
839 |
-
#. Found in description paragraph.
|
840 |
-
msgid "See <a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Screenshots</a> for an impression on how images and YouTube movies will be presented on your site as soon as you have installed and (network) activated this simple plugin."
|
841 |
-
msgstr "Глядзі<a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Скрыншоты</a> для панімання, як малюнкі і фільмы на YouTube будуць прадстаўлены на вашым сайце, як толькі вы ўсталявалі і (расшарылі) плагін."
|
842 |
-
|
843 |
-
#. Found in description paragraph.
|
844 |
-
msgid "See <a href=\"http://wordpress.org/plugins/easy-fancybox/faq/\">FAQ's</a> for instructions to manage YouTube, Dailymotion and Vimeo movies (and similar services) and tips to make inline content display in a FancyBox overlay. Subscribe to <a href=\"http://status301.net/tag/easy-fancybox/feed/\">Status301</a> for tips on how to get a high degree of control over what will be shown in a FancyBox overlay on your website."
|
845 |
-
msgstr "Глядзі <a href=\"http://wordpress.org/plugins/easy-fancybox/faq/\">FAQ's</a> for instructions to manage YouTube, Dailymotion and Vimeo movies (and similar services) and tips to make inline content display in a FancyBox overlay. Subscribe to <a href=\"http://status301.net/tag/easy-fancybox/feed/\">Status301</a> for tips on how to get a high degree of control over what will be shown in a FancyBox overlay on your website."
|
846 |
-
|
847 |
-
#. Found in description paragraph.
|
848 |
-
msgid "Get support on the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">Easy FancyBox web page</a> or <a href=\"http://wordpress.org/tags/easy-fancybox?forum_id=10\">WordPress forum</a>."
|
849 |
-
msgstr "Атрымаць падтрымку па <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">Easy FancyBox вэб старонка</a> або <a href=\"http://wordpress.org/tags/easy-fancybox?forum_id=10\">WordPress форум</a>."
|
850 |
-
|
851 |
-
#. Found in description paragraph.
|
852 |
-
msgid "Visit <a href=\"http://fancybox.net/\">FancyBox</a> for more information, examples and the FancyBox Support Forum. Please consider a DONATION for continued development of the FancyBox project."
|
853 |
-
msgstr "Наведайце <a href=\"http://fancybox.net/\"> FancyBox </a> для атрымання дадатковай інфармацыі, прыклады і форум падтрымкі FancyBox. Калі ласка, звярніце ўвагу на ахвяраванні для далейшага развіцця праекта FancyBox."
|
854 |
-
|
855 |
-
#. Found in installation header.
|
856 |
-
msgid "Wordpress"
|
857 |
-
msgstr "Wordpress"
|
858 |
-
|
859 |
-
#. Found in installation header.
|
860 |
-
msgid "Wordpress MU / WordPress 3+ in Multi Site mode"
|
861 |
-
msgstr "Wordpress MU / WordPress 3+ у Multi Site версii"
|
862 |
-
|
863 |
-
#. Found in installation list item.
|
864 |
-
msgid "<p>Download archive.</p>"
|
865 |
-
msgstr "<p>Спампаваць архіў.</p>"
|
866 |
-
|
867 |
-
#. Found in installation list item.
|
868 |
-
msgid "<p>Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favourite FTP client to the /plugins/ folder.</p>"
|
869 |
-
msgstr "<p>Загрузіце файл архіва праз Плагін> Дабавiць новы > Загрузіць старонку & hellip; АБО & hellip; распакаваць і загрузіць з вашым любімым FTP-кліентам да /плагіна/ папкі.</p>"
|
870 |
-
|
871 |
-
#. Found in installation list item.
|
872 |
-
msgid "<p>Activate the plugin on the Plug-ins page.</p>"
|
873 |
-
msgstr "<p>Актываваць плагін на старонцы плагінаў.</p>"
|
874 |
-
|
875 |
-
#. Found in installation paragraph.
|
876 |
-
msgid "Quick installation: <a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=easy-fancybox\">Install now</a> !"
|
877 |
-
msgstr "Хуткая ўстаноўка:<a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=easy-fancybox\">Усталяваць зараз!</a>"
|
878 |
-
|
879 |
-
#. Found in installation paragraph.
|
880 |
-
msgid "… OR …"
|
881 |
-
msgstr "… АБО …"
|
882 |
-
|
883 |
-
#. Found in installation paragraph.
|
884 |
-
msgid "Search for \"easy fancybox\" and install with that slick <strong>Plugins > Add New</strong> back-end page."
|
885 |
-
msgstr "Пошук па \"лёгкай FancyBox\" і ўсталяваць з гэтым пляма <strong>Пплагіны>Дадаць Новую </strong>серверную старонку."
|
886 |
-
|
887 |
-
#. Found in installation paragraph.
|
888 |
-
msgid "Follow these steps:"
|
889 |
-
msgstr "Выканайце наступныя дзеянні:"
|
890 |
-
|
891 |
-
#. Found in installation paragraph.
|
892 |
-
msgid "Download archive."
|
893 |
-
msgstr "Спампаваць архіў."
|
894 |
-
|
895 |
-
#. Found in installation paragraph.
|
896 |
-
msgid "Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favourite FTP client to the /plugins/ folder."
|
897 |
-
msgstr "Загрузіць файл архіва праз Плагіны >Новы>Загрузіць старонку & hellip; АБО & hellip; распакаваць і загрузіць з вашым любімым FTP-кліентам да /плагіна/папкі."
|
898 |
-
|
899 |
-
#. Found in installation paragraph.
|
900 |
-
msgid "Activate the plugin on the Plug-ins page."
|
901 |
-
msgstr "Актывуйце плагін на старонцы плагінаў."
|
902 |
-
|
903 |
-
#. Found in installation paragraph.
|
904 |
-
msgid "Done! By default, any images that are linked to directly (not to a WordPress page) from within your posts and pages, should now be opening in a FancyBox overlay :)"
|
905 |
-
msgstr "Гатова! Па змаўчанні любыя выявы, якія звязаныя паміж сабой напрамую (а не з WordPress старонкай) з вашага паведамлення і старонкі, павінны цяпер быць адкрыццё ў накладанні FancyBox :)"
|
906 |
-
|
907 |
-
#. Found in installation paragraph.
|
908 |
-
msgid "Not happy with the default settings? Check out the new options under <strong>Settings > Media</strong>."
|
909 |
-
msgstr "Незадаволены наладамі па змаўчанні? Праверце новыя параметры ў раздзеле <strong>Налады >Медыя</strong>."
|
910 |
-
|
911 |
-
#. Found in installation paragraph.
|
912 |
-
msgid "Same as above but do a <strong>Network Activate</strong> to activate FancyBox image overlays on each site on your network. No database tables are created or manipulated and no activation hook needs to be run for it to function with default settings."
|
913 |
-
msgstr "Тое ж, што і вышэй, але зрабіць <strong>Network Activate</strong>, каб актываваць FancyBox накладванне малюнкаў на кожным сайце ў сетцы. Табліцы базы дадзеных або не ствараюцца або імі нельга маніпуляваць; і кручок дэактывацыі павінен быць запушчаны для таго, каб працаваць з наладамі па змаўчанні."
|
914 |
-
|
915 |
-
#. Found in changelog list item.
|
916 |
-
msgid "FIX: Allow fullscreen videos"
|
917 |
-
msgstr "ВЫПРАВЛЕНА: Дазволіць відэа поўны экран"
|
918 |
-
|
919 |
-
#. Found in changelog list item.
|
920 |
-
msgid "Set focus on iframe after load"
|
921 |
-
msgstr "Ўсталяваць фокус на iframe пасля нагрузкі"
|
922 |
-
|
923 |
-
#. Found in changelog list item.
|
924 |
-
msgid "FIX: No center on scroll on touch devices"
|
925 |
-
msgstr "ВЫПРАВЛЕНА: Няма цэнтра па спіралі на сэнсарных прыладах"
|
926 |
-
|
927 |
-
#. Found in changelog list item.
|
928 |
-
msgid "FIX: nofancybox in menu ignored, thanks Trishah"
|
929 |
-
msgstr "ВЫПРАВЛЕНА: FancyBox ў меню ігнаруе, дзякуючы Trishah"
|
930 |
-
|
931 |
-
#. Found in changelog list item.
|
932 |
-
msgid "Added support for universal nolightbox class"
|
933 |
-
msgstr "Дададзеная падтрымка універсальнага класа лайтбокс"
|
934 |
-
|
935 |
-
#. Found in changelog paragraph.
|
936 |
-
msgid ""
|
937 |
-
"TODO PRO: optional remove scripts on certain pages\n"
|
938 |
-
"TODO: optional disable for small sceen sizes\n"
|
939 |
-
"TODO: move all script to footer and make that optional too for theme compat\n"
|
940 |
-
"TODO: make jQuery inclusion optional\n"
|
941 |
-
"TODO: make jQuery 1.6- compat optional\n"
|
942 |
-
"TODO: fix \"fancybox iframe\" being forced to \"fancybox image iframe\" when Inline Content is activated"
|
943 |
-
msgstr ""
|
944 |
-
"TODO PRO: апцыянальна выдаляць скрыпты на некаторых старонках\n"
|
945 |
-
"TODO: апцыянальна адключыць для экранаў малых памераў\n"
|
946 |
-
"TODO: перанесьці ўсе скрыпты у канец старонкі і зрабіць гэта па жаданні таксама для тэмы Compat\n"
|
947 |
-
"TODO: зрабіць ўключэнне jQuery неабавязковым\n"
|
948 |
-
"TODO: зрабіць jQuery 1,6- сompat апцыянальным\n"
|
949 |
-
"TODO: выправіць \"fancybox iframe\" прымушаюць \"fancybox image iframe\", калі инлайн-змесціва актывуецца"
|
950 |
-
|
951 |
-
#. Found in changelog list item.
|
952 |
-
msgid "NEW: iFrame alow full screen option"
|
953 |
-
msgstr "НОВАЕ: дазволіць поўнаэкранную опцыю"
|
954 |
-
|
955 |
-
#. Found in changelog list item.
|
956 |
-
msgid "FIX: CSS3 box-sizing issue (Twenty Thirteen) misplacing close button"
|
957 |
-
msgstr "ВЫПРАВЛЕНА: CSS3 праблема з памерам (Twenty Thirteen) кнопкi закрыцця не на месцы"
|
958 |
-
|
959 |
-
#. Found in changelog list item.
|
960 |
-
msgid "NEW: Added SVG support. Thanks to Simon Maillard."
|
961 |
-
msgstr "НОВАЕ: Дададзеная падтрымка SVG. Дзякуючы Сайману Майярду."
|
962 |
-
|
963 |
-
#. Found in changelog list item.
|
964 |
-
msgid "Pre WP 3.6: jQuery 1.9+ compatibility"
|
965 |
-
msgstr "Pre WP 3.6: Jquery 1.9+ сумяшчальнасць"
|
966 |
-
|
967 |
-
#. Found in changelog list item.
|
968 |
-
msgid "JQuery Mousewheel extension update to 3.1.3"
|
969 |
-
msgstr "JQuery абнаўленне пашырэння Mousewheel да 3.1.3"
|
970 |
-
|
971 |
-
#. Found in changelog list item.
|
972 |
-
msgid "NEW: Elegant Themes compatibility"
|
973 |
-
msgstr "НОВАЕ: Сумяшчальнасць Elegant Themes"
|
974 |
-
|
975 |
-
#. Found in changelog list item.
|
976 |
-
msgid "Some small Touch device compatibility improvement hacks to the 1.3.4 script"
|
977 |
-
msgstr "Некаторыя маленькія паляпшэнні сумяшчальнасці прылады Touch device да 1.3.4 сцэнара"
|
978 |
-
|
979 |
-
#. Found in changelog list item.
|
980 |
-
msgid "Major plugin overhaul: Class implementation"
|
981 |
-
msgstr "Асноўны рамонт плагіна: рэалізацыя класа"
|
982 |
-
|
983 |
-
#. Found in changelog list item.
|
984 |
-
msgid "NEW: Disable hide on overlay click"
|
985 |
-
msgstr "НОВАЕ: Адключыць схаванне ад накладання мышы"
|
986 |
-
|
987 |
-
#. Found in changelog list item.
|
988 |
-
msgid "NEW: Allow automatic resizing to large image size set on Settings > Media during media upload via the hidden WordPress function media_upload_max_image_resize() TODO test more!"
|
989 |
-
msgstr "НОВАЕ: Дазволіць аўтаматычнае змяненне памераў вялікага памеру малюнка, усталяваным на Налады >Медыя падчас загрузкі медыя праз схаванай функцыі WordPress media_upload_max_image_resize() TODO test больш!"
|
990 |
-
|
991 |
-
#. Found in changelog list item.
|
992 |
-
msgid "NEW Options: iFrame scrolling, autoScale, key navigation/close, cyclic galleries"
|
993 |
-
msgstr "НОВАЕ: Опцыі: скролінг для плавання iFrame , AutoScale клавіша навігацыі/закрыцця плагінаў , цыклічныя галерэі"
|
994 |
-
|
995 |
-
#. Found in changelog list item.
|
996 |
-
msgid "Metadata custom parameters and Mousewheel gallery scrolling scripts optional"
|
997 |
-
msgstr "Metadata прыстасаваныя параметры і Mousewheel сцэнары галерэі пракруткай з'яўляюцца неабавязковымі"
|
998 |
-
|
999 |
-
#. Found in changelog list item.
|
1000 |
-
msgid "Basic RTL languages/text direction support (gallery navigation inversion, title position)"
|
1001 |
-
msgstr "Асноўныя напрамкі падтрымкі RTL плагінаў мовы/тэкста (інверсія навігацы галерэі, пазіцыя назвы)"
|
1002 |
-
|
1003 |
-
#. Found in changelog list item.
|
1004 |
-
msgid "BUGFIX: https in stylesheet on Windows IIS"
|
1005 |
-
msgstr "ВЫПРАВЛЕНА: HTTPS ў табліцы стыляў на Windows IIS"
|
1006 |
-
|
1007 |
-
#. Found in changelog list item.
|
1008 |
-
msgid "Improved W3TC compatibility: query string issue"
|
1009 |
-
msgstr "Палепшаная сумяшчальнасць W3TC: радкі запытаў пытанняў "
|
1010 |
-
|
1011 |
-
#. Found in changelog list item.
|
1012 |
-
msgid "Gravity Forms in ajax mode compatibility"
|
1013 |
-
msgstr "Gravity Forms ў рэжыме сумяшчальнасці Аякс"
|
1014 |
-
|
1015 |
-
#. Found in changelog list item.
|
1016 |
-
msgid "Use jQuery's bind('ready') for better ajax content compatibility"
|
1017 |
-
msgstr "Выкарыстоўвайце прывязкі jQuery ('ready') для лепшай сумяшчальнасці Аякс кантэнту"
|
1018 |
-
|
1019 |
-
#. Found in changelog list item.
|
1020 |
-
msgid "Dynamic stylesheet response headers to allow browser caching"
|
1021 |
-
msgstr "Дынамічныя загалоўкі адказу табліцы стыляў, каб дазволіць кэшаванне ў браўзэры"
|
1022 |
-
|
1023 |
-
#. Found in changelog list item.
|
1024 |
-
msgid "Minified version of jquery.metadata.js"
|
1025 |
-
msgstr "Паменшаная версія jquery.metadata.js"
|
1026 |
-
|
1027 |
-
#. Found in changelog list item.
|
1028 |
-
msgid "Auto-detect on image map areas"
|
1029 |
-
msgstr "Аўтаматычнае вызначэнне на карце абласцей малюнка"
|
1030 |
-
|
1031 |
-
#. Found in changelog list item.
|
1032 |
-
msgid "nolightbox class for menu items"
|
1033 |
-
msgstr "класс nolightbox для пунктаў меню"
|
1034 |
-
|
1035 |
-
#. Found in changelog list item.
|
1036 |
-
msgid "SECURITY: Settings sanitization"
|
1037 |
-
msgstr "БЯСПЕКА: Налады санітарную"
|
1038 |
-
|
1039 |
-
#. Found in changelog list item.
|
1040 |
-
msgid "BUGFIX: load_textdomain firing after the main settings array is loaded, leaving text strings in it untranslated."
|
1041 |
-
msgstr "ВЫПРАВЛЕНА: load_textdomain абпал пасля таго, як масіў асноўных налад загружаецца, пакідаючы тэкставыя радкі ў ім неперакладзенымі."
|
1042 |
-
|
1043 |
-
#. Found in changelog list item.
|
1044 |
-
msgid "BUGFIX: missing signs in Youtube url regular expression"
|
1045 |
-
msgstr "ВЫПРАВЛЕНА: адсутнічаюць знакі ў Youtube URL-адрасы рэгулярных выразаў"
|
1046 |
-
|
1047 |
-
#. Found in changelog list item.
|
1048 |
-
msgid "BUGFIX: unquoted rel attribute selectors in jquery.fancybox-1.3.4.js"
|
1049 |
-
msgstr "ВЫПРАВЛЕНА: каціруемы выбар атрыбутаў у jquery.fancybox-1.3.4.js"
|
1050 |
-
|
1051 |
-
#. Found in changelog list item.
|
1052 |
-
msgid "BUGFIX: broken url path in IE stylesheet when missing $_SERVER['SERVER_NAME']"
|
1053 |
-
msgstr "ВЫПРАВЛЕНА: непрацуючай шлях url у IE табліцы стыляў, калі не хапае $_SERVER['SERVER_NAME']"
|
1054 |
-
|
1055 |
-
#. Found in changelog list item.
|
1056 |
-
msgid "BUGFIX: easing extension not needed on linear easing"
|
1057 |
-
msgstr "ВЫПРАВЛЕНА: паслабленне пашырэння не патрабуецца для лінейнага паслаблення"
|
1058 |
-
|
1059 |
-
#. Found in changelog list item.
|
1060 |
-
msgid "NEW: Lithuanian translation"
|
1061 |
-
msgstr "НОВАЕ: Літоўскі пераклад"
|
1062 |
-
|
1063 |
-
#. Found in changelog list item.
|
1064 |
-
msgid "NEW: Hindi translation"
|
1065 |
-
msgstr "НОВАЕ: Хіндзі пераклад"
|
1066 |
-
|
1067 |
-
#. Found in changelog list item.
|
1068 |
-
msgid "NEW: Indonasian translation"
|
1069 |
-
msgstr "НОВАЕ: Iнданезійскі пераклад"
|
1070 |
-
|
1071 |
-
#. Found in changelog list item.
|
1072 |
-
msgid "NEW: Romanian translation"
|
1073 |
-
msgstr "НОВАЕ: Румынскi пераклад"
|
1074 |
-
|
1075 |
-
#. Found in changelog list item.
|
1076 |
-
msgid "NEW: Polish translation"
|
1077 |
-
msgstr "НОВАЕ: Польскі пераклад"
|
1078 |
-
|
1079 |
-
#. Found in changelog list item.
|
1080 |
-
msgid "NEW: Spanish translation"
|
1081 |
-
msgstr "НОВАЕ: Iспанскі пераклад"
|
1082 |
-
|
1083 |
-
#. Found in changelog list item.
|
1084 |
-
msgid "NEW: jQuery Metadata support"
|
1085 |
-
msgstr "НОВАЕ: Падтрымка метададзеных jQuery "
|
1086 |
-
|
1087 |
-
#. Found in changelog list item.
|
1088 |
-
msgid "NEW: Image map AREA support for all content types"
|
1089 |
-
msgstr "НОВАЕ: Карта падтрымкі малюнакаў AREA для ўсіх тыпаў кантэнту"
|
1090 |
-
|
1091 |
-
#. Found in changelog list item.
|
1092 |
-
msgid "NEW: new iFrame/HTML5 embed code for YouTube, Vimeo and Dailymotion"
|
1093 |
-
msgstr "НОВАЕ: новы iframe/HTML5 код для YouTube, Vimeo і Dailymotion"
|
1094 |
-
|
1095 |
-
#. Found in changelog list item.
|
1096 |
-
msgid "NEW: fix WordPress Dailymotion auto-embed code missing wmode"
|
1097 |
-
msgstr "НОВАЕ: выправлен WordPress Dailymotion код аўта-ўстаўкі, дзе адсутнічае wmode"
|
1098 |
-
|
1099 |
-
#. Found in changelog list item.
|
1100 |
-
msgid "Some changes to default settings"
|
1101 |
-
msgstr "Некаторыя змены налад па змаўчанні"
|
1102 |
-
|
1103 |
-
#. Found in changelog list item.
|
1104 |
-
msgid "Updated Dutch translation"
|
1105 |
-
msgstr "Абноўлены галандскі пераклад"
|
1106 |
-
|
1107 |
-
#. Found in changelog list item.
|
1108 |
-
msgid "BUGFIX: Opening speed"
|
1109 |
-
msgstr "ВЫПРАВЛЕНА: Хуткасць адкрыцця"
|
1110 |
-
|
1111 |
-
#. Found in changelog list item.
|
1112 |
-
msgid "NEW: Advanced option: Gallery auto-rotation"
|
1113 |
-
msgstr "НОВАЕ: Пашыраны варыянт: Галерэя аўтаратацыі"
|
1114 |
-
|
1115 |
-
#. Found in changelog list item.
|
1116 |
-
msgid "NEW: Spotlight effect"
|
1117 |
-
msgstr "НОВАЕ: эфект Spotlight"
|
1118 |
-
|
1119 |
-
#. Found in changelog list item.
|
1120 |
-
msgid "Improved auto-enable and auto-gallery settings"
|
1121 |
-
msgstr "Паляпшэнне аўтаматычнага ўключэння і налады аўтаматычнай галерэі"
|
1122 |
-
|
1123 |
-
#. Found in changelog list item.
|
1124 |
-
msgid "BIGFIX: CSS IE6 hack"
|
1125 |
-
msgstr "ВЫПРАВЛЕНА: CSS IE6 hack"
|
1126 |
-
|
1127 |
-
#. Found in changelog list item.
|
1128 |
-
msgid "BIGFIX: PDF object in IE7"
|
1129 |
-
msgstr "ВЫПРАВЛЕНА: PDF аб'ект in IE7"
|
1130 |
-
|
1131 |
-
#. Found in changelog list item.
|
1132 |
-
msgid "PDF embed compatibility improvement"
|
1133 |
-
msgstr "паляпшэнне сумяшчальнасці кода ўстаўкі PDF"
|
1134 |
-
|
1135 |
-
#. Found in changelog list item.
|
1136 |
-
msgid "NEW: Show/hide title on mouse hover action"
|
1137 |
-
msgstr "НОВАЕ: Паказаць/схаваць назву плагінаў па навядзенню мышы "
|
1138 |
-
|
1139 |
-
#. Found in changelog list item.
|
1140 |
-
msgid "NEW: Auto-gallery modes (Disabled, page/post images only, all)"
|
1141 |
-
msgstr "НОВАЕ: Рэжымы аўта-галерэя (выключана, старонка/толькі выявы паста , усе)"
|
1142 |
-
|
1143 |
-
#. Found in changelog list item.
|
1144 |
-
msgid "NEW: Dailymotion support"
|
1145 |
-
msgstr "НОВАЕ: падтрымка Dailymotion"
|
1146 |
-
|
1147 |
-
#. Found in changelog list item.
|
1148 |
-
msgid "Links with id <strong>fancybox-auto</strong> will be triggered on page load"
|
1149 |
-
msgstr "Сувязі з ідэнтыфікатарам <strong>fancybox-auto</strong> будуць працаваць пры загрузцы старонкі"
|
1150 |
-
|
1151 |
-
#. Found in changelog list item.
|
1152 |
-
msgid "Anything with class <strong>fancybox-hidden\"</strong> will be hidden"
|
1153 |
-
msgstr "Усе з класам <strong>fancybox-hidden\"</strong> будзе схавана"
|
1154 |
-
|
1155 |
-
#. Found in changelog list item.
|
1156 |
-
msgid "Support for menu items in iframe"
|
1157 |
-
msgstr "Падтрымка пунктаў меню ў iframe"
|
1158 |
-
|
1159 |
-
#. Found in changelog list item.
|
1160 |
-
msgid "Added class <strong>nolightbox</strong> for exclusion when auto-enabling"
|
1161 |
-
msgstr "Дададзены клас <strong>nolightbox</strong> для выключэння, калі указана аўтаматычнае ўключэнне "
|
1162 |
-
|
1163 |
-
#. Found in changelog list item.
|
1164 |
-
msgid "FancyBox script version 1.3.4 (2010/11/11 - http://fancybox.net/changelog/)"
|
1165 |
-
msgstr "FancyBox скрыпт версіі 1.3.4 (2010/11/11 - http://fancybox.net/changelog/)"
|
1166 |
-
|
1167 |
-
#. Found in changelog list item.
|
1168 |
-
msgid "NEW: Support for PDF"
|
1169 |
-
msgstr "НОВАЕ: Падтрымка PDF"
|
1170 |
-
|
1171 |
-
#. Found in changelog list item.
|
1172 |
-
msgid "NEW: Easing options"
|
1173 |
-
msgstr "НОВАЕ: Варыянты палягчэння"
|
1174 |
-
|
1175 |
-
#. Found in changelog list item.
|
1176 |
-
msgid "YouTube, Vimeo and iFrame options adjustable"
|
1177 |
-
msgstr " варыянты рэгуляваныя YouTube, Vimeo і IFrame"
|
1178 |
-
|
1179 |
-
#. Found in changelog list item.
|
1180 |
-
msgid "lots and lots of more options!"
|
1181 |
-
msgstr "шмат і шмат больш магчымасцяў!"
|
1182 |
-
|
1183 |
-
#. Found in changelog list item.
|
1184 |
-
msgid "BIGFIX: work-around for missing wmode in WordPress (auto-)embedded movies (credits: Crantea Mihaita)"
|
1185 |
-
msgstr "ВЫПРАВЛЕНА: працаваць вакол адсутных wmode ў WordPress (аўта-)ўбудаваных відэа (крэдыты: Crantea Mihaita)"
|
1186 |
-
|
1187 |
-
#. Found in changelog list item.
|
1188 |
-
msgid "BIGFIX: iframe width"
|
1189 |
-
msgstr "ВЫПРАВЛЕНА: шырыня iframe "
|
1190 |
-
|
1191 |
-
#. Found in changelog list item.
|
1192 |
-
msgid "BIGFIX: image overlay size in Google Chrome browser issue (FancyBox 1.3.3)"
|
1193 |
-
msgstr "ВЫПРАВЛЕНА: памер малюнка накладання ў выпуску браўзэра Google Chrome (FancyBox 1.3.3)"
|
1194 |
-
|
1195 |
-
#. Found in changelog list item.
|
1196 |
-
msgid "BIGFIX: fancybox-swf"
|
1197 |
-
msgstr "ВЫПРАВЛЕНА: fancybox-swf"
|
1198 |
-
|
1199 |
-
#. Found in changelog list item.
|
1200 |
-
msgid "FancyBox script version 1.3.3 (2010/11/4 - http://fancybox.net/changelog/)"
|
1201 |
-
msgstr "FancyBox версія скрыпта 1.3.3 (2010/11/4 - http://fancybox.net/changelog/)"
|
1202 |
-
|
1203 |
-
#. Found in changelog list item.
|
1204 |
-
msgid "Vimeo support"
|
1205 |
-
msgstr "падтрымка Vimeo"
|
1206 |
-
|
1207 |
-
#. Found in changelog list item.
|
1208 |
-
msgid "YouTube Short URL support (disabled by default)"
|
1209 |
-
msgstr "Падтрымка YouTube Short URL (па змаўчанні адключана)"
|
1210 |
-
|
1211 |
-
#. Found in changelog list item.
|
1212 |
-
msgid "Auto-recognition and seperate class <code>fancybox-youtube</code> for YouTube"
|
1213 |
-
msgstr "Аўтаматычнае распазнаванне і асобны клас <code>fancybox-youtube</code> для YouTube"
|
1214 |
-
|
1215 |
-
#. Found in changelog list item.
|
1216 |
-
msgid "Auto-recognition and seperate class <code>fancybox-vimeo</code> for Vimeo"
|
1217 |
-
msgstr "Аўтаматычнае распазнаванне і асобны клас <code>fancybox-vimeo</code> для Vimeo"
|
1218 |
-
|
1219 |
-
#. Found in changelog list item.
|
1220 |
-
msgid "FancyBox script version 1.3.2 (2010/10/10 - http://fancybox.net/changelog/)"
|
1221 |
-
msgstr "FancyBox версія скрыпта 1.3.2 (2010/10/10 - http://fancybox.net/changelog/)"
|
1222 |
-
|
1223 |
-
#. Found in changelog list item.
|
1224 |
-
msgid "translation .pot file available"
|
1225 |
-
msgstr "файл перакладу .pot даступны"
|
1226 |
-
|
1227 |
-
#. Found in changelog list item.
|
1228 |
-
msgid "Dutch translation"
|
1229 |
-
msgstr "Галандскі пераклад"
|
1230 |
-
|
1231 |
-
#. Found in changelog list item.
|
1232 |
-
msgid "NEW: YouTube and Flash movie support"
|
1233 |
-
msgstr "НОВАЕ: YouTube і Flash падтрымкі"
|
1234 |
-
|
1235 |
-
#. Found in changelog list item.
|
1236 |
-
msgid "NEW: Iframe support"
|
1237 |
-
msgstr "НОВАЕ: Iframe support"
|
1238 |
-
|
1239 |
-
#. Found in changelog list item.
|
1240 |
-
msgid "added option Auto-enable for..."
|
1241 |
-
msgstr "дададзеная опцыя аўтаматычнага ўключэння для ..."
|
1242 |
-
|
1243 |
-
#. Found in changelog list item.
|
1244 |
-
msgid "added option titlePosition : over / inside / outside"
|
1245 |
-
msgstr "дададзеная опцыя titlePosition : over / inside / outside"
|
1246 |
-
|
1247 |
-
#. Found in changelog list item.
|
1248 |
-
msgid "added option transitionIn : elastic / fade / none"
|
1249 |
-
msgstr "дададзеная опцыя transitionIn : elastic / fade / none"
|
1250 |
-
|
1251 |
-
#. Found in changelog list item.
|
1252 |
-
msgid "added option transitionOut : elastic / fade / none"
|
1253 |
-
msgstr "дададзеная опцыя transitionOut : elastic / fade / none"
|
1254 |
-
|
1255 |
-
#. Found in changelog list item.
|
1256 |
-
msgid "small jQuery speed improvement by chaining object calls"
|
1257 |
-
msgstr "невялікае паляпшэнне хуткасці jQuery, прыкаваў аб'ектных выклікаў"
|
1258 |
-
|
1259 |
-
#. Found in changelog list item.
|
1260 |
-
msgid "Using FancyBox version 1.3.1"
|
1261 |
-
msgstr "Выкарыстанне версіі FancyBox 1.3.1"
|
1262 |
-
|
1263 |
-
#. Found in changelog list item.
|
1264 |
-
msgid "Dropped IE6 support"
|
1265 |
-
msgstr "Спыненая падтрымка IE6"
|
1266 |
-
|
1267 |
-
#. Found in changelog list item.
|
1268 |
-
msgid "FIX: obj undefined in minified js"
|
1269 |
-
msgstr "ВЫПРАВЛЕНА: obj не вызначана ў мінімізаваным js"
|
1270 |
-
|
1271 |
-
#. Found in changelog list item.
|
1272 |
-
msgid "Color value sanitization"
|
1273 |
-
msgstr "Санiтарызацыя значэння колеру"
|
1274 |
-
|
1275 |
-
#. Found in changelog list item.
|
1276 |
-
msgid "NEW: auto popup delay"
|
1277 |
-
msgstr "НОВАЕ: аўтаматычная затрымка ўсплыванняў"
|
1278 |
-
|
1279 |
-
#. Found in changelog list item.
|
1280 |
-
msgid "NEW: pro extension version compatibility check routine"
|
1281 |
-
msgstr "НОВАЕ: Pro версія пашырэння праверка сумяшчальнасці пуцей"
|
1282 |
-
|
1283 |
-
#. Found in changelog list item.
|
1284 |
-
msgid "NEW: margin option"
|
1285 |
-
msgstr "НОВАЕ: опцыя маржа"
|
1286 |
-
|
1287 |
-
#. Found in changelog list item.
|
1288 |
-
msgid "Dropped mu-plugins support"
|
1289 |
-
msgstr "Затрымана падтрымка mu-плагінаў"
|
1290 |
-
|
1291 |
-
#. Found in changelog list item.
|
1292 |
-
msgid "FIX: Pro extension link update"
|
1293 |
-
msgstr "ВЫПРАВЛЕНА: абнаўленне пашырэння Pro спасылак"
|
1294 |
-
|
1295 |
-
#. Found in changelog list item.
|
1296 |
-
msgid "NEW: WebP support and class='image' to force image media type"
|
1297 |
-
msgstr "НОВАЕ: WebP падтрымка і class='image', каб прымусіць выявы тыпу носьбіта"
|
1298 |
-
|
1299 |
-
#. Found in changelog list item.
|
1300 |
-
msgid "IE 6-8 css rules optional"
|
1301 |
-
msgstr "правілы IE 6-8 cssнеабавязковыя"
|
1302 |
-
|
1303 |
-
#. Found in changelog list item.
|
1304 |
-
msgid "iframe embed for Youtube, Vimeo and Dailymotion"
|
1305 |
-
msgstr "iframe код ўстаўкі для Youtube, Vimeo і Dailymotion"
|
1306 |
-
|
1307 |
-
#. Found in changelog list item.
|
1308 |
-
msgid "Croation translation"
|
1309 |
-
msgstr "Харвацкi пераклад"
|
1310 |
-
|
1311 |
-
#. Found in changelog list item.
|
1312 |
-
msgid "HTML5 players allowfullscreen default"
|
1313 |
-
msgstr "HTML5 плэйер allowfullscreen па змаўчанні"
|
1314 |
-
|
1315 |
-
#. Found in changelog list item.
|
1316 |
-
msgid "iPad positioning patch"
|
1317 |
-
msgstr "iPad патч пазіцыянавання"
|
1318 |
-
|
1319 |
-
#. Found in changelog list item.
|
1320 |
-
msgid "Don't unregister scripts that are not ours even for conflict prevention"
|
1321 |
-
msgstr "Не трэба зноў регистравыць скрыпты, якія не з'яўляюцца нават нашымі для прадухілення канфліктаў"
|
1322 |
-
|
1323 |
-
#. Found in changelog list item.
|
1324 |
-
msgid "box-sizing: border-box issue in Firefox fixed"
|
1325 |
-
msgstr "box-sizing: пагранічнае пытанне ў фіксаванай скрыні Firefox "
|
1326 |
-
|
1327 |
-
#. Found in changelog list item.
|
1328 |
-
msgid "Allow mousewheel scrolling page in the background again"
|
1329 |
-
msgstr "Дазволіць зноў пракрутку старонкі кола мышы ў фонавым рэжыме "
|
1330 |
-
|
1331 |
-
#. Found in changelog list item.
|
1332 |
-
msgid "Prevent mousewheel scrolling page in the background"
|
1333 |
-
msgstr "Папярэдзіць прагортку старонак колам мышы у фонавым рэжыме"
|
1334 |
-
|
1335 |
-
#. Found in changelog list item.
|
1336 |
-
msgid "New stylesheet IE alphaimageloader path fix approach"
|
1337 |
-
msgstr "Новы падыход да выпраўлення шляху табліца стыляў IE alphaimageloader "
|
1338 |
-
|
1339 |
-
#. Found in changelog list item.
|
1340 |
-
msgid "Czech translation added"
|
1341 |
-
msgstr "Чэшскі пераклад дададзены"
|
1342 |
-
|
1343 |
-
#. Found in changelog list item.
|
1344 |
-
msgid "Updated Indonesian translation"
|
1345 |
-
msgstr "Абноўлены інданезійскі пераклад"
|
1346 |
-
|
1347 |
-
#. Found in changelog list item.
|
1348 |
-
msgid "BUGFIX: easy_fancybox_handler() in combo with trigger('click') causes Uncaught Exception script error"
|
1349 |
-
msgstr "ВЫПРАВЛЕНА:easy_fancybox_handler() у комба з трыгерам('click') выклікае памылку сцэнарыя Uncaught Exception"
|
1350 |
-
|
1351 |
-
#. Found in changelog list item.
|
1352 |
-
msgid "FIX: jQuery 1.9+ compatibility"
|
1353 |
-
msgstr "ВЫПРАВЛЕНА: Сумяшчальнасць з jQuery 1.9+"
|
1354 |
-
|
1355 |
-
#. Found in changelog list item.
|
1356 |
-
msgid "Dropping support for gForms again -- \"Cannot convert 'c' to object\" error in combinaition with some older gForms version :("
|
1357 |
-
msgstr "Зноў апучана падтрымка формаў - \"Немагчыма пераўтварыць 'c' аб'екта\" памылка ў спалучэнні з некаторымі старымі gForms версіі :("
|
1358 |
-
|
1359 |
-
#. Found in changelog list item.
|
1360 |
-
msgid "NEW: support for Infinite Scroll by Jetpack"
|
1361 |
-
msgstr "НОВАЕ: Infinite Scroll падтрымка ад Jetpack"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-ro_RO.mo
DELETED
Binary file
|
languages/easy-fancybox-ro_RO.po
DELETED
@@ -1,522 +0,0 @@
|
|
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-ru_RU.mo
DELETED
Binary file
|
languages/easy-fancybox-ru_RU.po
DELETED
@@ -1,561 +0,0 @@
|
|
1 |
-
# Copyright (C) 2010 Easy FancyBox
|
2 |
-
# This file is distributed under the same license as the Easy FancyBox package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Easy FancyBox 1.3.4.9\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/tag/easy-fancybox\n"
|
7 |
-
"POT-Creation-Date: 2011-07-24 16:46:04+00:00\n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date: 2015-06-25 17:00+0200\n"
|
12 |
-
"Language-Team: cmd software <tmosbyd@gmail.com>\n"
|
13 |
-
"Language: ru_RU\n"
|
14 |
-
"X-Generator: Poedit 1.8.1\n"
|
15 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
16 |
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
17 |
-
"Last-Translator: \n"
|
18 |
-
|
19 |
-
#: easy-fancybox.php:266
|
20 |
-
msgid ""
|
21 |
-
"Donate to Easy FancyBox plugin development with PayPal - it's fast, free and "
|
22 |
-
"secure!"
|
23 |
-
msgstr ""
|
24 |
-
"Поддержите разработку плагина Easy FancyBox с помощью PayPal - быстро, "
|
25 |
-
"бесплатно и безопасно!"
|
26 |
-
|
27 |
-
#: easy-fancybox.php:266
|
28 |
-
msgid ""
|
29 |
-
"The options in this section are provided by the plugin <strong><a href="
|
30 |
-
"\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</"
|
31 |
-
"a></strong> and determine the <strong>Media Lightbox</strong> overlay "
|
32 |
-
"appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/"
|
33 |
-
"\">FancyBox</a></strong>."
|
34 |
-
msgstr ""
|
35 |
-
"Параметры в этом разделе, предоставляются с помощью плагина <strong> <a href="
|
36 |
-
"\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\"> Easy FancyBox </"
|
37 |
-
"a> </ strong> и определяют <strong> Media Lightbox </ strong> вид и "
|
38 |
-
"поведение наложения, контролируемые <strong> <a href=\"http://fancybox.net/"
|
39 |
-
"\">FancyBox </a></strong>."
|
40 |
-
|
41 |
-
#: easy-fancybox.php:266
|
42 |
-
msgid ""
|
43 |
-
"First enable each sub-section that you need. Then save and come back to "
|
44 |
-
"adjust its specific settings."
|
45 |
-
msgstr ""
|
46 |
-
"Сначала включите каждый необходимый вам подраздел. Затем сохраните и "
|
47 |
-
"вернитесь, чтоб подрегулировать специфические настройки."
|
48 |
-
|
49 |
-
#: easy-fancybox.php:266
|
50 |
-
msgid ""
|
51 |
-
"Note: Each additional sub-section and features like <em>Auto-detection</em>, "
|
52 |
-
"<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
|
53 |
-
"will have some extra impact on client-side page speed. Enable only those sub-"
|
54 |
-
"sections and options that you actually need on your site."
|
55 |
-
msgstr ""
|
56 |
-
"Примечание: Каждый дополнительный подраздел и функции, такие как "
|
57 |
-
"<em>Автоматическое определение <em>Твердые переходы</em> и все <em>Эффекты "
|
58 |
-
"замедления</em> (за исключением Свинг) будут дополнительно влиять на "
|
59 |
-
"скорость на стороне страницы клиента. Включите только те подразделы и "
|
60 |
-
"параметры, которые вам на самом деле нужны на вашем сайте."
|
61 |
-
|
62 |
-
#: easy-fancybox.php:266
|
63 |
-
msgid ""
|
64 |
-
"Some setting like Transition options are unavailable for SWF video, PDF and "
|
65 |
-
"iFrame content to ensure browser compatibility and readability."
|
66 |
-
msgstr ""
|
67 |
-
"Некоторые установки как Параметры переходов недоступны для SWF видео, PDF и "
|
68 |
-
"Iframe содержимого для обеспечения совместимости и читаемости браузера."
|
69 |
-
|
70 |
-
#: easy-fancybox.php:308
|
71 |
-
msgid "Checked"
|
72 |
-
msgstr "Проверено"
|
73 |
-
|
74 |
-
#: easy-fancybox.php:310
|
75 |
-
msgid "Unchecked"
|
76 |
-
msgstr "Непроверено"
|
77 |
-
|
78 |
-
#: easy-fancybox.php:362
|
79 |
-
msgid "FancyBox"
|
80 |
-
msgstr "FancyBox"
|
81 |
-
|
82 |
-
#: easy-fancybox-settings.php:6
|
83 |
-
msgid "Global settings"
|
84 |
-
msgstr "Общие настройки"
|
85 |
-
|
86 |
-
#: easy-fancybox-settings.php:15
|
87 |
-
msgid "Enable FancyBox for"
|
88 |
-
msgstr "Включить FancyBox для"
|
89 |
-
|
90 |
-
#: easy-fancybox-settings.php:24 easy-fancybox-settings.php:316
|
91 |
-
msgid "Images & Inline content"
|
92 |
-
msgstr "Изображение и инлайн-содержание "
|
93 |
-
|
94 |
-
#: easy-fancybox-settings.php:31 easy-fancybox-settings.php:489
|
95 |
-
msgid "PDF"
|
96 |
-
msgstr "PDF"
|
97 |
-
|
98 |
-
#: easy-fancybox-settings.php:38 easy-fancybox-settings.php:606
|
99 |
-
msgid "SWF"
|
100 |
-
msgstr "SWF"
|
101 |
-
|
102 |
-
#: easy-fancybox-settings.php:45 easy-fancybox-settings.php:697
|
103 |
-
msgid "YouTube"
|
104 |
-
msgstr "YouTube"
|
105 |
-
|
106 |
-
#: easy-fancybox-settings.php:52 easy-fancybox-settings.php:800
|
107 |
-
msgid "Vimeo"
|
108 |
-
msgstr "Vimeo"
|
109 |
-
|
110 |
-
#: easy-fancybox-settings.php:59 easy-fancybox-settings.php:895
|
111 |
-
msgid "Dailymotion"
|
112 |
-
msgstr "Dailymotion"
|
113 |
-
|
114 |
-
#: easy-fancybox-settings.php:66 easy-fancybox-settings.php:1016
|
115 |
-
msgid "iFrames"
|
116 |
-
msgstr "iFrames"
|
117 |
-
|
118 |
-
#: easy-fancybox-settings.php:71
|
119 |
-
msgid "Links"
|
120 |
-
msgstr "Ссылки"
|
121 |
-
|
122 |
-
#: easy-fancybox-settings.php:81
|
123 |
-
msgid "Exclude"
|
124 |
-
msgstr "Выключить"
|
125 |
-
|
126 |
-
#: easy-fancybox-settings.php:86 easy-fancybox-settings.php:100
|
127 |
-
#: easy-fancybox-settings.php:295 easy-fancybox-settings.php:383
|
128 |
-
#: easy-fancybox-settings.php:411
|
129 |
-
msgid "None"
|
130 |
-
msgstr "Ни один"
|
131 |
-
|
132 |
-
#: easy-fancybox-settings.php:87
|
133 |
-
msgid "Empty (hidden) links"
|
134 |
-
msgstr "Пустые (скрытые) ссылки"
|
135 |
-
|
136 |
-
#: easy-fancybox-settings.php:88
|
137 |
-
msgid "Without thumbnail image"
|
138 |
-
msgstr "Без миниатюр"
|
139 |
-
|
140 |
-
#: easy-fancybox-settings.php:95
|
141 |
-
msgid "Auto-open"
|
142 |
-
msgstr "Автоматическое открытие"
|
143 |
-
|
144 |
-
#: easy-fancybox-settings.php:101
|
145 |
-
msgid "Link with ID \"fancybox-auto\""
|
146 |
-
msgstr "Ссылка с ID \"fancybox-auto\""
|
147 |
-
|
148 |
-
#: easy-fancybox-settings.php:102
|
149 |
-
msgid "First Image link"
|
150 |
-
msgstr "Ссылка на первое изображение"
|
151 |
-
|
152 |
-
#: easy-fancybox-settings.php:103
|
153 |
-
msgid "First PDF link"
|
154 |
-
msgstr "Ссылка на первый PDF"
|
155 |
-
|
156 |
-
#: easy-fancybox-settings.php:104
|
157 |
-
msgid "First SWF link"
|
158 |
-
msgstr "Ссылка на первое SWF"
|
159 |
-
|
160 |
-
#: easy-fancybox-settings.php:105
|
161 |
-
msgid "First YouTube link "
|
162 |
-
msgstr "Первая ссылка на YouTube"
|
163 |
-
|
164 |
-
#: easy-fancybox-settings.php:106
|
165 |
-
msgid "First Vimeo link "
|
166 |
-
msgstr "Первая ссылка на Vimeo"
|
167 |
-
|
168 |
-
#: easy-fancybox-settings.php:107
|
169 |
-
msgid "First Dailymotion link "
|
170 |
-
msgstr "Первая ссылка на Dailymotion"
|
171 |
-
|
172 |
-
#: easy-fancybox-settings.php:108
|
173 |
-
msgid "First iFrame link"
|
174 |
-
msgstr "Первая ссылка на IFRAME"
|
175 |
-
|
176 |
-
#: easy-fancybox-settings.php:109
|
177 |
-
msgid "First of any link"
|
178 |
-
msgstr "Первая любая ссылка"
|
179 |
-
|
180 |
-
#: easy-fancybox-settings.php:117 easy-fancybox-settings.php:452
|
181 |
-
msgid "Overlay"
|
182 |
-
msgstr "Наложение"
|
183 |
-
|
184 |
-
#: easy-fancybox-settings.php:125
|
185 |
-
msgid "Show the overlay around content opened in FancyBox."
|
186 |
-
msgstr "Показать наложение вокруг контента, открытого в FancyBox."
|
187 |
-
|
188 |
-
#: easy-fancybox-settings.php:132
|
189 |
-
msgid "Spotlight effect."
|
190 |
-
msgstr "Эффект направленного света"
|
191 |
-
|
192 |
-
#: easy-fancybox-settings.php:136 easy-fancybox-settings.php:227
|
193 |
-
msgid "Opacity"
|
194 |
-
msgstr "Непрозрачность"
|
195 |
-
|
196 |
-
#: easy-fancybox-settings.php:141
|
197 |
-
msgid "Value between 0 and 1. "
|
198 |
-
msgstr "Значение между 0 и 1."
|
199 |
-
|
200 |
-
#: easy-fancybox-settings.php:141 easy-fancybox-settings.php:150
|
201 |
-
#: easy-fancybox-settings.php:188 easy-fancybox-settings.php:232
|
202 |
-
#: easy-fancybox-settings.php:283 easy-fancybox-settings.php:332
|
203 |
-
#: easy-fancybox-settings.php:345 easy-fancybox-settings.php:369
|
204 |
-
msgid "Default:"
|
205 |
-
msgstr "По умолчанию:"
|
206 |
-
|
207 |
-
#: easy-fancybox-settings.php:145 easy-fancybox-settings.php:192
|
208 |
-
msgid "Color"
|
209 |
-
msgstr "Цвет"
|
210 |
-
|
211 |
-
#: easy-fancybox-settings.php:150
|
212 |
-
msgid "Enter an HTML color value."
|
213 |
-
msgstr "Введите HTML значение цвета."
|
214 |
-
|
215 |
-
#: easy-fancybox-settings.php:156
|
216 |
-
msgid "Window"
|
217 |
-
msgstr "Окно"
|
218 |
-
|
219 |
-
#: easy-fancybox-settings.php:162
|
220 |
-
msgid "Size"
|
221 |
-
msgstr "Размер"
|
222 |
-
|
223 |
-
#: easy-fancybox-settings.php:166 easy-fancybox-settings.php:517
|
224 |
-
#: easy-fancybox-settings.php:634 easy-fancybox-settings.php:735
|
225 |
-
#: easy-fancybox-settings.php:829 easy-fancybox-settings.php:924
|
226 |
-
#: easy-fancybox-settings.php:1036
|
227 |
-
msgid "Width"
|
228 |
-
msgstr "Ширина"
|
229 |
-
|
230 |
-
#: easy-fancybox-settings.php:175 easy-fancybox-settings.php:526
|
231 |
-
#: easy-fancybox-settings.php:644 easy-fancybox-settings.php:744
|
232 |
-
#: easy-fancybox-settings.php:838 easy-fancybox-settings.php:933
|
233 |
-
#: easy-fancybox-settings.php:1045
|
234 |
-
msgid "Height"
|
235 |
-
msgstr "Высота"
|
236 |
-
|
237 |
-
#: easy-fancybox-settings.php:183 easy-fancybox-settings.php:207
|
238 |
-
#: easy-fancybox-settings.php:534 easy-fancybox-settings.php:653
|
239 |
-
#: easy-fancybox-settings.php:752 easy-fancybox-settings.php:846
|
240 |
-
#: easy-fancybox-settings.php:941 easy-fancybox-settings.php:1053
|
241 |
-
msgid "Border"
|
242 |
-
msgstr "Граница"
|
243 |
-
|
244 |
-
#: easy-fancybox-settings.php:197
|
245 |
-
msgid "Background"
|
246 |
-
msgstr "Фон"
|
247 |
-
|
248 |
-
#: easy-fancybox-settings.php:217
|
249 |
-
msgid "Text"
|
250 |
-
msgstr "Текст"
|
251 |
-
|
252 |
-
#: easy-fancybox-settings.php:236
|
253 |
-
msgid "Behavior"
|
254 |
-
msgstr "Поведение"
|
255 |
-
|
256 |
-
#: easy-fancybox-settings.php:242
|
257 |
-
msgid "Center while scrolling"
|
258 |
-
msgstr "Центр при прокрутке"
|
259 |
-
|
260 |
-
#: easy-fancybox-settings.php:248
|
261 |
-
msgid "Show the (X) close button"
|
262 |
-
msgstr "Показать (X) кнопку закрытия"
|
263 |
-
|
264 |
-
#: easy-fancybox-settings.php:254
|
265 |
-
msgid "Show the gallery navigation arrows"
|
266 |
-
msgstr "Показать стрелки навигации по галерее"
|
267 |
-
|
268 |
-
#: easy-fancybox-settings.php:262
|
269 |
-
msgid "Opening speed"
|
270 |
-
msgstr "Скорость открытия"
|
271 |
-
|
272 |
-
#: easy-fancybox-settings.php:270
|
273 |
-
msgid "Closing speed"
|
274 |
-
msgstr "Скорость закрытия"
|
275 |
-
|
276 |
-
#: easy-fancybox-settings.php:278
|
277 |
-
msgid "Fade speed"
|
278 |
-
msgstr "Скоросто исчезновения"
|
279 |
-
|
280 |
-
#: easy-fancybox-settings.php:283
|
281 |
-
msgid "Duration in milliseconds. Higher is slower."
|
282 |
-
msgstr "Продолжительность в милисекундах. Чем выше, тем медленнее"
|
283 |
-
|
284 |
-
#: easy-fancybox-settings.php:291
|
285 |
-
msgid "Advanced"
|
286 |
-
msgstr "Продвинутый"
|
287 |
-
|
288 |
-
#: easy-fancybox-settings.php:296
|
289 |
-
msgid "Hide/show title on mouse hover action"
|
290 |
-
msgstr "Скрыть / показать название по наведению мыши"
|
291 |
-
|
292 |
-
#: easy-fancybox-settings.php:297
|
293 |
-
msgid "Gallery Auto-rotation"
|
294 |
-
msgstr "Авто-вращение галлереи"
|
295 |
-
|
296 |
-
#: easy-fancybox-settings.php:304
|
297 |
-
msgid ""
|
298 |
-
"Note: Hide/show title on mouse hover action works best with Overlay title "
|
299 |
-
"position. Auto-rotation uses a fixed 5 second pause per image."
|
300 |
-
msgstr ""
|
301 |
-
"Примечание: Скрыть/показать название по наведению мыши лучше всего работает "
|
302 |
-
"с позиции наложения заголовка. Авто-вращение использует фиксированную 5 "
|
303 |
-
"секундную паузу к изображению."
|
304 |
-
|
305 |
-
#: easy-fancybox-settings.php:321
|
306 |
-
msgid ""
|
307 |
-
"To make images open in an overlay, add their extension to the auto-detect "
|
308 |
-
"field or use the class \"fancybox\" for its link. Clear field to switch off "
|
309 |
-
"auto-enabling."
|
310 |
-
msgstr ""
|
311 |
-
"Для того, чтобы изображения открывались в виде наложения, добавить их "
|
312 |
-
"расширение в поле автоопределения или использовать класс \"fancybox\" для "
|
313 |
-
"его ссылки. Очистить поле, чтобы выключить автоматическое включение."
|
314 |
-
|
315 |
-
#: easy-fancybox-settings.php:325 easy-fancybox-settings.php:502
|
316 |
-
#: easy-fancybox-settings.php:619 easy-fancybox-settings.php:711
|
317 |
-
#: easy-fancybox-settings.php:814 easy-fancybox-settings.php:909
|
318 |
-
msgid "Auto-detect"
|
319 |
-
msgstr "Автоопределение"
|
320 |
-
|
321 |
-
#: easy-fancybox-settings.php:336
|
322 |
-
msgid "Apply to"
|
323 |
-
msgstr "Обратиться к"
|
324 |
-
|
325 |
-
#: easy-fancybox-settings.php:341
|
326 |
-
msgid "All image links"
|
327 |
-
msgstr "Все ссылки на изображение"
|
328 |
-
|
329 |
-
#: easy-fancybox-settings.php:342
|
330 |
-
msgid "Links inside Section(s) only (below)"
|
331 |
-
msgstr "Ссылки внутри раздела (ов) только (ниже)"
|
332 |
-
|
333 |
-
#: easy-fancybox-settings.php:349
|
334 |
-
msgid "Auto-gallery"
|
335 |
-
msgstr "Авто-галерея"
|
336 |
-
|
337 |
-
#: easy-fancybox-settings.php:354
|
338 |
-
msgid "Disabled"
|
339 |
-
msgstr "Отключено"
|
340 |
-
|
341 |
-
#: easy-fancybox-settings.php:355
|
342 |
-
msgid "Galleries per Section (below)"
|
343 |
-
msgstr "Галереи в разделе (ниже)"
|
344 |
-
|
345 |
-
#: easy-fancybox-settings.php:356
|
346 |
-
msgid "All in one gallery"
|
347 |
-
msgstr "Все в одной галерее"
|
348 |
-
|
349 |
-
#: easy-fancybox-settings.php:359
|
350 |
-
msgid ""
|
351 |
-
"When disabled, you can use the rel attribute to manually group image links "
|
352 |
-
"together."
|
353 |
-
msgstr ""
|
354 |
-
"При отключении, вы можете использовать атрибут rel, чтобы вручную "
|
355 |
-
"сгруппировать вместе ссылки изображений ."
|
356 |
-
|
357 |
-
#: easy-fancybox-settings.php:363
|
358 |
-
msgid "Section(s)"
|
359 |
-
msgstr "Раздел (ы)"
|
360 |
-
|
361 |
-
#: easy-fancybox-settings.php:369
|
362 |
-
msgid ""
|
363 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
364 |
-
"and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
365 |
-
"it to conform with your theme."
|
366 |
-
msgstr ""
|
367 |
-
"Это применятеся, если <em>Применить к <em> установлено в положение <em> "
|
368 |
-
"Ограниченодля разделов <em> и/или <em>Авто-галерея <em> установлена в "
|
369 |
-
"положение <em> Галереи к разделу <em>. Адаптировать это в соответствие с "
|
370 |
-
"вашей темой."
|
371 |
-
|
372 |
-
#: easy-fancybox-settings.php:369
|
373 |
-
msgid ""
|
374 |
-
"Examples: If your theme wraps post content in a div with class post, change "
|
375 |
-
"this value to \"div.post\". If you want to include images in a sidebar with "
|
376 |
-
"ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
|
377 |
-
msgstr ""
|
378 |
-
"Примеры: Если ваша тема обертывает содержание поста в div с классом post, "
|
379 |
-
"измените это значение на \"div.post\". Если вы хотите включить изображения в "
|
380 |
-
"боковую панель с первичным ID , добавьте \", div#primary\" или "
|
381 |
-
"\"aside#primary\" для html5 тем."
|
382 |
-
|
383 |
-
#: easy-fancybox-settings.php:377
|
384 |
-
msgid "Transition In"
|
385 |
-
msgstr "Переход в"
|
386 |
-
|
387 |
-
#: easy-fancybox-settings.php:381 easy-fancybox-settings.php:409
|
388 |
-
msgid "Fade"
|
389 |
-
msgstr "Исчезновение"
|
390 |
-
|
391 |
-
#: easy-fancybox-settings.php:382 easy-fancybox-settings.php:410
|
392 |
-
msgid "Elastic"
|
393 |
-
msgstr "Эластичный"
|
394 |
-
|
395 |
-
#: easy-fancybox-settings.php:390
|
396 |
-
msgid "Easing In"
|
397 |
-
msgstr "Ослабление в"
|
398 |
-
|
399 |
-
#: easy-fancybox-settings.php:394 easy-fancybox-settings.php:422
|
400 |
-
msgid "Linear"
|
401 |
-
msgstr "Линейный"
|
402 |
-
|
403 |
-
#: easy-fancybox-settings.php:395 easy-fancybox-settings.php:423
|
404 |
-
msgid "Swing"
|
405 |
-
msgstr "Swing"
|
406 |
-
|
407 |
-
#: easy-fancybox-settings.php:396 easy-fancybox-settings.php:424
|
408 |
-
msgid "Back"
|
409 |
-
msgstr "Назад"
|
410 |
-
|
411 |
-
#: easy-fancybox-settings.php:397 easy-fancybox-settings.php:425
|
412 |
-
msgid "Quad"
|
413 |
-
msgstr "Quad"
|
414 |
-
|
415 |
-
#: easy-fancybox-settings.php:398 easy-fancybox-settings.php:426
|
416 |
-
msgid "Expo"
|
417 |
-
msgstr "Expo"
|
418 |
-
|
419 |
-
#: easy-fancybox-settings.php:405
|
420 |
-
msgid "Transition Out"
|
421 |
-
msgstr "Переход из"
|
422 |
-
|
423 |
-
#: easy-fancybox-settings.php:418
|
424 |
-
msgid "Easing Out"
|
425 |
-
msgstr "Ослабление из"
|
426 |
-
|
427 |
-
#: easy-fancybox-settings.php:429
|
428 |
-
msgid "Easing effects only apply when Transition is set to Elastic. "
|
429 |
-
msgstr ""
|
430 |
-
"Эффекты ослабления применяются только когда Переход установлен как Эластичный"
|
431 |
-
|
432 |
-
#: easy-fancybox-settings.php:435
|
433 |
-
msgid "Transparency fade during elastic transition."
|
434 |
-
msgstr "Прозрачность исчезает при эластичном переходе."
|
435 |
-
|
436 |
-
#: easy-fancybox-settings.php:441 easy-fancybox-settings.php:549
|
437 |
-
#: easy-fancybox-settings.php:668 easy-fancybox-settings.php:767
|
438 |
-
#: easy-fancybox-settings.php:861 easy-fancybox-settings.php:956
|
439 |
-
#: easy-fancybox-settings.php:1071
|
440 |
-
msgid "Show title"
|
441 |
-
msgstr "Показать название"
|
442 |
-
|
443 |
-
#: easy-fancybox-settings.php:445 easy-fancybox-settings.php:553
|
444 |
-
#: easy-fancybox-settings.php:672 easy-fancybox-settings.php:771
|
445 |
-
#: easy-fancybox-settings.php:865 easy-fancybox-settings.php:960
|
446 |
-
#: easy-fancybox-settings.php:1075
|
447 |
-
msgid "Title Position"
|
448 |
-
msgstr "Название позиции"
|
449 |
-
|
450 |
-
#: easy-fancybox-settings.php:449 easy-fancybox-settings.php:557
|
451 |
-
#: easy-fancybox-settings.php:676 easy-fancybox-settings.php:775
|
452 |
-
#: easy-fancybox-settings.php:869 easy-fancybox-settings.php:964
|
453 |
-
#: easy-fancybox-settings.php:1079
|
454 |
-
msgid "Float"
|
455 |
-
msgstr "Float"
|
456 |
-
|
457 |
-
#: easy-fancybox-settings.php:450 easy-fancybox-settings.php:558
|
458 |
-
#: easy-fancybox-settings.php:677 easy-fancybox-settings.php:776
|
459 |
-
#: easy-fancybox-settings.php:870 easy-fancybox-settings.php:965
|
460 |
-
#: easy-fancybox-settings.php:1080
|
461 |
-
msgid "Outside"
|
462 |
-
msgstr "Вне"
|
463 |
-
|
464 |
-
#: easy-fancybox-settings.php:451 easy-fancybox-settings.php:559
|
465 |
-
#: easy-fancybox-settings.php:678 easy-fancybox-settings.php:777
|
466 |
-
#: easy-fancybox-settings.php:871 easy-fancybox-settings.php:966
|
467 |
-
#: easy-fancybox-settings.php:1081
|
468 |
-
msgid "Inside"
|
469 |
-
msgstr "внутри"
|
470 |
-
|
471 |
-
#: easy-fancybox-settings.php:461 easy-fancybox-settings.php:568
|
472 |
-
#: easy-fancybox-settings.php:687 easy-fancybox-settings.php:786
|
473 |
-
#: easy-fancybox-settings.php:880 easy-fancybox-settings.php:975
|
474 |
-
#: easy-fancybox-settings.php:1090
|
475 |
-
msgid "Allow title from thumbnail alt tag"
|
476 |
-
msgstr "Разрешить название от тега alt с миниатюрами"
|
477 |
-
|
478 |
-
#: easy-fancybox-settings.php:494
|
479 |
-
msgid ""
|
480 |
-
"To make any PDF document file open in an overlay, switch on auto-detect or "
|
481 |
-
"use the class \"fancybox-pdf\" for its link."
|
482 |
-
msgstr ""
|
483 |
-
"Для того, чтобы открыть любой PDF-файл в виде наложения, включите авто-"
|
484 |
-
"определение или используйте класс \"fancybox-pdf\" для его ссылки."
|
485 |
-
|
486 |
-
#: easy-fancybox-settings.php:494 easy-fancybox-settings.php:611
|
487 |
-
#: easy-fancybox-settings.php:702 easy-fancybox-settings.php:805
|
488 |
-
#: easy-fancybox-settings.php:900 easy-fancybox-settings.php:1021
|
489 |
-
msgid "Adjust its specific settings below."
|
490 |
-
msgstr "Отрегулируйте свои специфические настройки ниже."
|
491 |
-
|
492 |
-
#: easy-fancybox-settings.php:611
|
493 |
-
msgid ""
|
494 |
-
"To make any Flash (.swf) file open in an overlay, switch on auto-detect or "
|
495 |
-
"use the class \"fancybox-swf\" for its link."
|
496 |
-
msgstr ""
|
497 |
-
"Для того, чтобы открыть любой Flash (.swf) файл в виде наложения, включите "
|
498 |
-
"авто-определение или используйте класс \"fancybox-swf\" для его ссылки."
|
499 |
-
|
500 |
-
#: easy-fancybox-settings.php:702
|
501 |
-
msgid ""
|
502 |
-
"To make any YouTube movie open in an overlay, switch on auto-detect or use "
|
503 |
-
"the class \"fancybox-youtube\" for its link."
|
504 |
-
msgstr ""
|
505 |
-
"Для того, чтобы открыть любое видео YouTube в виде наложения, включите авто-"
|
506 |
-
"определение или используйте класс \"fancybox-youtube\" для его ссылки."
|
507 |
-
|
508 |
-
#: easy-fancybox-settings.php:720
|
509 |
-
msgid "Auto-detect Short links"
|
510 |
-
msgstr "Автоматическое определение Короткие ссылки"
|
511 |
-
|
512 |
-
#: easy-fancybox-settings.php:805
|
513 |
-
msgid ""
|
514 |
-
"To make any Vimeo movie open in an overlay, switch on auto-detect or use the "
|
515 |
-
"class \"fancybox-vimeo\" for its link."
|
516 |
-
msgstr ""
|
517 |
-
"Для того, чтобы открыть любое видео Vimeo в виде наложения, включите авто-"
|
518 |
-
"определение или используйте класс \"fancybox-vimeo\" для его ссылки."
|
519 |
-
|
520 |
-
#: easy-fancybox-settings.php:900
|
521 |
-
msgid ""
|
522 |
-
"To make any Dailymotion movie open in an overlay, switch on auto-detect or "
|
523 |
-
"use the class \"fancybox-dailymotion\" for its link."
|
524 |
-
msgstr ""
|
525 |
-
"Для того, чтобы открыть любое видео Dailymotion в виде наложения, включите "
|
526 |
-
"авто-определение или используйте класс \"fancybox-dailymotion\" для его "
|
527 |
-
"ссылки."
|
528 |
-
|
529 |
-
#: easy-fancybox-settings.php:1021
|
530 |
-
msgid ""
|
531 |
-
"To make a website or HTML document open in an overlay, use the class "
|
532 |
-
"\"fancybox-iframe\" for its link."
|
533 |
-
msgstr ""
|
534 |
-
"Для того, чтобы открыть веб-сайт или HTML-документ в виде наложения, "
|
535 |
-
"используйте класс \"fancybox-iframe\" для его ссылки."
|
536 |
-
|
537 |
-
#. Plugin Name of the plugin/theme
|
538 |
-
msgid "Easy FancyBox"
|
539 |
-
msgstr "Easy FancyBox"
|
540 |
-
|
541 |
-
#. Plugin URI of the plugin/theme
|
542 |
-
msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
|
543 |
-
msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
|
544 |
-
|
545 |
-
#. Description of the plugin/theme
|
546 |
-
msgid ""
|
547 |
-
"Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery "
|
548 |
-
"extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. "
|
549 |
-
"Also supports iFrame and inline content."
|
550 |
-
msgstr ""
|
551 |
-
"Просто включите <a href=\"http://fancybox.net/\">FancyBox jQuery расширение "
|
552 |
-
"</a> на всех изображениях, SWF, PDF, YouTube, Dailymotion і Vimeo ссылках. "
|
553 |
-
"Также поддерживает IFRAME и встроенный контент"
|
554 |
-
|
555 |
-
#. Author of the plugin/theme
|
556 |
-
msgid "RavanH"
|
557 |
-
msgstr "RavanH"
|
558 |
-
|
559 |
-
#. Author URI of the plugin/theme
|
560 |
-
msgid "http://4visions.nl/"
|
561 |
-
msgstr "http://4visions.nl/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-sk_SK.mo
DELETED
Binary file
|
languages/easy-fancybox-sk_SK.po
DELETED
@@ -1,1084 +0,0 @@
|
|
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 »"
|
106 |
-
msgstr "Viac možností »"
|
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 »"
|
163 |
-
msgstr "Sprístupniť »"
|
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
DELETED
Binary file
|
languages/easy-fancybox-sr_RS.po
DELETED
@@ -1,1029 +0,0 @@
|
|
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 »"
|
117 |
-
msgstr "Više opcija »"
|
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 »"
|
174 |
-
msgstr "Omogući dostupnost »"
|
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
DELETED
Binary file
|
languages/easy-fancybox-tr_TR.po
DELETED
@@ -1,1073 +0,0 @@
|
|
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 »"
|
120 |
-
msgstr "Daha fazla seçenek »"
|
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 »"
|
177 |
-
msgstr "Kullanılabilir yap »"
|
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/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox-ua_UA.mo
DELETED
Binary file
|
languages/easy-fancybox-ua_UA.po
DELETED
@@ -1,560 +0,0 @@
|
|
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: 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 ""
|
27 |
-
"The options in this section are provided by the plugin <strong><a href="
|
28 |
-
"\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</"
|
29 |
-
"a></strong> and determine the <strong>Media Lightbox</strong> overlay "
|
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 ""
|
49 |
-
"Note: Each additional sub-section and features like <em>Auto-detection</em>, "
|
50 |
-
"<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
|
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 ""
|
305 |
-
"To make images open in an overlay, add their extension to the auto-detect "
|
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 ""
|
361 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
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 ""
|
371 |
-
"Examples: If your theme wraps post content in a div with class post, change "
|
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 ""
|
546 |
-
"Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery "
|
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.mo
DELETED
Binary file
|
languages/easy-fancybox-xx_XX.po
DELETED
@@ -1,986 +0,0 @@
|
|
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: 2015-06-12 13:23+0100\n"
|
8 |
-
"PO-Revision-Date: 2015-06-12 13:27+0100\n"
|
9 |
-
"Last-Translator: RavanH <ravanhagen@gmail.com>\n"
|
10 |
-
"Language-Team: \n"
|
11 |
-
"Language: en\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;_n\n"
|
16 |
-
"X-Poedit-Basepath: .\n"
|
17 |
-
"X-Generator: Poedit 1.7.5\n"
|
18 |
-
|
19 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
|
20 |
-
msgid ""
|
21 |
-
"Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
|
22 |
-
"available."
|
23 |
-
msgstr ""
|
24 |
-
|
25 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
|
26 |
-
msgid "Get support here."
|
27 |
-
msgstr ""
|
28 |
-
|
29 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:64
|
30 |
-
#: ../easy-fancybox-settings.php:135
|
31 |
-
msgid "Spotlight effect"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
|
35 |
-
#: ../easy-fancybox-settings.php:127
|
36 |
-
msgid "Enter an HTML color value."
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
|
40 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
|
41 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
42 |
-
#: ../easy-fancybox-settings.php:117 ../easy-fancybox-settings.php:127
|
43 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:258
|
44 |
-
#: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:348
|
45 |
-
#: ../easy-fancybox-settings.php:683
|
46 |
-
msgid "Default:"
|
47 |
-
msgstr ""
|
48 |
-
|
49 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:96
|
50 |
-
msgid "Set a border radius to create rounded corners. Higher is rounder."
|
51 |
-
msgstr ""
|
52 |
-
|
53 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:104
|
54 |
-
msgid "First Image link"
|
55 |
-
msgstr ""
|
56 |
-
|
57 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:105
|
58 |
-
msgid "First PDF link"
|
59 |
-
msgstr ""
|
60 |
-
|
61 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:106
|
62 |
-
msgid "First SWF link"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:107
|
66 |
-
msgid "First SVG link"
|
67 |
-
msgstr ""
|
68 |
-
|
69 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
|
70 |
-
msgid "First YouTube link "
|
71 |
-
msgstr ""
|
72 |
-
|
73 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:109
|
74 |
-
msgid "First Vimeo link "
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:110
|
78 |
-
msgid "First Dailymotion link "
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:111
|
82 |
-
msgid "First iFrame link"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:112
|
86 |
-
msgid "First of any link"
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:118
|
90 |
-
#: ../easy-fancybox-settings.php:352
|
91 |
-
msgid "Hide popup after first visit?"
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
|
95 |
-
#: ../easy-fancybox-settings.php:361
|
96 |
-
msgid "1 Day"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
|
100 |
-
#: ../easy-fancybox-settings.php:361
|
101 |
-
msgid "1 Week"
|
102 |
-
msgstr ""
|
103 |
-
|
104 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
|
105 |
-
#: ../easy-fancybox-settings.php:361
|
106 |
-
msgid "1 Month"
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
|
110 |
-
#: ../easy-fancybox-settings.php:361
|
111 |
-
msgid "1 Year"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
|
115 |
-
#: ../easy-fancybox-settings.php:441
|
116 |
-
msgid ""
|
117 |
-
"Include the Metadata jQuery extension script to allow passing custom "
|
118 |
-
"parameters via link class."
|
119 |
-
msgstr ""
|
120 |
-
|
121 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
|
122 |
-
msgid "Links inside Section(s) only (below)"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
|
126 |
-
#: ../easy-fancybox-settings.php:482
|
127 |
-
msgid "All image links"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:150
|
131 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:183
|
132 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
|
133 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
|
134 |
-
msgid "easeInQuad"
|
135 |
-
msgstr ""
|
136 |
-
|
137 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
|
138 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
|
139 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
|
140 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
|
141 |
-
msgid "easeOutQuad"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
|
145 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
|
146 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
|
147 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
|
148 |
-
msgid "easeInOutQuad"
|
149 |
-
msgstr ""
|
150 |
-
|
151 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
|
152 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
|
153 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
|
154 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
|
155 |
-
msgid "easeInCubic"
|
156 |
-
msgstr ""
|
157 |
-
|
158 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
|
159 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
|
160 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
|
161 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
|
162 |
-
msgid "easeOutCubic"
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
|
166 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
|
167 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
|
168 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
|
169 |
-
msgid "easeInOutCubic"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
|
173 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
|
174 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
|
175 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
|
176 |
-
msgid "easeInQuart"
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
|
180 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
|
181 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
|
182 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
|
183 |
-
msgid "easeOutQuart"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
|
187 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
|
188 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
|
189 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
|
190 |
-
msgid "easeInOutQuart"
|
191 |
-
msgstr ""
|
192 |
-
|
193 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
|
194 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
|
195 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
|
196 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
|
197 |
-
msgid "easeInQuint"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
|
201 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
|
202 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
|
203 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
|
204 |
-
msgid "easeOutQuint"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
|
208 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
|
209 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
|
210 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
|
211 |
-
msgid "easeInOutQuint"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
|
215 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
|
216 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
|
217 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
|
218 |
-
msgid "easeInSine"
|
219 |
-
msgstr ""
|
220 |
-
|
221 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
|
222 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
|
223 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
|
224 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
|
225 |
-
msgid "easeOutSine"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
|
229 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
|
230 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
|
231 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
|
232 |
-
msgid "easeInOutSine"
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
|
236 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
|
237 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
|
238 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
|
239 |
-
msgid "easeInExpo"
|
240 |
-
msgstr ""
|
241 |
-
|
242 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
|
243 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
|
244 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
|
245 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
|
246 |
-
msgid "easeOutExpo"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
|
250 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
|
251 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
|
252 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
|
253 |
-
msgid "easeInOutExpo"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
|
257 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
|
258 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
|
259 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
|
260 |
-
msgid "easeInCirc"
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
|
264 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
|
265 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
|
266 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
|
267 |
-
msgid "easeOutCirc"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
|
271 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
|
272 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
|
273 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
|
274 |
-
msgid "easeInOutCirc"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
|
278 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
|
279 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
|
280 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
|
281 |
-
msgid "easeInElastic"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
|
285 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
|
286 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
|
287 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
|
288 |
-
msgid "easeOutElastic"
|
289 |
-
msgstr ""
|
290 |
-
|
291 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
|
292 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
|
293 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
|
294 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
|
295 |
-
msgid "easeInOutElastic"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
|
299 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
|
300 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
|
301 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
|
302 |
-
msgid "easeInOutBack"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
|
306 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
|
307 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
|
308 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
|
309 |
-
msgid "easeInBounce"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
|
313 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
|
314 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
|
315 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
|
316 |
-
msgid "easeOutBounce"
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
|
320 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
|
321 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
|
322 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
|
323 |
-
msgid "easeInOutBounce"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
327 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
|
328 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
|
329 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
|
330 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
|
331 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:555
|
332 |
-
#: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:811
|
333 |
-
msgid "Note:"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
337 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
|
338 |
-
#: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:811
|
339 |
-
msgid "Easing effects only apply when Transition is set to Elastic. "
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:216
|
343 |
-
#: ../easy-fancybox-settings.php:690
|
344 |
-
msgid "Galleries per Section (below)"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
|
348 |
-
#: ../easy-fancybox-settings.php:630
|
349 |
-
msgid ""
|
350 |
-
"When disabled, you can use the rel attribute to manually group image links "
|
351 |
-
"together."
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
|
355 |
-
#: ../easy-fancybox-settings.php:609
|
356 |
-
msgid "Hide/show title on mouse hover action"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
|
360 |
-
#: ../easy-fancybox-settings.php:690
|
361 |
-
msgid ""
|
362 |
-
"Hide/show title on mouse hover action works best with Overlay title position."
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:237
|
366 |
-
msgid "Section(s)"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
370 |
-
msgid ""
|
371 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
372 |
-
"and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
373 |
-
"it to conform with your theme."
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
377 |
-
#: ../easy-fancybox-settings.php:690
|
378 |
-
msgid ""
|
379 |
-
"Examples: If your theme wraps post content in a div with class post, change "
|
380 |
-
"this value to \"div.post\". If you only want to group images in a WordPress "
|
381 |
-
"gallery together, use \"div.gallery\". If you want to include images in a "
|
382 |
-
"sidebar with ID primary, add \", #primary\"."
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
|
386 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
|
387 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
|
388 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
|
389 |
-
msgid "Gallery Auto-rotation"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
|
393 |
-
#: ../easy-fancybox-settings.php:690
|
394 |
-
msgid "(3 seconds)"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
|
398 |
-
#: ../easy-fancybox-settings.php:690
|
399 |
-
msgid "(6 seconds)"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
|
403 |
-
#: ../easy-fancybox-settings.php:690
|
404 |
-
msgid "(9 seconds)"
|
405 |
-
msgstr ""
|
406 |
-
|
407 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
|
408 |
-
#: ../easy-fancybox-settings.php:690
|
409 |
-
msgid "(12 seconds)"
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
|
413 |
-
#: ../easy-fancybox-settings.php:690
|
414 |
-
msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: ../easy-fancybox-class.php:348
|
418 |
-
msgid "Donate to keep the Easy FancyBox plugin development going!"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: ../easy-fancybox-class.php:348
|
422 |
-
#, php-format
|
423 |
-
msgid ""
|
424 |
-
"The options in this section are provided by the plugin %s and determine the "
|
425 |
-
"<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
|
426 |
-
"by %s."
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: ../easy-fancybox-class.php:348
|
430 |
-
msgid "Easy FancyBox"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: ../easy-fancybox-class.php:348 ../easy-fancybox-class.php:589
|
434 |
-
#: ../easy-fancybox-class.php:658
|
435 |
-
msgid "FancyBox"
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: ../easy-fancybox-class.php:348
|
439 |
-
msgid ""
|
440 |
-
"First enable each sub-section that you need. Then save and come back to "
|
441 |
-
"adjust its specific settings."
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: ../easy-fancybox-class.php:348
|
445 |
-
msgid ""
|
446 |
-
"Note: Each additional sub-section and features like <em>Auto-detection</em>, "
|
447 |
-
"<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
|
448 |
-
"will have some extra impact on client-side page speed. Enable only those sub-"
|
449 |
-
"sections and options that you actually need on your site."
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: ../easy-fancybox-class.php:348
|
453 |
-
msgid ""
|
454 |
-
"Some setting like Transition options are unavailable for SWF video, PDF and "
|
455 |
-
"iFrame content to ensure browser compatibility and readability."
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: ../easy-fancybox-class.php:353 ../easy-fancybox-class.php:616
|
459 |
-
msgid ""
|
460 |
-
"Notice: The current Easy FancyBox plugin version is not fully compatible "
|
461 |
-
"with your version of the Pro extension. Some advanced options may not be "
|
462 |
-
"functional."
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: ../easy-fancybox-class.php:356 ../easy-fancybox-class.php:618
|
466 |
-
#, php-format
|
467 |
-
msgid ""
|
468 |
-
"Please <a href=\"%1$s\" target=\"_blank\">download and install the latest "
|
469 |
-
"Pro version</a>."
|
470 |
-
msgstr ""
|
471 |
-
|
472 |
-
#: ../easy-fancybox-class.php:358
|
473 |
-
msgid "Please contact your web site administrator."
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: ../easy-fancybox-class.php:405
|
477 |
-
msgid "Checked"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: ../easy-fancybox-class.php:407
|
481 |
-
msgid "Unchecked"
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: ../easy-fancybox-class.php:620
|
485 |
-
#, php-format
|
486 |
-
msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
|
487 |
-
msgstr ""
|
488 |
-
|
489 |
-
#: ../easy-fancybox-class.php:658
|
490 |
-
msgid "Easy FancyBox Settings"
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: ../easy-fancybox-class.php:667
|
494 |
-
msgid "Sections"
|
495 |
-
msgstr ""
|
496 |
-
|
497 |
-
#: ../easy-fancybox-class.php:668 ../easy-fancybox-settings.php:9
|
498 |
-
msgid "Global settings"
|
499 |
-
msgstr ""
|
500 |
-
|
501 |
-
#: ../easy-fancybox-class.php:669 ../easy-fancybox-settings.php:27
|
502 |
-
#: ../easy-fancybox-settings.php:449
|
503 |
-
msgid "Images"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: ../easy-fancybox-class.php:670 ../easy-fancybox-settings.php:34
|
507 |
-
#: ../easy-fancybox-settings.php:721
|
508 |
-
msgid "Inline content"
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: ../easy-fancybox-class.php:671 ../easy-fancybox-settings.php:41
|
512 |
-
#: ../easy-fancybox-settings.php:831
|
513 |
-
msgid "PDF"
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: ../easy-fancybox-class.php:672 ../easy-fancybox-settings.php:48
|
517 |
-
#: ../easy-fancybox-settings.php:941
|
518 |
-
msgid "SWF"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: ../easy-fancybox-class.php:673 ../easy-fancybox-settings.php:62
|
522 |
-
#: ../easy-fancybox-settings.php:1130
|
523 |
-
msgid "YouTube"
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: ../easy-fancybox-class.php:674 ../easy-fancybox-settings.php:69
|
527 |
-
#: ../easy-fancybox-settings.php:1228
|
528 |
-
msgid "Vimeo"
|
529 |
-
msgstr ""
|
530 |
-
|
531 |
-
#: ../easy-fancybox-class.php:675 ../easy-fancybox-settings.php:76
|
532 |
-
#: ../easy-fancybox-settings.php:1327
|
533 |
-
msgid "Dailymotion"
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: ../easy-fancybox-class.php:676 ../easy-fancybox-settings.php:83
|
537 |
-
#: ../easy-fancybox-settings.php:1452
|
538 |
-
msgid "iFrames"
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: ../easy-fancybox-class.php:702
|
542 |
-
msgid "Advanced Options"
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: ../easy-fancybox-class.php:704
|
546 |
-
msgid "Support"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: ../easy-fancybox-settings.php:14
|
550 |
-
msgid "Media"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: ../easy-fancybox-settings.php:20
|
554 |
-
msgid "Enable FancyBox for"
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1035
|
558 |
-
msgid "SVG"
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: ../easy-fancybox-settings.php:86
|
562 |
-
msgid ""
|
563 |
-
"For advanced options and support, please get the Easy FancyBox - Pro "
|
564 |
-
"extension."
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: ../easy-fancybox-settings.php:89 ../easy-fancybox-settings.php:591
|
568 |
-
msgid "Overlay"
|
569 |
-
msgstr ""
|
570 |
-
|
571 |
-
#: ../easy-fancybox-settings.php:98
|
572 |
-
msgid "Show the overlay around content opened in FancyBox."
|
573 |
-
msgstr ""
|
574 |
-
|
575 |
-
#: ../easy-fancybox-settings.php:105
|
576 |
-
msgid "Close FancyBox when overlay is clicked."
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: ../easy-fancybox-settings.php:109
|
580 |
-
msgid "Opacity"
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: ../easy-fancybox-settings.php:117
|
584 |
-
msgid "Value between 0 and 1. "
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: ../easy-fancybox-settings.php:121
|
588 |
-
msgid "Color"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: ../easy-fancybox-settings.php:135 ../easy-fancybox-settings.php:175
|
592 |
-
#: ../easy-fancybox-settings.php:208 ../easy-fancybox-settings.php:362
|
593 |
-
#: ../easy-fancybox-settings.php:441 ../easy-fancybox-settings.php:612
|
594 |
-
#: ../easy-fancybox-settings.php:701
|
595 |
-
msgid "Make available »"
|
596 |
-
msgstr ""
|
597 |
-
|
598 |
-
#: ../easy-fancybox-settings.php:140
|
599 |
-
msgid "Window"
|
600 |
-
msgstr ""
|
601 |
-
|
602 |
-
#: ../easy-fancybox-settings.php:146 ../easy-fancybox-settings.php:573
|
603 |
-
msgid "Appearance"
|
604 |
-
msgstr ""
|
605 |
-
|
606 |
-
#: ../easy-fancybox-settings.php:153
|
607 |
-
msgid "Show the (X) close button"
|
608 |
-
msgstr ""
|
609 |
-
|
610 |
-
#: ../easy-fancybox-settings.php:158
|
611 |
-
msgid "Background color"
|
612 |
-
msgstr ""
|
613 |
-
|
614 |
-
#: ../easy-fancybox-settings.php:169
|
615 |
-
msgid "Text color"
|
616 |
-
msgstr ""
|
617 |
-
|
618 |
-
#: ../easy-fancybox-settings.php:180
|
619 |
-
msgid "Title color"
|
620 |
-
msgstr ""
|
621 |
-
|
622 |
-
#: ../easy-fancybox-settings.php:190
|
623 |
-
msgid "Border color"
|
624 |
-
msgstr ""
|
625 |
-
|
626 |
-
#: ../easy-fancybox-settings.php:195
|
627 |
-
msgid "Use RGBA notation for semi-transparent borders."
|
628 |
-
msgstr ""
|
629 |
-
|
630 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:473
|
631 |
-
msgid "Example:"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: ../easy-fancybox-settings.php:200
|
635 |
-
msgid "Border radius"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: ../easy-fancybox-settings.php:213
|
639 |
-
msgid "Dimensions"
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: ../easy-fancybox-settings.php:249
|
643 |
-
msgid "Margin"
|
644 |
-
msgstr ""
|
645 |
-
|
646 |
-
#: ../easy-fancybox-settings.php:258
|
647 |
-
msgid ""
|
648 |
-
"If content size is not set or cannot be determined automatically, these "
|
649 |
-
"default dimensions will be used."
|
650 |
-
msgstr ""
|
651 |
-
|
652 |
-
#: ../easy-fancybox-settings.php:263 ../easy-fancybox-settings.php:501
|
653 |
-
msgid "Behavior"
|
654 |
-
msgstr ""
|
655 |
-
|
656 |
-
#: ../easy-fancybox-settings.php:270
|
657 |
-
msgid "Center while scrolling"
|
658 |
-
msgstr ""
|
659 |
-
|
660 |
-
#: ../easy-fancybox-settings.php:277
|
661 |
-
msgid "Esc key stroke closes FancyBox"
|
662 |
-
msgstr ""
|
663 |
-
|
664 |
-
#: ../easy-fancybox-settings.php:284
|
665 |
-
msgid "Scale large content down to fit in the browser viewport."
|
666 |
-
msgstr ""
|
667 |
-
|
668 |
-
#: ../easy-fancybox-settings.php:288
|
669 |
-
msgid "Opening speed"
|
670 |
-
msgstr ""
|
671 |
-
|
672 |
-
#: ../easy-fancybox-settings.php:300
|
673 |
-
msgid "Closing speed"
|
674 |
-
msgstr ""
|
675 |
-
|
676 |
-
#: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:683
|
677 |
-
msgid "Duration in milliseconds. Higher is slower."
|
678 |
-
msgstr ""
|
679 |
-
|
680 |
-
#: ../easy-fancybox-settings.php:315
|
681 |
-
msgid "Miscellaneous"
|
682 |
-
msgstr ""
|
683 |
-
|
684 |
-
#: ../easy-fancybox-settings.php:321
|
685 |
-
msgid "Auto popup"
|
686 |
-
msgstr ""
|
687 |
-
|
688 |
-
#: ../easy-fancybox-settings.php:325
|
689 |
-
msgid "Open on page load"
|
690 |
-
msgstr ""
|
691 |
-
|
692 |
-
#: ../easy-fancybox-settings.php:331
|
693 |
-
msgid "Link with ID \"fancybox-auto\""
|
694 |
-
msgstr ""
|
695 |
-
|
696 |
-
#: ../easy-fancybox-settings.php:334 ../easy-fancybox-settings.php:485
|
697 |
-
#: ../easy-fancybox-settings.php:528 ../easy-fancybox-settings.php:555
|
698 |
-
#: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:784
|
699 |
-
#: ../easy-fancybox-settings.php:811 ../easy-fancybox-settings.php:864
|
700 |
-
msgid "More options »"
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: ../easy-fancybox-settings.php:338
|
704 |
-
msgid "Delay in milliseconds"
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: ../easy-fancybox-settings.php:366
|
708 |
-
msgid "Browser & device compatibility"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: ../easy-fancybox-settings.php:395
|
712 |
-
msgid "Include IE 6 and 7 compatibility style rules"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: ../easy-fancybox-settings.php:402
|
716 |
-
msgid "Include IE 8 compatibility style rules"
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: ../easy-fancybox-settings.php:433
|
720 |
-
msgid "Other"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: ../easy-fancybox-settings.php:454
|
724 |
-
msgid ""
|
725 |
-
"To make images open in an overlay, add their extension to the Autodetect "
|
726 |
-
"field or use the class \"fancybox\" for its link. Clear field to switch off "
|
727 |
-
"all autodetection."
|
728 |
-
msgstr ""
|
729 |
-
|
730 |
-
#: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:844
|
731 |
-
#: ../easy-fancybox-settings.php:954 ../easy-fancybox-settings.php:1048
|
732 |
-
#: ../easy-fancybox-settings.php:1143 ../easy-fancybox-settings.php:1241
|
733 |
-
#: ../easy-fancybox-settings.php:1340
|
734 |
-
msgid "Autodetect"
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: ../easy-fancybox-settings.php:477
|
738 |
-
msgid "Apply to"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: ../easy-fancybox-settings.php:489
|
742 |
-
msgid ""
|
743 |
-
"Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
|
744 |
-
msgstr ""
|
745 |
-
|
746 |
-
#: ../easy-fancybox-settings.php:505 ../easy-fancybox-settings.php:761
|
747 |
-
msgid "Transition In"
|
748 |
-
msgstr ""
|
749 |
-
|
750 |
-
#: ../easy-fancybox-settings.php:510 ../easy-fancybox-settings.php:537
|
751 |
-
#: ../easy-fancybox-settings.php:766 ../easy-fancybox-settings.php:793
|
752 |
-
msgid "Fade"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: ../easy-fancybox-settings.php:511 ../easy-fancybox-settings.php:538
|
756 |
-
#: ../easy-fancybox-settings.php:767 ../easy-fancybox-settings.php:794
|
757 |
-
msgid "Elastic"
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#: ../easy-fancybox-settings.php:518 ../easy-fancybox-settings.php:774
|
761 |
-
msgid "Easing In"
|
762 |
-
msgstr ""
|
763 |
-
|
764 |
-
#: ../easy-fancybox-settings.php:522 ../easy-fancybox-settings.php:549
|
765 |
-
#: ../easy-fancybox-settings.php:778 ../easy-fancybox-settings.php:805
|
766 |
-
msgid "Linear"
|
767 |
-
msgstr ""
|
768 |
-
|
769 |
-
#: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:550
|
770 |
-
#: ../easy-fancybox-settings.php:779 ../easy-fancybox-settings.php:806
|
771 |
-
msgid "Swing"
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
#: ../easy-fancybox-settings.php:524 ../easy-fancybox-settings.php:551
|
775 |
-
#: ../easy-fancybox-settings.php:780 ../easy-fancybox-settings.php:807
|
776 |
-
msgid "easeInBack"
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: ../easy-fancybox-settings.php:525 ../easy-fancybox-settings.php:552
|
780 |
-
#: ../easy-fancybox-settings.php:781 ../easy-fancybox-settings.php:808
|
781 |
-
msgid "easeOutBack"
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: ../easy-fancybox-settings.php:532 ../easy-fancybox-settings.php:788
|
785 |
-
msgid "Transition Out"
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:801
|
789 |
-
msgid "Easing Out"
|
790 |
-
msgstr ""
|
791 |
-
|
792 |
-
#: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:818
|
793 |
-
msgid ""
|
794 |
-
"Transparency fade during elastic transition. CAUTION: Use only when at least "
|
795 |
-
"Transition In is set to Elastic!"
|
796 |
-
msgstr ""
|
797 |
-
|
798 |
-
#: ../easy-fancybox-settings.php:569 ../easy-fancybox-settings.php:825
|
799 |
-
msgid "Close FancyBox when content is clicked"
|
800 |
-
msgstr ""
|
801 |
-
|
802 |
-
#: ../easy-fancybox-settings.php:580 ../easy-fancybox-settings.php:903
|
803 |
-
#: ../easy-fancybox-settings.php:1006 ../easy-fancybox-settings.php:1100
|
804 |
-
#: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1297
|
805 |
-
#: ../easy-fancybox-settings.php:1396 ../easy-fancybox-settings.php:1523
|
806 |
-
msgid "Show title"
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: ../easy-fancybox-settings.php:584 ../easy-fancybox-settings.php:907
|
810 |
-
#: ../easy-fancybox-settings.php:1010 ../easy-fancybox-settings.php:1104
|
811 |
-
#: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1301
|
812 |
-
#: ../easy-fancybox-settings.php:1400 ../easy-fancybox-settings.php:1527
|
813 |
-
msgid "Title Position"
|
814 |
-
msgstr ""
|
815 |
-
|
816 |
-
#: ../easy-fancybox-settings.php:588 ../easy-fancybox-settings.php:911
|
817 |
-
#: ../easy-fancybox-settings.php:1014 ../easy-fancybox-settings.php:1108
|
818 |
-
#: ../easy-fancybox-settings.php:1207 ../easy-fancybox-settings.php:1305
|
819 |
-
#: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
|
820 |
-
msgid "Float"
|
821 |
-
msgstr ""
|
822 |
-
|
823 |
-
#: ../easy-fancybox-settings.php:589 ../easy-fancybox-settings.php:912
|
824 |
-
#: ../easy-fancybox-settings.php:1015 ../easy-fancybox-settings.php:1109
|
825 |
-
#: ../easy-fancybox-settings.php:1208 ../easy-fancybox-settings.php:1306
|
826 |
-
#: ../easy-fancybox-settings.php:1405 ../easy-fancybox-settings.php:1532
|
827 |
-
msgid "Outside"
|
828 |
-
msgstr ""
|
829 |
-
|
830 |
-
#: ../easy-fancybox-settings.php:590 ../easy-fancybox-settings.php:913
|
831 |
-
#: ../easy-fancybox-settings.php:1016 ../easy-fancybox-settings.php:1110
|
832 |
-
#: ../easy-fancybox-settings.php:1209 ../easy-fancybox-settings.php:1307
|
833 |
-
#: ../easy-fancybox-settings.php:1406 ../easy-fancybox-settings.php:1533
|
834 |
-
msgid "Inside"
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:922
|
838 |
-
#: ../easy-fancybox-settings.php:1025 ../easy-fancybox-settings.php:1120
|
839 |
-
#: ../easy-fancybox-settings.php:1218 ../easy-fancybox-settings.php:1316
|
840 |
-
#: ../easy-fancybox-settings.php:1415 ../easy-fancybox-settings.php:1542
|
841 |
-
msgid "Allow title from thumbnail alt tag"
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: ../easy-fancybox-settings.php:605 ../easy-fancybox-settings.php:694
|
845 |
-
msgid "Advanced"
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: ../easy-fancybox-settings.php:616
|
849 |
-
msgid "Gallery"
|
850 |
-
msgstr ""
|
851 |
-
|
852 |
-
#: ../easy-fancybox-settings.php:620
|
853 |
-
msgid "Autogallery"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: ../easy-fancybox-settings.php:626
|
857 |
-
msgid "WordPress galleries only"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: ../easy-fancybox-settings.php:627
|
861 |
-
msgid "All in one gallery"
|
862 |
-
msgstr ""
|
863 |
-
|
864 |
-
#: ../easy-fancybox-settings.php:637
|
865 |
-
msgid "Show the gallery navigation arrows"
|
866 |
-
msgstr ""
|
867 |
-
|
868 |
-
#: ../easy-fancybox-settings.php:644
|
869 |
-
msgid "Arrow key strokes browse the gallery"
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: ../easy-fancybox-settings.php:651
|
873 |
-
msgid ""
|
874 |
-
"Include the Mousewheel jQuery extension script to allow gallery browsing by "
|
875 |
-
"mousewheel action."
|
876 |
-
msgstr ""
|
877 |
-
|
878 |
-
#: ../easy-fancybox-settings.php:658
|
879 |
-
msgid "Make galleries cyclic, allowing you to keep pressing next/back."
|
880 |
-
msgstr ""
|
881 |
-
|
882 |
-
#: ../easy-fancybox-settings.php:662
|
883 |
-
msgid "Change speed"
|
884 |
-
msgstr ""
|
885 |
-
|
886 |
-
#: ../easy-fancybox-settings.php:674
|
887 |
-
msgid "Fade speed"
|
888 |
-
msgstr ""
|
889 |
-
|
890 |
-
#: ../easy-fancybox-settings.php:690
|
891 |
-
msgid ""
|
892 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
893 |
-
"and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
894 |
-
"it to conform with your theme."
|
895 |
-
msgstr ""
|
896 |
-
|
897 |
-
#: ../easy-fancybox-settings.php:698
|
898 |
-
msgid "Slideshow"
|
899 |
-
msgstr ""
|
900 |
-
|
901 |
-
#: ../easy-fancybox-settings.php:726
|
902 |
-
msgid ""
|
903 |
-
"To make inline content open in an overlay, wrap that content in a div with a "
|
904 |
-
"unique ID, create a link with target \"#uniqueID\" and give it a class "
|
905 |
-
"\"fancybox-inline\" attribute."
|
906 |
-
msgstr ""
|
907 |
-
|
908 |
-
#: ../easy-fancybox-settings.php:744
|
909 |
-
msgid ""
|
910 |
-
"Try to adjust size to inline/html content. If unchecked the default "
|
911 |
-
"dimensions will be used."
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
-
#: ../easy-fancybox-settings.php:748
|
915 |
-
msgid "Scrolling"
|
916 |
-
msgstr ""
|
917 |
-
|
918 |
-
#: ../easy-fancybox-settings.php:752
|
919 |
-
msgid "Auto"
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: ../easy-fancybox-settings.php:753
|
923 |
-
msgid "Always"
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: ../easy-fancybox-settings.php:754
|
927 |
-
msgid "Never"
|
928 |
-
msgstr ""
|
929 |
-
|
930 |
-
#: ../easy-fancybox-settings.php:757
|
931 |
-
msgid "Define scrolling and scrollbar visibility."
|
932 |
-
msgstr ""
|
933 |
-
|
934 |
-
#: ../easy-fancybox-settings.php:836
|
935 |
-
msgid ""
|
936 |
-
"To make any PDF document file open in an overlay, switch on Autodetect or "
|
937 |
-
"use the class \"fancybox-pdf\" for its link."
|
938 |
-
msgstr ""
|
939 |
-
|
940 |
-
#: ../easy-fancybox-settings.php:856
|
941 |
-
msgid "Embed with"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: ../easy-fancybox-settings.php:860
|
945 |
-
msgid "Object tag (plus fall-back link)"
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: ../easy-fancybox-settings.php:861
|
949 |
-
msgid "iFrame tag (let browser decide)"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: ../easy-fancybox-settings.php:946
|
953 |
-
msgid ""
|
954 |
-
"To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
|
955 |
-
"use the class \"fancybox-swf\" for its link."
|
956 |
-
msgstr ""
|
957 |
-
|
958 |
-
#: ../easy-fancybox-settings.php:1040
|
959 |
-
msgid ""
|
960 |
-
"To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
|
961 |
-
"the class \"fancybox-svg\" for its link."
|
962 |
-
msgstr ""
|
963 |
-
|
964 |
-
#: ../easy-fancybox-settings.php:1135
|
965 |
-
msgid ""
|
966 |
-
"To make any YouTube movie open in an overlay, switch on Autodetect or use "
|
967 |
-
"the class \"fancybox-youtube\" for its link."
|
968 |
-
msgstr ""
|
969 |
-
|
970 |
-
#: ../easy-fancybox-settings.php:1233
|
971 |
-
msgid ""
|
972 |
-
"To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
|
973 |
-
"class \"fancybox-vimeo\" for its link."
|
974 |
-
msgstr ""
|
975 |
-
|
976 |
-
#: ../easy-fancybox-settings.php:1332
|
977 |
-
msgid ""
|
978 |
-
"To make any Dailymotion movie open in an overlay, switch on Autodetect or "
|
979 |
-
"use the class \"fancybox-dailymotion\" for its link."
|
980 |
-
msgstr ""
|
981 |
-
|
982 |
-
#: ../easy-fancybox-settings.php:1457
|
983 |
-
msgid ""
|
984 |
-
"To make a website or HTML document open in an overlay, use the class "
|
985 |
-
"\"fancybox-iframe\" for its link."
|
986 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/easy-fancybox.mo
DELETED
Binary file
|
languages/easy-fancybox.pot
DELETED
@@ -1,988 +0,0 @@
|
|
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: 2015-06-12 13:23+0100\n"
|
8 |
-
"PO-Revision-Date: 2015-06-12 13:27+0100\n"
|
9 |
-
"Last-Translator: RavanH <ravanhagen@gmail.com>\n"
|
10 |
-
"Language-Team: Easy FancyBox Languages <ravanhagen@gmail.com>\n"
|
11 |
-
"Language: en\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;_n\n"
|
16 |
-
"X-Poedit-Basepath: .\n"
|
17 |
-
"X-Generator: Poedit 1.7.5\n"
|
18 |
-
"X-Poedit-SearchPath-0: ..\n"
|
19 |
-
"X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
|
20 |
-
|
21 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
|
22 |
-
msgid ""
|
23 |
-
"Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
|
24 |
-
"available."
|
25 |
-
msgstr ""
|
26 |
-
|
27 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
|
28 |
-
msgid "Get support here."
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:64
|
32 |
-
#: ../easy-fancybox-settings.php:135
|
33 |
-
msgid "Spotlight effect"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
|
37 |
-
#: ../easy-fancybox-settings.php:127
|
38 |
-
msgid "Enter an HTML color value."
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
|
42 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
|
43 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
44 |
-
#: ../easy-fancybox-settings.php:117 ../easy-fancybox-settings.php:127
|
45 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:258
|
46 |
-
#: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:348
|
47 |
-
#: ../easy-fancybox-settings.php:683
|
48 |
-
msgid "Default:"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:96
|
52 |
-
msgid "Set a border radius to create rounded corners. Higher is rounder."
|
53 |
-
msgstr ""
|
54 |
-
|
55 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:104
|
56 |
-
msgid "First Image link"
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:105
|
60 |
-
msgid "First PDF link"
|
61 |
-
msgstr ""
|
62 |
-
|
63 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:106
|
64 |
-
msgid "First SWF link"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:107
|
68 |
-
msgid "First SVG link"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
|
72 |
-
msgid "First YouTube link "
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:109
|
76 |
-
msgid "First Vimeo link "
|
77 |
-
msgstr ""
|
78 |
-
|
79 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:110
|
80 |
-
msgid "First Dailymotion link "
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:111
|
84 |
-
msgid "First iFrame link"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:112
|
88 |
-
msgid "First of any link"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:118
|
92 |
-
#: ../easy-fancybox-settings.php:352
|
93 |
-
msgid "Hide popup after first visit?"
|
94 |
-
msgstr ""
|
95 |
-
|
96 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
|
97 |
-
#: ../easy-fancybox-settings.php:361
|
98 |
-
msgid "1 Day"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
|
102 |
-
#: ../easy-fancybox-settings.php:361
|
103 |
-
msgid "1 Week"
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
|
107 |
-
#: ../easy-fancybox-settings.php:361
|
108 |
-
msgid "1 Month"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
|
112 |
-
#: ../easy-fancybox-settings.php:361
|
113 |
-
msgid "1 Year"
|
114 |
-
msgstr ""
|
115 |
-
|
116 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
|
117 |
-
#: ../easy-fancybox-settings.php:441
|
118 |
-
msgid ""
|
119 |
-
"Include the Metadata jQuery extension script to allow passing custom "
|
120 |
-
"parameters via link class."
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
|
124 |
-
msgid "Links inside Section(s) only (below)"
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
|
128 |
-
#: ../easy-fancybox-settings.php:482
|
129 |
-
msgid "All image links"
|
130 |
-
msgstr ""
|
131 |
-
|
132 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:150
|
133 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:183
|
134 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
|
135 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
|
136 |
-
msgid "easeInQuad"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
|
140 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
|
141 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
|
142 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
|
143 |
-
msgid "easeOutQuad"
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
|
147 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
|
148 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
|
149 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
|
150 |
-
msgid "easeInOutQuad"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
|
154 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
|
155 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
|
156 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
|
157 |
-
msgid "easeInCubic"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
|
161 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
|
162 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
|
163 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
|
164 |
-
msgid "easeOutCubic"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
|
168 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
|
169 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
|
170 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
|
171 |
-
msgid "easeInOutCubic"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
|
175 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
|
176 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
|
177 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
|
178 |
-
msgid "easeInQuart"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
|
182 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
|
183 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
|
184 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
|
185 |
-
msgid "easeOutQuart"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
|
189 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
|
190 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
|
191 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
|
192 |
-
msgid "easeInOutQuart"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
|
196 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
|
197 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
|
198 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
|
199 |
-
msgid "easeInQuint"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
|
203 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
|
204 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
|
205 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
|
206 |
-
msgid "easeOutQuint"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
|
210 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
|
211 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
|
212 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
|
213 |
-
msgid "easeInOutQuint"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
|
217 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
|
218 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
|
219 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
|
220 |
-
msgid "easeInSine"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
|
224 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
|
225 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
|
226 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
|
227 |
-
msgid "easeOutSine"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
|
231 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
|
232 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
|
233 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
|
234 |
-
msgid "easeInOutSine"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
|
238 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
|
239 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
|
240 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
|
241 |
-
msgid "easeInExpo"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
|
245 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
|
246 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
|
247 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
|
248 |
-
msgid "easeOutExpo"
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
|
252 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
|
253 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
|
254 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
|
255 |
-
msgid "easeInOutExpo"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
|
259 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
|
260 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
|
261 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
|
262 |
-
msgid "easeInCirc"
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
|
266 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
|
267 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
|
268 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
|
269 |
-
msgid "easeOutCirc"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
|
273 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
|
274 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
|
275 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
|
276 |
-
msgid "easeInOutCirc"
|
277 |
-
msgstr ""
|
278 |
-
|
279 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
|
280 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
|
281 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
|
282 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
|
283 |
-
msgid "easeInElastic"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
|
287 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
|
288 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
|
289 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
|
290 |
-
msgid "easeOutElastic"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
|
294 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
|
295 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
|
296 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
|
297 |
-
msgid "easeInOutElastic"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
|
301 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
|
302 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
|
303 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
|
304 |
-
msgid "easeInOutBack"
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
|
308 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
|
309 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
|
310 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
|
311 |
-
msgid "easeInBounce"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
|
315 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
|
316 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
|
317 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
|
318 |
-
msgid "easeOutBounce"
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
|
322 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
|
323 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
|
324 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
|
325 |
-
msgid "easeInOutBounce"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
329 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
|
330 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
|
331 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
|
332 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
|
333 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:555
|
334 |
-
#: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:811
|
335 |
-
msgid "Note:"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
|
339 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
|
340 |
-
#: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:811
|
341 |
-
msgid "Easing effects only apply when Transition is set to Elastic. "
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:216
|
345 |
-
#: ../easy-fancybox-settings.php:690
|
346 |
-
msgid "Galleries per Section (below)"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
|
350 |
-
#: ../easy-fancybox-settings.php:630
|
351 |
-
msgid ""
|
352 |
-
"When disabled, you can use the rel attribute to manually group image links "
|
353 |
-
"together."
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
|
357 |
-
#: ../easy-fancybox-settings.php:609
|
358 |
-
msgid "Hide/show title on mouse hover action"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
|
362 |
-
#: ../easy-fancybox-settings.php:690
|
363 |
-
msgid ""
|
364 |
-
"Hide/show title on mouse hover action works best with Overlay title position."
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:237
|
368 |
-
msgid "Section(s)"
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
372 |
-
msgid ""
|
373 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
374 |
-
"and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
375 |
-
"it to conform with your theme."
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
|
379 |
-
#: ../easy-fancybox-settings.php:690
|
380 |
-
msgid ""
|
381 |
-
"Examples: If your theme wraps post content in a div with class post, change "
|
382 |
-
"this value to \"div.post\". If you only want to group images in a WordPress "
|
383 |
-
"gallery together, use \"div.gallery\". If you want to include images in a "
|
384 |
-
"sidebar with ID primary, add \", #primary\"."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
|
388 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
|
389 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
|
390 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
|
391 |
-
msgid "Gallery Auto-rotation"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
|
395 |
-
#: ../easy-fancybox-settings.php:690
|
396 |
-
msgid "(3 seconds)"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
|
400 |
-
#: ../easy-fancybox-settings.php:690
|
401 |
-
msgid "(6 seconds)"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
|
405 |
-
#: ../easy-fancybox-settings.php:690
|
406 |
-
msgid "(9 seconds)"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
|
410 |
-
#: ../easy-fancybox-settings.php:690
|
411 |
-
msgid "(12 seconds)"
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
|
415 |
-
#: ../easy-fancybox-settings.php:690
|
416 |
-
msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: ../easy-fancybox-class.php:348
|
420 |
-
msgid "Donate to keep the Easy FancyBox plugin development going!"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: ../easy-fancybox-class.php:348
|
424 |
-
#, php-format
|
425 |
-
msgid ""
|
426 |
-
"The options in this section are provided by the plugin %s and determine the "
|
427 |
-
"<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
|
428 |
-
"by %s."
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: ../easy-fancybox-class.php:348
|
432 |
-
msgid "Easy FancyBox"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: ../easy-fancybox-class.php:348 ../easy-fancybox-class.php:589
|
436 |
-
#: ../easy-fancybox-class.php:658
|
437 |
-
msgid "FancyBox"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: ../easy-fancybox-class.php:348
|
441 |
-
msgid ""
|
442 |
-
"First enable each sub-section that you need. Then save and come back to "
|
443 |
-
"adjust its specific settings."
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: ../easy-fancybox-class.php:348
|
447 |
-
msgid ""
|
448 |
-
"Note: Each additional sub-section and features like <em>Auto-detection</em>, "
|
449 |
-
"<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
|
450 |
-
"will have some extra impact on client-side page speed. Enable only those sub-"
|
451 |
-
"sections and options that you actually need on your site."
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
#: ../easy-fancybox-class.php:348
|
455 |
-
msgid ""
|
456 |
-
"Some setting like Transition options are unavailable for SWF video, PDF and "
|
457 |
-
"iFrame content to ensure browser compatibility and readability."
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: ../easy-fancybox-class.php:353 ../easy-fancybox-class.php:616
|
461 |
-
msgid ""
|
462 |
-
"Notice: The current Easy FancyBox plugin version is not fully compatible "
|
463 |
-
"with your version of the Pro extension. Some advanced options may not be "
|
464 |
-
"functional."
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: ../easy-fancybox-class.php:356 ../easy-fancybox-class.php:618
|
468 |
-
#, php-format
|
469 |
-
msgid ""
|
470 |
-
"Please <a href=\"%1$s\" target=\"_blank\">download and install the latest "
|
471 |
-
"Pro version</a>."
|
472 |
-
msgstr ""
|
473 |
-
|
474 |
-
#: ../easy-fancybox-class.php:358
|
475 |
-
msgid "Please contact your web site administrator."
|
476 |
-
msgstr ""
|
477 |
-
|
478 |
-
#: ../easy-fancybox-class.php:405
|
479 |
-
msgid "Checked"
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
-
#: ../easy-fancybox-class.php:407
|
483 |
-
msgid "Unchecked"
|
484 |
-
msgstr ""
|
485 |
-
|
486 |
-
#: ../easy-fancybox-class.php:620
|
487 |
-
#, php-format
|
488 |
-
msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: ../easy-fancybox-class.php:658
|
492 |
-
msgid "Easy FancyBox Settings"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: ../easy-fancybox-class.php:667
|
496 |
-
msgid "Sections"
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: ../easy-fancybox-class.php:668 ../easy-fancybox-settings.php:9
|
500 |
-
msgid "Global settings"
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: ../easy-fancybox-class.php:669 ../easy-fancybox-settings.php:27
|
504 |
-
#: ../easy-fancybox-settings.php:449
|
505 |
-
msgid "Images"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: ../easy-fancybox-class.php:670 ../easy-fancybox-settings.php:34
|
509 |
-
#: ../easy-fancybox-settings.php:721
|
510 |
-
msgid "Inline content"
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: ../easy-fancybox-class.php:671 ../easy-fancybox-settings.php:41
|
514 |
-
#: ../easy-fancybox-settings.php:831
|
515 |
-
msgid "PDF"
|
516 |
-
msgstr ""
|
517 |
-
|
518 |
-
#: ../easy-fancybox-class.php:672 ../easy-fancybox-settings.php:48
|
519 |
-
#: ../easy-fancybox-settings.php:941
|
520 |
-
msgid "SWF"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: ../easy-fancybox-class.php:673 ../easy-fancybox-settings.php:62
|
524 |
-
#: ../easy-fancybox-settings.php:1130
|
525 |
-
msgid "YouTube"
|
526 |
-
msgstr ""
|
527 |
-
|
528 |
-
#: ../easy-fancybox-class.php:674 ../easy-fancybox-settings.php:69
|
529 |
-
#: ../easy-fancybox-settings.php:1228
|
530 |
-
msgid "Vimeo"
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: ../easy-fancybox-class.php:675 ../easy-fancybox-settings.php:76
|
534 |
-
#: ../easy-fancybox-settings.php:1327
|
535 |
-
msgid "Dailymotion"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: ../easy-fancybox-class.php:676 ../easy-fancybox-settings.php:83
|
539 |
-
#: ../easy-fancybox-settings.php:1452
|
540 |
-
msgid "iFrames"
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: ../easy-fancybox-class.php:702
|
544 |
-
msgid "Advanced Options"
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: ../easy-fancybox-class.php:704
|
548 |
-
msgid "Support"
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: ../easy-fancybox-settings.php:14
|
552 |
-
msgid "Media"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: ../easy-fancybox-settings.php:20
|
556 |
-
msgid "Enable FancyBox for"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1035
|
560 |
-
msgid "SVG"
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: ../easy-fancybox-settings.php:86
|
564 |
-
msgid ""
|
565 |
-
"For advanced options and support, please get the Easy FancyBox - Pro "
|
566 |
-
"extension."
|
567 |
-
msgstr ""
|
568 |
-
|
569 |
-
#: ../easy-fancybox-settings.php:89 ../easy-fancybox-settings.php:591
|
570 |
-
msgid "Overlay"
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: ../easy-fancybox-settings.php:98
|
574 |
-
msgid "Show the overlay around content opened in FancyBox."
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: ../easy-fancybox-settings.php:105
|
578 |
-
msgid "Close FancyBox when overlay is clicked."
|
579 |
-
msgstr ""
|
580 |
-
|
581 |
-
#: ../easy-fancybox-settings.php:109
|
582 |
-
msgid "Opacity"
|
583 |
-
msgstr ""
|
584 |
-
|
585 |
-
#: ../easy-fancybox-settings.php:117
|
586 |
-
msgid "Value between 0 and 1. "
|
587 |
-
msgstr ""
|
588 |
-
|
589 |
-
#: ../easy-fancybox-settings.php:121
|
590 |
-
msgid "Color"
|
591 |
-
msgstr ""
|
592 |
-
|
593 |
-
#: ../easy-fancybox-settings.php:135 ../easy-fancybox-settings.php:175
|
594 |
-
#: ../easy-fancybox-settings.php:208 ../easy-fancybox-settings.php:362
|
595 |
-
#: ../easy-fancybox-settings.php:441 ../easy-fancybox-settings.php:612
|
596 |
-
#: ../easy-fancybox-settings.php:701
|
597 |
-
msgid "Make available »"
|
598 |
-
msgstr ""
|
599 |
-
|
600 |
-
#: ../easy-fancybox-settings.php:140
|
601 |
-
msgid "Window"
|
602 |
-
msgstr ""
|
603 |
-
|
604 |
-
#: ../easy-fancybox-settings.php:146 ../easy-fancybox-settings.php:573
|
605 |
-
msgid "Appearance"
|
606 |
-
msgstr ""
|
607 |
-
|
608 |
-
#: ../easy-fancybox-settings.php:153
|
609 |
-
msgid "Show the (X) close button"
|
610 |
-
msgstr ""
|
611 |
-
|
612 |
-
#: ../easy-fancybox-settings.php:158
|
613 |
-
msgid "Background color"
|
614 |
-
msgstr ""
|
615 |
-
|
616 |
-
#: ../easy-fancybox-settings.php:169
|
617 |
-
msgid "Text color"
|
618 |
-
msgstr ""
|
619 |
-
|
620 |
-
#: ../easy-fancybox-settings.php:180
|
621 |
-
msgid "Title color"
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
-
#: ../easy-fancybox-settings.php:190
|
625 |
-
msgid "Border color"
|
626 |
-
msgstr ""
|
627 |
-
|
628 |
-
#: ../easy-fancybox-settings.php:195
|
629 |
-
msgid "Use RGBA notation for semi-transparent borders."
|
630 |
-
msgstr ""
|
631 |
-
|
632 |
-
#: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:473
|
633 |
-
msgid "Example:"
|
634 |
-
msgstr ""
|
635 |
-
|
636 |
-
#: ../easy-fancybox-settings.php:200
|
637 |
-
msgid "Border radius"
|
638 |
-
msgstr ""
|
639 |
-
|
640 |
-
#: ../easy-fancybox-settings.php:213
|
641 |
-
msgid "Dimensions"
|
642 |
-
msgstr ""
|
643 |
-
|
644 |
-
#: ../easy-fancybox-settings.php:249
|
645 |
-
msgid "Margin"
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: ../easy-fancybox-settings.php:258
|
649 |
-
msgid ""
|
650 |
-
"If content size is not set or cannot be determined automatically, these "
|
651 |
-
"default dimensions will be used."
|
652 |
-
msgstr ""
|
653 |
-
|
654 |
-
#: ../easy-fancybox-settings.php:263 ../easy-fancybox-settings.php:501
|
655 |
-
msgid "Behavior"
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: ../easy-fancybox-settings.php:270
|
659 |
-
msgid "Center while scrolling"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: ../easy-fancybox-settings.php:277
|
663 |
-
msgid "Esc key stroke closes FancyBox"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: ../easy-fancybox-settings.php:284
|
667 |
-
msgid "Scale large content down to fit in the browser viewport."
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#: ../easy-fancybox-settings.php:288
|
671 |
-
msgid "Opening speed"
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: ../easy-fancybox-settings.php:300
|
675 |
-
msgid "Closing speed"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:683
|
679 |
-
msgid "Duration in milliseconds. Higher is slower."
|
680 |
-
msgstr ""
|
681 |
-
|
682 |
-
#: ../easy-fancybox-settings.php:315
|
683 |
-
msgid "Miscellaneous"
|
684 |
-
msgstr ""
|
685 |
-
|
686 |
-
#: ../easy-fancybox-settings.php:321
|
687 |
-
msgid "Auto popup"
|
688 |
-
msgstr ""
|
689 |
-
|
690 |
-
#: ../easy-fancybox-settings.php:325
|
691 |
-
msgid "Open on page load"
|
692 |
-
msgstr ""
|
693 |
-
|
694 |
-
#: ../easy-fancybox-settings.php:331
|
695 |
-
msgid "Link with ID \"fancybox-auto\""
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: ../easy-fancybox-settings.php:334 ../easy-fancybox-settings.php:485
|
699 |
-
#: ../easy-fancybox-settings.php:528 ../easy-fancybox-settings.php:555
|
700 |
-
#: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:784
|
701 |
-
#: ../easy-fancybox-settings.php:811 ../easy-fancybox-settings.php:864
|
702 |
-
msgid "More options »"
|
703 |
-
msgstr ""
|
704 |
-
|
705 |
-
#: ../easy-fancybox-settings.php:338
|
706 |
-
msgid "Delay in milliseconds"
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: ../easy-fancybox-settings.php:366
|
710 |
-
msgid "Browser & device compatibility"
|
711 |
-
msgstr ""
|
712 |
-
|
713 |
-
#: ../easy-fancybox-settings.php:395
|
714 |
-
msgid "Include IE 6 and 7 compatibility style rules"
|
715 |
-
msgstr ""
|
716 |
-
|
717 |
-
#: ../easy-fancybox-settings.php:402
|
718 |
-
msgid "Include IE 8 compatibility style rules"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: ../easy-fancybox-settings.php:433
|
722 |
-
msgid "Other"
|
723 |
-
msgstr ""
|
724 |
-
|
725 |
-
#: ../easy-fancybox-settings.php:454
|
726 |
-
msgid ""
|
727 |
-
"To make images open in an overlay, add their extension to the Autodetect "
|
728 |
-
"field or use the class \"fancybox\" for its link. Clear field to switch off "
|
729 |
-
"all autodetection."
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
-
#: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:844
|
733 |
-
#: ../easy-fancybox-settings.php:954 ../easy-fancybox-settings.php:1048
|
734 |
-
#: ../easy-fancybox-settings.php:1143 ../easy-fancybox-settings.php:1241
|
735 |
-
#: ../easy-fancybox-settings.php:1340
|
736 |
-
msgid "Autodetect"
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: ../easy-fancybox-settings.php:477
|
740 |
-
msgid "Apply to"
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: ../easy-fancybox-settings.php:489
|
744 |
-
msgid ""
|
745 |
-
"Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
|
746 |
-
msgstr ""
|
747 |
-
|
748 |
-
#: ../easy-fancybox-settings.php:505 ../easy-fancybox-settings.php:761
|
749 |
-
msgid "Transition In"
|
750 |
-
msgstr ""
|
751 |
-
|
752 |
-
#: ../easy-fancybox-settings.php:510 ../easy-fancybox-settings.php:537
|
753 |
-
#: ../easy-fancybox-settings.php:766 ../easy-fancybox-settings.php:793
|
754 |
-
msgid "Fade"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: ../easy-fancybox-settings.php:511 ../easy-fancybox-settings.php:538
|
758 |
-
#: ../easy-fancybox-settings.php:767 ../easy-fancybox-settings.php:794
|
759 |
-
msgid "Elastic"
|
760 |
-
msgstr ""
|
761 |
-
|
762 |
-
#: ../easy-fancybox-settings.php:518 ../easy-fancybox-settings.php:774
|
763 |
-
msgid "Easing In"
|
764 |
-
msgstr ""
|
765 |
-
|
766 |
-
#: ../easy-fancybox-settings.php:522 ../easy-fancybox-settings.php:549
|
767 |
-
#: ../easy-fancybox-settings.php:778 ../easy-fancybox-settings.php:805
|
768 |
-
msgid "Linear"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:550
|
772 |
-
#: ../easy-fancybox-settings.php:779 ../easy-fancybox-settings.php:806
|
773 |
-
msgid "Swing"
|
774 |
-
msgstr ""
|
775 |
-
|
776 |
-
#: ../easy-fancybox-settings.php:524 ../easy-fancybox-settings.php:551
|
777 |
-
#: ../easy-fancybox-settings.php:780 ../easy-fancybox-settings.php:807
|
778 |
-
msgid "easeInBack"
|
779 |
-
msgstr ""
|
780 |
-
|
781 |
-
#: ../easy-fancybox-settings.php:525 ../easy-fancybox-settings.php:552
|
782 |
-
#: ../easy-fancybox-settings.php:781 ../easy-fancybox-settings.php:808
|
783 |
-
msgid "easeOutBack"
|
784 |
-
msgstr ""
|
785 |
-
|
786 |
-
#: ../easy-fancybox-settings.php:532 ../easy-fancybox-settings.php:788
|
787 |
-
msgid "Transition Out"
|
788 |
-
msgstr ""
|
789 |
-
|
790 |
-
#: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:801
|
791 |
-
msgid "Easing Out"
|
792 |
-
msgstr ""
|
793 |
-
|
794 |
-
#: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:818
|
795 |
-
msgid ""
|
796 |
-
"Transparency fade during elastic transition. CAUTION: Use only when at least "
|
797 |
-
"Transition In is set to Elastic!"
|
798 |
-
msgstr ""
|
799 |
-
|
800 |
-
#: ../easy-fancybox-settings.php:569 ../easy-fancybox-settings.php:825
|
801 |
-
msgid "Close FancyBox when content is clicked"
|
802 |
-
msgstr ""
|
803 |
-
|
804 |
-
#: ../easy-fancybox-settings.php:580 ../easy-fancybox-settings.php:903
|
805 |
-
#: ../easy-fancybox-settings.php:1006 ../easy-fancybox-settings.php:1100
|
806 |
-
#: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1297
|
807 |
-
#: ../easy-fancybox-settings.php:1396 ../easy-fancybox-settings.php:1523
|
808 |
-
msgid "Show title"
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: ../easy-fancybox-settings.php:584 ../easy-fancybox-settings.php:907
|
812 |
-
#: ../easy-fancybox-settings.php:1010 ../easy-fancybox-settings.php:1104
|
813 |
-
#: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1301
|
814 |
-
#: ../easy-fancybox-settings.php:1400 ../easy-fancybox-settings.php:1527
|
815 |
-
msgid "Title Position"
|
816 |
-
msgstr ""
|
817 |
-
|
818 |
-
#: ../easy-fancybox-settings.php:588 ../easy-fancybox-settings.php:911
|
819 |
-
#: ../easy-fancybox-settings.php:1014 ../easy-fancybox-settings.php:1108
|
820 |
-
#: ../easy-fancybox-settings.php:1207 ../easy-fancybox-settings.php:1305
|
821 |
-
#: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
|
822 |
-
msgid "Float"
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: ../easy-fancybox-settings.php:589 ../easy-fancybox-settings.php:912
|
826 |
-
#: ../easy-fancybox-settings.php:1015 ../easy-fancybox-settings.php:1109
|
827 |
-
#: ../easy-fancybox-settings.php:1208 ../easy-fancybox-settings.php:1306
|
828 |
-
#: ../easy-fancybox-settings.php:1405 ../easy-fancybox-settings.php:1532
|
829 |
-
msgid "Outside"
|
830 |
-
msgstr ""
|
831 |
-
|
832 |
-
#: ../easy-fancybox-settings.php:590 ../easy-fancybox-settings.php:913
|
833 |
-
#: ../easy-fancybox-settings.php:1016 ../easy-fancybox-settings.php:1110
|
834 |
-
#: ../easy-fancybox-settings.php:1209 ../easy-fancybox-settings.php:1307
|
835 |
-
#: ../easy-fancybox-settings.php:1406 ../easy-fancybox-settings.php:1533
|
836 |
-
msgid "Inside"
|
837 |
-
msgstr ""
|
838 |
-
|
839 |
-
#: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:922
|
840 |
-
#: ../easy-fancybox-settings.php:1025 ../easy-fancybox-settings.php:1120
|
841 |
-
#: ../easy-fancybox-settings.php:1218 ../easy-fancybox-settings.php:1316
|
842 |
-
#: ../easy-fancybox-settings.php:1415 ../easy-fancybox-settings.php:1542
|
843 |
-
msgid "Allow title from thumbnail alt tag"
|
844 |
-
msgstr ""
|
845 |
-
|
846 |
-
#: ../easy-fancybox-settings.php:605 ../easy-fancybox-settings.php:694
|
847 |
-
msgid "Advanced"
|
848 |
-
msgstr ""
|
849 |
-
|
850 |
-
#: ../easy-fancybox-settings.php:616
|
851 |
-
msgid "Gallery"
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: ../easy-fancybox-settings.php:620
|
855 |
-
msgid "Autogallery"
|
856 |
-
msgstr ""
|
857 |
-
|
858 |
-
#: ../easy-fancybox-settings.php:626
|
859 |
-
msgid "WordPress galleries only"
|
860 |
-
msgstr ""
|
861 |
-
|
862 |
-
#: ../easy-fancybox-settings.php:627
|
863 |
-
msgid "All in one gallery"
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: ../easy-fancybox-settings.php:637
|
867 |
-
msgid "Show the gallery navigation arrows"
|
868 |
-
msgstr ""
|
869 |
-
|
870 |
-
#: ../easy-fancybox-settings.php:644
|
871 |
-
msgid "Arrow key strokes browse the gallery"
|
872 |
-
msgstr ""
|
873 |
-
|
874 |
-
#: ../easy-fancybox-settings.php:651
|
875 |
-
msgid ""
|
876 |
-
"Include the Mousewheel jQuery extension script to allow gallery browsing by "
|
877 |
-
"mousewheel action."
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: ../easy-fancybox-settings.php:658
|
881 |
-
msgid "Make galleries cyclic, allowing you to keep pressing next/back."
|
882 |
-
msgstr ""
|
883 |
-
|
884 |
-
#: ../easy-fancybox-settings.php:662
|
885 |
-
msgid "Change speed"
|
886 |
-
msgstr ""
|
887 |
-
|
888 |
-
#: ../easy-fancybox-settings.php:674
|
889 |
-
msgid "Fade speed"
|
890 |
-
msgstr ""
|
891 |
-
|
892 |
-
#: ../easy-fancybox-settings.php:690
|
893 |
-
msgid ""
|
894 |
-
"This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
|
895 |
-
"and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
|
896 |
-
"it to conform with your theme."
|
897 |
-
msgstr ""
|
898 |
-
|
899 |
-
#: ../easy-fancybox-settings.php:698
|
900 |
-
msgid "Slideshow"
|
901 |
-
msgstr ""
|
902 |
-
|
903 |
-
#: ../easy-fancybox-settings.php:726
|
904 |
-
msgid ""
|
905 |
-
"To make inline content open in an overlay, wrap that content in a div with a "
|
906 |
-
"unique ID, create a link with target \"#uniqueID\" and give it a class "
|
907 |
-
"\"fancybox-inline\" attribute."
|
908 |
-
msgstr ""
|
909 |
-
|
910 |
-
#: ../easy-fancybox-settings.php:744
|
911 |
-
msgid ""
|
912 |
-
"Try to adjust size to inline/html content. If unchecked the default "
|
913 |
-
"dimensions will be used."
|
914 |
-
msgstr ""
|
915 |
-
|
916 |
-
#: ../easy-fancybox-settings.php:748
|
917 |
-
msgid "Scrolling"
|
918 |
-
msgstr ""
|
919 |
-
|
920 |
-
#: ../easy-fancybox-settings.php:752
|
921 |
-
msgid "Auto"
|
922 |
-
msgstr ""
|
923 |
-
|
924 |
-
#: ../easy-fancybox-settings.php:753
|
925 |
-
msgid "Always"
|
926 |
-
msgstr ""
|
927 |
-
|
928 |
-
#: ../easy-fancybox-settings.php:754
|
929 |
-
msgid "Never"
|
930 |
-
msgstr ""
|
931 |
-
|
932 |
-
#: ../easy-fancybox-settings.php:757
|
933 |
-
msgid "Define scrolling and scrollbar visibility."
|
934 |
-
msgstr ""
|
935 |
-
|
936 |
-
#: ../easy-fancybox-settings.php:836
|
937 |
-
msgid ""
|
938 |
-
"To make any PDF document file open in an overlay, switch on Autodetect or "
|
939 |
-
"use the class \"fancybox-pdf\" for its link."
|
940 |
-
msgstr ""
|
941 |
-
|
942 |
-
#: ../easy-fancybox-settings.php:856
|
943 |
-
msgid "Embed with"
|
944 |
-
msgstr ""
|
945 |
-
|
946 |
-
#: ../easy-fancybox-settings.php:860
|
947 |
-
msgid "Object tag (plus fall-back link)"
|
948 |
-
msgstr ""
|
949 |
-
|
950 |
-
#: ../easy-fancybox-settings.php:861
|
951 |
-
msgid "iFrame tag (let browser decide)"
|
952 |
-
msgstr ""
|
953 |
-
|
954 |
-
#: ../easy-fancybox-settings.php:946
|
955 |
-
msgid ""
|
956 |
-
"To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
|
957 |
-
"use the class \"fancybox-swf\" for its link."
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: ../easy-fancybox-settings.php:1040
|
961 |
-
msgid ""
|
962 |
-
"To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
|
963 |
-
"the class \"fancybox-svg\" for its link."
|
964 |
-
msgstr ""
|
965 |
-
|
966 |
-
#: ../easy-fancybox-settings.php:1135
|
967 |
-
msgid ""
|
968 |
-
"To make any YouTube movie open in an overlay, switch on Autodetect or use "
|
969 |
-
"the class \"fancybox-youtube\" for its link."
|
970 |
-
msgstr ""
|
971 |
-
|
972 |
-
#: ../easy-fancybox-settings.php:1233
|
973 |
-
msgid ""
|
974 |
-
"To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
|
975 |
-
"class \"fancybox-vimeo\" for its link."
|
976 |
-
msgstr ""
|
977 |
-
|
978 |
-
#: ../easy-fancybox-settings.php:1332
|
979 |
-
msgid ""
|
980 |
-
"To make any Dailymotion movie open in an overlay, switch on Autodetect or "
|
981 |
-
"use the class \"fancybox-dailymotion\" for its link."
|
982 |
-
msgstr ""
|
983 |
-
|
984 |
-
#: ../easy-fancybox-settings.php:1457
|
985 |
-
msgid ""
|
986 |
-
"To make a website or HTML document open in an overlay, use the class "
|
987 |
-
"\"fancybox-iframe\" for its link."
|
988 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/instructions.txt
DELETED
@@ -1,28 +0,0 @@
|
|
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
@@ -3,8 +3,8 @@ Contributors: RavanH
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=Easy%20FancyBox
|
4 |
Tags: fancybox, lightbox, gallery, image, photo, video, flash, overlay, youtube, vimeo, dailymotion, pdf, svg, iframe, swf, jquery, webp
|
5 |
Requires at least: 3.3
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.8.
|
8 |
|
9 |
Easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies.
|
10 |
|
@@ -89,7 +89,7 @@ If you wish to help build this plugin, you're very welcome to [translate Easy Fa
|
|
89 |
|
90 |
= Plugin conflicts =
|
91 |
|
92 |
-
- **
|
93 |
- **WP Slimstat** and **Matomo/Piwik** with Track Outbound Clicks enabled, will break the light box effect on some browsers. Adding `fancybox` (or any of the other classes like `fancybox-youtube,fancybox-iframe,fancybox-inline` depending on which media should be displayed in FancyBox) to the Do Not Track field is reported to solve the issue. Slimstat also might interfere with the 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.
|
94 |
- **Google Analytics for WordPress** converts links like `href="#anyID"` to `href="http://yoursite.url/page/#anyID"`, disabling inline content shown in FancyBox.
|
95 |
- 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**.
|
@@ -493,17 +493,22 @@ If you still do not get to see your images in FancyBox, ask on the [Easy FancyBo
|
|
493 |
|
494 |
== Upgrade Notice ==
|
495 |
|
496 |
-
= 1.8.
|
497 |
-
Fix Jetpack Tiled Gallery compat + security issue reported by Jakob Hagl sba-research.org
|
498 |
|
|
|
499 |
|
500 |
== Changelog ==
|
501 |
|
|
|
|
|
|
|
|
|
|
|
|
|
502 |
= 1.8.18 =
|
503 |
* FIX: Jetpack Tiled Gallery block compatibility
|
504 |
* Don't include mousewheel script by default
|
505 |
-
* SECURITY
|
506 |
-
* NEW: inline styles output filter
|
507 |
|
508 |
= 1.8.17 =
|
509 |
* Pro compatibility messages
|
@@ -662,7 +667,7 @@ Fix Jetpack Tiled Gallery compat + security issue reported by Jakob Hagl sba-res
|
|
662 |
* Some small Touch device compatibility improvement hacks to the 1.3.4 script
|
663 |
* Major plugin overhaul: Class implementation
|
664 |
* NEW: Disable hide on overlay click
|
665 |
-
* 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()
|
666 |
* NEW Options: iFrame scrolling, autoScale, key navigation/close, cyclic galleries
|
667 |
* Metadata custom parameters and Mousewheel gallery scrolling scripts optional
|
668 |
* Basic RTL languages/text direction support (gallery navigation inversion, title position)
|
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, webp
|
5 |
Requires at least: 3.3
|
6 |
+
Tested up to: 6.0
|
7 |
+
Stable tag: 1.8.19
|
8 |
|
9 |
Easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies.
|
10 |
|
89 |
|
90 |
= Plugin conflicts =
|
91 |
|
92 |
+
- Google Translate plugins like **GTranslate**, **Weglot** and **Google Language Translator** cause the light box to be off-center, pushed downward for logged-in users (with admin bar). A work-around: add `.admin-bar #fancybox-outer{margin-top:-32px}` to Custom CSS in your theme Customizer.
|
93 |
- **WP Slimstat** and **Matomo/Piwik** with Track Outbound Clicks enabled, will break the light box effect on some browsers. Adding `fancybox` (or any of the other classes like `fancybox-youtube,fancybox-iframe,fancybox-inline` depending on which media should be displayed in FancyBox) to the Do Not Track field is reported to solve the issue. Slimstat also might interfere with the 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.
|
94 |
- **Google Analytics for WordPress** converts links like `href="#anyID"` to `href="http://yoursite.url/page/#anyID"`, disabling inline content shown in FancyBox.
|
95 |
- 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**.
|
493 |
|
494 |
== Upgrade Notice ==
|
495 |
|
496 |
+
= 1.8.19 =
|
|
|
497 |
|
498 |
+
Admin settings links, new Exclude selector option.
|
499 |
|
500 |
== Changelog ==
|
501 |
|
502 |
+
= 1.8.19 =
|
503 |
+
* Admin settings links
|
504 |
+
* Pro compatibility message for VideoPress
|
505 |
+
* NEW: Exclude selector option
|
506 |
+
* FIX: border 0 ignored sometimes
|
507 |
+
|
508 |
= 1.8.18 =
|
509 |
* FIX: Jetpack Tiled Gallery block compatibility
|
510 |
* Don't include mousewheel script by default
|
511 |
+
* SECURITY: fixed failing color value sanitization + added inline styles output filter, issue reported by Jakob Hagl sba-research.org
|
|
|
512 |
|
513 |
= 1.8.17 =
|
514 |
* Pro compatibility messages
|
667 |
* Some small Touch device compatibility improvement hacks to the 1.3.4 script
|
668 |
* Major plugin overhaul: Class implementation
|
669 |
* NEW: Disable hide on overlay click
|
670 |
+
* 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()
|
671 |
* NEW Options: iFrame scrolling, autoScale, key navigation/close, cyclic galleries
|
672 |
* Metadata custom parameters and Mousewheel gallery scrolling scripts optional
|
673 |
* Basic RTL languages/text direction support (gallery navigation inversion, title position)
|