Version Description
- Added compatibility mode prefix for spoilers inside of accordion
- Updated qTip plugin
- Added shortcode [tooltip]
- Added new attribute. [tab disabled="yes"]. Now, any tab can be disabled. Forum topic
- Added [accordion] scrolling. Forum topic
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 4.1.2 |
Comparing to | |
See all releases |
Code changes from version 4.1.1 to 4.1.2
- assets/css/box-shortcodes.css +5 -0
- assets/css/other-shortcodes.css +19 -0
- assets/css/qtip.css +2 -0
- assets/images/demo/button.png +0 -0
- assets/images/demo/lightbox.png +0 -0
- assets/images/demo/screenr.png +0 -0
- assets/images/demo/tooltip.png +0 -0
- assets/images/icons/tooltip.png +0 -0
- assets/js/generator.js +3 -16
- assets/js/other-shortcodes.js +67 -13
- assets/js/qtip.js +3 -21
- inc/core/class.assets.php +2 -1
- inc/core/class.data.php +112 -4
- inc/core/class.generator.php +1 -1
- inc/core/class.requirements.php +60 -0
- inc/core/class.shortcodes-ultimate.php +0 -29
- inc/core/class.vote.php +1 -1
- inc/core/shortcodes.php +61 -4
- languages/su-ru_RU.mo +0 -0
- languages/su-ru_RU.po +830 -667
- readme.txt +10 -2
- shortcodes-ultimate.php +2 -1
assets/css/box-shortcodes.css
CHANGED
@@ -30,6 +30,11 @@
|
|
30 |
}
|
31 |
.su-tabs-nav span:hover { background: #f5f5f5; }
|
32 |
.su-tabs-nav span.su-tabs-current { background: #fff; }
|
|
|
|
|
|
|
|
|
|
|
33 |
.su-tabs-pane {
|
34 |
padding: 1em;
|
35 |
-webkit-box-sizing: border-box;
|
30 |
}
|
31 |
.su-tabs-nav span:hover { background: #f5f5f5; }
|
32 |
.su-tabs-nav span.su-tabs-current { background: #fff; }
|
33 |
+
.su-tabs-nav span.su-tabs-disabled {
|
34 |
+
filter: alpha(opacity=50);
|
35 |
+
opacity: 0.5;
|
36 |
+
cursor: default;
|
37 |
+
}
|
38 |
.su-tabs-pane {
|
39 |
padding: 1em;
|
40 |
-webkit-box-sizing: border-box;
|
assets/css/other-shortcodes.css
CHANGED
@@ -1,5 +1,24 @@
|
|
1 |
/*** Shortcodes Ultimate - other elements ***/
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
/* Private
|
4 |
---------------------------------------------------------------*/
|
5 |
|
1 |
/*** Shortcodes Ultimate - other elements ***/
|
2 |
|
3 |
+
/* Tooltip
|
4 |
+
---------------------------------------------------------------*/
|
5 |
+
|
6 |
+
.su-qtip { max-width: 480px; }
|
7 |
+
.su-tooltip { display: inline-block }
|
8 |
+
.su-qtip-size-1 { font-size: 0.8em !important }
|
9 |
+
.su-qtip-size-2 { font-size: 0.9em !important }
|
10 |
+
.su-qtip-size-3 { font-size: 1em !important }
|
11 |
+
.su-qtip-size-4 { font-size: 1.1em !important }
|
12 |
+
.su-qtip-size-5 { font-size: 1.2em !important }
|
13 |
+
.su-qtip-size-6 { font-size: 1.3em !important }
|
14 |
+
.su-tooltip-content { display: none }
|
15 |
+
.su-tooltip-content > :last-child { margin-bottom: 0; }
|
16 |
+
.qtip-content .su-tooltip-content img,
|
17 |
+
.qtip-content .su-tooltip-content object,
|
18 |
+
.qtip-content .su-tooltip-content iframe,
|
19 |
+
.qtip-content .su-tooltip-content embed { max-width: 430px; }
|
20 |
+
.qtip-content .su-tooltip-content .su-responsive-media-yes { width: 430px; }
|
21 |
+
|
22 |
/* Private
|
23 |
---------------------------------------------------------------*/
|
24 |
|
assets/css/qtip.css
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
/* qTip2 v2.1.1 basic css3 | qtip2.com | Licensed MIT, GPL | Thu Jul 11 2013 14:03:02 */
|
2 |
+
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1} .qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030} .qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} .qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} .qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} .qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:-10000em;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}
|
assets/images/demo/button.png
CHANGED
Binary file
|
assets/images/demo/lightbox.png
ADDED
Binary file
|
assets/images/demo/screenr.png
ADDED
Binary file
|
assets/images/demo/tooltip.png
ADDED
Binary file
|
assets/images/icons/tooltip.png
ADDED
Binary file
|
assets/js/generator.js
CHANGED
@@ -23,24 +23,11 @@ jQuery(document).ready(function ($) {
|
|
23 |
var $c = $(this);
|
24 |
if ($c.attr('title') != '') $c.qtip({
|
25 |
style: {
|
26 |
-
|
27 |
-
tip: 'bottomMiddle',
|
28 |
-
background: '#303030',
|
29 |
-
border: {
|
30 |
-
width: 3,
|
31 |
-
radius: 5
|
32 |
-
}
|
33 |
-
},
|
34 |
-
show: {
|
35 |
-
effect: {
|
36 |
-
length: 0
|
37 |
-
}
|
38 |
},
|
39 |
position: {
|
40 |
-
|
41 |
-
|
42 |
-
target: 'topMiddle'
|
43 |
-
}
|
44 |
}
|
45 |
});
|
46 |
});
|
23 |
var $c = $(this);
|
24 |
if ($c.attr('title') != '') $c.qtip({
|
25 |
style: {
|
26 |
+
classes: 'qtip-bootstrap'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
},
|
28 |
position: {
|
29 |
+
my: 'bottom center',
|
30 |
+
at: 'top center'
|
|
|
|
|
31 |
}
|
32 |
});
|
33 |
});
|
assets/js/other-shortcodes.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
jQuery(document).ready(function($) {
|
2 |
// Spoiler
|
3 |
-
$('.su-spoiler-title').click(function(e) {
|
4 |
var // Spoiler elements
|
5 |
$title = $(this),
|
6 |
$spoiler = $title.parent();
|
@@ -11,22 +11,29 @@ jQuery(document).ready(function($) {
|
|
11 |
e.preventDefault();
|
12 |
});
|
13 |
// Accordion
|
14 |
-
$('.su-accordion .su-spoiler-title').click(function(e) {
|
15 |
-
|
|
|
|
|
|
|
16 |
e.preventDefault();
|
17 |
});
|
18 |
// Tabs
|
19 |
-
$('.su-tabs-nav span').click(function(e) {
|
20 |
-
var
|
21 |
-
|
22 |
-
|
|
|
|
|
23 |
$gmaps = $panes.eq(index).find('.su-gmap:not(.su-gmap-reloaded)');
|
|
|
|
|
24 |
// Hide all panes, show selected pane
|
25 |
$panes.hide().eq(index).show();
|
26 |
// Disable all tabs, enable selected tab
|
27 |
$tabs.removeClass('su-tabs-current').eq(index).addClass('su-tabs-current');
|
28 |
// Reload gmaps
|
29 |
-
if ($gmaps.length > 0) $gmaps.each(function() {
|
30 |
var $iframe = $(this).find('iframe:first');
|
31 |
$(this).addClass('su-gmap-reloaded');
|
32 |
$iframe.attr('src', $iframe.attr('src'));
|
@@ -35,7 +42,7 @@ jQuery(document).ready(function($) {
|
|
35 |
su_set_tabs_height();
|
36 |
e.preventDefault();
|
37 |
});
|
38 |
-
$('.su-tabs').each(function() {
|
39 |
var active = parseInt($(this).data('active')) - 1;
|
40 |
$(this).children('.su-tabs-nav').children('span').eq(active).trigger('click');
|
41 |
su_set_tabs_height();
|
@@ -52,8 +59,8 @@ jQuery(document).ready(function($) {
|
|
52 |
// Tables
|
53 |
$('.su-table tr:even').addClass('su-even');
|
54 |
// Magnific popup
|
55 |
-
$('.su-lightbox').each(function() {
|
56 |
-
$(this).click(function(e) {
|
57 |
e.preventDefault();
|
58 |
e.stopPropagation();
|
59 |
if ($(this).parent().attr('id') === 'su-generator-preview') $(this).html(su_other_shortcodes.no_preview);
|
@@ -66,8 +73,55 @@ jQuery(document).ready(function($) {
|
|
66 |
});
|
67 |
});
|
68 |
// Frame
|
69 |
-
$('.su-frame-align-center, .su-frame-align-none').each(function() {
|
70 |
var frame_width = $(this).find('img').width();
|
71 |
$(this).css('width', frame_width + 12);
|
72 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
});
|
1 |
+
jQuery(document).ready(function ($) {
|
2 |
// Spoiler
|
3 |
+
$('.su-spoiler-title').click(function (e) {
|
4 |
var // Spoiler elements
|
5 |
$title = $(this),
|
6 |
$spoiler = $title.parent();
|
11 |
e.preventDefault();
|
12 |
});
|
13 |
// Accordion
|
14 |
+
$('.su-accordion .su-spoiler-title').click(function (e) {
|
15 |
+
var $title = $(this),
|
16 |
+
bar = ($('#wpadminbar').length > 0) ? 28 : 0;
|
17 |
+
if ($title.hasClass('su-spoiler-closed')) $title.parent().siblings().addClass('su-spoiler-closed');
|
18 |
+
if ($(window).scrollTop() > $title.offset().top) $(window).scrollTop($title.offset().top - $title.height() - bar);
|
19 |
e.preventDefault();
|
20 |
});
|
21 |
// Tabs
|
22 |
+
$('.su-tabs-nav span').click(function (e) {
|
23 |
+
var $tab = $(this),
|
24 |
+
index = $tab.index(),
|
25 |
+
is_disabled = $tab.hasClass('su-tabs-disabled'),
|
26 |
+
$tabs = $tab.parent('.su-tabs-nav').children('span'),
|
27 |
+
$panes = $tab.parents('.su-tabs').find('.su-tabs-pane'),
|
28 |
$gmaps = $panes.eq(index).find('.su-gmap:not(.su-gmap-reloaded)');
|
29 |
+
// Check tab is not disabled
|
30 |
+
if (is_disabled) return false;
|
31 |
// Hide all panes, show selected pane
|
32 |
$panes.hide().eq(index).show();
|
33 |
// Disable all tabs, enable selected tab
|
34 |
$tabs.removeClass('su-tabs-current').eq(index).addClass('su-tabs-current');
|
35 |
// Reload gmaps
|
36 |
+
if ($gmaps.length > 0) $gmaps.each(function () {
|
37 |
var $iframe = $(this).find('iframe:first');
|
38 |
$(this).addClass('su-gmap-reloaded');
|
39 |
$iframe.attr('src', $iframe.attr('src'));
|
42 |
su_set_tabs_height();
|
43 |
e.preventDefault();
|
44 |
});
|
45 |
+
$('.su-tabs').each(function () {
|
46 |
var active = parseInt($(this).data('active')) - 1;
|
47 |
$(this).children('.su-tabs-nav').children('span').eq(active).trigger('click');
|
48 |
su_set_tabs_height();
|
59 |
// Tables
|
60 |
$('.su-table tr:even').addClass('su-even');
|
61 |
// Magnific popup
|
62 |
+
$('.su-lightbox').each(function () {
|
63 |
+
$(this).click(function (e) {
|
64 |
e.preventDefault();
|
65 |
e.stopPropagation();
|
66 |
if ($(this).parent().attr('id') === 'su-generator-preview') $(this).html(su_other_shortcodes.no_preview);
|
73 |
});
|
74 |
});
|
75 |
// Frame
|
76 |
+
$('.su-frame-align-center, .su-frame-align-none').each(function () {
|
77 |
var frame_width = $(this).find('img').width();
|
78 |
$(this).css('width', frame_width + 12);
|
79 |
});
|
80 |
+
// Tooltip
|
81 |
+
$('.su-tooltip').each(function () {
|
82 |
+
var $tt = $(this),
|
83 |
+
$content = $tt.find('.su-tooltip-content'),
|
84 |
+
is_advanced = $content.length > 0,
|
85 |
+
data = $tt.data(),
|
86 |
+
config = {
|
87 |
+
style: {
|
88 |
+
classes: data.classes
|
89 |
+
},
|
90 |
+
position: {
|
91 |
+
my: data.my,
|
92 |
+
at: data.at,
|
93 |
+
viewport: $(window)
|
94 |
+
},
|
95 |
+
content: {
|
96 |
+
title: '',
|
97 |
+
text: ''
|
98 |
+
}
|
99 |
+
};
|
100 |
+
if (data.title !== '') config.content.title = data.title;
|
101 |
+
if (is_advanced) config.content.text = $content;
|
102 |
+
if (data.close === 'yes') config.content.button = true;
|
103 |
+
if (data.behavior === 'click') {
|
104 |
+
config.show = 'click';
|
105 |
+
config.hide = 'click';
|
106 |
+
$tt.click(function (e) {
|
107 |
+
e.preventDefault();
|
108 |
+
e.stopPropagation();
|
109 |
+
});
|
110 |
+
$(window).on('scroll resize', function () {
|
111 |
+
$tt.qtip('reposition');
|
112 |
+
});
|
113 |
+
} else if (data.behavior === 'always') {
|
114 |
+
config.show = true;
|
115 |
+
config.hide = false;
|
116 |
+
$(window).on('scroll resize', function () {
|
117 |
+
$tt.qtip('reposition');
|
118 |
+
});
|
119 |
+
} else if (data.behavior === 'hover' && is_advanced) {
|
120 |
+
config.hide = {
|
121 |
+
fixed: true,
|
122 |
+
delay: 600
|
123 |
+
}
|
124 |
+
}
|
125 |
+
$tt.qtip(config);
|
126 |
+
});
|
127 |
});
|
assets/js/qtip.js
CHANGED
@@ -1,21 +1,3 @@
|
|
1 |
-
/*
|
2 |
-
* jquery.qtip. The jQuery tooltip plugin
|
3 |
-
*
|
4 |
-
* Copyright (c) 2009 Craig Thompson
|
5 |
-
* http://craigsworks.com
|
6 |
-
*
|
7 |
-
* Licensed under MIT
|
8 |
-
* http://www.opensource.org/licenses/mit-license.php
|
9 |
-
*
|
10 |
-
* Launch : February 2009
|
11 |
-
* Version : 1.0.0-rc3
|
12 |
-
* Released: Tuesday 12th May, 2009 - 00:00
|
13 |
-
* Debug: jquery.qtip.debug.js
|
14 |
-
*/
|
15 |
-
(function(f){f.fn.qtip=function(B,u){var y,t,A,s,x,w,v,z;if(typeof B=="string"){if(typeof f(this).data("qtip")!=="object"){f.fn.qtip.log.error.call(self,1,f.fn.qtip.constants.NO_TOOLTIP_PRESENT,false)}if(B=="api"){return f(this).data("qtip").interfaces[f(this).data("qtip").current]}else{if(B=="interfaces"){return f(this).data("qtip").interfaces}}}else{if(!B){B={}}if(typeof B.content!=="object"||(B.content.jquery&&B.content.length>0)){B.content={text:B.content}}if(typeof B.content.title!=="object"){B.content.title={text:B.content.title}}if(typeof B.position!=="object"){B.position={corner:B.position}}if(typeof B.position.corner!=="object"){B.position.corner={target:B.position.corner,tooltip:B.position.corner}}if(typeof B.show!=="object"){B.show={when:B.show}}if(typeof B.show.when!=="object"){B.show.when={event:B.show.when}}if(typeof B.show.effect!=="object"){B.show.effect={type:B.show.effect}}if(typeof B.hide!=="object"){B.hide={when:B.hide}}if(typeof B.hide.when!=="object"){B.hide.when={event:B.hide.when}}if(typeof B.hide.effect!=="object"){B.hide.effect={type:B.hide.effect}}if(typeof B.style!=="object"){B.style={name:B.style}}B.style=c(B.style);s=f.extend(true,{},f.fn.qtip.defaults,B);s.style=a.call({options:s},s.style);s.user=f.extend(true,{},B)}return f(this).each(function(){if(typeof B=="string"){w=B.toLowerCase();A=f(this).qtip("interfaces");if(typeof A=="object"){if(u===true&&w=="destroy"){while(A.length>0){A[A.length-1].destroy()}}else{if(u!==true){A=[f(this).qtip("api")]}for(y=0;y<A.length;y++){if(w=="destroy"){A[y].destroy()}else{if(A[y].status.rendered===true){if(w=="show"){A[y].show()}else{if(w=="hide"){A[y].hide()}else{if(w=="focus"){A[y].focus()}else{if(w=="disable"){A[y].disable(true)}else{if(w=="enable"){A[y].disable(false)}}}}}}}}}}}else{v=f.extend(true,{},s);v.hide.effect.length=s.hide.effect.length;v.show.effect.length=s.show.effect.length;if(v.position.container===false){v.position.container=f(document.body)}if(v.position.target===false){v.position.target=f(this)}if(v.show.when.target===false){v.show.when.target=f(this)}if(v.hide.when.target===false){v.hide.when.target=f(this)}t=f.fn.qtip.interfaces.length;for(y=0;y<t;y++){if(typeof f.fn.qtip.interfaces[y]=="undefined"){t=y;break}}x=new d(f(this),v,t);f.fn.qtip.interfaces[t]=x;if(typeof f(this).data("qtip")=="object"){if(typeof f(this).attr("qtip")==="undefined"){f(this).data("qtip").current=f(this).data("qtip").interfaces.length}f(this).data("qtip").interfaces.push(x)}else{f(this).data("qtip",{current:0,interfaces:[x]})}if(v.content.prerender===false&&v.show.when.event!==false&&v.show.ready!==true){v.show.when.target.bind(v.show.when.event+".qtip-"+t+"-create",{qtip:t},function(C){z=f.fn.qtip.interfaces[C.data.qtip];z.options.show.when.target.unbind(z.options.show.when.event+".qtip-"+C.data.qtip+"-create");z.cache.mouse={x:C.pageX,y:C.pageY};p.call(z);z.options.show.when.target.trigger(z.options.show.when.event)})}else{x.cache.mouse={x:v.show.when.target.offset().left,y:v.show.when.target.offset().top};p.call(x)}}})};function d(u,t,v){var s=this;s.id=v;s.options=t;s.status={animated:false,rendered:false,disabled:false,focused:false};s.elements={target:u.addClass(s.options.style.classes.target),tooltip:null,wrapper:null,content:null,contentWrapper:null,title:null,button:null,tip:null,bgiframe:null};s.cache={mouse:{},position:{},toggle:0};s.timers={};f.extend(s,s.options.api,{show:function(y){var x,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"show")}if(s.elements.tooltip.css("display")!=="none"){return s}s.elements.tooltip.stop(true,false);x=s.beforeShow.call(s,y);if(x===false){return s}function w(){if(s.options.position.type!=="static"){s.focus()}s.onShow.call(s,y);if(f.browser.msie){s.elements.tooltip.get(0).style.removeAttribute("filter")}}s.cache.toggle=1;if(s.options.position.type!=="static"){s.updatePosition(y,(s.options.show.effect.length>0))}if(typeof s.options.show.solo=="object"){z=f(s.options.show.solo)}else{if(s.options.show.solo===true){z=f("div.qtip").not(s.elements.tooltip)}}if(z){z.each(function(){if(f(this).qtip("api").status.rendered===true){f(this).qtip("api").hide()}})}if(typeof s.options.show.effect.type=="function"){s.options.show.effect.type.call(s.elements.tooltip,s.options.show.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.show.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeIn(s.options.show.effect.length,w);break;case"slide":s.elements.tooltip.slideDown(s.options.show.effect.length,function(){w();if(s.options.position.type!=="static"){s.updatePosition(y,true)}});break;case"grow":s.elements.tooltip.show(s.options.show.effect.length,w);break;default:s.elements.tooltip.show(null,w);break}s.elements.tooltip.addClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_SHOWN,"show")},hide:function(y){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"hide")}else{if(s.elements.tooltip.css("display")==="none"){return s}}clearTimeout(s.timers.show);s.elements.tooltip.stop(true,false);x=s.beforeHide.call(s,y);if(x===false){return s}function w(){s.onHide.call(s,y)}s.cache.toggle=0;if(typeof s.options.hide.effect.type=="function"){s.options.hide.effect.type.call(s.elements.tooltip,s.options.hide.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.hide.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeOut(s.options.hide.effect.length,w);break;case"slide":s.elements.tooltip.slideUp(s.options.hide.effect.length,w);break;case"grow":s.elements.tooltip.hide(s.options.hide.effect.length,w);break;default:s.elements.tooltip.hide(null,w);break}s.elements.tooltip.removeClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_HIDDEN,"hide")},updatePosition:function(w,x){var C,G,L,J,H,E,y,I,B,D,K,A,F,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updatePosition")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_POSITION_STATIC,"updatePosition")}}G={position:{left:0,top:0},dimensions:{height:0,width:0},corner:s.options.position.corner.target};L={position:s.getPosition(),dimensions:s.getDimensions(),corner:s.options.position.corner.tooltip};if(s.options.position.target!=="mouse"){if(s.options.position.target.get(0).nodeName.toLowerCase()=="area"){J=s.options.position.target.attr("coords").split(",");for(C=0;C<J.length;C++){J[C]=parseInt(J[C])}H=s.options.position.target.parent("map").attr("name");E=f('img[usemap="#'+H+'"]:first').offset();G.position={left:Math.floor(E.left+J[0]),top:Math.floor(E.top+J[1])};switch(s.options.position.target.attr("shape").toLowerCase()){case"rect":G.dimensions={width:Math.ceil(Math.abs(J[2]-J[0])),height:Math.ceil(Math.abs(J[3]-J[1]))};break;case"circle":G.dimensions={width:J[2]+1,height:J[2]+1};break;case"poly":G.dimensions={width:J[0],height:J[1]};for(C=0;C<J.length;C++){if(C%2==0){if(J[C]>G.dimensions.width){G.dimensions.width=J[C]}if(J[C]<J[0]){G.position.left=Math.floor(E.left+J[C])}}else{if(J[C]>G.dimensions.height){G.dimensions.height=J[C]}if(J[C]<J[1]){G.position.top=Math.floor(E.top+J[C])}}}G.dimensions.width=G.dimensions.width-(G.position.left-E.left);G.dimensions.height=G.dimensions.height-(G.position.top-E.top);break;default:return f.fn.qtip.log.error.call(s,4,f.fn.qtip.constants.INVALID_AREA_SHAPE,"updatePosition");break}G.dimensions.width-=2;G.dimensions.height-=2}else{if(s.options.position.target.add(document.body).length===1){G.position={left:f(document).scrollLeft(),top:f(document).scrollTop()};G.dimensions={height:f(window).height(),width:f(window).width()}}else{if(typeof s.options.position.target.attr("qtip")!=="undefined"){G.position=s.options.position.target.qtip("api").cache.position}else{G.position=s.options.position.target.offset()}G.dimensions={height:s.options.position.target.outerHeight(),width:s.options.position.target.outerWidth()}}}y=f.extend({},G.position);if(G.corner.search(/right/i)!==-1){y.left+=G.dimensions.width}if(G.corner.search(/bottom/i)!==-1){y.top+=G.dimensions.height}if(G.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left+=(G.dimensions.width/2)}if(G.corner.search(/((left|right)Middle)|center/)!==-1){y.top+=(G.dimensions.height/2)}}else{G.position=y={left:s.cache.mouse.x,top:s.cache.mouse.y};G.dimensions={height:1,width:1}}if(L.corner.search(/right/i)!==-1){y.left-=L.dimensions.width}if(L.corner.search(/bottom/i)!==-1){y.top-=L.dimensions.height}if(L.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left-=(L.dimensions.width/2)}if(L.corner.search(/((left|right)Middle)|center/)!==-1){y.top-=(L.dimensions.height/2)}I=(f.browser.msie)?1:0;B=(f.browser.msie&&parseInt(f.browser.version.charAt(0))===6)?1:0;if(s.options.style.border.radius>0){if(L.corner.search(/Left/)!==-1){y.left-=s.options.style.border.radius}else{if(L.corner.search(/Right/)!==-1){y.left+=s.options.style.border.radius}}if(L.corner.search(/Top/)!==-1){y.top-=s.options.style.border.radius}else{if(L.corner.search(/Bottom/)!==-1){y.top+=s.options.style.border.radius}}}if(I){if(L.corner.search(/top/)!==-1){y.top-=I}else{if(L.corner.search(/bottom/)!==-1){y.top+=I}}if(L.corner.search(/left/)!==-1){y.left-=I}else{if(L.corner.search(/right/)!==-1){y.left+=I}}if(L.corner.search(/leftMiddle|rightMiddle/)!==-1){y.top-=1}}if(s.options.position.adjust.screen===true){y=o.call(s,y,G,L)}if(s.options.position.target==="mouse"&&s.options.position.adjust.mouse===true){if(s.options.position.adjust.screen===true&&s.elements.tip){K=s.elements.tip.attr("rel")}else{K=s.options.position.corner.tooltip}y.left+=(K.search(/right/i)!==-1)?-6:6;y.top+=(K.search(/bottom/i)!==-1)?-6:6}if(!s.elements.bgiframe&&f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){f("select, object").each(function(){A=f(this).offset();A.bottom=A.top+f(this).height();A.right=A.left+f(this).width();if(y.top+L.dimensions.height>=A.top&&y.left+L.dimensions.width>=A.left){k.call(s)}})}y.left+=s.options.position.adjust.x;y.top+=s.options.position.adjust.y;F=s.getPosition();if(y.left!=F.left||y.top!=F.top){z=s.beforePositionUpdate.call(s,w);if(z===false){return s}s.cache.position=y;if(x===true){s.status.animated=true;s.elements.tooltip.animate(y,200,"swing",function(){s.status.animated=false})}else{s.elements.tooltip.css(y)}s.onPositionUpdate.call(s,w);if(typeof w!=="undefined"&&w.type&&w.type!=="mousemove"){f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_POSITION_UPDATED,"updatePosition")}}return s},updateWidth:function(w){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateWidth")}else{if(w&&typeof w!=="number"){return f.fn.qtip.log.error.call(s,2,"newWidth must be of type number","updateWidth")}}x=s.elements.contentWrapper.siblings().add(s.elements.tip).add(s.elements.button);if(!w){if(typeof s.options.style.width.value=="number"){w=s.options.style.width.value}else{s.elements.tooltip.css({width:"auto"});x.hide();if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"normal"})}w=s.getDimensions().width+1;if(!s.options.style.width.value){if(w>s.options.style.width.max){w=s.options.style.width.max}if(w<s.options.style.width.min){w=s.options.style.width.min}}}}if(w%2!==0){w-=1}s.elements.tooltip.width(w);x.show();if(s.options.style.border.radius){s.elements.tooltip.find(".qtip-betweenCorners").each(function(y){f(this).width(w-(s.options.style.border.radius*2))})}if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"1"});s.elements.wrapper.width(w);if(s.elements.bgiframe){s.elements.bgiframe.width(w).height(s.getDimensions.height)}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_WIDTH_UPDATED,"updateWidth")},updateStyle:function(w){var z,A,x,y,B;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateStyle")}else{if(typeof w!=="string"||!f.fn.qtip.styles[w]){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.STYLE_NOT_DEFINED,"updateStyle")}}s.options.style=a.call(s,f.fn.qtip.styles[w],s.options.user.style);s.elements.content.css(q(s.options.style));if(s.options.content.title.text!==false){s.elements.title.css(q(s.options.style.title,true))}s.elements.contentWrapper.css({borderColor:s.options.style.border.color});if(s.options.style.tip.corner!==false){if(f("<canvas>").get(0).getContext){z=s.elements.tooltip.find(".qtip-tip canvas:first");x=z.get(0).getContext("2d");x.clearRect(0,0,300,300);y=z.parent("div[rel]:first").attr("rel");B=b(y,s.options.style.tip.size.width,s.options.style.tip.size.height);h.call(s,z,B,s.options.style.tip.color||s.options.style.border.color)}else{if(f.browser.msie){z=s.elements.tooltip.find('.qtip-tip [nodeName="shape"]');z.attr("fillcolor",s.options.style.tip.color||s.options.style.border.color)}}}if(s.options.style.border.radius>0){s.elements.tooltip.find(".qtip-betweenCorners").css({backgroundColor:s.options.style.border.color});if(f("<canvas>").get(0).getContext){A=g(s.options.style.border.radius);s.elements.tooltip.find(".qtip-wrapper canvas").each(function(){x=f(this).get(0).getContext("2d");x.clearRect(0,0,300,300);y=f(this).parent("div[rel]:first").attr("rel");r.call(s,f(this),A[y],s.options.style.border.radius,s.options.style.border.color)})}else{if(f.browser.msie){s.elements.tooltip.find('.qtip-wrapper [nodeName="arc"]').each(function(){f(this).attr("fillcolor",s.options.style.border.color)})}}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_STYLE_UPDATED,"updateStyle")},updateContent:function(A,y){var z,x,w;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateContent")}else{if(!A){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateContent")}}z=s.beforeContentUpdate.call(s,A);if(typeof z=="string"){A=z}else{if(z===false){return}}if(f.browser.msie){s.elements.contentWrapper.children().css({zoom:"normal"})}if(A.jquery&&A.length>0){A.clone(true).appendTo(s.elements.content).show()}else{s.elements.content.html(A)}x=s.elements.content.find("img[complete=false]");if(x.length>0){w=0;x.each(function(C){f('<img src="'+f(this).attr("src")+'" />').load(function(){if(++w==x.length){B()}})})}else{B()}function B(){s.updateWidth();if(y!==false){if(s.options.position.type!=="static"){s.updatePosition(s.elements.tooltip.is(":visible"),true)}if(s.options.style.tip.corner!==false){n.call(s)}}}s.onContentUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_UPDATED,"loadContent")},loadContent:function(w,z,A){var y;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"loadContent")}y=s.beforeContentLoad.call(s);if(y===false){return s}if(A=="post"){f.post(w,z,x)}else{f.get(w,z,x)}function x(B){s.onContentLoad.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_LOADED,"loadContent");s.updateContent(B)}return s},updateTitle:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateTitle")}else{if(!w){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateTitle")}}returned=s.beforeTitleUpdate.call(s);if(returned===false){return s}if(s.elements.button){s.elements.button=s.elements.button.clone(true)}s.elements.title.html(w);if(s.elements.button){s.elements.title.prepend(s.elements.button)}s.onTitleUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_TITLE_UPDATED,"updateTitle")},focus:function(A){var y,x,w,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"focus")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_FOCUS_STATIC,"focus")}}y=parseInt(s.elements.tooltip.css("z-index"));x=6000+f("div.qtip[qtip]").length-1;if(!s.status.focused&&y!==x){z=s.beforeFocus.call(s,A);if(z===false){return s}f("div.qtip[qtip]").not(s.elements.tooltip).each(function(){if(f(this).qtip("api").status.rendered===true){w=parseInt(f(this).css("z-index"));if(typeof w=="number"&&w>-1){f(this).css({zIndex:parseInt(f(this).css("z-index"))-1})}f(this).qtip("api").status.focused=false}});s.elements.tooltip.css({zIndex:x});s.status.focused=true;s.onFocus.call(s,A);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_FOCUSED,"focus")}return s},disable:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"disable")}if(w){if(!s.status.disabled){s.status.disabled=true;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DISABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_DISABLED,"disable")}}else{if(s.status.disabled){s.status.disabled=false;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_ENABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_ENABLED,"disable")}}return s},destroy:function(){var w,x,y;x=s.beforeDestroy.call(s);if(x===false){return s}if(s.status.rendered){s.options.show.when.target.unbind("mousemove.qtip",s.updatePosition);s.options.show.when.target.unbind("mouseout.qtip",s.hide);s.options.show.when.target.unbind(s.options.show.when.event+".qtip");s.options.hide.when.target.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind("mouseover.qtip",s.focus);s.elements.tooltip.remove()}else{s.options.show.when.target.unbind(s.options.show.when.event+".qtip-create")}if(typeof s.elements.target.data("qtip")=="object"){y=s.elements.target.data("qtip").interfaces;if(typeof y=="object"&&y.length>0){for(w=0;w<y.length-1;w++){if(y[w].id==s.id){y.splice(w,1)}}}}delete f.fn.qtip.interfaces[s.id];if(typeof y=="object"&&y.length>0){s.elements.target.data("qtip").current=y.length-1}else{s.elements.target.removeData("qtip")}s.onDestroy.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DESTROYED,"destroy");return s.elements.target},getPosition:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getPosition")}w=(s.elements.tooltip.css("display")!=="none")?false:true;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x=s.elements.tooltip.offset();if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x},getDimensions:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getDimensions")}w=(!s.elements.tooltip.is(":visible"))?true:false;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x={height:s.elements.tooltip.outerHeight(),width:s.elements.tooltip.outerWidth()};if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x}})}function p(){var s,w,u,t,v,y,x;s=this;s.beforeRender.call(s);s.status.rendered=true;s.elements.tooltip='<div qtip="'+s.id+'" class="qtip '+(s.options.style.classes.tooltip||s.options.style)+'"style="display:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;position:'+s.options.position.type+';"> <div class="qtip-wrapper" style="position:relative; overflow:hidden; text-align:left;"> <div class="qtip-contentWrapper" style="overflow:hidden;"> <div class="qtip-content '+s.options.style.classes.content+'"></div></div></div></div>';s.elements.tooltip=f(s.elements.tooltip);s.elements.tooltip.appendTo(s.options.position.container);s.elements.tooltip.data("qtip",{current:0,interfaces:[s]});s.elements.wrapper=s.elements.tooltip.children("div:first");s.elements.contentWrapper=s.elements.wrapper.children("div:first").css({background:s.options.style.background});s.elements.content=s.elements.contentWrapper.children("div:first").css(q(s.options.style));if(f.browser.msie){s.elements.wrapper.add(s.elements.content).css({zoom:1})}if(s.options.hide.when.event=="unfocus"){s.elements.tooltip.attr("unfocus",true)}if(typeof s.options.style.width.value=="number"){s.updateWidth()}if(f("<canvas>").get(0).getContext||f.browser.msie){if(s.options.style.border.radius>0){m.call(s)}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color})}if(s.options.style.tip.corner!==false){e.call(s)}}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color});s.options.style.border.radius=0;s.options.style.tip.corner=false;f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.CANVAS_VML_NOT_SUPPORTED,"render")}if((typeof s.options.content.text=="string"&&s.options.content.text.length>0)||(s.options.content.text.jquery&&s.options.content.text.length>0)){u=s.options.content.text}else{if(typeof s.elements.target.attr("title")=="string"&&s.elements.target.attr("title").length>0){u=s.elements.target.attr("title").replace("\\n","<br />");s.elements.target.attr("title","")}else{if(typeof s.elements.target.attr("alt")=="string"&&s.elements.target.attr("alt").length>0){u=s.elements.target.attr("alt").replace("\\n","<br />");s.elements.target.attr("alt","")}else{u=" ";f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.NO_VALID_CONTENT,"render")}}}if(s.options.content.title.text!==false){j.call(s)}s.updateContent(u);l.call(s);if(s.options.show.ready===true){s.show()}if(s.options.content.url!==false){t=s.options.content.url;v=s.options.content.data;y=s.options.content.method||"get";s.loadContent(t,v,y)}s.onRender.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_RENDERED,"render")}function m(){var F,z,t,B,x,E,u,G,D,y,w,C,A,s,v;F=this;F.elements.wrapper.find(".qtip-borderBottom, .qtip-borderTop").remove();t=F.options.style.border.width;B=F.options.style.border.radius;x=F.options.style.border.color||F.options.style.tip.color;E=g(B);u={};for(z in E){u[z]='<div rel="'+z+'" style="'+((z.search(/Left/)!==-1)?"left":"right")+":0; position:absolute; height:"+B+"px; width:"+B+'px; overflow:hidden; line-height:0.1px; font-size:1px">';if(f("<canvas>").get(0).getContext){u[z]+='<canvas height="'+B+'" width="'+B+'" style="vertical-align: top"></canvas>'}else{if(f.browser.msie){G=B*2+3;u[z]+='<v:arc stroked="false" fillcolor="'+x+'" startangle="'+E[z][0]+'" endangle="'+E[z][1]+'" style="width:'+G+"px; height:"+G+"px; margin-top:"+((z.search(/bottom/)!==-1)?-2:-1)+"px; margin-left:"+((z.search(/Right/)!==-1)?E[z][2]-3.5:-1)+'px; vertical-align:top; display:inline-block; behavior:url(#default#VML)"></v:arc>'}}u[z]+="</div>"}D=F.getDimensions().width-(Math.max(t,B)*2);y='<div class="qtip-betweenCorners" style="height:'+B+"px; width:"+D+"px; overflow:hidden; background-color:"+x+'; line-height:0.1px; font-size:1px;">';w='<div class="qtip-borderTop" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.topLeft+u.topRight+y;F.elements.wrapper.prepend(w);C='<div class="qtip-borderBottom" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.bottomLeft+u.bottomRight+y;F.elements.wrapper.append(C);if(f("<canvas>").get(0).getContext){F.elements.wrapper.find("canvas").each(function(){A=E[f(this).parent("[rel]:first").attr("rel")];r.call(F,f(this),A,B,x)})}else{if(f.browser.msie){F.elements.tooltip.append('<v:image style="behavior:url(#default#VML);"></v:image>')}}s=Math.max(B,(B+(t-B)));v=Math.max(t-B,0);F.elements.contentWrapper.css({border:"0px solid "+x,borderWidth:v+"px "+s+"px"})}function r(u,w,s,t){var v=u.get(0).getContext("2d");v.fillStyle=t;v.beginPath();v.arc(w[0],w[1],s,0,Math.PI*2,false);v.fill()}function e(v){var t,s,x,u,w;t=this;if(t.elements.tip!==null){t.elements.tip.remove()}s=t.options.style.tip.color||t.options.style.border.color;if(t.options.style.tip.corner===false){return}else{if(!v){v=t.options.style.tip.corner}}x=b(v,t.options.style.tip.size.width,t.options.style.tip.size.height);t.elements.tip='<div class="'+t.options.style.classes.tip+'" dir="ltr" rel="'+v+'" style="position:absolute; height:'+t.options.style.tip.size.height+"px; width:"+t.options.style.tip.size.width+'px; margin:0 auto; line-height:0.1px; font-size:1px;">';if(f("<canvas>").get(0).getContext){t.elements.tip+='<canvas height="'+t.options.style.tip.size.height+'" width="'+t.options.style.tip.size.width+'"></canvas>'}else{if(f.browser.msie){u=t.options.style.tip.size.width+","+t.options.style.tip.size.height;w="m"+x[0][0]+","+x[0][1];w+=" l"+x[1][0]+","+x[1][1];w+=" "+x[2][0]+","+x[2][1];w+=" xe";t.elements.tip+='<v:shape fillcolor="'+s+'" stroked="false" filled="true" path="'+w+'" coordsize="'+u+'" style="width:'+t.options.style.tip.size.width+"px; height:"+t.options.style.tip.size.height+"px; line-height:0.1px; display:inline-block; behavior:url(#default#VML); vertical-align:"+((v.search(/top/)!==-1)?"bottom":"top")+'"></v:shape>';t.elements.tip+='<v:image style="behavior:url(#default#VML);"></v:image>';t.elements.contentWrapper.css("position","relative")}}t.elements.tooltip.prepend(t.elements.tip+"</div>");t.elements.tip=t.elements.tooltip.find("."+t.options.style.classes.tip).eq(0);if(f("<canvas>").get(0).getContext){h.call(t,t.elements.tip.find("canvas:first"),x,s)}if(v.search(/top/)!==-1&&f.browser.msie&&parseInt(f.browser.version.charAt(0))===6){t.elements.tip.css({marginTop:-4})}n.call(t,v)}function h(t,v,s){var u=t.get(0).getContext("2d");u.fillStyle=s;u.beginPath();u.moveTo(v[0][0],v[0][1]);u.lineTo(v[1][0],v[1][1]);u.lineTo(v[2][0],v[2][1]);u.fill()}function n(u){var t,w,s,x,v;t=this;if(t.options.style.tip.corner===false||!t.elements.tip){return}if(!u){u=t.elements.tip.attr("rel")}w=positionAdjust=(f.browser.msie)?1:0;t.elements.tip.css(u.match(/left|right|top|bottom/)[0],0);if(u.search(/top|bottom/)!==-1){if(f.browser.msie){if(parseInt(f.browser.version.charAt(0))===6){positionAdjust=(u.search(/top/)!==-1)?-3:1}else{positionAdjust=(u.search(/top/)!==-1)?1:2}}if(u.search(/Middle/)!==-1){t.elements.tip.css({left:"50%",marginLeft:-(t.options.style.tip.size.width/2)})}else{if(u.search(/Left/)!==-1){t.elements.tip.css({left:t.options.style.border.radius-w})}else{if(u.search(/Right/)!==-1){t.elements.tip.css({right:t.options.style.border.radius+w})}}}if(u.search(/top/)!==-1){t.elements.tip.css({top:-positionAdjust})}else{t.elements.tip.css({bottom:positionAdjust})}}else{if(u.search(/left|right/)!==-1){if(f.browser.msie){positionAdjust=(parseInt(f.browser.version.charAt(0))===6)?1:((u.search(/left/)!==-1)?1:2)}if(u.search(/Middle/)!==-1){t.elements.tip.css({top:"50%",marginTop:-(t.options.style.tip.size.height/2)})}else{if(u.search(/Top/)!==-1){t.elements.tip.css({top:t.options.style.border.radius-w})}else{if(u.search(/Bottom/)!==-1){t.elements.tip.css({bottom:t.options.style.border.radius+w})}}}if(u.search(/left/)!==-1){t.elements.tip.css({left:-positionAdjust})}else{t.elements.tip.css({right:positionAdjust})}}}s="padding-"+u.match(/left|right|top|bottom/)[0];x=t.options.style.tip.size[(s.search(/left|right/)!==-1)?"width":"height"];t.elements.tooltip.css("padding",0);t.elements.tooltip.css(s,x);if(f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){v=parseInt(t.elements.tip.css("margin-top"))||0;v+=parseInt(t.elements.content.css("margin-top"))||0;t.elements.tip.css({marginTop:v})}}function j(){var s=this;if(s.elements.title!==null){s.elements.title.remove()}s.elements.title=f('<div class="'+s.options.style.classes.title+'">').css(q(s.options.style.title,true)).css({zoom:(f.browser.msie)?1:0}).prependTo(s.elements.contentWrapper);if(s.options.content.title.text){s.updateTitle.call(s,s.options.content.title.text)}if(s.options.content.title.button!==false&&typeof s.options.content.title.button=="string"){s.elements.button=f('<a class="'+s.options.style.classes.button+'" style="float:right; position: relative"></a>').css(q(s.options.style.button,true)).html(s.options.content.title.button).prependTo(s.elements.title).click(function(t){if(!s.status.disabled){s.hide(t)}})}}function l(){var t,v,u,s;t=this;v=t.options.show.when.target;u=t.options.hide.when.target;if(t.options.hide.fixed){u=u.add(t.elements.tooltip)}if(t.options.hide.when.event=="inactive"){s=["click","dblclick","mousedown","mouseup","mousemove","mouseout","mouseenter","mouseleave","mouseover"];function y(z){if(t.status.disabled===true){return}clearTimeout(t.timers.inactive);t.timers.inactive=setTimeout(function(){f(s).each(function(){u.unbind(this+".qtip-inactive");t.elements.content.unbind(this+".qtip-inactive")});t.hide(z)},t.options.hide.delay)}}else{if(t.options.hide.fixed===true){t.elements.tooltip.bind("mouseover.qtip",function(){if(t.status.disabled===true){return}clearTimeout(t.timers.hide)})}}function x(z){if(t.status.disabled===true){return}if(t.options.hide.when.event=="inactive"){f(s).each(function(){u.bind(this+".qtip-inactive",y);t.elements.content.bind(this+".qtip-inactive",y)});y()}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.timers.show=setTimeout(function(){t.show(z)},t.options.show.delay)}function w(z){if(t.status.disabled===true){return}if(t.options.hide.fixed===true&&t.options.hide.when.event.search(/mouse(out|leave)/i)!==-1&&f(z.relatedTarget).parents("div.qtip[qtip]").length>0){z.stopPropagation();z.preventDefault();clearTimeout(t.timers.hide);return false}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.elements.tooltip.stop(true,true);t.timers.hide=setTimeout(function(){t.hide(z)},t.options.hide.delay)}if((t.options.show.when.target.add(t.options.hide.when.target).length===1&&t.options.show.when.event==t.options.hide.when.event&&t.options.hide.when.event!=="inactive")||t.options.hide.when.event=="unfocus"){t.cache.toggle=0;v.bind(t.options.show.when.event+".qtip",function(z){if(t.cache.toggle==0){x(z)}else{w(z)}})}else{v.bind(t.options.show.when.event+".qtip",x);if(t.options.hide.when.event!=="inactive"){u.bind(t.options.hide.when.event+".qtip",w)}}if(t.options.position.type.search(/(fixed|absolute)/)!==-1){t.elements.tooltip.bind("mouseover.qtip",t.focus)}if(t.options.position.target==="mouse"&&t.options.position.type!=="static"){v.bind("mousemove.qtip",function(z){t.cache.mouse={x:z.pageX,y:z.pageY};if(t.status.disabled===false&&t.options.position.adjust.mouse===true&&t.options.position.type!=="static"&&t.elements.tooltip.css("display")!=="none"){t.updatePosition(z)}})}}function o(u,v,A){var z,s,x,y,t,w;z=this;if(A.corner=="center"){return v.position}s=f.extend({},u);y={x:false,y:false};t={left:(s.left<f.fn.qtip.cache.screen.scroll.left),right:(s.left+A.dimensions.width+2>=f.fn.qtip.cache.screen.width+f.fn.qtip.cache.screen.scroll.left),top:(s.top<f.fn.qtip.cache.screen.scroll.top),bottom:(s.top+A.dimensions.height+2>=f.fn.qtip.cache.screen.height+f.fn.qtip.cache.screen.scroll.top)};x={left:(t.left&&(A.corner.search(/right/i)!=-1||(A.corner.search(/right/i)==-1&&!t.right))),right:(t.right&&(A.corner.search(/left/i)!=-1||(A.corner.search(/left/i)==-1&&!t.left))),top:(t.top&&A.corner.search(/top/i)==-1),bottom:(t.bottom&&A.corner.search(/bottom/i)==-1)};if(x.left){if(z.options.position.target!=="mouse"){s.left=v.position.left+v.dimensions.width}else{s.left=z.cache.mouse.x}y.x="Left"}else{if(x.right){if(z.options.position.target!=="mouse"){s.left=v.position.left-A.dimensions.width}else{s.left=z.cache.mouse.x-A.dimensions.width}y.x="Right"}}if(x.top){if(z.options.position.target!=="mouse"){s.top=v.position.top+v.dimensions.height}else{s.top=z.cache.mouse.y}y.y="top"}else{if(x.bottom){if(z.options.position.target!=="mouse"){s.top=v.position.top-A.dimensions.height}else{s.top=z.cache.mouse.y-A.dimensions.height}y.y="bottom"}}if(s.left<0){s.left=u.left;y.x=false}if(s.top<0){s.top=u.top;y.y=false}if(z.options.style.tip.corner!==false){s.corner=new String(A.corner);if(y.x!==false){s.corner=s.corner.replace(/Left|Right|Middle/,y.x)}if(y.y!==false){s.corner=s.corner.replace(/top|bottom/,y.y)}if(s.corner!==z.elements.tip.attr("rel")){e.call(z,s.corner)}}return s}function q(u,t){var v,s;v=f.extend(true,{},u);for(s in v){if(t===true&&s.search(/(tip|classes)/i)!==-1){delete v[s]}else{if(!t&&s.search(/(width|border|tip|title|classes|user)/i)!==-1){delete v[s]}}}return v}function c(s){if(typeof s.tip!=="object"){s.tip={corner:s.tip}}if(typeof s.tip.size!=="object"){s.tip.size={width:s.tip.size,height:s.tip.size}}if(typeof s.border!=="object"){s.border={width:s.border}}if(typeof s.width!=="object"){s.width={value:s.width}}if(typeof s.width.max=="string"){s.width.max=parseInt(s.width.max.replace(/([0-9]+)/i,"$1"))}if(typeof s.width.min=="string"){s.width.min=parseInt(s.width.min.replace(/([0-9]+)/i,"$1"))}if(typeof s.tip.size.x=="number"){s.tip.size.width=s.tip.size.x;delete s.tip.size.x}if(typeof s.tip.size.y=="number"){s.tip.size.height=s.tip.size.y;delete s.tip.size.y}return s}function a(){var s,t,u,x,v,w;s=this;u=[true,{}];for(t=0;t<arguments.length;t++){u.push(arguments[t])}x=[f.extend.apply(f,u)];while(typeof x[0].name=="string"){x.unshift(c(f.fn.qtip.styles[x[0].name]))}x.unshift(true,{classes:{tooltip:"qtip-"+(arguments[0].name||"defaults")}},f.fn.qtip.styles.defaults);v=f.extend.apply(f,x);w=(f.browser.msie)?1:0;v.tip.size.width+=w;v.tip.size.height+=w;if(v.tip.size.width%2>0){v.tip.size.width+=1}if(v.tip.size.height%2>0){v.tip.size.height+=1}if(v.tip.corner===true){v.tip.corner=(s.options.position.corner.tooltip==="center")?false:s.options.position.corner.tooltip}return v}function b(v,u,t){var s={bottomRight:[[0,0],[u,t],[u,0]],bottomLeft:[[0,0],[u,0],[0,t]],topRight:[[0,t],[u,0],[u,t]],topLeft:[[0,0],[0,t],[u,t]],topMiddle:[[0,t],[u/2,0],[u,t]],bottomMiddle:[[0,0],[u,0],[u/2,t]],rightMiddle:[[0,0],[u,t/2],[0,t]],leftMiddle:[[u,0],[u,t],[0,t/2]]};s.leftTop=s.bottomRight;s.rightTop=s.bottomLeft;s.leftBottom=s.topRight;s.rightBottom=s.topLeft;return s[v]}function g(s){var t;if(f("<canvas>").get(0).getContext){t={topLeft:[s,s],topRight:[0,s],bottomLeft:[s,0],bottomRight:[0,0]}}else{if(f.browser.msie){t={topLeft:[-90,90,0],topRight:[-90,90,-s],bottomLeft:[90,270,0],bottomRight:[90,270,-s]}}}return t}function k(){var s,t,u;s=this;u=s.getDimensions();t='<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:false" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=\'0\'); border: 1px solid red; height:'+u.height+"px; width:"+u.width+'px" />';s.elements.bgiframe=s.elements.wrapper.prepend(t).children(".qtip-bgiframe:first")}f(document).ready(function(){f.fn.qtip.cache={screen:{scroll:{left:f(window).scrollLeft(),top:f(window).scrollTop()},width:f(window).width(),height:f(window).height()}};var s;f(window).bind("resize scroll",function(t){clearTimeout(s);s=setTimeout(function(){if(t.type==="scroll"){f.fn.qtip.cache.screen.scroll={left:f(window).scrollLeft(),top:f(window).scrollTop()}}else{f.fn.qtip.cache.screen.width=f(window).width();f.fn.qtip.cache.screen.height=f(window).height()}for(i=0;i<f.fn.qtip.interfaces.length;i++){var u=f.fn.qtip.interfaces[i];if(u.status.rendered===true&&(u.options.position.type!=="static"||u.options.position.adjust.scroll&&t.type==="scroll"||u.options.position.adjust.resize&&t.type==="resize")){u.updatePosition(t,true)}}},100)});f(document).bind("mousedown.qtip",function(t){if(f(t.target).parents("div.qtip").length===0){f(".qtip[unfocus]").each(function(){var u=f(this).qtip("api");if(f(this).is(":visible")&&!u.status.disabled&&f(t.target).add(u.elements.target).length>1){u.hide(t)}})}})});f.fn.qtip.interfaces=[];f.fn.qtip.log={error:function(){return this}};f.fn.qtip.constants={};f.fn.qtip.defaults={content:{prerender:false,text:false,url:false,data:null,title:{text:false,button:false}},position:{target:false,corner:{target:"bottomRight",tooltip:"topLeft"},adjust:{x:0,y:0,mouse:true,screen:false,scroll:true,resize:true},type:"absolute",container:false},show:{when:{target:false,event:"mouseover"},effect:{type:"fade",length:100},delay:140,solo:false,ready:false},hide:{when:{target:false,event:"mouseout"},effect:{type:"fade",length:100},delay:0,fixed:false},api:{beforeRender:function(){},onRender:function(){},beforePositionUpdate:function(){},onPositionUpdate:function(){},beforeShow:function(){},onShow:function(){},beforeHide:function(){},onHide:function(){},beforeContentUpdate:function(){},onContentUpdate:function(){},beforeContentLoad:function(){},onContentLoad:function(){},beforeTitleUpdate:function(){},onTitleUpdate:function(){},beforeDestroy:function(){},onDestroy:function(){},beforeFocus:function(){},onFocus:function(){}}};f.fn.qtip.styles={defaults:{background:"white",color:"#111",overflow:"hidden",textAlign:"left",width:{min:0,max:250},padding:"5px 9px",border:{width:1,radius:0,color:"#d3d3d3"},tip:{corner:false,color:false,size:{width:13,height:13},opacity:1},title:{background:"#e1e1e1",fontWeight:"bold",padding:"7px 12px"},button:{cursor:"pointer"},classes:{target:"",tip:"qtip-tip",title:"qtip-title",button:"qtip-button",content:"qtip-content",active:"qtip-active"}},cream:{border:{width:3,radius:0,color:"#F9E98E"},title:{background:"#F0DE7D",color:"#A27D35"},background:"#FBF7AA",color:"#A27D35",classes:{tooltip:"qtip-cream"}},light:{border:{width:3,radius:0,color:"#E2E2E2"},title:{background:"#f1f1f1",color:"#454545"},background:"white",color:"#454545",classes:{tooltip:"qtip-light"}},dark:{border:{width:3,radius:0,color:"#303030"},title:{background:"#404040",color:"#f3f3f3"},background:"#505050",color:"#f3f3f3",classes:{tooltip:"qtip-dark"}},red:{border:{width:3,radius:0,color:"#CE6F6F"},title:{background:"#f28279",color:"#9C2F2F"},background:"#F79992",color:"#9C2F2F",classes:{tooltip:"qtip-red"}},green:{border:{width:3,radius:0,color:"#A9DB66"},title:{background:"#b9db8c",color:"#58792E"},background:"#CDE6AC",color:"#58792E",classes:{tooltip:"qtip-green"}},blue:{border:{width:3,radius:0,color:"#ADD9ED"},title:{background:"#D0E9F5",color:"#5E99BD"},background:"#E5F6FE",color:"#4D9FBF",classes:{tooltip:"qtip-blue"}}}})(jQuery);
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
1 |
+
/* qTip2 v2.1.1 tips modal viewport svg imagemap ie6 | qtip2.com | Licensed MIT, GPL | Thu Jul 11 2013 14:03:02 */
|
2 |
+
(function(t,e,s){(function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery","imagesloaded"],t):jQuery&&!jQuery.fn.qtip&&t(jQuery)})(function(o){function n(t,e,i,s){this.id=i,this.target=t,this.tooltip=E,this.elements=elements={target:t},this._id=$+"-"+i,this.timers={img:{}},this.options=e,this.plugins={},this.cache=cache={event:{},target:o(),disabled:S,attr:s,onTooltip:S,lastClass:""},this.rendered=this.destroyed=this.disabled=this.waiting=this.hiddenDuringWait=this.positioning=this.triggering=S}function r(t){return t===E||"object"!==o.type(t)}function a(t){return!(o.isFunction(t)||t&&t.attr||t.length||"object"===o.type(t)&&(t.jquery||t.then))}function h(t){var e,i,s,n;return r(t)?S:(r(t.metadata)&&(t.metadata={type:t.metadata}),"content"in t&&(e=t.content,r(e)||e.jquery||e.done?e=t.content={text:i=a(e)?S:e}:i=e.text,"ajax"in e&&(s=e.ajax,n=s&&s.once!==S,delete e.ajax,e.text=function(t,e){var r=i||o(this).attr(e.options.content.attr)||"Loading...",a=o.ajax(o.extend({},s,{context:e})).then(s.success,E,s.error).then(function(t){return t&&n&&e.set("content.text",t),t},function(t,i,s){e.destroyed||0===t.status||e.set("content.text",i+": "+s)});return n?r:(e.set("content.text",r),a)}),"title"in e&&(r(e.title)||(e.button=e.title.button,e.title=e.title.text),a(e.title||S)&&(e.title=S))),"position"in t&&r(t.position)&&(t.position={my:t.position,at:t.position}),"show"in t&&r(t.show)&&(t.show=t.show.jquery?{target:t.show}:t.show===M?{ready:M}:{event:t.show}),"hide"in t&&r(t.hide)&&(t.hide=t.hide.jquery?{target:t.hide}:{event:t.hide}),"style"in t&&r(t.style)&&(t.style={classes:t.style}),o.each(N,function(){this.sanitize&&this.sanitize(t)}),t)}function l(t,e){for(var i,s=0,o=t,n=e.split(".");o=o[n[s++]];)n.length>s&&(i=o);return[i||t,n.pop()]}function c(t,e){var i,s,o;for(i in this.checks)for(s in this.checks[i])(o=RegExp(s,"i").exec(t))&&(e.push(o),("builtin"===i||this.plugins[i])&&this.checks[i][s].apply(this.plugins[i]||this,e))}function p(t){return H.concat("").join(t?"-"+t+" ":" ")}function d(t){if(this.tooltip.hasClass(te))return S;clearTimeout(this.timers.show),clearTimeout(this.timers.hide);var e=o.proxy(function(){this.toggle(M,t)},this);this.options.show.delay>0?this.timers.show=setTimeout(e,this.options.show.delay):e()}function u(t){if(this.tooltip.hasClass(te))return S;var e=o(t.relatedTarget),i=e.closest(G)[0]===this.tooltip[0],s=e[0]===this.options.show.target[0];if(clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this!==e[0]&&"mouse"===this.options.position.target&&i||this.options.hide.fixed&&/mouse(out|leave|move)/.test(t.type)&&(i||s))try{t.preventDefault(),t.stopImmediatePropagation()}catch(n){}else{var r=o.proxy(function(){this.toggle(S,t)},this);this.options.hide.delay>0?this.timers.hide=setTimeout(r,this.options.hide.delay):r()}}function f(t){return this.tooltip.hasClass(te)||!this.options.hide.inactive?S:(clearTimeout(this.timers.inactive),this.timers.inactive=setTimeout(o.proxy(function(){this.hide(t)},this),this.options.hide.inactive),s)}function g(t){this.rendered&&this.tooltip[0].offsetWidth>0&&this.reposition(t)}function m(t,i,s){o(e.body).delegate(t,(i.split?i:i.join(re+" "))+re,function(){var t=T.api[o.attr(this,Y)];t&&!t.disabled&&s.apply(t,arguments)})}function v(t,i,s){var r,a,l,c,p,d=o(e.body),u=t[0]===e?d:t,f=t.metadata?t.metadata(s.metadata):E,g="html5"===s.metadata.type&&f?f[s.metadata.name]:E,m=t.data(s.metadata.name||"qtipopts");try{m="string"==typeof m?o.parseJSON(m):m}catch(v){}if(c=o.extend(M,{},T.defaults,s,"object"==typeof m?h(m):E,h(g||f)),a=c.position,c.id=i,"boolean"==typeof c.content.text){if(l=t.attr(c.content.attr),c.content.attr===S||!l)return S;c.content.text=l}if(a.container.length||(a.container=d),a.target===S&&(a.target=u),c.show.target===S&&(c.show.target=u),c.show.solo===M&&(c.show.solo=a.container.closest("body")),c.hide.target===S&&(c.hide.target=u),c.position.viewport===M&&(c.position.viewport=a.container),a.container=a.container.eq(0),a.at=new j(a.at,M),a.my=new j(a.my),t.data($))if(c.overwrite)t.qtip("destroy");else if(c.overwrite===S)return S;return t.attr(X,i),c.suppress&&(p=t.attr("title"))&&t.removeAttr("title").attr(ie,p).attr("title",""),r=new n(t,c,i,!!l),t.data($,r),t.one("remove.qtip-"+i+" removeqtip.qtip-"+i,function(){var t;(t=o(this).data($))&&t.destroy()}),r}function y(t){return t.charAt(0).toUpperCase()+t.slice(1)}function b(t,e){var i,o,n=e.charAt(0).toUpperCase()+e.slice(1),r=(e+" "+ve.join(n+" ")+n).split(" "),a=0;if(me[e])return t.css(me[e]);for(;i=r[a++];)if((o=t.css(i))!==s)return me[e]=i,o}function w(t,e){return parseInt(b(t,e),10)}function x(t,e){this._ns="tip",this.options=e,this.offset=e.offset,this.size=[e.width,e.height],this.init(this.qtip=t)}function _(t,e){this.options=e,this._ns="-modal",this.init(this.qtip=t)}function q(t){this._ns="ie6",this.init(this.qtip=t)}var T,C,j,z,W,M=!0,S=!1,E=null,O="x",R="y",I="width",k="height",B="top",L="left",P="bottom",V="right",D="center",A="flipinvert",F="shift",N={},$="qtip",X="data-hasqtip",Y="data-qtip-id",H=["ui-widget","ui-tooltip"],G="."+$,U="click dblclick mousedown mouseup mousemove mouseleave mouseenter".split(" "),Q=$+"-fixed",J=$+"-default",K=$+"-focus",Z=$+"-hover",te=$+"-disabled",ee="_replacedByqTip",ie="oldtitle";BROWSER={ie:function(){for(var t=3,i=e.createElement("div");(i.innerHTML="<!--[if gt IE "+ ++t+"]><i></i><![endif]-->")&&i.getElementsByTagName("i")[0];);return t>4?t:0/0}(),iOS:parseFloat((""+(/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent)||[0,""])[1]).replace("undefined","3_2").replace("_",".").replace("_",""))||S},C=n.prototype,C.render=function(t){if(this.rendered||this.destroyed)return this;var e=this,i=this.options,s=this.cache,n=this.elements,r=i.content.text,a=i.content.title,h=i.content.button,l=i.position,c="."+this._id+" ",p=[];return o.attr(this.target[0],"aria-describedby",this._id),this.tooltip=n.tooltip=tooltip=o("<div/>",{id:this._id,"class":[$,J,i.style.classes,$+"-pos-"+i.position.my.abbrev()].join(" "),width:i.style.width||"",height:i.style.height||"",tracking:"mouse"===l.target&&l.adjust.mouse,role:"alert","aria-live":"polite","aria-atomic":S,"aria-describedby":this._id+"-content","aria-hidden":M}).toggleClass(te,this.disabled).attr(Y,this.id).data($,this).appendTo(l.container).append(n.content=o("<div />",{"class":$+"-content",id:this._id+"-content","aria-atomic":M})),this.rendered=-1,this.positioning=M,a&&(this._createTitle(),o.isFunction(a)||p.push(this._updateTitle(a,S))),h&&this._createButton(),o.isFunction(r)||p.push(this._updateContent(r,S)),this.rendered=M,this._setWidget(),o.each(i.events,function(t,e){o.isFunction(e)&&tooltip.bind(("toggle"===t?["tooltipshow","tooltiphide"]:["tooltip"+t]).join(c)+c,e)}),o.each(N,function(t){var i;"render"===this.initialize&&(i=this(e))&&(e.plugins[t]=i)}),this._assignEvents(),o.when.apply(o,p).then(function(){e._trigger("render"),e.positioning=S,e.hiddenDuringWait||!i.show.ready&&!t||e.toggle(M,s.event,S),e.hiddenDuringWait=S}),T.api[this.id]=this,this},C.destroy=function(t){function e(){if(!this.destroyed){this.destroyed=M;var t=this.target,e=t.attr(ie);this.rendered&&this.tooltip.stop(1,0).find("*").remove().end().remove(),o.each(this.plugins,function(){this.destroy&&this.destroy()}),clearTimeout(this.timers.show),clearTimeout(this.timers.hide),this._unassignEvents(),t.removeData($).removeAttr(Y).removeAttr("aria-describedby"),this.options.suppress&&e&&t.attr("title",e).removeAttr(ie),this._unbind(t),this.options=this.elements=this.cache=this.timers=this.plugins=this.mouse=E,delete T.api[this.id]}}return this.destroyed?this.target:(t!==M&&this.rendered?(tooltip.one("tooltiphidden",o.proxy(e,this)),!this.triggering&&this.hide()):e.call(this),this.target)},z=C.checks={builtin:{"^id$":function(t,e,i,s){var n=i===M?T.nextid:i,r=$+"-"+n;n!==S&&n.length>0&&!o("#"+r).length?(this._id=r,this.rendered&&(this.tooltip[0].id=this._id,this.elements.content[0].id=this._id+"-content",this.elements.title[0].id=this._id+"-title")):t[e]=s},"^prerender":function(t,e,i){i&&!this.rendered&&this.render(this.options.show.ready)},"^content.text$":function(t,e,i){this._updateContent(i)},"^content.attr$":function(t,e,i,s){this.options.content.text===this.target.attr(s)&&this._updateContent(this.target.attr(i))},"^content.title$":function(t,e,i){return i?(i&&!this.elements.title&&this._createTitle(),this._updateTitle(i),s):this._removeTitle()},"^content.button$":function(t,e,i){this._updateButton(i)},"^content.title.(text|button)$":function(t,e,i){this.set("content."+e,i)},"^position.(my|at)$":function(t,e,i){"string"==typeof i&&(t[e]=new j(i,"at"===e))},"^position.container$":function(t,e,i){this.tooltip.appendTo(i)},"^show.ready$":function(t,e,i){i&&(!this.rendered&&this.render(M)||this.toggle(M))},"^style.classes$":function(t,e,i,s){this.tooltip.removeClass(s).addClass(i)},"^style.width|height":function(t,e,i){this.tooltip.css(e,i)},"^style.widget|content.title":function(){this._setWidget()},"^style.def":function(t,e,i){this.tooltip.toggleClass(J,!!i)},"^events.(render|show|move|hide|focus|blur)$":function(t,e,i){tooltip[(o.isFunction(i)?"":"un")+"bind"]("tooltip"+e,i)},"^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)":function(){var t=this.options.position;tooltip.attr("tracking","mouse"===t.target&&t.adjust.mouse),this._unassignEvents(),this._assignEvents()}}},C.get=function(t){if(this.destroyed)return this;var e=l(this.options,t.toLowerCase()),i=e[0][e[1]];return i.precedance?i.string():i};var se=/^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,oe=/^prerender|show\.ready/i;C.set=function(t,e){if(this.destroyed)return this;var i,n=this.rendered,r=S,a=this.options;return this.checks,"string"==typeof t?(i=t,t={},t[i]=e):t=o.extend({},t),o.each(t,function(e,i){if(!n&&!oe.test(e))return delete t[e],s;var h,c=l(a,e.toLowerCase());h=c[0][c[1]],c[0][c[1]]=i&&i.nodeType?o(i):i,r=se.test(e)||r,t[e]=[c[0],c[1],i,h]}),h(a),this.positioning=M,o.each(t,o.proxy(c,this)),this.positioning=S,this.rendered&&this.tooltip[0].offsetWidth>0&&r&&this.reposition("mouse"===a.position.target?E:this.cache.event),this},C._update=function(t,e){var i=this,s=this.cache;return this.rendered&&t?(o.isFunction(t)&&(t=t.call(this.elements.target,s.event,this)||""),o.isFunction(t.then)?(s.waiting=M,t.then(function(t){return s.waiting=S,i._update(t,e)},E,function(t){return i._update(t,e)})):t===S||!t&&""!==t?S:(t.jquery&&t.length>0?e.children().detach().end().append(t.css({display:"block"})):e.html(t),s.waiting=M,(o.fn.imagesLoaded?e.imagesLoaded():o.Deferred().resolve(o([]))).done(function(t){s.waiting=S,t.length&&i.rendered&&i.tooltip[0].offsetWidth>0&&i.reposition(s.event,!t.length)}).promise())):S},C._updateContent=function(t,e){this._update(t,this.elements.content,e)},C._updateTitle=function(t,e){this._update(t,this.elements.title,e)===S&&this._removeTitle(S)},C._createTitle=function(){var t=this.elements,e=this._id+"-title";t.titlebar&&this._removeTitle(),t.titlebar=o("<div />",{"class":$+"-titlebar "+(this.options.style.widget?p("header"):"")}).append(t.title=o("<div />",{id:e,"class":$+"-title","aria-atomic":M})).insertBefore(t.content).delegate(".qtip-close","mousedown keydown mouseup keyup mouseout",function(t){o(this).toggleClass("ui-state-active ui-state-focus","down"===t.type.substr(-4))}).delegate(".qtip-close","mouseover mouseout",function(t){o(this).toggleClass("ui-state-hover","mouseover"===t.type)}),this.options.content.button&&this._createButton()},C._removeTitle=function(t){var e=this.elements;e.title&&(e.titlebar.remove(),e.titlebar=e.title=e.button=E,t!==S&&this.reposition())},C.reposition=function(i,s){if(!this.rendered||this.positioning||this.destroyed)return this;this.positioning=M;var n,r,a=this.cache,h=this.tooltip,l=this.options.position,c=l.target,p=l.my,d=l.at,u=l.viewport,f=l.container,g=l.adjust,m=g.method.split(" "),v=h.outerWidth(S),y=h.outerHeight(S),b=0,w=0,x=h.css("position"),_={left:0,top:0},q=h[0].offsetWidth>0,T=i&&"scroll"===i.type,C=o(t),j=f[0].ownerDocument,z=this.mouse;if(o.isArray(c)&&2===c.length)d={x:L,y:B},_={left:c[0],top:c[1]};else if("mouse"===c&&(i&&i.pageX||a.event.pageX))d={x:L,y:B},i=!z||!z.pageX||!g.mouse&&i&&i.pageX?(!i||"resize"!==i.type&&"scroll"!==i.type?i&&i.pageX&&"mousemove"===i.type?i:(!g.mouse||this.options.show.distance)&&a.origin&&a.origin.pageX?a.origin:i:a.event)||i||a.event||z||{}:z,"static"!==x&&(_=f.offset()),j.body.offsetWidth!==(t.innerWidth||j.documentElement.clientWidth)&&(r=o(j.body).offset()),_={left:i.pageX-_.left+(r&&r.left||0),top:i.pageY-_.top+(r&&r.top||0)},g.mouse&&T&&(_.left-=z.scrollX-C.scrollLeft(),_.top-=z.scrollY-C.scrollTop());else{if("event"===c&&i&&i.target&&"scroll"!==i.type&&"resize"!==i.type?a.target=o(i.target):"event"!==c&&(a.target=o(c.jquery?c:elements.target)),c=a.target,c=o(c).eq(0),0===c.length)return this;c[0]===e||c[0]===t?(b=BROWSER.iOS?t.innerWidth:c.width(),w=BROWSER.iOS?t.innerHeight:c.height(),c[0]===t&&(_={top:(u||c).scrollTop(),left:(u||c).scrollLeft()})):N.imagemap&&c.is("area")?n=N.imagemap(this,c,d,N.viewport?m:S):N.svg&&c[0].ownerSVGElement?n=N.svg(this,c,d,N.viewport?m:S):(b=c.outerWidth(S),w=c.outerHeight(S),_=c.offset()),n&&(b=n.width,w=n.height,r=n.offset,_=n.position),_=this.reposition.offset(c,_,f),(BROWSER.iOS>3.1&&4.1>BROWSER.iOS||BROWSER.iOS>=4.3&&4.33>BROWSER.iOS||!BROWSER.iOS&&"fixed"===x)&&(_.left-=C.scrollLeft(),_.top-=C.scrollTop()),(!n||n&&n.adjustable!==S)&&(_.left+=d.x===V?b:d.x===D?b/2:0,_.top+=d.y===P?w:d.y===D?w/2:0)}return _.left+=g.x+(p.x===V?-v:p.x===D?-v/2:0),_.top+=g.y+(p.y===P?-y:p.y===D?-y/2:0),N.viewport?(_.adjusted=N.viewport(this,_,l,b,w,v,y),r&&_.adjusted.left&&(_.left+=r.left),r&&_.adjusted.top&&(_.top+=r.top)):_.adjusted={left:0,top:0},this._trigger("move",[_,u.elem||u],i)?(delete _.adjusted,s===S||!q||isNaN(_.left)||isNaN(_.top)||"mouse"===c||!o.isFunction(l.effect)?h.css(_):o.isFunction(l.effect)&&(l.effect.call(h,this,o.extend({},_)),h.queue(function(t){o(this).css({opacity:"",height:""}),BROWSER.ie&&this.style.removeAttribute("filter"),t()})),this.positioning=S,this):this},C.reposition.offset=function(t,i,s){function n(t,e){i.left+=e*t.scrollLeft(),i.top+=e*t.scrollTop()}if(!s[0])return i;var r,a,h,l,c=o(t[0].ownerDocument),p=!!BROWSER.ie&&"CSS1Compat"!==e.compatMode,d=s[0];do"static"!==(a=o.css(d,"position"))&&("fixed"===a?(h=d.getBoundingClientRect(),n(c,-1)):(h=o(d).position(),h.left+=parseFloat(o.css(d,"borderLeftWidth"))||0,h.top+=parseFloat(o.css(d,"borderTopWidth"))||0),i.left-=h.left+(parseFloat(o.css(d,"marginLeft"))||0),i.top-=h.top+(parseFloat(o.css(d,"marginTop"))||0),r||"hidden"===(l=o.css(d,"overflow"))||"visible"===l||(r=o(d)));while(d=d.offsetParent);return r&&(r[0]!==c[0]||p)&&n(r,1),i};var ne=(j=C.reposition.Corner=function(t,e){t=(""+t).replace(/([A-Z])/," $1").replace(/middle/gi,D).toLowerCase(),this.x=(t.match(/left|right/i)||t.match(/center/)||["inherit"])[0].toLowerCase(),this.y=(t.match(/top|bottom|center/i)||["inherit"])[0].toLowerCase(),this.forceY=!!e;var i=t.charAt(0);this.precedance="t"===i||"b"===i?R:O}).prototype;ne.invert=function(t,e){this[t]=this[t]===L?V:this[t]===V?L:e||this[t]},ne.string=function(){var t=this.x,e=this.y;return t===e?t:this.precedance===R||this.forceY&&"center"!==e?e+" "+t:t+" "+e},ne.abbrev=function(){var t=this.string().split(" ");return t[0].charAt(0)+(t[1]&&t[1].charAt(0)||"")},ne.clone=function(){return new j(this.string(),this.forceY)},C.toggle=function(t,i){var s=this.cache,n=this.options,r=this.tooltip;if(i){if(/over|enter/.test(i.type)&&/out|leave/.test(s.event.type)&&n.show.target.add(i.target).length===n.show.target.length&&r.has(i.relatedTarget).length)return this;s.event=o.extend({},i)}if(this.waiting&&!t&&(this.hiddenDuringWait=M),!this.rendered)return t?this.render(1):this;if(this.destroyed||this.disabled)return this;var a,h,l=t?"show":"hide",c=this.options[l],p=(this.options[t?"hide":"show"],this.options.position),d=this.options.content,u=this.tooltip.css("width"),f=this.tooltip[0].offsetWidth>0,g=t||1===c.target.length,m=!i||2>c.target.length||s.target[0]===i.target;return(typeof t).search("boolean|number")&&(t=!f),a=!r.is(":animated")&&f===t&&m,h=a?E:!!this._trigger(l,[90]),h!==S&&t&&this.focus(i),!h||a?this:(o.attr(r[0],"aria-hidden",!t),t?(s.origin=o.extend({},this.mouse),o.isFunction(d.text)&&this._updateContent(d.text,S),o.isFunction(d.title)&&this._updateTitle(d.title,S),!W&&"mouse"===p.target&&p.adjust.mouse&&(o(e).bind("mousemove."+$,this._storeMouse),W=M),u||r.css("width",r.outerWidth(S)),this.reposition(i,arguments[2]),u||r.css("width",""),c.solo&&("string"==typeof c.solo?o(c.solo):o(G,c.solo)).not(r).not(c.target).qtip("hide",o.Event("tooltipsolo"))):(clearTimeout(this.timers.show),delete s.origin,W&&!o(G+'[tracking="true"]:visible',c.solo).not(r).length&&(o(e).unbind("mousemove."+$),W=S),this.blur(i)),after=o.proxy(function(){t?(BROWSER.ie&&r[0].style.removeAttribute("filter"),r.css("overflow",""),"string"==typeof c.autofocus&&o(this.options.show.autofocus,r).focus(),this.options.show.target.trigger("qtip-"+this.id+"-inactive")):r.css({display:"",visibility:"",opacity:"",left:"",top:""}),this._trigger(t?"visible":"hidden")},this),c.effect===S||g===S?(r[l](),after()):o.isFunction(c.effect)?(r.stop(1,1),c.effect.call(r,this),r.queue("fx",function(t){after(),t()})):r.fadeTo(90,t?1:0,after),t&&c.target.trigger("qtip-"+this.id+"-inactive"),this)},C.show=function(t){return this.toggle(M,t)},C.hide=function(t){return this.toggle(S,t)},C.focus=function(t){if(!this.rendered||this.destroyed)return this;var e=o(G),i=this.tooltip,s=parseInt(i[0].style.zIndex,10),n=T.zindex+e.length;return i.hasClass(K)||this._trigger("focus",[n],t)&&(s!==n&&(e.each(function(){this.style.zIndex>s&&(this.style.zIndex=this.style.zIndex-1)}),e.filter("."+K).qtip("blur",t)),i.addClass(K)[0].style.zIndex=n),this},C.blur=function(t){return!this.rendered||this.destroyed?this:(this.tooltip.removeClass(K),this._trigger("blur",[this.tooltip.css("zIndex")],t),this)},C.disable=function(t){return this.destroyed?this:("boolean"!=typeof t&&(t=!(this.tooltip.hasClass(te)||this.disabled)),this.rendered&&this.tooltip.toggleClass(te,t).attr("aria-disabled",t),this.disabled=!!t,this)},C.enable=function(){return this.disable(S)},C._createButton=function(){var t=this,e=this.elements,i=e.tooltip,s=this.options.content.button,n="string"==typeof s,r=n?s:"Close tooltip";e.button&&e.button.remove(),e.button=s.jquery?s:o("<a />",{"class":"qtip-close "+(this.options.style.widget?"":$+"-icon"),title:r,"aria-label":r}).prepend(o("<span />",{"class":"ui-icon ui-icon-close",html:"×"})),e.button.appendTo(e.titlebar||i).attr("role","button").click(function(e){return i.hasClass(te)||t.hide(e),S})},C._updateButton=function(t){if(!this.rendered)return S;var e=this.elements.button;t?this._createButton():e.remove()},C._setWidget=function(){var t=this.options.style.widget,e=this.elements,i=e.tooltip,s=i.hasClass(te);i.removeClass(te),te=t?"ui-state-disabled":"qtip-disabled",i.toggleClass(te,s),i.toggleClass("ui-helper-reset "+p(),t).toggleClass(J,this.options.style.def&&!t),e.content&&e.content.toggleClass(p("content"),t),e.titlebar&&e.titlebar.toggleClass(p("header"),t),e.button&&e.button.toggleClass($+"-icon",!t)},C._storeMouse=function(i){this.mouse={pageX:i.pageX,pageY:i.pageY,type:"mousemove",scrollX:t.pageXOffset||e.body.scrollLeft||e.documentElement.scrollLeft,scrollY:t.pageYOffset||e.body.scrollTop||e.documentElement.scrollTop}},C._bind=function(t,e,i,s,n){var r="."+this._id+(s?"-"+s:"");e.length&&o(t).bind((e.split?e:e.join(r+" "))+r,o.proxy(i,n||this))},C._unbind=function(t,e){o(t).unbind("."+this._id+(e?"-"+e:""))};var re="."+$;o(function(){m(G,["mouseenter","mouseleave"],function(t){var e="mouseenter"===t.type,i=o(t.currentTarget),s=o(t.relatedTarget||t.target),n=this.options;e?(this.focus(t),i.hasClass(Q)&&!i.hasClass(te)&&clearTimeout(this.timers.hide)):"mouse"===n.position.target&&n.hide.event&&n.show.target&&!s.closest(n.show.target[0]).length&&this.hide(t),i.toggleClass(Z,e)}),m("["+Y+"]",U,f)}),C._trigger=function(t,e,i){var s=o.Event("tooltip"+t);return s.originalEvent=i&&o.extend({},i)||this.cache.event||E,this.triggering=M,this.tooltip.trigger(s,[this].concat(e||[])),this.triggering=S,!s.isDefaultPrevented()},C._assignEvents=function(){var i=this.options,n=i.position,r=this.tooltip,a=i.show.target,h=i.hide.target,l=n.container,c=n.viewport,p=o(e),m=(o(e.body),o(t)),v=i.show.event?o.trim(""+i.show.event).split(" "):[],y=i.hide.event?o.trim(""+i.hide.event).split(" "):[],b=[];/mouse(out|leave)/i.test(i.hide.event)&&"window"===i.hide.leave&&this._bind(p,["mouseout","blur"],function(t){/select|option/.test(t.target.nodeName)||t.relatedTarget||this.hide(t)}),i.hide.fixed?h=h.add(r.addClass(Q)):/mouse(over|enter)/i.test(i.show.event)&&this._bind(h,"mouseleave",function(){clearTimeout(this.timers.show)}),(""+i.hide.event).indexOf("unfocus")>-1&&this._bind(l.closest("html"),["mousedown","touchstart"],function(t){var e=o(t.target),i=this.rendered&&!this.tooltip.hasClass(te)&&this.tooltip[0].offsetWidth>0,s=e.parents(G).filter(this.tooltip[0]).length>0;e[0]===this.target[0]||e[0]===this.tooltip[0]||s||this.target.has(e[0]).length||!i||this.hide(t)}),"number"==typeof i.hide.inactive&&(this._bind(a,"qtip-"+this.id+"-inactive",f),this._bind(h.add(r),T.inactiveEvents,f,"-inactive")),y=o.map(y,function(t){var e=o.inArray(t,v);return e>-1&&h.add(a).length===h.length?(b.push(v.splice(e,1)[0]),s):t}),this._bind(a,v,d),this._bind(h,y,u),this._bind(a,b,function(t){(this.tooltip[0].offsetWidth>0?u:d).call(this,t)}),this._bind(a.add(r),"mousemove",function(t){if("number"==typeof i.hide.distance){var e=this.cache.origin||{},s=this.options.hide.distance,o=Math.abs;(o(t.pageX-e.pageX)>=s||o(t.pageY-e.pageY)>=s)&&this.hide(t)}this._storeMouse(t)}),"mouse"===n.target&&n.adjust.mouse&&(i.hide.event&&this._bind(a,["mouseenter","mouseleave"],function(t){this.cache.onTarget="mouseenter"===t.type}),this._bind(p,"mousemove",function(t){this.rendered&&this.cache.onTarget&&!this.tooltip.hasClass(te)&&this.tooltip[0].offsetWidth>0&&this.reposition(t)})),(n.adjust.resize||c.length)&&this._bind(o.event.special.resize?c:m,"resize",g),n.adjust.scroll&&this._bind(m.add(n.container),"scroll",g)},C._unassignEvents=function(){var i=[this.options.show.target[0],this.options.hide.target[0],this.rendered&&this.tooltip[0],this.options.position.container[0],this.options.position.viewport[0],this.options.position.container.closest("html")[0],t,e];this.rendered?this._unbind(o([]).pushStack(o.grep(i,function(t){return"object"==typeof t}))):o(i[0]).unbind("."+this._id+"-create")},T=o.fn.qtip=function(t,e,i){var n=(""+t).toLowerCase(),r=E,a=o.makeArray(arguments).slice(1),l=a[a.length-1],c=this[0]?o.data(this[0],$):E;return!arguments.length&&c||"api"===n?c:"string"==typeof t?(this.each(function(){var t=o.data(this,$);if(!t)return M;if(l&&l.timeStamp&&(t.cache.event=l),!e||"option"!==n&&"options"!==n)t[n]&&t[n].apply(t,a);else{if(i===s&&!o.isPlainObject(e))return r=t.get(e),S;t.set(e,i)}}),r!==E?r:this):"object"!=typeof t&&arguments.length?s:(c=h(o.extend(M,{},t)),T.bind.call(this,c,l))},T.bind=function(t,e){return this.each(function(i){function n(t){function e(){c.render("object"==typeof t||r.show.ready),a.show.add(a.hide).unbind(l)}return c.disabled?S:(c.cache.event=o.extend({},t),c.cache.target=t?o(t.target):[s],r.show.delay>0?(clearTimeout(c.timers.show),c.timers.show=setTimeout(e,r.show.delay),h.show!==h.hide&&a.hide.bind(h.hide,function(){clearTimeout(c.timers.show)})):e(),s)}var r,a,h,l,c,p;return p=o.isArray(t.id)?t.id[i]:t.id,p=!p||p===S||1>p.length||T.api[p]?T.nextid++:p,l=".qtip-"+p+"-create",c=v(o(this),p,t),c===S?M:(T.api[p]=c,r=c.options,o.each(N,function(){"initialize"===this.initialize&&this(c)}),a={show:r.show.target,hide:r.hide.target},h={show:o.trim(""+r.show.event).replace(/ /g,l+" ")+l,hide:o.trim(""+r.hide.event).replace(/ /g,l+" ")+l},/mouse(over|enter)/i.test(h.show)&&!/mouse(out|leave)/i.test(h.hide)&&(h.hide+=" mouseleave"+l),a.show.bind("mousemove"+l,function(t){c._storeMouse(t),c.cache.onTarget=M}),a.show.bind(h.show,n),(r.show.ready||r.prerender)&&n(e),s)})},T.api={},o.each({attr:function(t,e){if(this.length){var i=this[0],s="title",n=o.data(i,"qtip");if(t===s&&n&&"object"==typeof n&&n.options.suppress)return 2>arguments.length?o.attr(i,ie):(n&&n.options.content.attr===s&&n.cache.attr&&n.set("content.text",e),this.attr(ie,e))}return o.fn["attr"+ee].apply(this,arguments)},clone:function(t){var e=(o([]),o.fn["clone"+ee].apply(this,arguments));return t||e.filter("["+ie+"]").attr("title",function(){return o.attr(this,ie)}).removeAttr(ie),e}},function(t,e){if(!e||o.fn[t+ee])return M;var i=o.fn[t+ee]=o.fn[t];o.fn[t]=function(){return e.apply(this,arguments)||i.apply(this,arguments)}}),o.ui||(o["cleanData"+ee]=o.cleanData,o.cleanData=function(t){for(var e,i=0;(e=o(t[i])).length;i++)if(e.attr(X))try{e.triggerHandler("removeqtip")}catch(s){}o["cleanData"+ee].apply(this,arguments)}),T.version="2.1.1",T.nextid=0,T.inactiveEvents=U,T.zindex=15e3,T.defaults={prerender:S,id:S,overwrite:M,suppress:M,content:{text:M,attr:"title",title:S,button:S},position:{my:"top left",at:"bottom right",target:S,container:S,viewport:S,adjust:{x:0,y:0,mouse:M,scroll:M,resize:M,method:"flipinvert flipinvert"},effect:function(t,e){o(this).animate(e,{duration:200,queue:S})}},show:{target:S,event:"mouseenter",effect:M,delay:90,solo:S,ready:S,autofocus:S},hide:{target:S,event:"mouseleave",effect:M,delay:0,fixed:S,inactive:S,leave:"window",distance:S},style:{classes:"",widget:S,width:S,height:S,def:M},events:{render:E,move:E,show:E,hide:E,toggle:E,visible:E,hidden:E,focus:E,blur:E}};var ae,he="margin",le="border",ce="color",pe="background-color",de="transparent",ue=" !important",fe=!!e.createElement("canvas").getContext,ge=/rgba?\(0, 0, 0(, 0)?\)|transparent|#123456/i,me={},ve=["Webkit","O","Moz","ms"];fe||(createVML=function(t,e,i){return"<qtipvml:"+t+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(e||"")+' style="behavior: url(#default#VML); '+(i||"")+'" />'}),o.extend(x.prototype,{init:function(t){var e,i;i=this.element=t.elements.tip=o("<div />",{"class":$+"-tip"}).prependTo(t.tooltip),fe?(e=o("<canvas />").appendTo(this.element)[0].getContext("2d"),e.lineJoin="miter",e.miterLimit=100,e.save()):(e=createVML("shape",'coordorigin="0,0"',"position:absolute;"),this.element.html(e+e),t._bind(o("*",i).add(i),["click","mousedown"],function(t){t.stopPropagation()},this._ns)),t._bind(t.tooltip,"tooltipmove",this.reposition,this._ns,this),this.create()},_swapDimensions:function(){this.size[0]=this.options.height,this.size[1]=this.options.width},_resetDimensions:function(){this.size[0]=this.options.width,this.size[1]=this.options.height},_useTitle:function(t){var e=this.qtip.elements.titlebar;return e&&(t.y===B||t.y===D&&this.element.position().top+this.size[1]/2+this.options.offset<e.outerHeight(M))},_parseCorner:function(t){var e=this.qtip.options.position.my;return t===S||e===S?t=S:t===M?t=new j(e.string()):t.string||(t=new j(t),t.fixed=M),t},_parseWidth:function(t,e,i){var s=this.qtip.elements,o=le+y(e)+"Width";return(i?w(i,o):w(s.content,o)||w(this._useTitle(t)&&s.titlebar||s.content,o)||w(tooltip,o))||0},_parseRadius:function(t){var e=this.qtip.elements,i=le+y(t.y)+y(t.x)+"Radius";return 9>BROWSER.ie?0:w(this._useTitle(t)&&e.titlebar||e.content,i)||w(e.tooltip,i)||0},_invalidColour:function(t,e,i){var s=t.css(e);return!s||i&&s===t.css(i)||ge.test(s)?S:s},_parseColours:function(t){var e=this.qtip.elements,i=this.element.css("cssText",""),s=le+y(t[t.precedance])+y(ce),n=this._useTitle(t)&&e.titlebar||e.content,r=this._invalidColour,a=[];return a[0]=r(i,pe)||r(n,pe)||r(e.content,pe)||r(tooltip,pe)||i.css(pe),a[1]=r(i,s,ce)||r(n,s,ce)||r(e.content,s,ce)||r(tooltip,s,ce)||tooltip.css(s),o("*",i).add(i).css("cssText",pe+":"+de+ue+";"+le+":0"+ue+";"),a},_calculateSize:function(t){var e,i,s,o=t.precedance===R,n=this.options[o?"height":"width"],r=this.options[o?"width":"height"],a="c"===t.abbrev(),h=n*(a?.5:1),l=Math.pow,c=Math.round,p=Math.sqrt(l(h,2)+l(r,2)),d=[this.border/h*p,this.border/r*p];return d[2]=Math.sqrt(l(d[0],2)-l(this.border,2)),d[3]=Math.sqrt(l(d[1],2)-l(this.border,2)),e=p+d[2]+d[3]+(a?0:d[0]),i=e/p,s=[c(i*n),c(i*r)],o?s:s.reverse()},_calculateTip:function(t){var e=this.size[0],i=this.size[1],s=Math.ceil(e/2),o=Math.ceil(i/2),n={br:[0,0,e,i,e,0],bl:[0,0,e,0,0,i],tr:[0,i,e,0,e,i],tl:[0,0,0,i,e,i],tc:[0,i,s,0,e,i],bc:[0,0,e,0,s,i],rc:[0,0,e,o,0,i],lc:[e,0,e,i,0,o]};return n.lt=n.br,n.rt=n.bl,n.lb=n.tr,n.rb=n.tl,n[t.abbrev()]},create:function(){var t=this.corner=(fe||BROWSER.ie)&&this._parseCorner(this.options.corner);return(this.enabled=!!this.corner&&"c"!==this.corner.abbrev())&&(this.qtip.cache.corner=t.clone(),this.update()),this.element.toggle(this.enabled),this.corner},update:function(t,e){if(!this.enabled)return this;var i,s,n,r,a,h,l,c=(this.qtip.elements,this.element),p=c.children(),d=this.options,u=this.size,f=d.mimic,g=Math.round;t||(t=this.qtip.cache.corner||this.corner),f===S?f=t:(f=new j(f),f.precedance=t.precedance,"inherit"===f.x?f.x=t.x:"inherit"===f.y?f.y=t.y:f.x===f.y&&(f[t.precedance]=t[t.precedance])),s=f.precedance,t.precedance===O?this._swapDimensions():this._resetDimensions(),i=this.color=this._parseColours(t),i[1]!==de?(l=this.border=this._parseWidth(t,t[t.precedance]),d.border&&1>l&&(i[0]=i[1]),this.border=l=d.border!==M?d.border:l):this.border=l=0,r=this._calculateTip(f),h=this.size=this._calculateSize(t),c.css({width:h[0],height:h[1],lineHeight:h[1]+"px"}),a=t.precedance===R?[g(f.x===L?l:f.x===V?h[0]-u[0]-l:(h[0]-u[0])/2),g(f.y===B?h[1]-u[1]:0)]:[g(f.x===L?h[0]-u[0]:0),g(f.y===B?l:f.y===P?h[1]-u[1]-l:(h[1]-u[1])/2)],fe?(p.attr(I,h[0]).attr(k,h[1]),n=p[0].getContext("2d"),n.restore(),n.save(),n.clearRect(0,0,3e3,3e3),n.fillStyle=i[0],n.strokeStyle=i[1],n.lineWidth=2*l,n.translate(a[0],a[1]),n.beginPath(),n.moveTo(r[0],r[1]),n.lineTo(r[2],r[3]),n.lineTo(r[4],r[5]),n.closePath(),l&&("border-box"===tooltip.css("background-clip")&&(n.strokeStyle=i[0],n.stroke()),n.strokeStyle=i[1],n.stroke()),n.fill()):(r="m"+r[0]+","+r[1]+" l"+r[2]+","+r[3]+" "+r[4]+","+r[5]+" xe",a[2]=l&&/^(r|b)/i.test(t.string())?8===BROWSER.ie?2:1:0,p.css({coordsize:u[0]+l+" "+(u[1]+l),antialias:""+(f.string().indexOf(D)>-1),left:a[0]-a[2]*Number(s===O),top:a[1]-a[2]*Number(s===R),width:u[0]+l,height:u[1]+l}).each(function(t){var e=o(this);e[e.prop?"prop":"attr"]({coordsize:u[0]+l+" "+(u[1]+l),path:r,fillcolor:i[0],filled:!!t,stroked:!t}).toggle(!(!l&&!t)),!t&&e.html(createVML("stroke",'weight="'+2*l+'px" color="'+i[1]+'" miterlimit="1000" joinstyle="miter"'))})),e!==S&&this.calculate(t)},calculate:function(t){if(!this.enabled)return S;var e,i,s,n=this,r=this.qtip.elements,a=this.element,h=this.options.offset,l=(this.qtip.tooltip.hasClass("ui-widget"),{});return t=t||this.corner,e=t.precedance,i=this._calculateSize(t),s=[t.x,t.y],e===O&&s.reverse(),o.each(s,function(s,o){var a,c,p;o===D?(a=e===R?L:B,l[a]="50%",l[he+"-"+a]=-Math.round(i[e===R?0:1]/2)+h):(a=n._parseWidth(t,o,r.tooltip),c=n._parseWidth(t,o,r.content),p=n._parseRadius(t),l[o]=Math.max(-n.border,s?c:h+(p>a?p:-a)))}),l[t[e]]-=i[e===O?0:1],a.css({margin:"",top:"",bottom:"",left:"",right:""}).css(l),l},reposition:function(t,e,i){if(this.enabled){var o,n,r=e.cache,a=this.corner.clone(),h=i.adjusted,l=e.options.position.adjust.method.split(" "),c=l[0],p=l[1]||l[0],d={left:S,top:S,x:0,y:0},u={};this.corner.fixed!==M&&(c===F&&a.precedance===O&&h.left&&a.y!==D?a.precedance=a.precedance===O?R:O:c!==F&&h.left&&(a.x=a.x===D?h.left>0?L:V:a.x===L?V:L),p===F&&a.precedance===R&&h.top&&a.x!==D?a.precedance=a.precedance===R?O:R:p!==F&&h.top&&(a.y=a.y===D?h.top>0?B:P:a.y===B?P:B),a.string()===r.corner.string()||r.cornerTop===h.top&&r.cornerLeft===h.left||this.update(a,S)),o=this.calculate(a,h),o.right!==s&&(o.left=-o.right),o.bottom!==s&&(o.top=-o.bottom),o.user=this.offset,(d.left=c===F&&!!h.left)&&(a.x===D?u[he+"-left"]=d.x=o[he+"-left"]-h.left:(n=o.right!==s?[h.left,-o.left]:[-h.left,o.left],(d.x=Math.max(n[0],n[1]))>n[0]&&(i.left-=h.left,d.left=S),u[o.right!==s?V:L]=d.x)),(d.top=p===F&&!!h.top)&&(a.y===D?u[he+"-top"]=d.y=o[he+"-top"]-h.top:(n=o.bottom!==s?[h.top,-o.top]:[-h.top,o.top],(d.y=Math.max(n[0],n[1]))>n[0]&&(i.top-=h.top,d.top=S),u[o.bottom!==s?P:B]=d.y)),this.element.css(u).toggle(!(d.x&&d.y||a.x===D&&d.y||a.y===D&&d.x)),i.left-=o.left.charAt?o.user:c!==F||d.top||!d.left&&!d.top?o.left:0,i.top-=o.top.charAt?o.user:p!==F||d.left||!d.left&&!d.top?o.top:0,r.cornerLeft=h.left,r.cornerTop=h.top,r.corner=a.clone()
|
3 |
+
}},destroy:function(){this.qtip._unbind(this.qtip.tooltip,this._ns),this.qtip.elements.tip&&this.qtip.elements.tip.find("*").remove().end().remove()}}),ae=N.tip=function(t){return new x(t,t.options.style.tip)},ae.initialize="render",ae.sanitize=function(t){t.style&&"tip"in t.style&&(opts=t.style.tip,"object"!=typeof opts&&(opts=t.style.tip={corner:opts}),/string|boolean/i.test(typeof opts.corner)||(opts.corner=M))},z.tip={"^position.my|style.tip.(corner|mimic|border)$":function(){this.create(),this.qtip.reposition()},"^style.tip.(height|width)$":function(t){this.size=size=[t.width,t.height],this.update(),this.qtip.reposition()},"^content.title|style.(classes|widget)$":function(){this.update()}},o.extend(M,T.defaults,{style:{tip:{corner:M,mimic:S,width:6,height:6,border:M,offset:0}}});var ye,be,we="qtip-modal",xe="."+we;be=function(){function i(t){if(o.expr[":"].focusable)return o.expr[":"].focusable;var e,i,s,n=!isNaN(o.attr(t,"tabindex")),r=t.nodeName&&t.nodeName.toLowerCase();return"area"===r?(e=t.parentNode,i=e.name,t.href&&i&&"map"===e.nodeName.toLowerCase()?(s=o("img[usemap=#"+i+"]")[0],!!s&&s.is(":visible")):!1):/input|select|textarea|button|object/.test(r)?!t.disabled:"a"===r?t.href||n:n}function s(t){1>p.length&&t.length?t.not("body").blur():p.first().focus()}function n(t){if(l.is(":visible")){var e,i=o(t.target),n=r.tooltip,h=i.closest(G);e=1>h.length?S:parseInt(h[0].style.zIndex,10)>parseInt(n[0].style.zIndex,10),e||i.closest(G)[0]===n[0]||s(i),a=t.target===p[p.length-1]}}var r,a,h,l,c=this,p={};o.extend(c,{init:function(){function i(){var t=o(this);l.css({height:t.height(),width:t.width()})}return l=c.elem=o("<div />",{id:"qtip-overlay",html:"<div></div>",mousedown:function(){return S}}).hide(),o(t).bind("resize"+xe,i),i(),o(e.body).bind("focusin"+xe,n),o(e).bind("keydown"+xe,function(t){r&&r.options.show.modal.escape&&27===t.keyCode&&r.hide(t)}),l.bind("click"+xe,function(t){r&&r.options.show.modal.blur&&r.hide(t)}),c},update:function(t){r=t,p=t.options.show.modal.stealfocus!==S?t.tooltip.find("*").filter(function(){return i(this)}):[]},toggle:function(t,i,n){var a=(o(e.body),t.tooltip),p=t.options.show.modal,d=p.effect,u=i?"show":"hide",f=l.is(":visible"),g=o(xe).filter(":visible:not(:animated)").not(a);return c.update(t),i&&p.stealfocus!==S&&s(o(":focus")),l.toggleClass("blurs",p.blur),i&&l.css({left:0,top:0}).appendTo(e.body),l.is(":animated")&&f===i&&h!==S||!i&&g.length?c:(l.stop(M,S),o.isFunction(d)?d.call(l,i):d===S?l[u]():l.fadeTo(parseInt(n,10)||90,i?1:0,function(){i||l.hide()}),i||l.queue(function(t){l.css({left:"",top:""}),o(xe).length||l.detach(),t()}),h=i,r.destroyed&&(r=E),c)}}),c.init()},be=new be,o.extend(_.prototype,{init:function(t){var e=t.tooltip;return this.options.on?(t.elements.overlay=be.elem,e.addClass(we).css("z-index",N.modal.zindex+o(xe).length),t._bind(e,["tooltipshow","tooltiphide"],function(t,i,s){var n=t.originalEvent;if(t.target===e[0])if(n&&"tooltiphide"===t.type&&/mouse(leave|enter)/.test(n.type)&&o(n.relatedTarget).closest(overlay[0]).length)try{t.preventDefault()}catch(r){}else(!n||n&&!n.solo)&&this.toggle(t,"tooltipshow"===t.type,s)},this._ns,this),t._bind(e,"tooltipfocus",function(t,i){if(!t.isDefaultPrevented()&&t.target===e[0]){var s=o(xe),n=N.modal.zindex+s.length,r=parseInt(e[0].style.zIndex,10);be.elem[0].style.zIndex=n-1,s.each(function(){this.style.zIndex>r&&(this.style.zIndex-=1)}),s.filter("."+K).qtip("blur",t.originalEvent),e.addClass(K)[0].style.zIndex=n,be.update(i);try{t.preventDefault()}catch(a){}}},this._ns,this),t._bind(e,"tooltiphide",function(t){t.target===e[0]&&o(xe).filter(":visible").not(e).last().qtip("focus",t)},this._ns,this),s):this},toggle:function(t,e,i){return t&&t.isDefaultPrevented()?this:(be.toggle(this.qtip,!!e,i),s)},destroy:function(){this.qtip.tooltip.removeClass(we),this.qtip._unbind(this.qtip.tooltip,this._ns),be.toggle(this.qtip,S),delete this.qtip.elements.overlay}}),ye=N.modal=function(t){return new _(t,t.options.show.modal)},ye.sanitize=function(t){t.show&&("object"!=typeof t.show.modal?t.show.modal={on:!!t.show.modal}:t.show.modal.on===s&&(t.show.modal.on=M))},ye.zindex=T.zindex-200,ye.initialize="render",z.modal={"^show.modal.(on|blur)$":function(){this.destroy(),this.init(),this.qtip.elems.overlay.toggle(this.qtip.tooltip[0].offsetWidth>0)}},o.extend(M,T.defaults,{show:{modal:{on:S,effect:M,blur:M,stealfocus:M,escape:M}}}),N.viewport=function(i,s,o,n,r,a,h){function l(t,e,i,o,n,r,a,h,l){var c=s[n],d=g[t],u=m[t],f=i===F,v=-_.offset[n]+x.offset[n]+x["scroll"+n],y=d===n?l:d===r?-l:-l/2,b=u===n?h:u===r?-h:-h/2,w=T&&T.size?T.size[a]||0:0,q=T&&T.corner&&T.corner.precedance===t&&!f?w:0,C=v-c+q,j=c+l-x[a]-v+q,z=y-(g.precedance===t||d===g[e]?b:0)-(u===D?h/2:0);return f?(q=T&&T.corner&&T.corner.precedance===e?w:0,z=(d===n?1:-1)*y-q,s[n]+=C>0?C:j>0?-j:0,s[n]=Math.max(-_.offset[n]+x.offset[n]+(q&&T.corner[t]===D?T.offset:0),c-z,Math.min(Math.max(-_.offset[n]+x.offset[n]+x[a],c+z),s[n]))):(o*=i===A?2:0,C>0&&(d!==n||j>0)?(s[n]-=z+o,p.invert(t,n)):j>0&&(d!==r||C>0)&&(s[n]-=(d===D?-z:z)+o,p.invert(t,r)),v>s[n]&&-s[n]>j&&(s[n]=c,p=g.clone())),s[n]-c}var c,p,d,u=o.target,f=i.elements.tooltip,g=o.my,m=o.at,v=o.adjust,y=v.method.split(" "),b=y[0],w=y[1]||y[0],x=o.viewport,_=o.container,q=i.cache,T=i.plugins.tip,C={left:0,top:0};return x.jquery&&u[0]!==t&&u[0]!==e.body&&"none"!==v.method?(c="fixed"===f.css("position"),x={elem:x,width:x[0]===t?x.width():x.outerWidth(S),height:x[0]===t?x.height():x.outerHeight(S),scrollleft:c?0:x.scrollLeft(),scrolltop:c?0:x.scrollTop(),offset:x.offset()||{left:0,top:0}},_={elem:_,scrollLeft:_.scrollLeft(),scrollTop:_.scrollTop(),offset:_.offset()||{left:0,top:0}},("shift"!==b||"shift"!==w)&&(p=g.clone()),C={left:"none"!==b?l(O,R,b,v.x,L,V,I,n,a):0,top:"none"!==w?l(R,O,w,v.y,B,P,k,r,h):0},p&&q.lastClass!==(d=$+"-pos-"+p.abbrev())&&f.removeClass(i.cache.lastClass).addClass(i.cache.lastClass=d),C):C},N.polys={polygon:function(t,e){var i,s,o,n={width:0,height:0,position:{top:1e10,right:0,bottom:0,left:1e10},adjustable:S},r=0,a=[],h=1,l=1,c=0,p=0;for(r=t.length;r--;)i=[parseInt(t[--r],10),parseInt(t[r+1],10)],i[0]>n.position.right&&(n.position.right=i[0]),i[0]<n.position.left&&(n.position.left=i[0]),i[1]>n.position.bottom&&(n.position.bottom=i[1]),i[1]<n.position.top&&(n.position.top=i[1]),a.push(i);if(s=n.width=Math.abs(n.position.right-n.position.left),o=n.height=Math.abs(n.position.bottom-n.position.top),"c"===e.abbrev())n.position={left:n.position.left+n.width/2,top:n.position.top+n.height/2};else{for(;s>0&&o>0&&h>0&&l>0;)for(s=Math.floor(s/2),o=Math.floor(o/2),e.x===L?h=s:e.x===V?h=n.width-s:h+=Math.floor(s/2),e.y===B?l=o:e.y===P?l=n.height-o:l+=Math.floor(o/2),r=a.length;r--&&!(2>a.length);)c=a[r][0]-n.position.left,p=a[r][1]-n.position.top,(e.x===L&&c>=h||e.x===V&&h>=c||e.x===D&&(h>c||c>n.width-h)||e.y===B&&p>=l||e.y===P&&l>=p||e.y===D&&(l>p||p>n.height-l))&&a.splice(r,1);n.position={left:a[0][0],top:a[0][1]}}return n},rect:function(t,e,i,s){return{width:Math.abs(i-t),height:Math.abs(s-e),position:{left:Math.min(t,i),top:Math.min(e,s)}}},_angles:{tc:1.5,tr:7/4,tl:5/4,bc:.5,br:.25,bl:.75,rc:2,lc:1,c:0},ellipse:function(t,e,i,s,o){var n=N.polys._angles[o.abbrev()],r=i*Math.cos(n*Math.PI),a=s*Math.sin(n*Math.PI);return{width:2*i-Math.abs(r),height:2*s-Math.abs(a),position:{left:t+r,top:e+a},adjustable:S}},circle:function(t,e,i,s){return N.polys.ellipse(t,e,i,i,s)}},N.svg=function(t,s,n){for(var r,a,h,l=o(e),c=s[0],p={};!c.getBBox;)c=c.parentNode;if(!c.getBBox||!c.parentNode)return S;switch(c.nodeName){case"rect":a=N.svg.toPixel(c,c.x.baseVal.value,c.y.baseVal.value),h=N.svg.toPixel(c,c.x.baseVal.value+c.width.baseVal.value,c.y.baseVal.value+c.height.baseVal.value),p=N.polys.rect(a[0],a[1],h[0],h[1],n);break;case"ellipse":case"circle":a=N.svg.toPixel(c,c.cx.baseVal.value,c.cy.baseVal.value),p=N.polys.ellipse(a[0],a[1],(c.rx||c.r).baseVal.value,(c.ry||c.r).baseVal.value,n);break;case"line":case"polygon":case"polyline":for(points=c.points||[{x:c.x1.baseVal.value,y:c.y1.baseVal.value},{x:c.x2.baseVal.value,y:c.y2.baseVal.value}],p=[],i=-1,len=points.numberOfItems||points.length;len>++i;)next=points.getItem?points.getItem(i):points[i],p.push.apply(p,N.svg.toPixel(c,next.x,next.y));p=N.polys.polygon(p,n);break;default:if(r=c.getBBox(),mtx=c.getScreenCTM(),root=c.farthestViewportElement||c,!root.createSVGPoint)return S;point=root.createSVGPoint(),point.x=r.x,point.y=r.y,tPoint=point.matrixTransform(mtx),p.position={left:tPoint.x,top:tPoint.y},point.x+=r.width,point.y+=r.height,tPoint=point.matrixTransform(mtx),p.width=tPoint.x-p.position.left,p.height=tPoint.y-p.position.top}return p.position.left+=l.scrollLeft(),p.position.top+=l.scrollTop(),p},N.svg.toPixel=function(t,e,i){var s,o,n=t.getScreenCTM(),r=t.farthestViewportElement||t;return r.createSVGPoint?(o=r.createSVGPoint(),o.x=e,o.y=i,s=o.matrixTransform(n),[s.x,s.y]):S},N.imagemap=function(t,e,i){e.jquery||(e=o(e));var s,n,r,a=e.attr("shape").toLowerCase().replace("poly","polygon"),h=o('img[usemap="#'+e.parent("map").attr("name")+'"]'),l=e.attr("coords"),c=l.split(",");if(!h.length)return S;if("polygon"===a)result=N.polys.polygon(c,i);else{if(!N.polys[a])return S;for(r=-1,len=c.length,n=[];len>++r;)n.push(parseInt(c[r],10));result=N.polys[a].apply(this,n.concat(i))}return s=h.offset(),s.left+=Math.ceil((h.outerWidth(S)-h.width())/2),s.top+=Math.ceil((h.outerHeight(S)-h.height())/2),result.position.left+=s.left,result.position.top+=s.top,result};var _e,qe='<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:\'\';" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";"></iframe>';o.extend(q.prototype,{_scroll:function(){var e=this.qtip.elements.overlay;e&&(e[0].style.top=o(t).scrollTop()+"px")},init:function(i){var s=i.tooltip;1>o("select, object").length&&(this.bgiframe=i.elements.bgiframe=o(qe).appendTo(s),i._bind(s,"tooltipmove",this.adjustBGIFrame,this._ns,this)),this.redrawContainer=o("<div/>",{id:$+"-rcontainer"}).appendTo(e.body),i.elements.overlay&&i.elements.overlay.addClass("qtipmodal-ie6fix")&&(i._bind(t,["scroll","resize"],this._scroll,this._ns,this),i._bind(s,["tooltipshow"],this._scroll,this._ns,this)),this.redraw()},adjustBGIFrame:function(){var t,e,i=this.qtip.tooltip,s={height:i.outerHeight(S),width:i.outerWidth(S)},o=this.qtip.plugins.tip,n=this.qtip.elements.tip;e=parseInt(i.css("borderLeftWidth"),10)||0,e={left:-e,top:-e},o&&n&&(t="x"===o.corner.precedance?[I,L]:[k,B],e[t[1]]-=n[t[0]]()),this.bgiframe.css(e).css(s)},redraw:function(){if(1>this.qtip.rendered||this.drawing)return self;var t,e,i,s,o=this.qtip.tooltip,n=this.qtip.options.style,r=this.qtip.options.position.container;return this.qtip.drawing=1,n.height&&o.css(k,n.height),n.width?o.css(I,n.width):(o.css(I,"").appendTo(this.redrawContainer),e=o.width(),1>e%2&&(e+=1),i=o.css("maxWidth")||"",s=o.css("minWidth")||"",t=(i+s).indexOf("%")>-1?r.width()/100:0,i=(i.indexOf("%")>-1?t:1)*parseInt(i,10)||e,s=(s.indexOf("%")>-1?t:1)*parseInt(s,10)||0,e=i+s?Math.min(Math.max(e,s),i):e,o.css(I,Math.round(e)).appendTo(r)),this.drawing=0,self},destroy:function(){this.bgiframe&&this.bgiframe.remove(),this.qtip._unbind([t,this.qtip.tooltip],this._ns)}}),_e=N.ie6=function(t){return 6===BROWSER.ie?new q(t):S},_e.initialize="render",z.ie6={"^content|style$":function(){this.redraw()}}})})(window,document);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/core/class.assets.php
CHANGED
@@ -39,7 +39,8 @@ class Shortcodes_Ultimate_Assets {
|
|
39 |
// Get plugin object
|
40 |
$shult = shortcodes_ultimate();
|
41 |
// qTip
|
42 |
-
|
|
|
43 |
// jsRender
|
44 |
wp_register_script( 'jsrender', $shult->assets( 'js', 'jsrender.js' ), array( 'jquery' ), '1.0.0-beta', true );
|
45 |
// Magnific Popup
|
39 |
// Get plugin object
|
40 |
$shult = shortcodes_ultimate();
|
41 |
// qTip
|
42 |
+
wp_register_style( 'qtip', $shult->assets( 'css', 'qtip.css' ), false, '2.1.1', 'all' );
|
43 |
+
wp_register_script( 'qtip', $shult->assets( 'js', 'qtip.js' ), array( 'jquery' ), '2.1.1', true );
|
44 |
// jsRender
|
45 |
wp_register_script( 'jsrender', $shult->assets( 'js', 'jsrender.js' ), array( 'jquery' ), '1.0.0-beta', true );
|
46 |
// Magnific Popup
|
inc/core/class.data.php
CHANGED
@@ -116,18 +116,24 @@ class Shortcodes_Ultimate_Data {
|
|
116 |
'group' => 'box',
|
117 |
'atts' => array(
|
118 |
'title' => array(
|
119 |
-
'values' => array( ),
|
120 |
'default' => __( 'Tab name', 'su' ),
|
121 |
'name' => __( 'Title', 'su' ),
|
122 |
'desc' => __( 'Enter tab name', 'su' )
|
123 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
'class' => array(
|
125 |
'default' => '',
|
126 |
'name' => __( 'Class', 'su' ),
|
127 |
'desc' => __( 'Extra CSS class', 'su' )
|
128 |
)
|
129 |
),
|
130 |
-
'usage' => '[tabs] [tab title="Tab name"] Tab content [/tab] [/tabs]',
|
|
|
131 |
'desc' => __( 'Single tab', 'su' )
|
132 |
),
|
133 |
// spoiler
|
@@ -137,7 +143,6 @@ class Shortcodes_Ultimate_Data {
|
|
137 |
'group' => 'box',
|
138 |
'atts' => array(
|
139 |
'title' => array(
|
140 |
-
'values' => array( ),
|
141 |
'default' => __( 'Spoiler title', 'su' ),
|
142 |
'name' => __( 'Title', 'su' ), 'desc' => __( 'Text in spoiler title', 'su' )
|
143 |
),
|
@@ -179,7 +184,8 @@ class Shortcodes_Ultimate_Data {
|
|
179 |
)
|
180 |
),
|
181 |
'usage' => '[accordion]<br/>[spoiler open="yes"] content [/spoiler]<br/>[spoiler] content [/spoiler]<br/>[spoiler] content [/spoiler]<br/>[/accordion]',
|
182 |
-
'content' => __( "[
|
|
|
183 |
),
|
184 |
// divider
|
185 |
'divider' => array(
|
@@ -751,6 +757,108 @@ class Shortcodes_Ultimate_Data {
|
|
751 |
'content' => __( '[%prefix_button] Click Here to Watch the Video [/%prefix_button]', 'su' ),
|
752 |
'desc' => __( 'Lightbox window with custom content', 'su' )
|
753 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
754 |
// private
|
755 |
'private' => array(
|
756 |
'name' => __( 'Private', 'su' ),
|
116 |
'group' => 'box',
|
117 |
'atts' => array(
|
118 |
'title' => array(
|
|
|
119 |
'default' => __( 'Tab name', 'su' ),
|
120 |
'name' => __( 'Title', 'su' ),
|
121 |
'desc' => __( 'Enter tab name', 'su' )
|
122 |
),
|
123 |
+
'disabled' => array(
|
124 |
+
'type' => 'switch',
|
125 |
+
'default' => 'no',
|
126 |
+
'name' => __( 'Disabled', 'su' ),
|
127 |
+
'desc' => __( 'Is this tab disabled', 'su' )
|
128 |
+
),
|
129 |
'class' => array(
|
130 |
'default' => '',
|
131 |
'name' => __( 'Class', 'su' ),
|
132 |
'desc' => __( 'Extra CSS class', 'su' )
|
133 |
)
|
134 |
),
|
135 |
+
'usage' => '[tabs] [tab title="Tab name"] Tab content [/tab] [/tabs]',
|
136 |
+
'content' => __( 'Tab content', 'su' ),
|
137 |
'desc' => __( 'Single tab', 'su' )
|
138 |
),
|
139 |
// spoiler
|
143 |
'group' => 'box',
|
144 |
'atts' => array(
|
145 |
'title' => array(
|
|
|
146 |
'default' => __( 'Spoiler title', 'su' ),
|
147 |
'name' => __( 'Title', 'su' ), 'desc' => __( 'Text in spoiler title', 'su' )
|
148 |
),
|
184 |
)
|
185 |
),
|
186 |
'usage' => '[accordion]<br/>[spoiler open="yes"] content [/spoiler]<br/>[spoiler] content [/spoiler]<br/>[spoiler] content [/spoiler]<br/>[/accordion]',
|
187 |
+
'content' => __( "[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]", 'su' ),
|
188 |
+
'desc' => __( 'Accordion with spoilers', 'su' )
|
189 |
),
|
190 |
// divider
|
191 |
'divider' => array(
|
757 |
'content' => __( '[%prefix_button] Click Here to Watch the Video [/%prefix_button]', 'su' ),
|
758 |
'desc' => __( 'Lightbox window with custom content', 'su' )
|
759 |
),
|
760 |
+
// tooltip
|
761 |
+
'tooltip' => array(
|
762 |
+
'name' => __( 'Tooltip', 'su' ),
|
763 |
+
'type' => 'wrap',
|
764 |
+
'group' => 'other',
|
765 |
+
'atts' => array(
|
766 |
+
'style' => array(
|
767 |
+
'type' => 'select',
|
768 |
+
'values' => array(
|
769 |
+
'light' => __( 'Basic: Light', 'su' ),
|
770 |
+
'dark' => __( 'Basic: Dark', 'su' ),
|
771 |
+
'yellow' => __( 'Basic: Yellow', 'su' ),
|
772 |
+
'green' => __( 'Basic: Green', 'su' ),
|
773 |
+
'red' => __( 'Basic: Red', 'su' ),
|
774 |
+
'blue' => __( 'Basic: Blue', 'su' ),
|
775 |
+
'youtube' => __( 'Youtube', 'su' ),
|
776 |
+
'tipsy' => __( 'Tipsy', 'su' ),
|
777 |
+
'bootstrap' => __( 'Bootstrap', 'su' ),
|
778 |
+
'jtools' => __( 'jTools', 'su' ),
|
779 |
+
'tipped' => __( 'Tipped', 'su' ),
|
780 |
+
'cluetip' => __( 'Cluetip', 'su' ),
|
781 |
+
),
|
782 |
+
'default' => 'yellow',
|
783 |
+
'name' => __( 'Style', 'su' ),
|
784 |
+
'desc' => __( 'Tooltip window style', 'su' )
|
785 |
+
),
|
786 |
+
'position' => array(
|
787 |
+
'type' => 'select',
|
788 |
+
'values' => array(
|
789 |
+
'north' => __( 'Top', 'su' ),
|
790 |
+
'south' => __( 'Bottom', 'su' ),
|
791 |
+
'west' => __( 'Left', 'su' ),
|
792 |
+
'east' => __( 'Right', 'su' )
|
793 |
+
),
|
794 |
+
'default' => 'top',
|
795 |
+
'name' => __( 'Position', 'su' ),
|
796 |
+
'desc' => __( 'Tooltip position', 'su' )
|
797 |
+
),
|
798 |
+
'shadow' => array(
|
799 |
+
'type' => 'switch',
|
800 |
+
'default' => 'no',
|
801 |
+
'name' => __( 'Shadow', 'su' ),
|
802 |
+
'desc' => __( 'Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc.', 'su' )
|
803 |
+
),
|
804 |
+
'rounded' => array(
|
805 |
+
'type' => 'switch',
|
806 |
+
'default' => 'no',
|
807 |
+
'name' => __( 'Rounded corners', 'su' ),
|
808 |
+
'desc' => __( 'Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc.', 'su' )
|
809 |
+
),
|
810 |
+
'size' => array(
|
811 |
+
'type' => 'select',
|
812 |
+
'values' => array(
|
813 |
+
'default' => __( 'Default', 'su' ),
|
814 |
+
'1' => 1,
|
815 |
+
'2' => 2,
|
816 |
+
'3' => 3,
|
817 |
+
'4' => 4,
|
818 |
+
'5' => 5,
|
819 |
+
'6' => 6,
|
820 |
+
),
|
821 |
+
'default' => 'default',
|
822 |
+
'name' => __( 'Font size', 'su' ),
|
823 |
+
'desc' => __( 'Tooltip font size', 'su' )
|
824 |
+
),
|
825 |
+
'title' => array(
|
826 |
+
'default' => '',
|
827 |
+
'name' => __( 'Tooltip title', 'su' ),
|
828 |
+
'desc' => __( 'Enter title for tooltip window. Leave this field empty to hide the title', 'su' )
|
829 |
+
),
|
830 |
+
'content' => array(
|
831 |
+
'default' => __( 'Tooltip text', 'su' ),
|
832 |
+
'name' => __( 'Tooltip content', 'su' ),
|
833 |
+
'desc' => __( 'Enter tooltip content here', 'su' )
|
834 |
+
),
|
835 |
+
'behavior' => array(
|
836 |
+
'type' => 'select',
|
837 |
+
'values' => array(
|
838 |
+
'hover' => __( 'Show and hide on mouse hover', 'su' ),
|
839 |
+
'click' => __( 'Show and hide by mouse click', 'su' ),
|
840 |
+
'always' => __( 'Always visible', 'su' )
|
841 |
+
),
|
842 |
+
'default' => 'hover',
|
843 |
+
'name' => __( 'Behavior', 'su' ),
|
844 |
+
'desc' => __( 'Select tooltip behavior', 'su' )
|
845 |
+
),
|
846 |
+
'close' => array(
|
847 |
+
'type' => 'switch',
|
848 |
+
'default' => 'no',
|
849 |
+
'name' => __( 'Close button', 'su' ),
|
850 |
+
'desc' => __( 'Show close button', 'su' )
|
851 |
+
),
|
852 |
+
'class' => array(
|
853 |
+
'default' => '',
|
854 |
+
'name' => __( 'Class', 'su' ),
|
855 |
+
'desc' => __( 'Extra CSS class', 'su' )
|
856 |
+
)
|
857 |
+
),
|
858 |
+
'usage' => '[tooltip] Hover me [/lightbox]',
|
859 |
+
'content' => __( '[%prefix_button] Hover me to open tooltip [/%prefix_button]', 'su' ),
|
860 |
+
'desc' => __( 'Tooltip window with custom content', 'su' )
|
861 |
+
),
|
862 |
// private
|
863 |
'private' => array(
|
864 |
'name' => __( 'Private', 'su' ),
|
inc/core/class.generator.php
CHANGED
@@ -55,7 +55,7 @@ class Shortcodes_Ultimate_Generator {
|
|
55 |
add_action( 'wp_footer', array( __CLASS__, 'popup' ) );
|
56 |
add_action( 'admin_footer', array( __CLASS__, 'popup' ) );
|
57 |
// Request assets
|
58 |
-
su_query_asset( 'css', array( 'farbtastic', 'magnific-popup', 'su-generator' ) );
|
59 |
su_query_asset( 'js', array( 'jquery', 'jquery-ui-widget', 'iframe-transport', 'fileupload', 'farbtastic', 'qtip', 'magnific-popup', 'su-generator' ) );
|
60 |
// Print/return result
|
61 |
if ( $args['echo'] ) echo $button;
|
55 |
add_action( 'wp_footer', array( __CLASS__, 'popup' ) );
|
56 |
add_action( 'admin_footer', array( __CLASS__, 'popup' ) );
|
57 |
// Request assets
|
58 |
+
su_query_asset( 'css', array( 'farbtastic', 'qtip', 'magnific-popup', 'su-generator' ) );
|
59 |
su_query_asset( 'js', array( 'jquery', 'jquery-ui-widget', 'iframe-transport', 'fileupload', 'farbtastic', 'qtip', 'magnific-popup', 'su-generator' ) );
|
60 |
// Print/return result
|
61 |
if ( $args['echo'] ) echo $button;
|
inc/core/class.requirements.php
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Shortcodes_Ultimate_Requirements {
|
4 |
+
|
5 |
+
static $wp_footer_option = 'su_no_wp_footer';
|
6 |
+
|
7 |
+
/**
|
8 |
+
* Constructor
|
9 |
+
*/
|
10 |
+
function __construct() {
|
11 |
+
add_action( 'wp_head', array( __CLASS__, 'wp_footer_add' ) );
|
12 |
+
add_action( 'wp_title', array( __CLASS__, 'wp_footer_add' ) );
|
13 |
+
add_action( 'wp_footer', array( __CLASS__, 'wp_footer_delete' ) );
|
14 |
+
add_action( 'admin_notices', array( __CLASS__, 'wp_footer_notice' ) );
|
15 |
+
add_action( 'su/activation', array( __CLASS__, 'php_wp' ) );
|
16 |
+
}
|
17 |
+
|
18 |
+
public static function wp_footer_add() {
|
19 |
+
update_option( self::$wp_footer_option, true );
|
20 |
+
}
|
21 |
+
|
22 |
+
public static function wp_footer_delete() {
|
23 |
+
delete_option( self::$wp_footer_option );
|
24 |
+
}
|
25 |
+
|
26 |
+
public static function wp_footer_notice() {
|
27 |
+
if ( get_option( self::$wp_footer_option ) ) echo '<div class="error"><p>' . __( '<b>Shortcodes Ultimate:</b> Your current theme does not use wp_footer tag. Shortcodes will not work properly. Please add the wp_footer in the footer of your theme.', 'su' ) . ' <a href="http://codex.wordpress.org/Function_Reference/wp_footer" target="_blank">' . __( 'Learn more' ) . '</a>.' . '</p></div>';
|
28 |
+
}
|
29 |
+
|
30 |
+
/**
|
31 |
+
* Check PHP and WordPress versions
|
32 |
+
*/
|
33 |
+
public static function php_wp() {
|
34 |
+
// Prepare versions
|
35 |
+
$min_wp = '3.5';
|
36 |
+
$min_php = '5.1';
|
37 |
+
$wp = get_bloginfo( 'version' );
|
38 |
+
$php = phpversion();
|
39 |
+
// Load textdomain
|
40 |
+
load_plugin_textdomain( 'shortcodes-ultimate', false, dirname( plugin_basename( SU_PLUGIN_FILE ) ), '/languages/' );
|
41 |
+
// Prepare messages
|
42 |
+
$message_wp = sprintf( __( '<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version – %s (or higher).</p><a href="%s">← Return to the plugins screen</a> <a href="%s"%s>Continue and activate anyway →</a>', 'su' ), $wp, $min_wp, network_admin_url( 'plugins.php?deactivate=true' ), $_SERVER['REQUEST_URI'] . '&continue=true', ' style="float:right;font-weight:bold"' );
|
43 |
+
$message_php = sprintf( __( '<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version – %s (or higher).</p><a href="%s">← Return to the plugins screen</a> <a href="%s"%s>Continue and activate anyway →</a>', 'su' ), $php, $min_php, network_admin_url( 'plugins.php?deactivate=true' ), $_SERVER['REQUEST_URI'] . '&continue=true', ' style="float:right;font-weight:bold"' );
|
44 |
+
// Check Forced activation
|
45 |
+
if ( isset( $_GET['continue'] ) ) return;
|
46 |
+
// WP version is too low
|
47 |
+
if ( version_compare( $min_wp, $wp, '>' ) ) {
|
48 |
+
deactivate_plugins( plugin_basename( SU_PLUGIN_FILE ) );
|
49 |
+
wp_die( $message_wp );
|
50 |
+
}
|
51 |
+
// PHP version is too low
|
52 |
+
elseif ( version_compare( $min_php, $php, '>' ) ) {
|
53 |
+
deactivate_plugins( plugin_basename( SU_PLUGIN_FILE ) );
|
54 |
+
wp_die( $message_php );
|
55 |
+
}
|
56 |
+
}
|
57 |
+
|
58 |
+
}
|
59 |
+
|
60 |
+
new Shortcodes_Ultimate_Requirements;
|
inc/core/class.shortcodes-ultimate.php
CHANGED
@@ -40,7 +40,6 @@ class Shortcodes_Ultimate {
|
|
40 |
*/
|
41 |
public static function activation() {
|
42 |
self::timestamp();
|
43 |
-
self::check_requirements();
|
44 |
self::create_skins_dir();
|
45 |
Shortcodes_Ultimate_Generator::reset();
|
46 |
do_action( 'su/activation' );
|
@@ -60,34 +59,6 @@ class Shortcodes_Ultimate {
|
|
60 |
if ( !get_option( 'su_installed' ) ) update_option( 'su_installed', time() );
|
61 |
}
|
62 |
|
63 |
-
/**
|
64 |
-
* Check WordPress and PHP versions
|
65 |
-
*/
|
66 |
-
public static function check_requirements() {
|
67 |
-
// Prepare versions
|
68 |
-
$min_wp = '3.4';
|
69 |
-
$min_php = '5.1';
|
70 |
-
$wp = get_bloginfo( 'version' );
|
71 |
-
$php = phpversion();
|
72 |
-
// Load textdomain
|
73 |
-
load_plugin_textdomain( 'shortcodes-ultimate', false, dirname( plugin_basename( SU_PLUGIN_FILE ) ), '/languages/' );
|
74 |
-
// Prepare messages
|
75 |
-
$message_wp = sprintf( __( '<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version – %s (or higher).</p><a href="%s">← Return to the plugins screen</a> <a href="%s"%s>Continue and activate anyway →</a>', 'su' ), $wp, $min_wp, network_admin_url( 'plugins.php?deactivate=true' ), $_SERVER['REQUEST_URI'] . '&continue=true', ' style="float:right;font-weight:bold"' );
|
76 |
-
$message_php = sprintf( __( '<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version – %s (or higher).</p><a href="%s">← Return to the plugins screen</a> <a href="%s"%s>Continue and activate anyway →</a>', 'su' ), $php, $min_php, network_admin_url( 'plugins.php?deactivate=true' ), $_SERVER['REQUEST_URI'] . '&continue=true', ' style="float:right;font-weight:bold"' );
|
77 |
-
// Check Forced activation
|
78 |
-
if ( isset( $_GET['continue'] ) ) return;
|
79 |
-
// WP version is too low
|
80 |
-
if ( version_compare( $min_wp, $wp, '>' ) ) {
|
81 |
-
deactivate_plugins( plugin_basename( SU_PLUGIN_FILE ) );
|
82 |
-
wp_die( $message_wp );
|
83 |
-
}
|
84 |
-
// PHP version is too low
|
85 |
-
elseif ( version_compare( $min_php, $php, '>' ) ) {
|
86 |
-
deactivate_plugins( plugin_basename( SU_PLUGIN_FILE ) );
|
87 |
-
wp_die( $message_php );
|
88 |
-
}
|
89 |
-
}
|
90 |
-
|
91 |
/**
|
92 |
* Create directory /wp-content/uploads/shortcodes-ultimate-skins/ on activation
|
93 |
*/
|
40 |
*/
|
41 |
public static function activation() {
|
42 |
self::timestamp();
|
|
|
43 |
self::create_skins_dir();
|
44 |
Shortcodes_Ultimate_Generator::reset();
|
45 |
do_action( 'su/activation' );
|
59 |
if ( !get_option( 'su_installed' ) ) update_option( 'su_installed', time() );
|
60 |
}
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
/**
|
63 |
* Create directory /wp-content/uploads/shortcodes-ultimate-skins/ on activation
|
64 |
*/
|
inc/core/class.vote.php
CHANGED
@@ -9,7 +9,7 @@ class Shortcodes_Ultimate_Vote {
|
|
9 |
Shortcodes_Ultimate::timestamp();
|
10 |
$vote = get_option( 'su_vote' );
|
11 |
$timeout = time() > ( get_option( 'su_installed' ) + 60*60*24*3 );
|
12 |
-
if ( $vote
|
13 |
add_action( 'in_admin_footer', array( __CLASS__, 'message' ) );
|
14 |
add_action( 'admin_head', array( __CLASS__, 'register' ) );
|
15 |
add_action( 'admin_footer', array( __CLASS__, 'enqueue' ) );
|
9 |
Shortcodes_Ultimate::timestamp();
|
10 |
$vote = get_option( 'su_vote' );
|
11 |
$timeout = time() > ( get_option( 'su_installed' ) + 60*60*24*3 );
|
12 |
+
if ( in_array( $vote, array( 'yes', 'no', 'tweet' ) ) || !$timeout ) return;
|
13 |
add_action( 'in_admin_footer', array( __CLASS__, 'message' ) );
|
14 |
add_action( 'admin_head', array( __CLASS__, 'register' ) );
|
15 |
add_action( 'admin_footer', array( __CLASS__, 'enqueue' ) );
|
inc/core/shortcodes.php
CHANGED
@@ -42,7 +42,7 @@ function su_tabs_shortcode( $atts, $content ) {
|
|
42 |
if ( is_array( $GLOBALS['tabs'] ) ) {
|
43 |
if ( $GLOBALS['tab_count'] < $atts['active'] ) $atts['active'] = $GLOBALS['tab_count'];
|
44 |
foreach ( $GLOBALS['tabs'] as $tab ) {
|
45 |
-
$tabs[] = '<span class="' . su_ecssc( $tab ) . '">' . $tab['title'] . '</span>';
|
46 |
$panes[] = '<div class="su-tabs-pane' . su_ecssc( $tab ) . '">' . $tab['content'] . '</div>';
|
47 |
}
|
48 |
$vertical = ( $atts['vertical'] === 'yes' ) ? ' su-tabs-vertical' : '';
|
@@ -65,11 +65,18 @@ function su_tabs_shortcode( $atts, $content ) {
|
|
65 |
* @return string Output html
|
66 |
*/
|
67 |
function su_tab_shortcode( $atts, $content ) {
|
68 |
-
$atts = shortcode_atts( array(
|
|
|
|
|
|
|
|
|
69 |
$x = $GLOBALS['tab_count'];
|
70 |
-
$GLOBALS['tabs'][$x] = array(
|
|
|
71 |
'content' => do_shortcode( $content ),
|
72 |
-
'
|
|
|
|
|
73 |
$GLOBALS['tab_count']++;
|
74 |
}
|
75 |
|
@@ -547,6 +554,56 @@ function su_lightbox_shortcode( $atts, $content = null ) {
|
|
547 |
return '<span class="su-lightbox' . su_ecssc( $atts ) . '" data-mfp-src="' . $atts['src'] . '" data-mfp-type="' . $atts['type'] . '">' . do_shortcode( $content ) . '</span>';
|
548 |
}
|
549 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
550 |
/**
|
551 |
* Shortcode: private
|
552 |
*
|
42 |
if ( is_array( $GLOBALS['tabs'] ) ) {
|
43 |
if ( $GLOBALS['tab_count'] < $atts['active'] ) $atts['active'] = $GLOBALS['tab_count'];
|
44 |
foreach ( $GLOBALS['tabs'] as $tab ) {
|
45 |
+
$tabs[] = '<span class="' . su_ecssc( $tab ) . $tab['disabled'] . '">' . $tab['title'] . '</span>';
|
46 |
$panes[] = '<div class="su-tabs-pane' . su_ecssc( $tab ) . '">' . $tab['content'] . '</div>';
|
47 |
}
|
48 |
$vertical = ( $atts['vertical'] === 'yes' ) ? ' su-tabs-vertical' : '';
|
65 |
* @return string Output html
|
66 |
*/
|
67 |
function su_tab_shortcode( $atts, $content ) {
|
68 |
+
$atts = shortcode_atts( array(
|
69 |
+
'title' => 'Tab %d',
|
70 |
+
'disabled' => 'no',
|
71 |
+
'class' => ''
|
72 |
+
), $atts );
|
73 |
$x = $GLOBALS['tab_count'];
|
74 |
+
$GLOBALS['tabs'][$x] = array(
|
75 |
+
'title' => sprintf( $atts['title'], $GLOBALS['tab_count'] ),
|
76 |
'content' => do_shortcode( $content ),
|
77 |
+
'disabled' => ( $atts['disabled'] === 'yes' ) ? ' su-tabs-disabled' : '',
|
78 |
+
'class' => $atts['class']
|
79 |
+
);
|
80 |
$GLOBALS['tab_count']++;
|
81 |
}
|
82 |
|
554 |
return '<span class="su-lightbox' . su_ecssc( $atts ) . '" data-mfp-src="' . $atts['src'] . '" data-mfp-type="' . $atts['type'] . '">' . do_shortcode( $content ) . '</span>';
|
555 |
}
|
556 |
|
557 |
+
/**
|
558 |
+
* Shortcode: tooltip
|
559 |
+
*
|
560 |
+
* @param array $atts Shortcode attributes
|
561 |
+
* @param string $content
|
562 |
+
*
|
563 |
+
* @return string Output html
|
564 |
+
*/
|
565 |
+
function su_tooltip_shortcode( $atts, $content = null ) {
|
566 |
+
$atts = shortcode_atts( array(
|
567 |
+
'style' => 'yellow',
|
568 |
+
'position' => 'north',
|
569 |
+
'shadow' => 'no',
|
570 |
+
'rounded' => 'no',
|
571 |
+
'size' => 'default',
|
572 |
+
'title' => '',
|
573 |
+
'content' => __( 'Tooltip text', 'su' ),
|
574 |
+
'behavior' => 'hover',
|
575 |
+
'close' => 'no',
|
576 |
+
'class' => ''
|
577 |
+
), $atts );
|
578 |
+
// Prepare style
|
579 |
+
$atts['style'] = ( in_array( $atts['style'], array( 'light', 'dark', 'green', 'red', 'blue', 'youtube', 'tipsy', 'bootstrap', 'jtools', 'tipped', 'cluetip' ) ) ) ? $atts['style'] : 'plain';
|
580 |
+
// Position
|
581 |
+
$atts['position'] = str_replace( array( 'top', 'right', 'bottom', 'left' ), array( 'north', 'east', 'south', 'west' ), $atts['position'] );
|
582 |
+
$position = array(
|
583 |
+
'my' => str_replace( array( 'north', 'east', 'south', 'west' ), array( 'bottom center', 'center left', 'top center', 'center right' ), $atts['position'] ),
|
584 |
+
'at' => str_replace( array( 'north', 'east', 'south', 'west' ), array( 'top center', 'center right', 'bottom center', 'center left' ), $atts['position'] )
|
585 |
+
);
|
586 |
+
// Prepare classes
|
587 |
+
$classes = array( 'su-qtip qtip-' . $atts['style'] );
|
588 |
+
$classes[] = 'su-qtip-size-' . $atts['size'];
|
589 |
+
if ( $atts['shadow'] === 'yes' ) $classes[] = 'qtip-shadow';
|
590 |
+
if ( $atts['rounded'] === 'yes' ) $classes[] = 'qtip-rounded';
|
591 |
+
// Query assets
|
592 |
+
su_query_asset( 'css', 'qtip' );
|
593 |
+
su_query_asset( 'css', 'su-other-shortcodes' );
|
594 |
+
su_query_asset( 'js', 'jquery' );
|
595 |
+
su_query_asset( 'js', 'qtip' );
|
596 |
+
su_query_asset( 'js', 'su-other-shortcodes' );
|
597 |
+
return '<div class="su-tooltip' . su_ecssc( $atts ) . '" data-close="' . $atts['close'] . '" data-behavior="' . $atts['behavior'] . '" data-my="' . $position['my'] . '" data-at="' . $position['at'] . '" data-classes="' . implode( ' ', $classes ) . '" data-title="' . $atts['title'] . '" title="' . esc_attr( $atts['content'] ) . '">' . do_shortcode( $content ) . '</div>';
|
598 |
+
}
|
599 |
+
|
600 |
+
function su_ttc_shortcode( $atts = null, $content = null ) {
|
601 |
+
return '<span class="su-tooltip-content">' . do_shortcode( $content ) . '</span>';
|
602 |
+
}
|
603 |
+
|
604 |
+
add_shortcode( 'ttc', 'su_ttc_shortcode' );
|
605 |
+
add_shortcode( 'tooltip_content', 'su_ttc_shortcode' );
|
606 |
+
|
607 |
/**
|
608 |
* Shortcode: private
|
609 |
*
|
languages/su-ru_RU.mo
CHANGED
Binary file
|
languages/su-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gn_themes\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-09-
|
6 |
-
"PO-Revision-Date: 2013-09-
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -19,11 +19,12 @@ msgid "Heading 2"
|
|
19 |
msgstr "Заголовок 2"
|
20 |
|
21 |
#: inc/example-addon.php:43
|
22 |
-
#: inc/core/class.data.php:
|
23 |
-
#: inc/core/class.data.php:
|
24 |
-
#: inc/core/class.data.php:
|
25 |
-
#: inc/core/class.data.php:
|
26 |
-
#: inc/core/class.data.php:
|
|
|
27 |
msgid "Default"
|
28 |
msgstr "По умолчанию"
|
29 |
|
@@ -32,11 +33,12 @@ msgid "Small"
|
|
32 |
msgstr "Маленький"
|
33 |
|
34 |
#: inc/example-addon.php:49
|
35 |
-
#: inc/core/class.data.php:
|
36 |
-
#: inc/core/class.data.php:
|
37 |
-
#: inc/core/class.data.php:
|
38 |
-
#: inc/core/class.data.php:
|
39 |
-
#: inc/core/class.data.php:
|
|
|
40 |
msgid "Style"
|
41 |
msgstr "Стиль"
|
42 |
|
@@ -52,7 +54,7 @@ msgstr "Текст заголовка 2"
|
|
52 |
msgid "Styled heading 2"
|
53 |
msgstr "Стильный заголовок 2"
|
54 |
|
55 |
-
#: inc/core/class.assets.php:
|
56 |
msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
|
57 |
msgstr "Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод в редактор и посмотрите результат на странице записи."
|
58 |
|
@@ -61,12 +63,12 @@ msgid "All"
|
|
61 |
msgstr "Все"
|
62 |
|
63 |
#: inc/core/class.data.php:35
|
64 |
-
#: inc/core/class.generator.php:
|
65 |
msgid "Content"
|
66 |
msgstr "Содержимое"
|
67 |
|
68 |
#: inc/core/class.data.php:36
|
69 |
-
#: inc/core/class.data.php:
|
70 |
msgid "Box"
|
71 |
msgstr "Блок"
|
72 |
|
@@ -75,10 +77,10 @@ msgid "Media"
|
|
75 |
msgstr "Медиа"
|
76 |
|
77 |
#: inc/core/class.data.php:38
|
78 |
-
#: inc/core/class.data.php:
|
79 |
-
#: inc/core/class.data.php:
|
80 |
-
#: inc/core/class.data.php:
|
81 |
-
#: inc/core/class.data.php:
|
82 |
msgid "Gallery"
|
83 |
msgstr "Галерея"
|
84 |
|
@@ -91,9 +93,9 @@ msgid "Heading"
|
|
91 |
msgstr "Заголовок"
|
92 |
|
93 |
#: inc/core/class.data.php:60
|
94 |
-
#: inc/core/class.data.php:
|
95 |
-
#: inc/core/class.data.php:
|
96 |
-
#: inc/core/class.data.php:
|
97 |
msgid "Size"
|
98 |
msgstr "Размер"
|
99 |
|
@@ -102,26 +104,28 @@ msgid "Select heading size"
|
|
102 |
msgstr "Выберите размер заголовка"
|
103 |
|
104 |
#: inc/core/class.data.php:65
|
105 |
-
#: inc/core/class.data.php:
|
106 |
-
#: inc/core/class.data.php:
|
|
|
107 |
msgid "Left"
|
108 |
msgstr "Слева"
|
109 |
|
110 |
#: inc/core/class.data.php:66
|
111 |
-
#: inc/core/class.data.php:
|
112 |
-
#: inc/core/class.data.php:
|
113 |
msgid "Center"
|
114 |
msgstr "По центру"
|
115 |
|
116 |
#: inc/core/class.data.php:67
|
117 |
-
#: inc/core/class.data.php:
|
118 |
-
#: inc/core/class.data.php:
|
|
|
119 |
msgid "Right"
|
120 |
msgstr "Справа"
|
121 |
|
122 |
#: inc/core/class.data.php:70
|
123 |
-
#: inc/core/class.data.php:
|
124 |
-
#: inc/core/class.data.php:
|
125 |
msgid "Align"
|
126 |
msgstr "Выравнивание"
|
127 |
|
@@ -132,86 +136,88 @@ msgstr "Выравнивание текста в заголовке"
|
|
132 |
#: inc/core/class.data.php:74
|
133 |
#: inc/core/class.data.php:104
|
134 |
#: inc/core/class.data.php:126
|
135 |
-
#: inc/core/class.data.php:
|
136 |
-
#: inc/core/class.data.php:
|
137 |
-
#: inc/core/class.data.php:
|
138 |
-
#: inc/core/class.data.php:
|
139 |
-
#: inc/core/class.data.php:
|
140 |
-
#: inc/core/class.data.php:
|
141 |
-
#: inc/core/class.data.php:
|
142 |
-
#: inc/core/class.data.php:
|
143 |
-
#: inc/core/class.data.php:
|
144 |
-
#: inc/core/class.data.php:
|
145 |
-
#: inc/core/class.data.php:
|
146 |
-
#: inc/core/class.data.php:
|
147 |
-
#: inc/core/class.data.php:
|
148 |
-
#: inc/core/class.data.php:
|
149 |
-
#: inc/core/class.data.php:
|
150 |
-
#: inc/core/class.data.php:
|
151 |
-
#: inc/core/class.data.php:
|
152 |
-
#: inc/core/class.data.php:
|
153 |
-
#: inc/core/class.data.php:
|
154 |
-
#: inc/core/class.data.php:
|
155 |
-
#: inc/core/class.data.php:
|
156 |
-
#: inc/core/class.data.php:
|
157 |
-
#: inc/core/class.data.php:
|
158 |
-
#: inc/core/class.data.php:
|
159 |
-
#: inc/core/class.data.php:
|
160 |
-
#: inc/core/class.data.php:
|
161 |
-
#: inc/core/class.data.php:
|
162 |
-
#: inc/core/class.data.php:
|
163 |
-
#: inc/core/class.data.php:
|
164 |
-
#: inc/core/class.data.php:1152
|
165 |
-
#: inc/core/class.data.php:1178
|
166 |
-
#: inc/core/class.data.php:1198
|
167 |
#: inc/core/class.data.php:1242
|
168 |
-
#: inc/core/class.data.php:
|
169 |
-
#: inc/core/class.data.php:
|
170 |
-
#: inc/core/class.data.php:
|
171 |
-
#: inc/core/class.data.php:
|
|
|
|
|
|
|
|
|
172 |
msgid "Class"
|
173 |
msgstr "Класс"
|
174 |
|
175 |
#: inc/core/class.data.php:75
|
176 |
#: inc/core/class.data.php:105
|
177 |
#: inc/core/class.data.php:127
|
178 |
-
#: inc/core/class.data.php:
|
179 |
-
#: inc/core/class.data.php:
|
180 |
-
#: inc/core/class.data.php:
|
181 |
-
#: inc/core/class.data.php:
|
182 |
-
#: inc/core/class.data.php:
|
183 |
-
#: inc/core/class.data.php:
|
184 |
-
#: inc/core/class.data.php:
|
185 |
-
#: inc/core/class.data.php:
|
186 |
-
#: inc/core/class.data.php:
|
187 |
-
#: inc/core/class.data.php:
|
188 |
-
#: inc/core/class.data.php:
|
189 |
-
#: inc/core/class.data.php:
|
190 |
-
#: inc/core/class.data.php:
|
191 |
-
#: inc/core/class.data.php:
|
192 |
-
#: inc/core/class.data.php:
|
193 |
-
#: inc/core/class.data.php:
|
194 |
-
#: inc/core/class.data.php:
|
195 |
-
#: inc/core/class.data.php:
|
196 |
-
#: inc/core/class.data.php:
|
197 |
-
#: inc/core/class.data.php:
|
198 |
-
#: inc/core/class.data.php:
|
199 |
-
#: inc/core/class.data.php:
|
200 |
-
#: inc/core/class.data.php:
|
201 |
-
#: inc/core/class.data.php:
|
202 |
-
#: inc/core/class.data.php:
|
203 |
-
#: inc/core/class.data.php:
|
204 |
-
#: inc/core/class.data.php:
|
205 |
-
#: inc/core/class.data.php:
|
206 |
-
#: inc/core/class.data.php:
|
207 |
-
#: inc/core/class.data.php:1153
|
208 |
-
#: inc/core/class.data.php:1179
|
209 |
-
#: inc/core/class.data.php:1199
|
210 |
#: inc/core/class.data.php:1243
|
211 |
-
#: inc/core/class.data.php:
|
212 |
-
#: inc/core/class.data.php:
|
213 |
-
#: inc/core/class.data.php:
|
214 |
-
#: inc/core/class.data.php:
|
|
|
|
|
|
|
|
|
215 |
msgid "Extra CSS class"
|
216 |
msgstr "Дополнительный CSS класс"
|
217 |
|
@@ -244,15 +250,14 @@ msgid "Show tabs vertically"
|
|
244 |
msgstr "Отображать вкладки вертикально"
|
245 |
|
246 |
#: inc/core/class.data.php:109
|
247 |
-
#, php-format
|
248 |
msgid ""
|
249 |
-
"[%
|
250 |
-
"[%
|
251 |
-
"[%
|
252 |
msgstr ""
|
253 |
-
"[%
|
254 |
-
"[%
|
255 |
-
"[%
|
256 |
|
257 |
#: inc/core/class.data.php:110
|
258 |
msgid "Tabs container"
|
@@ -267,10 +272,10 @@ msgid "Tab name"
|
|
267 |
msgstr "Имя вкладки"
|
268 |
|
269 |
#: inc/core/class.data.php:121
|
270 |
-
#: inc/core/class.data.php:
|
271 |
-
#: inc/core/class.data.php:
|
272 |
-
#: inc/core/class.data.php:
|
273 |
-
#: inc/core/class.data.php:
|
274 |
msgid "Title"
|
275 |
msgstr "Заголовок"
|
276 |
|
@@ -278,425 +283,424 @@ msgstr "Заголовок"
|
|
278 |
msgid "Enter tab name"
|
279 |
msgstr "Введите имя вкладки"
|
280 |
|
281 |
-
#: inc/core/class.data.php:
|
282 |
msgid "Tab content"
|
283 |
msgstr "Содержимое вкладки"
|
284 |
|
285 |
-
#: inc/core/class.data.php:
|
286 |
msgid "Single tab"
|
287 |
msgstr "Одиночная вкладка"
|
288 |
|
289 |
-
#: inc/core/class.data.php:
|
290 |
msgid "Spoiler"
|
291 |
msgstr "Спойлер"
|
292 |
|
293 |
-
#: inc/core/class.data.php:
|
294 |
#: inc/core/shortcodes.php:86
|
295 |
msgid "Spoiler title"
|
296 |
msgstr "Скрытый текст"
|
297 |
|
298 |
-
#: inc/core/class.data.php:
|
299 |
msgid "Text in spoiler title"
|
300 |
msgstr "Текст для заголовка спойлера"
|
301 |
|
302 |
-
#: inc/core/class.data.php:
|
303 |
msgid "Open"
|
304 |
msgstr "Открыт"
|
305 |
|
306 |
-
#: inc/core/class.data.php:
|
307 |
msgid "Is spoiler content visible by default"
|
308 |
msgstr "Виден ли контент спойлера по умолчанию"
|
309 |
|
310 |
-
#: inc/core/class.data.php:
|
311 |
msgid "Fancy"
|
312 |
msgstr "Стильный"
|
313 |
|
314 |
-
#: inc/core/class.data.php:
|
315 |
-
#: inc/core/class.data.php:
|
316 |
msgid "Simple"
|
317 |
msgstr "Простой"
|
318 |
|
319 |
-
#: inc/core/class.data.php:
|
320 |
msgid "Spoiler skin"
|
321 |
msgstr "Скин спойлера"
|
322 |
|
323 |
-
#: inc/core/class.data.php:
|
324 |
msgid "Hidden content"
|
325 |
msgstr "Скрытое содержимое"
|
326 |
|
327 |
-
#: inc/core/class.data.php:
|
328 |
msgid "Spoiler with hidden content"
|
329 |
msgstr "Спойлер со скрытым содержимым"
|
330 |
|
331 |
-
#: inc/core/class.data.php:
|
332 |
msgid "Accordion"
|
333 |
msgstr "Аккордион"
|
334 |
|
335 |
-
#: inc/core/class.data.php:
|
336 |
msgid ""
|
337 |
-
"[
|
338 |
-
"[
|
339 |
-
"[
|
340 |
msgstr ""
|
341 |
-
"[
|
342 |
-
"[
|
343 |
-
"[
|
344 |
|
345 |
-
#: inc/core/class.data.php:
|
346 |
msgid "Accordion with spoilers"
|
347 |
msgstr "Аккордион со спойлерами"
|
348 |
|
349 |
-
#: inc/core/class.data.php:
|
350 |
msgid "Divider"
|
351 |
msgstr "Разделитель"
|
352 |
|
353 |
-
#: inc/core/class.data.php:
|
354 |
msgid "Show TOP link"
|
355 |
msgstr "Показать ссылку ВВЕРХ"
|
356 |
|
357 |
-
#: inc/core/class.data.php:
|
358 |
msgid "Show link to top of the page or not"
|
359 |
msgstr "Показывать ссылку ВВЕРХ или нет"
|
360 |
|
361 |
-
#: inc/core/class.data.php:
|
362 |
#: inc/core/shortcodes.php:121
|
363 |
msgid "Go to top"
|
364 |
msgstr "Вверх"
|
365 |
|
366 |
-
#: inc/core/class.data.php:
|
367 |
msgid "Link text"
|
368 |
msgstr "Текст ссылки"
|
369 |
|
370 |
-
#: inc/core/class.data.php:
|
371 |
msgid "Text for the GO TOP link"
|
372 |
msgstr "Текст ссылки ВВЕРХ"
|
373 |
|
374 |
-
#: inc/core/class.data.php:
|
375 |
msgid "Content divider with optional TOP link"
|
376 |
msgstr "Разделитель текста со ссылкой ВВЕРХ"
|
377 |
|
378 |
-
#: inc/core/class.data.php:
|
379 |
msgid "Spacer"
|
380 |
msgstr "Пробел"
|
381 |
|
382 |
-
#: inc/core/class.data.php:
|
383 |
-
#: inc/core/class.data.php:
|
384 |
-
#: inc/core/class.data.php:
|
385 |
-
#: inc/core/class.data.php:
|
386 |
-
#: inc/core/class.data.php:
|
387 |
-
#: inc/core/class.data.php:
|
388 |
-
#: inc/core/class.data.php:
|
389 |
-
#: inc/core/class.data.php:
|
390 |
-
#: inc/core/class.data.php:
|
391 |
-
#: inc/core/class.data.php:
|
392 |
msgid "Height"
|
393 |
msgstr "Высота"
|
394 |
|
395 |
-
#: inc/core/class.data.php:
|
396 |
msgid "Height of the spacer in pixels"
|
397 |
msgstr "Высота пробела в пикселях"
|
398 |
|
399 |
-
#: inc/core/class.data.php:
|
400 |
msgid "Empty space with adjustable height"
|
401 |
msgstr "Пробел с настраиваемой высотой"
|
402 |
|
403 |
-
#: inc/core/class.data.php:
|
404 |
msgid "Highlight"
|
405 |
msgstr "Выделитель"
|
406 |
|
407 |
-
#: inc/core/class.data.php:
|
408 |
-
#: inc/core/class.data.php:
|
409 |
-
#: inc/core/class.data.php:
|
410 |
msgid "Background"
|
411 |
msgstr "Фон"
|
412 |
|
413 |
-
#: inc/core/class.data.php:
|
414 |
msgid "Highlighted text background color"
|
415 |
msgstr "Цвет фона выделяемого текста"
|
416 |
|
417 |
-
#: inc/core/class.data.php:
|
418 |
-
#: inc/core/class.data.php:
|
419 |
-
#: inc/core/class.data.php:
|
420 |
msgid "Text color"
|
421 |
msgstr "Цвет текста"
|
422 |
|
423 |
-
#: inc/core/class.data.php:
|
424 |
msgid "Highlighted text color"
|
425 |
msgstr "Цвет выделяемого текста"
|
426 |
|
427 |
-
#: inc/core/class.data.php:
|
428 |
-
#: inc/core/class.data.php:
|
429 |
msgid "Highlighted text"
|
430 |
msgstr "Подсвеченный текст"
|
431 |
|
432 |
-
#: inc/core/class.data.php:
|
433 |
-
#: inc/core/class.data.php:
|
434 |
msgid "Label"
|
435 |
msgstr "Ярлык"
|
436 |
|
437 |
-
#: inc/core/class.data.php:
|
438 |
msgid "Success"
|
439 |
msgstr "Успех"
|
440 |
|
441 |
-
#: inc/core/class.data.php:
|
442 |
msgid "Warning"
|
443 |
msgstr "Внимание"
|
444 |
|
445 |
-
#: inc/core/class.data.php:
|
446 |
msgid "Important"
|
447 |
msgstr "Важно"
|
448 |
|
449 |
-
#: inc/core/class.data.php:
|
450 |
msgid "Black"
|
451 |
msgstr "Черный"
|
452 |
|
453 |
-
#: inc/core/class.data.php:
|
454 |
msgid "Info"
|
455 |
msgstr "Инфо"
|
456 |
|
457 |
-
#: inc/core/class.data.php:
|
458 |
msgid "Type"
|
459 |
msgstr "Тип"
|
460 |
|
461 |
-
#: inc/core/class.data.php:
|
462 |
msgid "Style of the label"
|
463 |
msgstr "Стиль ярлыка"
|
464 |
|
465 |
-
#: inc/core/class.data.php:
|
466 |
msgid "Styled label"
|
467 |
msgstr "Стильный ярлык"
|
468 |
|
469 |
-
#: inc/core/class.data.php:
|
470 |
-
#: inc/core/class.data.php:
|
471 |
msgid "Quote"
|
472 |
msgstr "Цитата"
|
473 |
|
474 |
-
#: inc/core/class.data.php:
|
475 |
msgid "Cite"
|
476 |
msgstr "Автор"
|
477 |
|
478 |
-
#: inc/core/class.data.php:
|
479 |
msgid "Quote author name"
|
480 |
msgstr "Имя автора цитаты"
|
481 |
|
482 |
-
#: inc/core/class.data.php:
|
483 |
msgid "Cite url"
|
484 |
msgstr "Ссылка автора"
|
485 |
|
486 |
-
#: inc/core/class.data.php:
|
487 |
msgid "Url of the quote author. Leave empty to disable link"
|
488 |
msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
|
489 |
|
490 |
-
#: inc/core/class.data.php:
|
491 |
msgid "Blockquote alternative"
|
492 |
msgstr "Альтернатива цитаты"
|
493 |
|
494 |
-
#: inc/core/class.data.php:
|
495 |
-
#: inc/core/class.data.php:
|
496 |
-
#: inc/core/class.data.php:
|
497 |
msgid "Pullquote"
|
498 |
msgstr "Цитата с обтеканием"
|
499 |
|
500 |
-
#: inc/core/class.data.php:
|
501 |
msgid "Pullquote alignment (float)"
|
502 |
msgstr "Выравнивание цитаты (обтекание)"
|
503 |
|
504 |
-
#: inc/core/class.data.php:
|
505 |
-
#: inc/core/class.data.php:
|
506 |
msgid "Dropcap"
|
507 |
msgstr "Буквица"
|
508 |
|
509 |
-
#: inc/core/class.data.php:
|
510 |
-
#: inc/core/class.data.php:
|
511 |
msgid "Flat"
|
512 |
msgstr "Плоский"
|
513 |
|
514 |
-
#: inc/core/class.data.php:
|
515 |
-
#: inc/core/class.data.php:
|
516 |
msgid "Light"
|
517 |
msgstr "Светлый"
|
518 |
|
519 |
-
#: inc/core/class.data.php:
|
520 |
msgid "Dropcap style preset"
|
521 |
msgstr "Стиль буквицы"
|
522 |
|
523 |
-
#: inc/core/class.data.php:
|
524 |
msgid "Choose dropcap size"
|
525 |
msgstr "Выберите размер буквицы"
|
526 |
|
527 |
-
#: inc/core/class.data.php:
|
528 |
msgid "D"
|
529 |
msgstr "D"
|
530 |
|
531 |
-
#: inc/core/class.data.php:
|
532 |
msgid "Frame"
|
533 |
msgstr "Рамка"
|
534 |
|
535 |
-
#: inc/core/class.data.php:
|
536 |
msgid "Frame alignment"
|
537 |
msgstr "Выравнивание рамки"
|
538 |
|
539 |
-
#: inc/core/class.data.php:
|
540 |
msgid "Styled image frame"
|
541 |
msgstr "Стильный рамка изображения"
|
542 |
|
543 |
-
#: inc/core/class.data.php:
|
544 |
msgid "Row"
|
545 |
msgstr "Колонки"
|
546 |
|
547 |
-
#: inc/core/class.data.php:
|
548 |
-
#, php-format
|
549 |
msgid ""
|
550 |
-
"[%
|
551 |
-
"[%
|
552 |
-
"[%
|
553 |
msgstr ""
|
554 |
-
"[%
|
555 |
-
"[%
|
556 |
-
"[%
|
557 |
|
558 |
-
#: inc/core/class.data.php:
|
559 |
msgid "Row for flexible columns"
|
560 |
msgstr "Контейнер с резиновыми колонками"
|
561 |
|
562 |
-
#: inc/core/class.data.php:
|
563 |
msgid "Column"
|
564 |
msgstr "Колонка"
|
565 |
|
566 |
-
#: inc/core/class.data.php:
|
567 |
msgid "Full width"
|
568 |
msgstr "Во всю ширину"
|
569 |
|
570 |
-
#: inc/core/class.data.php:
|
571 |
msgid "One half"
|
572 |
msgstr "Одна вторая"
|
573 |
|
574 |
-
#: inc/core/class.data.php:
|
575 |
msgid "One third"
|
576 |
msgstr "Одна третья"
|
577 |
|
578 |
-
#: inc/core/class.data.php:
|
579 |
msgid "Two third"
|
580 |
msgstr "Две трети"
|
581 |
|
582 |
-
#: inc/core/class.data.php:
|
583 |
msgid "One fourth"
|
584 |
msgstr "Одна четвертая"
|
585 |
|
586 |
-
#: inc/core/class.data.php:
|
587 |
msgid "Three fourth"
|
588 |
msgstr "Три четвертых"
|
589 |
|
590 |
-
#: inc/core/class.data.php:
|
591 |
msgid "One fifth"
|
592 |
msgstr "Одна пятая"
|
593 |
|
594 |
-
#: inc/core/class.data.php:
|
595 |
msgid "Two fifth"
|
596 |
msgstr "Две пятых"
|
597 |
|
598 |
-
#: inc/core/class.data.php:
|
599 |
msgid "Three fifth"
|
600 |
msgstr "Три пятых"
|
601 |
|
602 |
-
#: inc/core/class.data.php:
|
603 |
msgid "Four fifth"
|
604 |
msgstr "Четыре пятых"
|
605 |
|
606 |
-
#: inc/core/class.data.php:
|
607 |
msgid "One sixth"
|
608 |
msgstr "Одна шестая"
|
609 |
|
610 |
-
#: inc/core/class.data.php:
|
611 |
msgid "Five sixth"
|
612 |
msgstr "Пять шестых"
|
613 |
|
614 |
-
#: inc/core/class.data.php:
|
615 |
msgid "Select column width. This width will be calculated depend page width"
|
616 |
msgstr "Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
|
617 |
|
618 |
-
#: inc/core/class.data.php:
|
619 |
msgid "Column content"
|
620 |
msgstr "Содержимое колонки"
|
621 |
|
622 |
-
#: inc/core/class.data.php:
|
623 |
msgid "Flexible and responsive columns"
|
624 |
msgstr "Резновые колонки"
|
625 |
|
626 |
-
#: inc/core/class.data.php:
|
627 |
msgid "List"
|
628 |
msgstr "Список"
|
629 |
|
630 |
-
#: inc/core/class.data.php:
|
631 |
msgid "Star"
|
632 |
msgstr "Звезда"
|
633 |
|
634 |
-
#: inc/core/class.data.php:
|
635 |
msgid "Arrow"
|
636 |
msgstr "Стрелка"
|
637 |
|
638 |
-
#: inc/core/class.data.php:
|
639 |
msgid "Check"
|
640 |
msgstr "Отметка"
|
641 |
|
642 |
-
#: inc/core/class.data.php:
|
643 |
msgid "Cross"
|
644 |
msgstr "Крестик"
|
645 |
|
646 |
-
#: inc/core/class.data.php:
|
647 |
msgid "Thumbs up"
|
648 |
msgstr "Палец вверх"
|
649 |
|
650 |
-
#: inc/core/class.data.php:
|
651 |
-
#: inc/core/class.data.php:
|
652 |
msgid "Link"
|
653 |
msgstr "Ссылка"
|
654 |
|
655 |
-
#: inc/core/class.data.php:
|
656 |
msgid "Gear"
|
657 |
msgstr "Шестеренка"
|
658 |
|
659 |
-
#: inc/core/class.data.php:
|
660 |
msgid "Time"
|
661 |
msgstr "Время"
|
662 |
|
663 |
-
#: inc/core/class.data.php:
|
664 |
-
#: inc/core/class.data.php:
|
665 |
msgid "Note"
|
666 |
msgstr "Заметка"
|
667 |
|
668 |
-
#: inc/core/class.data.php:
|
669 |
msgid "Plus"
|
670 |
msgstr "Плюс"
|
671 |
|
672 |
-
#: inc/core/class.data.php:
|
673 |
msgid "Guard"
|
674 |
msgstr "Защита"
|
675 |
|
676 |
-
#: inc/core/class.data.php:
|
677 |
msgid "Event"
|
678 |
msgstr "Событие"
|
679 |
|
680 |
-
#: inc/core/class.data.php:
|
681 |
msgid "Idea"
|
682 |
msgstr "Идя"
|
683 |
|
684 |
-
#: inc/core/class.data.php:
|
685 |
-
#: inc/core/class.generator.php:
|
686 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
687 |
-
#: inc/vendor/class.sunrise-framework.php:
|
688 |
msgid "Settings"
|
689 |
msgstr "Настройки"
|
690 |
|
691 |
-
#: inc/core/class.data.php:
|
692 |
msgid "Twitter"
|
693 |
msgstr "Твиттер"
|
694 |
|
695 |
-
#: inc/core/class.data.php:
|
696 |
msgid "List items style/icons"
|
697 |
msgstr "Стиль/иконка элементов списка"
|
698 |
|
699 |
-
#: inc/core/class.data.php:
|
700 |
msgid ""
|
701 |
"<ul>\n"
|
702 |
"<li>List item</li>\n"
|
@@ -710,501 +714,655 @@ msgstr ""
|
|
710 |
"<li>Элемент списка</li>\n"
|
711 |
"</ul>"
|
712 |
|
713 |
-
#: inc/core/class.data.php:
|
714 |
msgid "Styled unordered list"
|
715 |
msgstr "Стильный неупорядоченный список"
|
716 |
|
717 |
-
#: inc/core/class.data.php:
|
718 |
msgid "Button"
|
719 |
msgstr "Кнопка"
|
720 |
|
721 |
-
#: inc/core/class.data.php:
|
722 |
msgid "Button link"
|
723 |
msgstr "Ссылка кнопки"
|
724 |
|
725 |
-
#: inc/core/class.data.php:
|
726 |
-
#: inc/core/class.data.php:
|
727 |
msgid "Same tab"
|
728 |
msgstr "Та же вкладка"
|
729 |
|
730 |
-
#: inc/core/class.data.php:
|
731 |
-
#: inc/core/class.data.php:
|
732 |
msgid "New tab"
|
733 |
msgstr "Новая вкладка"
|
734 |
|
735 |
-
#: inc/core/class.data.php:
|
736 |
-
#: inc/core/class.data.php:
|
737 |
msgid "Target"
|
738 |
msgstr "Цель"
|
739 |
|
740 |
-
#: inc/core/class.data.php:
|
741 |
msgid "Button link target"
|
742 |
msgstr "Цель ссылки кнопки"
|
743 |
|
744 |
-
#: inc/core/class.data.php:
|
745 |
-
#: inc/core/class.data.php:
|
746 |
msgid "Soft"
|
747 |
msgstr "Мягкий"
|
748 |
|
749 |
-
#: inc/core/class.data.php:
|
750 |
-
#: inc/core/class.data.php:
|
751 |
msgid "Glass"
|
752 |
msgstr "Стекло"
|
753 |
|
754 |
-
#: inc/core/class.data.php:
|
755 |
-
#: inc/core/class.data.php:
|
756 |
msgid "Bubbles"
|
757 |
msgstr "Пузыри"
|
758 |
|
759 |
-
#: inc/core/class.data.php:
|
760 |
-
#: inc/core/class.data.php:
|
761 |
msgid "Noise"
|
762 |
msgstr "Шум"
|
763 |
|
764 |
-
#: inc/core/class.data.php:
|
765 |
msgid "Stroked"
|
766 |
msgstr "Прошитый"
|
767 |
|
768 |
-
#: inc/core/class.data.php:
|
769 |
msgid "3D"
|
770 |
msgstr "3D"
|
771 |
|
772 |
-
#: inc/core/class.data.php:
|
773 |
msgid "Button background style preset"
|
774 |
msgstr "Стиль фона кнопки"
|
775 |
|
776 |
-
#: inc/core/class.data.php:
|
777 |
msgid "Button background color"
|
778 |
msgstr "Цвет фона кнопки"
|
779 |
|
780 |
-
#: inc/core/class.data.php:
|
781 |
msgid "Button text color"
|
782 |
msgstr "Цвет текста кнопки"
|
783 |
|
784 |
-
#: inc/core/class.data.php:
|
785 |
msgid "Button size"
|
786 |
msgstr "Размер кнопки"
|
787 |
|
788 |
-
#: inc/core/class.data.php:
|
789 |
msgid "Fluid"
|
790 |
msgstr "Резиновая"
|
791 |
|
792 |
-
#: inc/core/class.data.php:
|
793 |
msgid "Fluid buttons has 100% width"
|
794 |
msgstr "Резиновые кнопки имеют ширину 100%"
|
795 |
|
796 |
-
#: inc/core/class.data.php:
|
797 |
-
|
798 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
799 |
msgid "Radius"
|
800 |
msgstr "Радиус"
|
801 |
|
802 |
-
#: inc/core/class.data.php:
|
803 |
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
804 |
msgstr "Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
|
805 |
|
806 |
-
#: inc/core/class.data.php:
|
807 |
-
#: inc/core/class.data.php:
|
808 |
msgid "Icon"
|
809 |
msgstr "Иконка"
|
810 |
|
811 |
-
#: inc/core/class.data.php:
|
812 |
msgid "You can upload custom icon for this button. Try to begin with <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-quality icons</a>. Download archive, unpack icons and upload in this field"
|
813 |
msgstr "Вы можете загрузить любую иконку для этой кнопки. Попробуйте начать с <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">этого бесплатного набора качественных иконок</a>. Скачайте архив, распакуйте иконки и загрузите любую из них в это поле"
|
814 |
|
815 |
-
#: inc/core/class.data.php:
|
816 |
msgid "Dark"
|
817 |
msgstr "Темный"
|
818 |
|
819 |
-
#: inc/core/class.data.php:
|
820 |
msgid "Text shadow color"
|
821 |
msgstr "Цвет тени текста"
|
822 |
|
823 |
-
#: inc/core/class.data.php:
|
824 |
msgid "Color of button text shadow"
|
825 |
msgstr "Цвет тени текста кнопки"
|
826 |
|
827 |
-
#: inc/core/class.data.php:
|
828 |
-
#: inc/core/class.data.php:
|
829 |
msgid "None"
|
830 |
msgstr "Нет"
|
831 |
|
832 |
-
#: inc/core/class.data.php:
|
|
|
833 |
msgid "Top"
|
834 |
msgstr "Сверху"
|
835 |
|
836 |
-
#: inc/core/class.data.php:
|
|
|
837 |
msgid "Bottom"
|
838 |
msgstr "Снизу"
|
839 |
|
840 |
-
#: inc/core/class.data.php:
|
841 |
msgid "Top right"
|
842 |
msgstr "Сверху справа"
|
843 |
|
844 |
-
#: inc/core/class.data.php:
|
845 |
msgid "Top left"
|
846 |
msgstr "Сверху слева"
|
847 |
|
848 |
-
#: inc/core/class.data.php:
|
849 |
msgid "Bottom right"
|
850 |
msgstr "Снизу справа"
|
851 |
|
852 |
-
#: inc/core/class.data.php:
|
853 |
msgid "Bottom left"
|
854 |
msgstr "Снизу слева"
|
855 |
|
856 |
-
#: inc/core/class.data.php:
|
857 |
msgid "Text shadow position"
|
858 |
msgstr "Положение тени текста"
|
859 |
|
860 |
-
#: inc/core/class.data.php:
|
861 |
msgid "Position of button text shadow"
|
862 |
msgstr "Положение тени текста кнопки"
|
863 |
|
864 |
-
#: inc/core/class.data.php:
|
865 |
msgid "Description"
|
866 |
msgstr "Описание"
|
867 |
|
868 |
-
#: inc/core/class.data.php:
|
869 |
msgid "Small description under button text. This option is incompatible with icon."
|
870 |
msgstr "Небольшое описание под текстом кнопки. Это описание не совместимо с иконками кнопок."
|
871 |
|
872 |
-
#: inc/core/class.data.php:
|
873 |
msgid "Button text"
|
874 |
msgstr "Текст кнопки"
|
875 |
|
876 |
-
#: inc/core/class.data.php:
|
877 |
msgid "Styled button"
|
878 |
msgstr "Стильная кнопка"
|
879 |
|
880 |
-
#: inc/core/class.data.php:
|
881 |
msgid "Service"
|
882 |
msgstr "Услуга"
|
883 |
|
884 |
-
#: inc/core/class.data.php:
|
885 |
-
#: inc/core/shortcodes.php:
|
886 |
msgid "Service title"
|
887 |
msgstr "Название услуги"
|
888 |
|
889 |
-
#: inc/core/class.data.php:
|
890 |
msgid "Service name"
|
891 |
msgstr "Название услуги"
|
892 |
|
893 |
-
#: inc/core/class.data.php:
|
894 |
msgid "You can upload custom icon for this box"
|
895 |
msgstr "Вы можете загрузить свою иконку для этого блока"
|
896 |
|
897 |
-
#: inc/core/class.data.php:
|
898 |
msgid "Icon size"
|
899 |
msgstr "Размер иконки"
|
900 |
|
901 |
-
#: inc/core/class.data.php:
|
902 |
msgid "Size of the uploaded icon in pixels"
|
903 |
msgstr "Размер загруженной иконки в пикселях"
|
904 |
|
905 |
-
#: inc/core/class.data.php:
|
906 |
msgid "Service description"
|
907 |
msgstr "Описание услуги"
|
908 |
|
909 |
-
#: inc/core/class.data.php:
|
910 |
msgid "Service box with title"
|
911 |
msgstr "Блок услуга с заголовком"
|
912 |
|
913 |
-
#: inc/core/class.data.php:
|
914 |
msgid "Box title"
|
915 |
msgstr "Заголовок блока"
|
916 |
|
917 |
-
#: inc/core/class.data.php:
|
918 |
msgid "Text for the box title"
|
919 |
msgstr "Текст для заголовка блока"
|
920 |
|
921 |
-
#: inc/core/class.data.php:
|
922 |
msgid "Box style preset"
|
923 |
msgstr "Стиль блока"
|
924 |
|
925 |
-
#: inc/core/class.data.php:
|
926 |
msgid "Color"
|
927 |
msgstr "Цвет"
|
928 |
|
929 |
-
#: inc/core/class.data.php:
|
930 |
msgid "Color for the box title and borders"
|
931 |
msgstr "Цвет заголовка блока и его рамки"
|
932 |
|
933 |
-
#: inc/core/class.data.php:
|
934 |
msgid "Title text color"
|
935 |
msgstr "Цвет текста заголовка"
|
936 |
|
937 |
-
#: inc/core/class.data.php:
|
938 |
msgid "Color for the box title text"
|
939 |
msgstr "Цвет текста в заголовке блока"
|
940 |
|
941 |
-
#: inc/core/class.data.php:
|
942 |
msgid "Box corners radius"
|
943 |
msgstr "Радиус углов"
|
944 |
|
945 |
-
#: inc/core/class.data.php:
|
946 |
msgid "Box content"
|
947 |
msgstr "Содержимое блока"
|
948 |
|
949 |
-
#: inc/core/class.data.php:
|
950 |
msgid "Colored box with caption"
|
951 |
msgstr "Цветной блок с заголовком"
|
952 |
|
953 |
-
#: inc/core/class.data.php:
|
954 |
msgid "Note background color"
|
955 |
msgstr "Цвет фона заметки"
|
956 |
|
957 |
-
#: inc/core/class.data.php:
|
958 |
msgid "Note text color"
|
959 |
msgstr "Цвет текста заметки"
|
960 |
|
961 |
-
#: inc/core/class.data.php:
|
962 |
msgid "Note corners radius"
|
963 |
msgstr "Радиус углов"
|
964 |
|
965 |
-
#: inc/core/class.data.php:
|
966 |
msgid "Note text"
|
967 |
msgstr "Текст заметки"
|
968 |
|
969 |
-
#: inc/core/class.data.php:
|
970 |
msgid "Colored box"
|
971 |
msgstr "Цветной блок"
|
972 |
|
973 |
-
#: inc/core/class.data.php:
|
974 |
msgid "Lightbox"
|
975 |
msgstr "Лайтбокс"
|
976 |
|
977 |
-
#: inc/core/class.data.php:
|
978 |
msgid "Iframe"
|
979 |
msgstr "Фрейм (iframe)"
|
980 |
|
981 |
-
#: inc/core/class.data.php:
|
982 |
msgid "Image"
|
983 |
msgstr "Изображение"
|
984 |
|
985 |
-
#: inc/core/class.data.php:
|
986 |
msgid "Inline (html content)"
|
987 |
msgstr "HTML элемент"
|
988 |
|
989 |
-
#: inc/core/class.data.php:
|
990 |
msgid "Content type"
|
991 |
msgstr "Тип содержимого"
|
992 |
|
993 |
-
#: inc/core/class.data.php:
|
994 |
msgid "Select type of the lightbox window content"
|
995 |
msgstr "Выберите тип содержимого в окне лайтбокса"
|
996 |
|
997 |
-
#: inc/core/class.data.php:
|
998 |
msgid "Content source"
|
999 |
msgstr "Источник содержимого"
|
1000 |
|
1001 |
-
#: inc/core/class.data.php:
|
1002 |
msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
|
1003 |
msgstr "Вставьте URL или CSS селектор. Используйте URL для типов содержимого Фрейм (iframe) и Изображение. Используйте CSS селектор для содержимого типа HTML элемент.<br />Примеры значений:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube видео (фрейм)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - загруженное изображение (изображение)<br /><b%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b%value>#contact-form</b> - любой HTML элемент (html элемент)"
|
1004 |
|
1005 |
-
#: inc/core/class.data.php:
|
1006 |
-
|
1007 |
-
|
1008 |
-
msgstr "[%sbutton] Нажмите чтобы посмотреть видео [/%sbutton]"
|
1009 |
|
1010 |
-
#: inc/core/class.data.php:
|
1011 |
msgid "Lightbox window with custom content"
|
1012 |
msgstr "Лайтбокс с произвольным содержимым"
|
1013 |
|
1014 |
-
#: inc/core/class.data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1015 |
msgid "Private"
|
1016 |
msgstr "Заметка для авторов"
|
1017 |
|
1018 |
-
#: inc/core/class.data.php:
|
1019 |
msgid "Private note text"
|
1020 |
msgstr "Текст приватной заметки"
|
1021 |
|
1022 |
-
#: inc/core/class.data.php:
|
1023 |
msgid "Private note for post authors"
|
1024 |
msgstr "Приватный текст для других авторов"
|
1025 |
|
1026 |
-
#: inc/core/class.data.php:
|
1027 |
msgid "YouTube"
|
1028 |
msgstr "YouTube"
|
1029 |
|
1030 |
-
#: inc/core/class.data.php:
|
1031 |
-
#: inc/core/class.data.php:
|
1032 |
-
#: inc/core/class.data.php:
|
1033 |
-
#: inc/core/class.data.php:
|
1034 |
-
#: inc/core/class.data.php:
|
1035 |
msgid "Url"
|
1036 |
msgstr "Ссылка"
|
1037 |
|
1038 |
-
#: inc/core/class.data.php:
|
1039 |
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1040 |
msgstr "Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
|
1041 |
|
1042 |
-
#: inc/core/class.data.php:
|
1043 |
-
#: inc/core/class.data.php:
|
1044 |
-
#: inc/core/class.data.php:
|
1045 |
-
#: inc/core/class.data.php:
|
1046 |
-
#: inc/core/class.data.php:
|
1047 |
-
#: inc/core/class.data.php:
|
1048 |
-
#: inc/core/class.data.php:
|
1049 |
-
#: inc/core/class.data.php:
|
1050 |
-
#: inc/core/class.data.php:
|
1051 |
-
#: inc/core/class.data.php:
|
1052 |
msgid "Width"
|
1053 |
msgstr "Ширина"
|
1054 |
|
1055 |
-
#: inc/core/class.data.php:
|
1056 |
-
#: inc/core/class.data.php:
|
1057 |
-
#: inc/core/class.data.php:
|
1058 |
-
#: inc/core/class.data.php:
|
1059 |
msgid "Player width"
|
1060 |
msgstr "Ширина плеера"
|
1061 |
|
1062 |
-
#: inc/core/class.data.php:
|
1063 |
-
#: inc/core/class.data.php:
|
1064 |
-
#: inc/core/class.data.php:
|
1065 |
-
#: inc/core/class.data.php:
|
1066 |
msgid "Player height"
|
1067 |
msgstr "Высота плеера"
|
1068 |
|
1069 |
-
#: inc/core/class.data.php:
|
1070 |
-
#: inc/core/class.data.php:
|
1071 |
-
#: inc/core/class.data.php:
|
1072 |
-
#: inc/core/class.data.php:
|
1073 |
-
#: inc/core/class.data.php:
|
1074 |
-
#: inc/core/class.data.php:
|
1075 |
-
#: inc/core/class.data.php:
|
1076 |
msgid "Responsive"
|
1077 |
msgstr "Отзывчивость (responsive)"
|
1078 |
|
1079 |
-
#: inc/core/class.data.php:
|
1080 |
-
#: inc/core/class.data.php:
|
1081 |
-
#: inc/core/class.data.php:
|
1082 |
msgid "Ignore width and height parameters and make player responsive"
|
1083 |
msgstr "Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
|
1084 |
|
1085 |
-
#: inc/core/class.data.php:
|
1086 |
-
#: inc/core/class.data.php:
|
1087 |
-
#: inc/core/class.data.php:
|
1088 |
-
#: inc/core/class.data.php:
|
1089 |
-
#: inc/core/class.data.php:
|
1090 |
-
#: inc/core/class.data.php:
|
1091 |
msgid "Autoplay"
|
1092 |
msgstr "Автовоспроизведение"
|
1093 |
|
1094 |
-
#: inc/core/class.data.php:
|
1095 |
-
#: inc/core/class.data.php:
|
1096 |
msgid "Play video automatically when page is loaded"
|
1097 |
msgstr "Воспроизвести видео автоматически при открытии страницы"
|
1098 |
|
1099 |
-
#: inc/core/class.data.php:
|
1100 |
msgid "YouTube video"
|
1101 |
msgstr "Видео YouTube"
|
1102 |
|
1103 |
-
#: inc/core/class.data.php:
|
1104 |
msgid "Vimeo"
|
1105 |
msgstr "Vimeo"
|
1106 |
|
1107 |
-
#: inc/core/class.data.php:
|
1108 |
msgid "Url of Vimeo page with video"
|
1109 |
msgstr "Ссылка на страницу Vimeo с видео"
|
1110 |
|
1111 |
-
#: inc/core/class.data.php:
|
1112 |
msgid "Vimeo video"
|
1113 |
msgstr "Видео Vimeo"
|
1114 |
|
1115 |
-
#: inc/core/class.data.php:
|
1116 |
msgid "Screenr"
|
1117 |
msgstr "Screenr"
|
1118 |
|
1119 |
-
#: inc/core/class.data.php:
|
1120 |
msgid "Url of Screenr page with video"
|
1121 |
msgstr "Ссылка на страницу Screenr с видео"
|
1122 |
|
1123 |
-
#: inc/core/class.data.php:
|
1124 |
msgid "Screenr video"
|
1125 |
msgstr "Видео Screenr"
|
1126 |
|
1127 |
-
#: inc/core/class.data.php:
|
1128 |
msgid "Audio"
|
1129 |
msgstr "Аудио"
|
1130 |
|
1131 |
-
#: inc/core/class.data.php:
|
1132 |
-
#: inc/core/class.data.php:
|
1133 |
msgid "File"
|
1134 |
msgstr "Файл"
|
1135 |
|
1136 |
-
#: inc/core/class.data.php:
|
1137 |
msgid "Audio file url. Supported formats: mp3, ogg"
|
1138 |
msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
|
1139 |
|
1140 |
-
#: inc/core/class.data.php:
|
1141 |
msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100%</b>"
|
1142 |
msgstr "Ширина плеера. Вы можете указать ширину в процентах и плеер станет отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b%value>100%</b>"
|
1143 |
|
1144 |
-
#: inc/core/class.data.php:
|
1145 |
-
#: inc/core/class.data.php:
|
1146 |
msgid "Play file automatically when page is loaded"
|
1147 |
msgstr "Воспроизводить файл автоматически при открытии страницы"
|
1148 |
|
1149 |
-
#: inc/core/class.data.php:
|
1150 |
-
#: inc/core/class.data.php:
|
1151 |
msgid "Loop"
|
1152 |
msgstr "Повтор"
|
1153 |
|
1154 |
-
#: inc/core/class.data.php:
|
1155 |
-
#: inc/core/class.data.php:
|
1156 |
msgid "Repeat when playback is ended"
|
1157 |
msgstr "Повторять, когда воспроизведение окночено"
|
1158 |
|
1159 |
-
#: inc/core/class.data.php:
|
1160 |
msgid "Custom audio player"
|
1161 |
msgstr "Настраиваемый аудио-плеер"
|
1162 |
|
1163 |
-
#: inc/core/class.data.php:
|
1164 |
msgid "Video"
|
1165 |
msgstr "Видео"
|
1166 |
|
1167 |
-
#: inc/core/class.data.php:
|
1168 |
msgid "Url to mp4/flv video-file"
|
1169 |
msgstr "Ссылка на mp4/flv видео-файл"
|
1170 |
|
1171 |
-
#: inc/core/class.data.php:
|
1172 |
msgid "Poster"
|
1173 |
msgstr "Постер"
|
1174 |
|
1175 |
-
#: inc/core/class.data.php:
|
1176 |
msgid "Url to poster image, that will be shown before playback"
|
1177 |
msgstr "Ссылка на изображение постера. Изображение будет показано перед началом воспроизведения"
|
1178 |
|
1179 |
-
#: inc/core/class.data.php:
|
1180 |
msgid "Player title"
|
1181 |
msgstr "Заголовок плеера"
|
1182 |
|
1183 |
-
#: inc/core/class.data.php:
|
1184 |
msgid "Controls"
|
1185 |
msgstr "Элементы управления"
|
1186 |
|
1187 |
-
#: inc/core/class.data.php:
|
1188 |
msgid "Show player controls (play/pause etc.) or not"
|
1189 |
msgstr "Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
|
1190 |
|
1191 |
-
#: inc/core/class.data.php:
|
1192 |
msgid "Custom video player"
|
1193 |
msgstr "Настраиваемый видео-плеер"
|
1194 |
|
1195 |
-
#: inc/core/class.data.php:
|
1196 |
msgid "Table"
|
1197 |
msgstr "Таблица"
|
1198 |
|
1199 |
-
#: inc/core/class.data.php:
|
1200 |
msgid "CSV file"
|
1201 |
msgstr "CSV файл"
|
1202 |
|
1203 |
-
#: inc/core/class.data.php:
|
1204 |
msgid "Upload CSV file if you want to create HTML-table from file"
|
1205 |
msgstr "Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
|
1206 |
|
1207 |
-
#: inc/core/class.data.php:
|
1208 |
msgid ""
|
1209 |
"<table>\n"
|
1210 |
"<tr>\n"
|
@@ -1228,719 +1386,734 @@ msgstr ""
|
|
1228 |
"</tr>\n"
|
1229 |
"</table>"
|
1230 |
|
1231 |
-
#: inc/core/class.data.php:
|
1232 |
msgid "Styled table from HTML or CSV file"
|
1233 |
msgstr "Стильная таблица из HTML или CSV файла"
|
1234 |
|
1235 |
-
#: inc/core/class.data.php:
|
1236 |
msgid "Permalink"
|
1237 |
msgstr "Постоянная ссылка"
|
1238 |
|
1239 |
-
#: inc/core/class.data.php:
|
1240 |
msgid "ID"
|
1241 |
msgstr "ID"
|
1242 |
|
1243 |
-
#: inc/core/class.data.php:
|
1244 |
msgid "Post or page ID"
|
1245 |
msgstr "ID записи или страницы"
|
1246 |
|
1247 |
-
#: inc/core/class.data.php:
|
1248 |
msgid "Link target. blank - link will be opened in new window/tab"
|
1249 |
msgstr "Цель ссылки. blank - означает что ссылка будет открыта в новом окне или вкладке"
|
1250 |
|
1251 |
-
#: inc/core/class.data.php:
|
1252 |
msgid "Permalink to specified post/page"
|
1253 |
msgstr "Постоянная ссылка на страницу"
|
1254 |
|
1255 |
-
#: inc/core/class.data.php:
|
1256 |
msgid "Members"
|
1257 |
msgstr "Участники"
|
1258 |
|
1259 |
-
#: inc/core/class.data.php:
|
1260 |
-
#: inc/core/shortcodes.php:
|
1261 |
msgid "This content is for registered users only. Please %login%."
|
1262 |
msgstr "Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
|
1263 |
|
1264 |
-
#: inc/core/class.data.php:
|
1265 |
msgid "Message"
|
1266 |
msgstr "Сообщение"
|
1267 |
|
1268 |
-
#: inc/core/class.data.php:
|
1269 |
msgid "Message for not logged users"
|
1270 |
msgstr "Собщение для неавторизованных"
|
1271 |
|
1272 |
-
#: inc/core/class.data.php:
|
1273 |
msgid "Box color"
|
1274 |
msgstr "Цвет блока"
|
1275 |
|
1276 |
-
#: inc/core/class.data.php:
|
1277 |
msgid "This color will applied only to box for not logged users"
|
1278 |
msgstr "Этот цвет будет применен только к блоку для не авторизованных посетителей"
|
1279 |
|
1280 |
-
#: inc/core/class.data.php:
|
1281 |
-
#: inc/core/shortcodes.php:
|
1282 |
msgid "login"
|
1283 |
msgstr "войдите"
|
1284 |
|
1285 |
-
#: inc/core/class.data.php:
|
1286 |
msgid "Login link text"
|
1287 |
msgstr "Текст ссылки войти"
|
1288 |
|
1289 |
-
#: inc/core/class.data.php:
|
1290 |
msgid "Text for the login link"
|
1291 |
msgstr "Текст ссылки ВОЙТИ"
|
1292 |
|
1293 |
-
#: inc/core/class.data.php:
|
1294 |
msgid "Login link url"
|
1295 |
msgstr "Адрес ссылки войти"
|
1296 |
|
1297 |
-
#: inc/core/class.data.php:
|
1298 |
msgid "Content for logged members"
|
1299 |
msgstr "Содержимое для авторизованых пользователей"
|
1300 |
|
1301 |
-
#: inc/core/class.data.php:
|
1302 |
msgid "Content for logged in members only"
|
1303 |
msgstr "Ссодержимое для авторизованых"
|
1304 |
|
1305 |
-
#: inc/core/class.data.php:
|
1306 |
msgid "Guests"
|
1307 |
msgstr "Гости"
|
1308 |
|
1309 |
-
#: inc/core/class.data.php:
|
1310 |
msgid "Content for guests"
|
1311 |
msgstr "Содержимое для гостей"
|
1312 |
|
1313 |
-
#: inc/core/class.data.php:
|
1314 |
msgid "Content for guests only"
|
1315 |
msgstr "Ссодержимое только для гостей"
|
1316 |
|
1317 |
-
#: inc/core/class.data.php:
|
1318 |
msgid "RSS Feed"
|
1319 |
msgstr "RSS лента"
|
1320 |
|
1321 |
-
#: inc/core/class.data.php:
|
1322 |
msgid "Url to RSS-feed"
|
1323 |
msgstr "Ссылка на RSS-ленту"
|
1324 |
|
1325 |
-
#: inc/core/class.data.php:
|
1326 |
msgid "Limit"
|
1327 |
msgstr "Лимит"
|
1328 |
|
1329 |
-
#: inc/core/class.data.php:
|
1330 |
msgid "Number of items to show"
|
1331 |
msgstr "Количество элементов для отображения"
|
1332 |
|
1333 |
-
#: inc/core/class.data.php:
|
1334 |
msgid "Feed grabber"
|
1335 |
msgstr "Граббер новостных лент"
|
1336 |
|
1337 |
-
#: inc/core/class.data.php:
|
1338 |
msgid "Menu"
|
1339 |
msgstr "Меню"
|
1340 |
|
1341 |
-
#: inc/core/class.data.php:
|
1342 |
msgid "Menu name"
|
1343 |
msgstr "Имя меню"
|
1344 |
|
1345 |
-
#: inc/core/class.data.php:
|
1346 |
msgid "Custom menu name. Ex: Main menu"
|
1347 |
msgstr "Имя произвольного меню. Например: Главное меню"
|
1348 |
|
1349 |
-
#: inc/core/class.data.php:
|
1350 |
msgid "Custom menu by name"
|
1351 |
msgstr "Произвольное меню"
|
1352 |
|
1353 |
-
#: inc/core/class.data.php:
|
1354 |
msgid "Sub pages"
|
1355 |
msgstr "Подстраницы"
|
1356 |
|
1357 |
-
#: inc/core/class.data.php:
|
1358 |
-
#: inc/core/class.data.php:
|
1359 |
msgid "Depth"
|
1360 |
msgstr "Глубина"
|
1361 |
|
1362 |
-
#: inc/core/class.data.php:
|
1363 |
msgid "Max depth level of children pages"
|
1364 |
msgstr "Максимальная глубина дочерних страниц"
|
1365 |
|
1366 |
-
#: inc/core/class.data.php:
|
1367 |
msgid "Parent ID"
|
1368 |
msgstr "ID родителя"
|
1369 |
|
1370 |
-
#: inc/core/class.data.php:
|
1371 |
msgid "ID of the parent page. Leave blank to use current page"
|
1372 |
msgstr "ID родительской страницы. Оставьте пустым, чтобы использовать текущую страницу"
|
1373 |
|
1374 |
-
#: inc/core/class.data.php:
|
1375 |
msgid "List of sub pages"
|
1376 |
msgstr "Список дочерних страниц"
|
1377 |
|
1378 |
-
#: inc/core/class.data.php:
|
1379 |
msgid "Siblings"
|
1380 |
msgstr "Соседние страницы"
|
1381 |
|
1382 |
-
#: inc/core/class.data.php:
|
1383 |
msgid "Max depth level"
|
1384 |
msgstr "Максимальный уровень вложенности"
|
1385 |
|
1386 |
-
#: inc/core/class.data.php:
|
1387 |
msgid "List of cureent page siblings"
|
1388 |
msgstr "Список страниц, соседних с текущей"
|
1389 |
|
1390 |
-
#: inc/core/class.data.php:
|
1391 |
msgid "Document"
|
1392 |
msgstr "Документ"
|
1393 |
|
1394 |
-
#: inc/core/class.data.php:
|
1395 |
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
1396 |
msgstr "Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
|
1397 |
|
1398 |
-
#: inc/core/class.data.php:
|
1399 |
msgid "Viewer width"
|
1400 |
msgstr "Ширина просмотрщика"
|
1401 |
|
1402 |
-
#: inc/core/class.data.php:
|
1403 |
msgid "Viewer height"
|
1404 |
msgstr "Высота просмотрщика"
|
1405 |
|
1406 |
-
#: inc/core/class.data.php:
|
1407 |
msgid "Ignore width and height parameters and make viewer responsive"
|
1408 |
msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
|
1409 |
|
1410 |
-
#: inc/core/class.data.php:
|
1411 |
msgid "Document viewer by Google"
|
1412 |
msgstr "Просмотрщик документов от Google"
|
1413 |
|
1414 |
-
#: inc/core/class.data.php:
|
1415 |
msgid "Gmap"
|
1416 |
msgstr "Google карта"
|
1417 |
|
1418 |
-
#: inc/core/class.data.php:
|
1419 |
msgid "Map width"
|
1420 |
msgstr "Ширина карты"
|
1421 |
|
1422 |
-
#: inc/core/class.data.php:
|
1423 |
msgid "Map height"
|
1424 |
msgstr "Высота карты"
|
1425 |
|
1426 |
-
#: inc/core/class.data.php:
|
1427 |
msgid "Ignore width and height parameters and make map responsive"
|
1428 |
msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
|
1429 |
|
1430 |
-
#: inc/core/class.data.php:
|
1431 |
msgid "Marker"
|
1432 |
msgstr "Маркер"
|
1433 |
|
1434 |
-
#: inc/core/class.data.php:
|
1435 |
msgid "Address for the marker. You can type it in any language"
|
1436 |
msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
|
1437 |
|
1438 |
-
#: inc/core/class.data.php:
|
1439 |
msgid "Maps by Google"
|
1440 |
msgstr "Карты от Google"
|
1441 |
|
1442 |
-
#: inc/core/class.data.php:
|
1443 |
msgid "Slider"
|
1444 |
msgstr "Слайдер"
|
1445 |
|
1446 |
-
#: inc/core/class.data.php:
|
1447 |
msgid "Choose source gallery, that will be used for this slider"
|
1448 |
msgstr "Выберите галерею-источник, которая будет использована для создания этого слайдера"
|
1449 |
|
1450 |
-
#: inc/core/class.data.php:
|
1451 |
msgid "Slider width (in pixels)"
|
1452 |
msgstr "Ширина слайдера (в пикселях)"
|
1453 |
|
1454 |
-
#: inc/core/class.data.php:
|
1455 |
msgid "Slider height (in pixels)"
|
1456 |
msgstr "Высота слайдера (в пикселях)"
|
1457 |
|
1458 |
-
#: inc/core/class.data.php:
|
1459 |
msgid "Ignore width and height parameters and make slider responsive"
|
1460 |
msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
|
1461 |
|
1462 |
-
#: inc/core/class.data.php:
|
1463 |
-
#: inc/core/class.data.php:
|
1464 |
-
#: inc/core/class.data.php:
|
1465 |
msgid "Show titles"
|
1466 |
msgstr "Показывать заголовки"
|
1467 |
|
1468 |
-
#: inc/core/class.data.php:
|
1469 |
msgid "Display slide titles"
|
1470 |
msgstr "Отображать заголовки слайдов"
|
1471 |
|
1472 |
-
#: inc/core/class.data.php:
|
1473 |
msgid "Is slider centered on the page"
|
1474 |
msgstr "Слайдер выровнен по центру страницы"
|
1475 |
|
1476 |
-
#: inc/core/class.data.php:
|
1477 |
-
#: inc/core/class.data.php:
|
1478 |
msgid "Arrows"
|
1479 |
msgstr "Стрелки"
|
1480 |
|
1481 |
-
#: inc/core/class.data.php:
|
1482 |
-
#: inc/core/class.data.php:
|
1483 |
msgid "Show left and right arrows"
|
1484 |
msgstr "Показывать стрелки влево/вправо"
|
1485 |
|
1486 |
-
#: inc/core/class.data.php:
|
1487 |
-
#: inc/core/class.data.php:
|
1488 |
msgid "Pagination"
|
1489 |
msgstr "Страницы"
|
1490 |
|
1491 |
-
#: inc/core/class.data.php:
|
1492 |
-
#: inc/core/class.data.php:
|
1493 |
msgid "Show pagination"
|
1494 |
msgstr "Показывать страницы"
|
1495 |
|
1496 |
-
#: inc/core/class.data.php:
|
1497 |
-
#: inc/core/class.data.php:
|
1498 |
msgid "Mouse wheel control"
|
1499 |
msgstr "Управление колесом мыши"
|
1500 |
|
1501 |
-
#: inc/core/class.data.php:
|
1502 |
msgid "Allow to change slides with mouse wheel"
|
1503 |
msgstr "Разрешить перелистывание слайдов колесом мышки"
|
1504 |
|
1505 |
-
#: inc/core/class.data.php:
|
1506 |
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
1507 |
msgstr "Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы отключить автовоспроизведение"
|
1508 |
|
1509 |
-
#: inc/core/class.data.php:
|
1510 |
-
#: inc/core/class.data.php:
|
1511 |
msgid "Speed"
|
1512 |
msgstr "Скорость"
|
1513 |
|
1514 |
-
#: inc/core/class.data.php:
|
1515 |
-
#: inc/core/class.data.php:
|
1516 |
msgid "Specify animation speed"
|
1517 |
msgstr "Укажите скорость анимации"
|
1518 |
|
1519 |
-
#: inc/core/class.data.php:
|
1520 |
-
#: inc/core/class.data.php:
|
1521 |
-
#: inc/core/class.data.php:
|
1522 |
msgid "Links target"
|
1523 |
msgstr "Цель ссылок"
|
1524 |
|
1525 |
-
#: inc/core/class.data.php:
|
1526 |
msgid "Open slides links in new window/tab"
|
1527 |
msgstr "Открывать ссылки слайдов в новом окне или вкладке"
|
1528 |
|
1529 |
-
#: inc/core/class.data.php:
|
1530 |
msgid "Customizable image slider"
|
1531 |
msgstr "Настраиваемый слайдер изображений"
|
1532 |
|
1533 |
-
#: inc/core/class.data.php:
|
1534 |
msgid "Carousel"
|
1535 |
msgstr "Карусель"
|
1536 |
|
1537 |
-
#: inc/core/class.data.php:
|
1538 |
msgid "Choose source gallery, that will be used for this carousel"
|
1539 |
msgstr "Выберите галерею-источник, которая будет использована для создания этой карусели"
|
1540 |
|
1541 |
-
#: inc/core/class.data.php:
|
1542 |
msgid "Carousel width (in pixels)"
|
1543 |
msgstr "Ширина карусели (в пикселях)"
|
1544 |
|
1545 |
-
#: inc/core/class.data.php:
|
1546 |
msgid "Carousel height (in pixels)"
|
1547 |
msgstr "Высота карусели (в пикселях)"
|
1548 |
|
1549 |
-
#: inc/core/class.data.php:
|
1550 |
msgid "Ignore width and height parameters and make carousel responsive"
|
1551 |
msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
|
1552 |
|
1553 |
-
#: inc/core/class.data.php:
|
1554 |
msgid "Items to show"
|
1555 |
msgstr "Количество элементов для отображения"
|
1556 |
|
1557 |
-
#: inc/core/class.data.php:
|
1558 |
msgid "How much carousel items is visible"
|
1559 |
msgstr "Сколько элементов карусели видны постоянно"
|
1560 |
|
1561 |
-
#: inc/core/class.data.php:
|
1562 |
msgid "Scroll number"
|
1563 |
msgstr "Кол-во прокручиваемых"
|
1564 |
|
1565 |
-
#: inc/core/class.data.php:
|
1566 |
msgid "How much items are scrolled in one transition"
|
1567 |
msgstr "Сколько элементов карусели прокручивается за один переход"
|
1568 |
|
1569 |
-
#: inc/core/class.data.php:
|
1570 |
msgid "Display titles for each item"
|
1571 |
msgstr "Показывать заголовки для каждого элемента карусели"
|
1572 |
|
1573 |
-
#: inc/core/class.data.php:
|
1574 |
msgid "Is carousel centered on the page"
|
1575 |
msgstr "Карусель выровнена по центру страницы"
|
1576 |
|
1577 |
-
#: inc/core/class.data.php:
|
1578 |
msgid "Allow to rotate carousel with mouse wheel"
|
1579 |
msgstr "Разрешить прокрутку карусели колесом мыши"
|
1580 |
|
1581 |
-
#: inc/core/class.data.php:
|
1582 |
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
1583 |
msgstr "Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить автовоспроизведение"
|
1584 |
|
1585 |
-
#: inc/core/class.data.php:
|
1586 |
msgid "Open carousel links in new window/tab"
|
1587 |
msgstr "Открывать ссылки карусели в новом окне или вкладке"
|
1588 |
|
1589 |
-
#: inc/core/class.data.php:
|
1590 |
msgid "Customizable image carousel"
|
1591 |
msgstr "Настраиваемая карусель изображений"
|
1592 |
|
1593 |
-
#: inc/core/class.data.php:
|
1594 |
msgid "Choose source gallery, that will be used for this shortcode"
|
1595 |
msgstr "Выберите галерею-источник, которая будет использована для этого шорткода"
|
1596 |
|
1597 |
-
#: inc/core/class.data.php:
|
1598 |
msgid "Single item width (in pixels)"
|
1599 |
msgstr "Ширина одного изображения (в пикселях)"
|
1600 |
|
1601 |
-
#: inc/core/class.data.php:
|
1602 |
msgid "Single item height (in pixels)"
|
1603 |
msgstr "Высота одного изображения (в пикселях)"
|
1604 |
|
1605 |
-
#: inc/core/class.data.php:
|
1606 |
msgid "Never"
|
1607 |
msgstr "Никогда"
|
1608 |
|
1609 |
-
#: inc/core/class.data.php:
|
1610 |
msgid "On mouse over"
|
1611 |
msgstr "При наведении мыши"
|
1612 |
|
1613 |
-
#: inc/core/class.data.php:
|
1614 |
msgid "Always"
|
1615 |
msgstr "Всегда"
|
1616 |
|
1617 |
-
#: inc/core/class.data.php:
|
1618 |
msgid "Title display mode"
|
1619 |
msgstr "Режим отображения заголовков"
|
1620 |
|
1621 |
-
#: inc/core/class.data.php:
|
1622 |
msgid "Open links in new window/tab"
|
1623 |
msgstr "Открывать ссылки в новом окне или вкладке"
|
1624 |
|
1625 |
-
#: inc/core/class.data.php:
|
1626 |
msgid "Customizable image gallery"
|
1627 |
msgstr "Настраиваемая галерея изображений"
|
1628 |
|
1629 |
-
#: inc/core/class.data.php:
|
1630 |
msgid "Posts"
|
1631 |
msgstr "Записи"
|
1632 |
|
1633 |
-
#: inc/core/class.data.php:
|
1634 |
msgid "Template"
|
1635 |
msgstr "Шаблон"
|
1636 |
|
1637 |
-
#: inc/core/class.data.php:
|
1638 |
msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
|
1639 |
msgstr "<b>Не изменяйте значение этого поля, если вы не понимаете описания ниже.</b><br/>Относительный путь к файлу шаблона. Шаблоны по умолчанию расположены в папке с плагином (папка templates). Вы можете скопировать шаблоны в папку со своей темой и изменить как вам угодно. Вы можете использовать следующие шаблоны, которые уже поставляются с плагином и находятся в его папке:<br/><b%value>templates/default-loop.php</b> - обычный цикл постов<br/><b%value>templates/teaser-loop.php</b> - цикл постов в виде тизеров, изображения + заголовки<br/><b%value>templates/single-post.php</b> - шаблон одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - маркированный список с заголовками постов"
|
1640 |
|
1641 |
-
#: inc/core/class.data.php:
|
1642 |
msgid "Post ID's"
|
1643 |
msgstr "ID постов"
|
1644 |
|
1645 |
-
#: inc/core/class.data.php:
|
1646 |
msgid "Enter comma separated ID's of the posts that you want to show"
|
1647 |
msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
|
1648 |
|
1649 |
-
#: inc/core/class.data.php:
|
1650 |
msgid "Posts per page"
|
1651 |
msgstr "Кол-во записей"
|
1652 |
|
1653 |
-
#: inc/core/class.data.php:
|
1654 |
msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
|
1655 |
msgstr "Укажите число записей, которое хотите отобразить. Введите -1 чтобы отобразить все найденные записи"
|
1656 |
|
1657 |
-
#: inc/core/class.data.php:
|
1658 |
msgid "Post types"
|
1659 |
msgstr "Типы постов"
|
1660 |
|
1661 |
-
#: inc/core/class.data.php:
|
1662 |
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
1663 |
msgstr "Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
|
1664 |
|
1665 |
-
#: inc/core/class.data.php:
|
1666 |
msgid "Taxonomy"
|
1667 |
msgstr "Таксономия"
|
1668 |
|
1669 |
-
#: inc/core/class.data.php:
|
1670 |
msgid "Select taxonomy to show posts from"
|
1671 |
msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
|
1672 |
|
1673 |
-
#: inc/core/class.data.php:
|
1674 |
msgid "Terms"
|
1675 |
msgstr "Категории (terms)"
|
1676 |
|
1677 |
-
#: inc/core/class.data.php:
|
1678 |
msgid "Select terms to show posts from"
|
1679 |
msgstr "Выберите категории, из которых нужно показать записи"
|
1680 |
|
1681 |
-
#: inc/core/class.data.php:
|
1682 |
msgid "Taxonomy term operator"
|
1683 |
msgstr "Оператор выбора категорий"
|
1684 |
|
1685 |
-
#: inc/core/class.data.php:
|
1686 |
msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
|
1687 |
msgstr "IN - будут показана записи имеющие любую из выбранных категорий<br/>NOT IN - будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/>AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
|
1688 |
|
1689 |
-
#: inc/core/class.data.php:
|
1690 |
msgid "Authors"
|
1691 |
msgstr "Авторы"
|
1692 |
|
1693 |
-
#: inc/core/class.data.php:
|
1694 |
msgid "Choose the authors whose posts you want to show"
|
1695 |
msgstr "Выберите авторов, чьи записи хотите показать"
|
1696 |
|
1697 |
-
#: inc/core/class.data.php:
|
1698 |
msgid "Meta key"
|
1699 |
msgstr "Произвольное поле"
|
1700 |
|
1701 |
-
#: inc/core/class.data.php:
|
1702 |
msgid "Enter meta key name to show posts that have this key"
|
1703 |
msgstr "Введите оригинальное имя произвольного поля, чтобы показать все записи у которых это поле задано"
|
1704 |
|
1705 |
-
#: inc/core/class.data.php:
|
1706 |
msgid "Offset"
|
1707 |
msgstr "Смещение (offset)"
|
1708 |
|
1709 |
-
#: inc/core/class.data.php:
|
1710 |
msgid "Specify offset to start posts loop not from first post"
|
1711 |
msgstr "Укажите кол-во записей, которые будут пропущены и не показаны. Например, если указать 2, то будут показаны записи начиная со третьей"
|
1712 |
|
1713 |
-
#: inc/core/class.data.php:
|
1714 |
msgid "Descending"
|
1715 |
msgstr "По убыванию"
|
1716 |
|
1717 |
-
#: inc/core/class.data.php:
|
1718 |
msgid "Ascending"
|
1719 |
msgstr "По возрастанию"
|
1720 |
|
1721 |
-
#: inc/core/class.data.php:
|
1722 |
msgid "Order"
|
1723 |
msgstr "Порядок"
|
1724 |
|
1725 |
-
#: inc/core/class.data.php:
|
1726 |
msgid "Posts order"
|
1727 |
msgstr "Порядок сортировки записей"
|
1728 |
|
1729 |
-
#: inc/core/class.data.php:
|
1730 |
msgid "Post ID"
|
1731 |
msgstr "ID записи"
|
1732 |
|
1733 |
-
#: inc/core/class.data.php:
|
1734 |
msgid "Post author"
|
1735 |
msgstr "Автор записи"
|
1736 |
|
1737 |
-
#: inc/core/class.data.php:
|
1738 |
msgid "Post title"
|
1739 |
msgstr "Заголовок записи"
|
1740 |
|
1741 |
-
#: inc/core/class.data.php:
|
1742 |
msgid "Post slug"
|
1743 |
msgstr "Ссылка записи (slug)"
|
1744 |
|
1745 |
-
#: inc/core/class.data.php:
|
1746 |
msgid "Date"
|
1747 |
msgstr "Дата"
|
1748 |
|
1749 |
-
#: inc/core/class.data.php:
|
1750 |
msgid "Last modified date"
|
1751 |
msgstr "Дата изменения"
|
1752 |
|
1753 |
-
#: inc/core/class.data.php:
|
1754 |
-
#: inc/core/class.data.php:
|
1755 |
msgid "Post parent"
|
1756 |
msgstr "Родитель"
|
1757 |
|
1758 |
-
#: inc/core/class.data.php:
|
1759 |
msgid "Random"
|
1760 |
msgstr "Случайно"
|
1761 |
|
1762 |
-
#: inc/core/class.data.php:
|
1763 |
msgid "Comments number"
|
1764 |
msgstr "Кол-во комментариев"
|
1765 |
|
1766 |
-
#: inc/core/class.data.php:
|
1767 |
msgid "Menu order"
|
1768 |
msgstr "Порядок меню"
|
1769 |
|
1770 |
-
#: inc/core/class.data.php:
|
1771 |
msgid "Meta key values"
|
1772 |
msgstr "Значение произвольного поля"
|
1773 |
|
1774 |
-
#: inc/core/class.data.php:
|
1775 |
msgid "Order by"
|
1776 |
msgstr "Сортировать по"
|
1777 |
|
1778 |
-
#: inc/core/class.data.php:
|
1779 |
msgid "Order posts by"
|
1780 |
msgstr "Сортировать записи по следующему признаку"
|
1781 |
|
1782 |
-
#: inc/core/class.data.php:
|
1783 |
msgid "Show childrens of entered post (enter post ID)"
|
1784 |
msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
|
1785 |
|
1786 |
-
#: inc/core/class.data.php:
|
1787 |
msgid "Published"
|
1788 |
msgstr "Опубликован"
|
1789 |
|
1790 |
-
#: inc/core/class.data.php:
|
1791 |
msgid "Pending"
|
1792 |
msgstr "Ожидает"
|
1793 |
|
1794 |
-
#: inc/core/class.data.php:
|
1795 |
msgid "Draft"
|
1796 |
msgstr "Черновик"
|
1797 |
|
1798 |
-
#: inc/core/class.data.php:
|
1799 |
msgid "Auto-draft"
|
1800 |
msgstr "Авто-черновик"
|
1801 |
|
1802 |
-
#: inc/core/class.data.php:
|
1803 |
msgid "Future post"
|
1804 |
msgstr "Запланирован"
|
1805 |
|
1806 |
-
#: inc/core/class.data.php:
|
1807 |
msgid "Private post"
|
1808 |
msgstr "Приватная запись"
|
1809 |
|
1810 |
-
#: inc/core/class.data.php:
|
1811 |
msgid "Inherit"
|
1812 |
msgstr "Вложенный"
|
1813 |
|
1814 |
-
#: inc/core/class.data.php:
|
1815 |
msgid "Trashed"
|
1816 |
msgstr "В корзине"
|
1817 |
|
1818 |
-
#: inc/core/class.data.php:
|
1819 |
msgid "Any"
|
1820 |
msgstr "Любой"
|
1821 |
|
1822 |
-
#: inc/core/class.data.php:
|
1823 |
msgid "Post status"
|
1824 |
msgstr "Статус записи"
|
1825 |
|
1826 |
-
#: inc/core/class.data.php:
|
1827 |
msgid "Show only posts with selected status"
|
1828 |
msgstr "Показать только записи с выбранным статусом"
|
1829 |
|
1830 |
-
#: inc/core/class.data.php:
|
1831 |
msgid "Ignore sticky"
|
1832 |
msgstr "Игнорировать прикрепленные"
|
1833 |
|
1834 |
-
#: inc/core/class.data.php:
|
1835 |
msgid "Select Yes to ignore posts that is sticked"
|
1836 |
msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
|
1837 |
|
1838 |
-
#: inc/core/class.data.php:
|
1839 |
msgid "Custom posts query with customizable template"
|
1840 |
msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
|
1841 |
|
1842 |
-
#: inc/core/class.generator.php:
|
1843 |
-
#: inc/core/class.generator.php:
|
1844 |
msgid "Insert shortcode"
|
1845 |
msgstr "Вставить шорткод"
|
1846 |
|
1847 |
-
#: inc/core/class.generator.php:
|
1848 |
msgid "Plugin settings"
|
1849 |
msgstr "Настройки плагина"
|
1850 |
|
1851 |
-
#: inc/core/class.generator.php:
|
1852 |
msgid "Plugin homepage"
|
1853 |
msgstr "Сайт плагина"
|
1854 |
|
1855 |
-
#: inc/core/class.generator.php:
|
1856 |
msgid "Support forums"
|
1857 |
msgstr "Форум поддержки"
|
1858 |
|
1859 |
-
#: inc/core/class.generator.php:
|
1860 |
msgid "Search for shortcodes"
|
1861 |
msgstr "Поиск шорткода"
|
1862 |
|
1863 |
-
#: inc/core/class.generator.php:
|
1864 |
msgid "Filter by type"
|
1865 |
msgstr "Фильтр"
|
1866 |
|
1867 |
-
#: inc/core/class.generator.php:
|
1868 |
-
#: inc/core/class.generator.php:241
|
1869 |
-
#: inc/core/class.generator.php:256
|
1870 |
-
#: inc/core/class.generator.php:265
|
1871 |
-
msgid "Access denied"
|
1872 |
-
msgstr "Доступ запрещен"
|
1873 |
-
|
1874 |
-
#: inc/core/class.generator.php:129
|
1875 |
msgid "Shortcode not specified"
|
1876 |
msgstr "Не выбран шорткод"
|
1877 |
|
1878 |
-
#: inc/core/class.generator.php:
|
1879 |
msgid "Live preview"
|
1880 |
msgstr "Включить предпросмотр"
|
1881 |
|
1882 |
-
#: inc/core/class.generator.php:
|
1883 |
msgid "Close window"
|
1884 |
msgstr "Закрыть окно"
|
1885 |
|
1886 |
-
#: inc/core/class.generator.php:
|
1887 |
msgid "Click to return to the shortcodes list"
|
1888 |
msgstr "Нажмите, чтобы вернуться к списку шорткодов"
|
1889 |
|
1890 |
-
#: inc/core/class.generator.php:
|
1891 |
msgid "All shortcodes"
|
1892 |
msgstr "Все шорткоды"
|
1893 |
|
1894 |
-
#: inc/core/class.generator.php:
|
1895 |
msgid "Yes"
|
1896 |
msgstr "Да"
|
1897 |
|
1898 |
-
#: inc/core/class.generator.php:
|
1899 |
msgid "No"
|
1900 |
msgstr "Нет"
|
1901 |
|
1902 |
-
#: inc/core/class.generator.php:
|
1903 |
msgid "Max upload file size"
|
1904 |
msgstr "Макс. размер файла"
|
1905 |
|
1906 |
-
#: inc/core/class.generator.php:
|
1907 |
msgid "Mb"
|
1908 |
msgstr "Мб"
|
1909 |
|
1910 |
-
#: inc/core/class.generator.php:
|
1911 |
msgid "How to increase"
|
1912 |
msgstr "Как увеличить"
|
1913 |
|
1914 |
-
#: inc/core/class.generator.php:
|
1915 |
msgid "Please wait"
|
1916 |
msgstr "Пожалуйста подождите"
|
1917 |
|
1918 |
-
#: inc/core/class.generator.php:
|
1919 |
-
#: inc/core/class.generator.php:
|
1920 |
msgid "Untitled gallery"
|
1921 |
msgstr "Галерея без имени"
|
1922 |
|
1923 |
-
#: inc/core/class.generator.php:
|
1924 |
-
#: inc/core/class.generator.php:
|
1925 |
msgid "Galleries not found"
|
1926 |
msgstr "Галереи не найдены"
|
1927 |
|
1928 |
-
#: inc/core/class.generator.php:
|
1929 |
msgid "Manage galleries"
|
1930 |
msgstr "Управление галереями"
|
1931 |
|
1932 |
-
#: inc/core/class.generator.php:
|
1933 |
msgid "Reload galleries"
|
1934 |
msgstr "Обновить список"
|
1935 |
|
1936 |
-
#: inc/core/class.generator.php:
|
1937 |
msgid "Click to set this value"
|
1938 |
msgstr "Нажмите чтобы установить это значение"
|
1939 |
|
1940 |
-
#: inc/core/class.generator.php:
|
1941 |
msgid "Preview"
|
1942 |
msgstr "Предпросмотр"
|
1943 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1944 |
#: inc/core/class.shortcodes-ultimate.php:25
|
1945 |
#: inc/core/class.widget.php:40
|
1946 |
#: inc/core/class.widget.php:82
|
@@ -1956,96 +2129,86 @@ msgstr "Владимир Анохин"
|
|
1956 |
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
1957 |
msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
|
1958 |
|
1959 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
1960 |
-
#, php-format
|
1961 |
-
msgid "<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version – %s (or higher).</p><a href=\"%s\">← Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
1962 |
-
msgstr "<h1>Упс! Плагин не активирован…</h1> <p>Плагин Shortcodes Ultimate не полностью совместим с вашей версией WordPress (%s).<br />Рекомендуемая версия WordPress – %s (или выше).</p><a href=\"%s\">← Вернуться к списку плагинов</a> <a href=\"%s\"%s>Продолжить и все равно активировать →</a>"
|
1963 |
-
|
1964 |
-
#: inc/core/class.shortcodes-ultimate.php:76
|
1965 |
-
#, php-format
|
1966 |
-
msgid "<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version – %s (or higher).</p><a href=\"%s\">← Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
1967 |
-
msgstr "<h1>Упс! Плагин не активирован…</h1> <p>Плагин Shortcodes Ultimate не полностью совместим с вашей версией PHP (%s).<br />Рекомендуемая версия PHP – %s (или выше).</p><a href=\"%s\">← Вернуться к списку плагинов</a> <a href=\"%s\"%s>Продолжить и все равно активировать →</a>"
|
1968 |
-
|
1969 |
-
#: inc/core/class.shortcodes-ultimate.php:117
|
1970 |
msgid "Where to start?"
|
1971 |
msgstr "С чего начать?"
|
1972 |
|
1973 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
1974 |
#: inc/views/about.php:4
|
1975 |
msgid "Project homepage"
|
1976 |
msgstr "Страница проекта"
|
1977 |
|
1978 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
1979 |
#: inc/views/about.php:10
|
1980 |
msgid "Support forum"
|
1981 |
msgstr "Форум поддержки"
|
1982 |
|
1983 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
1984 |
#: inc/views/about.php:12
|
1985 |
msgid "Changelog"
|
1986 |
msgstr "Список изменений"
|
1987 |
|
1988 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
1989 |
msgid "About"
|
1990 |
msgstr "О плагине"
|
1991 |
|
1992 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
1993 |
msgid "Custom formatting"
|
1994 |
msgstr "Cпециальное форматирование"
|
1995 |
|
1996 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
1997 |
msgid "Disable this option if you have some problems with other plugins or content formatting"
|
1998 |
msgstr "Снимите этот флажок, если у вас возникли проблемы совместимости с другими плагинами или форматированием контента"
|
1999 |
|
2000 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2001 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2002 |
msgid "Documentation article"
|
2003 |
msgstr "Статья из документации (англ.)"
|
2004 |
|
2005 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2006 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2007 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2008 |
msgid "Enabled"
|
2009 |
msgstr "Включено"
|
2010 |
|
2011 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2012 |
msgid "Compatibility mode"
|
2013 |
msgstr "Режим совместимости"
|
2014 |
|
2015 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2016 |
msgid "Enable this option if you have some problems with other plugins that uses similar shortcode names"
|
2017 |
msgstr "Отметьте этот флажок, если у вас используются другие шорткоды с такими же именами. Все шорткоды этого плагина будут иметь такие имена"
|
2018 |
|
2019 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2020 |
msgid "etc."
|
2021 |
msgstr "и т.д."
|
2022 |
|
2023 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2024 |
msgid "Skip default values"
|
2025 |
msgstr "Пропускать значения по умолчанию"
|
2026 |
|
2027 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2028 |
msgid "Enable this option and the generator will insert a shortcode without default attribute values that you have not changed. As a result, the generated code will be shorter."
|
2029 |
msgstr "Отметьте этот флажок и генератор будет вставлять шорткоды без атрибутов, значение которых вы не изменяли. В результате, сгенерированный код будет более коротким."
|
2030 |
|
2031 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2032 |
msgid "Skin"
|
2033 |
msgstr "Скин"
|
2034 |
|
2035 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2036 |
#, php-format
|
2037 |
msgid "Choose skin for shortcodes.<br /><a href=\"%s\" target=\"_blank\">Learn how to create custom skin</a><br /><a href=\"%s\" target=\"_blank\"><b>Download more skins</b></a>"
|
2038 |
msgstr "Выберите скин для шорткодов.<br /><a href=\"%s\" target=\"_blank\">Инструкция по созданию собственных скинов (англ.)</a><br /><a href=\"%s\" target=\"_blank\"><b>Скачать скины</b></a>"
|
2039 |
|
2040 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2041 |
msgid "Custom CSS"
|
2042 |
msgstr "Произвольный CSS"
|
2043 |
|
2044 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2045 |
msgid "Galleries"
|
2046 |
msgstr "Галереи"
|
2047 |
|
2048 |
-
#: inc/core/class.shortcodes-ultimate.php:
|
2049 |
msgid "Cheatsheet"
|
2050 |
msgstr "Шпаргалка"
|
2051 |
|
@@ -2085,29 +2248,29 @@ msgstr "Специальный виджет для вставки шорткод
|
|
2085 |
msgid "Title:"
|
2086 |
msgstr "Заголовок:"
|
2087 |
|
2088 |
-
#: inc/core/shortcodes.php:
|
2089 |
msgid "This is box title"
|
2090 |
msgstr "Заголовок блока"
|
2091 |
|
2092 |
-
#: inc/core/shortcodes.php:
|
2093 |
-
#: inc/core/shortcodes.php:
|
2094 |
-
#: inc/core/shortcodes.php:
|
2095 |
-
#: inc/core/shortcodes.php:
|
2096 |
-
#: inc/core/shortcodes.php:
|
2097 |
msgid "please specify correct url"
|
2098 |
msgstr "пожалуйста укажите корректную ссылку"
|
2099 |
|
2100 |
-
#: inc/core/shortcodes.php:
|
2101 |
msgid "This menu doesn't exists, or has no elements"
|
2102 |
msgstr "Такое меню не существует, или в нем нет ни одного элемента"
|
2103 |
|
2104 |
-
#: inc/core/shortcodes.php:
|
2105 |
-
#: inc/core/shortcodes.php:
|
2106 |
-
#: inc/core/shortcodes.php:
|
2107 |
msgid "images not found"
|
2108 |
msgstr "изображения не найдены"
|
2109 |
|
2110 |
-
#: inc/core/shortcodes.php:
|
2111 |
msgid "template not found"
|
2112 |
msgstr "шаблон не найден"
|
2113 |
|
@@ -2228,6 +2391,10 @@ msgstr "Как использовать специальный виджет"
|
|
2228 |
msgid "How to create Carousel"
|
2229 |
msgstr "Как создать карусель"
|
2230 |
|
|
|
|
|
|
|
|
|
2231 |
#: inc/views/cheatsheet.php:5
|
2232 |
msgid "Shortcode"
|
2233 |
msgstr "Шорткоды"
|
@@ -2309,40 +2476,36 @@ msgid "Create new gallery"
|
|
2309 |
msgstr "Создать новую галерею"
|
2310 |
|
2311 |
#: inc/views/galleries.php:17
|
2312 |
-
#: inc/views/galleries.php:
|
2313 |
msgid "Enter gallery name"
|
2314 |
msgstr "Введите имя галереи"
|
2315 |
|
2316 |
#: inc/views/galleries.php:19
|
2317 |
-
#: inc/views/galleries.php:
|
2318 |
msgid "Edit gallery"
|
2319 |
msgstr "Редактировать галерею"
|
2320 |
|
2321 |
#: inc/views/galleries.php:20
|
2322 |
-
#: inc/views/galleries.php:
|
2323 |
msgid "Save & close"
|
2324 |
msgstr "Сохранить и закрыть"
|
2325 |
|
2326 |
#: inc/views/galleries.php:21
|
2327 |
-
#: inc/views/galleries.php:
|
2328 |
-
#: inc/views/galleries.php:
|
2329 |
-
#: inc/views/galleries.php:
|
2330 |
msgid "Close"
|
2331 |
msgstr "Закрыть"
|
2332 |
|
2333 |
#: inc/views/galleries.php:22
|
2334 |
-
#: inc/views/galleries.php:
|
2335 |
-
#: inc/views/galleries.php:
|
2336 |
-
#: inc/views/galleries.php:
|
2337 |
msgid "Delete"
|
2338 |
msgstr "Удалить"
|
2339 |
|
2340 |
-
#: inc/views/galleries.php:
|
2341 |
-
|
2342 |
-
msgstr "Добавить изображение"
|
2343 |
-
|
2344 |
-
#: inc/views/galleries.php:41
|
2345 |
-
#: inc/views/galleries.php:96
|
2346 |
msgid "Edit"
|
2347 |
msgstr "Редактировать"
|
2348 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gn_themes\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-09-29 23:10+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-09-29 23:10+0300\n"
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
19 |
msgstr "Заголовок 2"
|
20 |
|
21 |
#: inc/example-addon.php:43
|
22 |
+
#: inc/core/class.data.php:154
|
23 |
+
#: inc/core/class.data.php:272
|
24 |
+
#: inc/core/class.data.php:352
|
25 |
+
#: inc/core/class.data.php:513
|
26 |
+
#: inc/core/class.data.php:650
|
27 |
+
#: inc/core/class.data.php:809
|
28 |
msgid "Default"
|
29 |
msgstr "По умолчанию"
|
30 |
|
33 |
msgstr "Маленький"
|
34 |
|
35 |
#: inc/example-addon.php:49
|
36 |
+
#: inc/core/class.data.php:159
|
37 |
+
#: inc/core/class.data.php:358
|
38 |
+
#: inc/core/class.data.php:477
|
39 |
+
#: inc/core/class.data.php:523
|
40 |
+
#: inc/core/class.data.php:657
|
41 |
+
#: inc/core/class.data.php:779
|
42 |
msgid "Style"
|
43 |
msgstr "Стиль"
|
44 |
|
54 |
msgid "Styled heading 2"
|
55 |
msgstr "Стильный заголовок 2"
|
56 |
|
57 |
+
#: inc/core/class.assets.php:76
|
58 |
msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
|
59 |
msgstr "Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод в редактор и посмотрите результат на странице записи."
|
60 |
|
63 |
msgstr "Все"
|
64 |
|
65 |
#: inc/core/class.data.php:35
|
66 |
+
#: inc/core/class.generator.php:233
|
67 |
msgid "Content"
|
68 |
msgstr "Содержимое"
|
69 |
|
70 |
#: inc/core/class.data.php:36
|
71 |
+
#: inc/core/class.data.php:638
|
72 |
msgid "Box"
|
73 |
msgstr "Блок"
|
74 |
|
77 |
msgstr "Медиа"
|
78 |
|
79 |
#: inc/core/class.data.php:38
|
80 |
+
#: inc/core/class.data.php:1409
|
81 |
+
#: inc/core/class.data.php:1499
|
82 |
+
#: inc/core/class.data.php:1599
|
83 |
+
#: inc/core/class.data.php:1605
|
84 |
msgid "Gallery"
|
85 |
msgstr "Галерея"
|
86 |
|
93 |
msgstr "Заголовок"
|
94 |
|
95 |
#: inc/core/class.data.php:60
|
96 |
+
#: inc/core/class.data.php:363
|
97 |
+
#: inc/core/class.data.php:440
|
98 |
+
#: inc/core/class.data.php:541
|
99 |
msgid "Size"
|
100 |
msgstr "Размер"
|
101 |
|
104 |
msgstr "Выберите размер заголовка"
|
105 |
|
106 |
#: inc/core/class.data.php:65
|
107 |
+
#: inc/core/class.data.php:328
|
108 |
+
#: inc/core/class.data.php:583
|
109 |
+
#: inc/core/class.data.php:787
|
110 |
msgid "Left"
|
111 |
msgstr "Слева"
|
112 |
|
113 |
#: inc/core/class.data.php:66
|
114 |
+
#: inc/core/class.data.php:1442
|
115 |
+
#: inc/core/class.data.php:1548
|
116 |
msgid "Center"
|
117 |
msgstr "По центру"
|
118 |
|
119 |
#: inc/core/class.data.php:67
|
120 |
+
#: inc/core/class.data.php:329
|
121 |
+
#: inc/core/class.data.php:581
|
122 |
+
#: inc/core/class.data.php:788
|
123 |
msgid "Right"
|
124 |
msgstr "Справа"
|
125 |
|
126 |
#: inc/core/class.data.php:70
|
127 |
+
#: inc/core/class.data.php:332
|
128 |
+
#: inc/core/class.data.php:388
|
129 |
msgid "Align"
|
130 |
msgstr "Выравнивание"
|
131 |
|
136 |
#: inc/core/class.data.php:74
|
137 |
#: inc/core/class.data.php:104
|
138 |
#: inc/core/class.data.php:126
|
139 |
+
#: inc/core/class.data.php:164
|
140 |
+
#: inc/core/class.data.php:178
|
141 |
+
#: inc/core/class.data.php:205
|
142 |
+
#: inc/core/class.data.php:228
|
143 |
+
#: inc/core/class.data.php:256
|
144 |
+
#: inc/core/class.data.php:285
|
145 |
+
#: inc/core/class.data.php:312
|
146 |
+
#: inc/core/class.data.php:336
|
147 |
+
#: inc/core/class.data.php:367
|
148 |
+
#: inc/core/class.data.php:393
|
149 |
+
#: inc/core/class.data.php:409
|
150 |
+
#: inc/core/class.data.php:445
|
151 |
+
#: inc/core/class.data.php:481
|
152 |
+
#: inc/core/class.data.php:596
|
153 |
+
#: inc/core/class.data.php:630
|
154 |
+
#: inc/core/class.data.php:682
|
155 |
+
#: inc/core/class.data.php:717
|
156 |
+
#: inc/core/class.data.php:748
|
157 |
+
#: inc/core/class.data.php:850
|
158 |
+
#: inc/core/class.data.php:866
|
159 |
+
#: inc/core/class.data.php:918
|
160 |
+
#: inc/core/class.data.php:967
|
161 |
+
#: inc/core/class.data.php:1009
|
162 |
+
#: inc/core/class.data.php:1047
|
163 |
+
#: inc/core/class.data.php:1116
|
164 |
+
#: inc/core/class.data.php:1137
|
165 |
+
#: inc/core/class.data.php:1168
|
166 |
+
#: inc/core/class.data.php:1201
|
167 |
+
#: inc/core/class.data.php:1217
|
|
|
|
|
|
|
168 |
#: inc/core/class.data.php:1242
|
169 |
+
#: inc/core/class.data.php:1261
|
170 |
+
#: inc/core/class.data.php:1287
|
171 |
+
#: inc/core/class.data.php:1307
|
172 |
+
#: inc/core/class.data.php:1351
|
173 |
+
#: inc/core/class.data.php:1395
|
174 |
+
#: inc/core/class.data.php:1485
|
175 |
+
#: inc/core/class.data.php:1591
|
176 |
+
#: inc/core/class.data.php:1642
|
177 |
msgid "Class"
|
178 |
msgstr "Класс"
|
179 |
|
180 |
#: inc/core/class.data.php:75
|
181 |
#: inc/core/class.data.php:105
|
182 |
#: inc/core/class.data.php:127
|
183 |
+
#: inc/core/class.data.php:165
|
184 |
+
#: inc/core/class.data.php:179
|
185 |
+
#: inc/core/class.data.php:206
|
186 |
+
#: inc/core/class.data.php:229
|
187 |
+
#: inc/core/class.data.php:257
|
188 |
+
#: inc/core/class.data.php:286
|
189 |
+
#: inc/core/class.data.php:313
|
190 |
+
#: inc/core/class.data.php:337
|
191 |
+
#: inc/core/class.data.php:368
|
192 |
+
#: inc/core/class.data.php:394
|
193 |
+
#: inc/core/class.data.php:410
|
194 |
+
#: inc/core/class.data.php:446
|
195 |
+
#: inc/core/class.data.php:482
|
196 |
+
#: inc/core/class.data.php:597
|
197 |
+
#: inc/core/class.data.php:631
|
198 |
+
#: inc/core/class.data.php:683
|
199 |
+
#: inc/core/class.data.php:718
|
200 |
+
#: inc/core/class.data.php:749
|
201 |
+
#: inc/core/class.data.php:851
|
202 |
+
#: inc/core/class.data.php:867
|
203 |
+
#: inc/core/class.data.php:919
|
204 |
+
#: inc/core/class.data.php:968
|
205 |
+
#: inc/core/class.data.php:1010
|
206 |
+
#: inc/core/class.data.php:1048
|
207 |
+
#: inc/core/class.data.php:1117
|
208 |
+
#: inc/core/class.data.php:1138
|
209 |
+
#: inc/core/class.data.php:1169
|
210 |
+
#: inc/core/class.data.php:1202
|
211 |
+
#: inc/core/class.data.php:1218
|
|
|
|
|
|
|
212 |
#: inc/core/class.data.php:1243
|
213 |
+
#: inc/core/class.data.php:1262
|
214 |
+
#: inc/core/class.data.php:1288
|
215 |
+
#: inc/core/class.data.php:1308
|
216 |
+
#: inc/core/class.data.php:1352
|
217 |
+
#: inc/core/class.data.php:1396
|
218 |
+
#: inc/core/class.data.php:1486
|
219 |
+
#: inc/core/class.data.php:1592
|
220 |
+
#: inc/core/class.data.php:1643
|
221 |
msgid "Extra CSS class"
|
222 |
msgstr "Дополнительный CSS класс"
|
223 |
|
250 |
msgstr "Отображать вкладки вертикально"
|
251 |
|
252 |
#: inc/core/class.data.php:109
|
|
|
253 |
msgid ""
|
254 |
+
"[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
|
255 |
+
"[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
|
256 |
+
"[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
|
257 |
msgstr ""
|
258 |
+
"[%prefix_tab title=\"Заголовок 1\"]Содержимое вкладки 1[/%prefix_tab]\n"
|
259 |
+
"[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
|
260 |
+
"[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
|
261 |
|
262 |
#: inc/core/class.data.php:110
|
263 |
msgid "Tabs container"
|
272 |
msgstr "Имя вкладки"
|
273 |
|
274 |
#: inc/core/class.data.php:121
|
275 |
+
#: inc/core/class.data.php:143
|
276 |
+
#: inc/core/class.data.php:612
|
277 |
+
#: inc/core/class.data.php:645
|
278 |
+
#: inc/core/class.data.php:1075
|
279 |
msgid "Title"
|
280 |
msgstr "Заголовок"
|
281 |
|
283 |
msgid "Enter tab name"
|
284 |
msgstr "Введите имя вкладки"
|
285 |
|
286 |
+
#: inc/core/class.data.php:131
|
287 |
msgid "Tab content"
|
288 |
msgstr "Содержимое вкладки"
|
289 |
|
290 |
+
#: inc/core/class.data.php:132
|
291 |
msgid "Single tab"
|
292 |
msgstr "Одиночная вкладка"
|
293 |
|
294 |
+
#: inc/core/class.data.php:136
|
295 |
msgid "Spoiler"
|
296 |
msgstr "Спойлер"
|
297 |
|
298 |
+
#: inc/core/class.data.php:142
|
299 |
#: inc/core/shortcodes.php:86
|
300 |
msgid "Spoiler title"
|
301 |
msgstr "Скрытый текст"
|
302 |
|
303 |
+
#: inc/core/class.data.php:143
|
304 |
msgid "Text in spoiler title"
|
305 |
msgstr "Текст для заголовка спойлера"
|
306 |
|
307 |
+
#: inc/core/class.data.php:148
|
308 |
msgid "Open"
|
309 |
msgstr "Открыт"
|
310 |
|
311 |
+
#: inc/core/class.data.php:149
|
312 |
msgid "Is spoiler content visible by default"
|
313 |
msgstr "Виден ли контент спойлера по умолчанию"
|
314 |
|
315 |
+
#: inc/core/class.data.php:155
|
316 |
msgid "Fancy"
|
317 |
msgstr "Стильный"
|
318 |
|
319 |
+
#: inc/core/class.data.php:156
|
320 |
+
#: inc/core/class.data.php:355
|
321 |
msgid "Simple"
|
322 |
msgstr "Простой"
|
323 |
|
324 |
+
#: inc/core/class.data.php:160
|
325 |
msgid "Spoiler skin"
|
326 |
msgstr "Скин спойлера"
|
327 |
|
328 |
+
#: inc/core/class.data.php:168
|
329 |
msgid "Hidden content"
|
330 |
msgstr "Скрытое содержимое"
|
331 |
|
332 |
+
#: inc/core/class.data.php:168
|
333 |
msgid "Spoiler with hidden content"
|
334 |
msgstr "Спойлер со скрытым содержимым"
|
335 |
|
336 |
+
#: inc/core/class.data.php:172
|
337 |
msgid "Accordion"
|
338 |
msgstr "Аккордион"
|
339 |
|
340 |
+
#: inc/core/class.data.php:183
|
341 |
msgid ""
|
342 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
343 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
344 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]"
|
345 |
msgstr ""
|
346 |
+
"[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
|
347 |
+
"[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
|
348 |
+
"[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
|
349 |
|
350 |
+
#: inc/core/class.data.php:184
|
351 |
msgid "Accordion with spoilers"
|
352 |
msgstr "Аккордион со спойлерами"
|
353 |
|
354 |
+
#: inc/core/class.data.php:188
|
355 |
msgid "Divider"
|
356 |
msgstr "Разделитель"
|
357 |
|
358 |
+
#: inc/core/class.data.php:195
|
359 |
msgid "Show TOP link"
|
360 |
msgstr "Показать ссылку ВВЕРХ"
|
361 |
|
362 |
+
#: inc/core/class.data.php:196
|
363 |
msgid "Show link to top of the page or not"
|
364 |
msgstr "Показывать ссылку ВВЕРХ или нет"
|
365 |
|
366 |
+
#: inc/core/class.data.php:200
|
367 |
#: inc/core/shortcodes.php:121
|
368 |
msgid "Go to top"
|
369 |
msgstr "Вверх"
|
370 |
|
371 |
+
#: inc/core/class.data.php:201
|
372 |
msgid "Link text"
|
373 |
msgstr "Текст ссылки"
|
374 |
|
375 |
+
#: inc/core/class.data.php:201
|
376 |
msgid "Text for the GO TOP link"
|
377 |
msgstr "Текст ссылки ВВЕРХ"
|
378 |
|
379 |
+
#: inc/core/class.data.php:210
|
380 |
msgid "Content divider with optional TOP link"
|
381 |
msgstr "Разделитель текста со ссылкой ВВЕРХ"
|
382 |
|
383 |
+
#: inc/core/class.data.php:214
|
384 |
msgid "Spacer"
|
385 |
msgstr "Пробел"
|
386 |
|
387 |
+
#: inc/core/class.data.php:224
|
388 |
+
#: inc/core/class.data.php:901
|
389 |
+
#: inc/core/class.data.php:950
|
390 |
+
#: inc/core/class.data.php:998
|
391 |
+
#: inc/core/class.data.php:1093
|
392 |
+
#: inc/core/class.data.php:1340
|
393 |
+
#: inc/core/class.data.php:1378
|
394 |
+
#: inc/core/class.data.php:1426
|
395 |
+
#: inc/core/class.data.php:1516
|
396 |
+
#: inc/core/class.data.php:1622
|
397 |
msgid "Height"
|
398 |
msgstr "Высота"
|
399 |
|
400 |
+
#: inc/core/class.data.php:224
|
401 |
msgid "Height of the spacer in pixels"
|
402 |
msgstr "Высота пробела в пикселях"
|
403 |
|
404 |
+
#: inc/core/class.data.php:233
|
405 |
msgid "Empty space with adjustable height"
|
406 |
msgstr "Пробел с настраиваемой высотой"
|
407 |
|
408 |
+
#: inc/core/class.data.php:237
|
409 |
msgid "Highlight"
|
410 |
msgstr "Выделитель"
|
411 |
|
412 |
+
#: inc/core/class.data.php:245
|
413 |
+
#: inc/core/class.data.php:529
|
414 |
+
#: inc/core/class.data.php:700
|
415 |
msgid "Background"
|
416 |
msgstr "Фон"
|
417 |
|
418 |
+
#: inc/core/class.data.php:246
|
419 |
msgid "Highlighted text background color"
|
420 |
msgstr "Цвет фона выделяемого текста"
|
421 |
|
422 |
+
#: inc/core/class.data.php:252
|
423 |
+
#: inc/core/class.data.php:535
|
424 |
+
#: inc/core/class.data.php:706
|
425 |
msgid "Text color"
|
426 |
msgstr "Цвет текста"
|
427 |
|
428 |
+
#: inc/core/class.data.php:252
|
429 |
msgid "Highlighted text color"
|
430 |
msgstr "Цвет выделяемого текста"
|
431 |
|
432 |
+
#: inc/core/class.data.php:260
|
433 |
+
#: inc/core/class.data.php:261
|
434 |
msgid "Highlighted text"
|
435 |
msgstr "Подсвеченный текст"
|
436 |
|
437 |
+
#: inc/core/class.data.php:265
|
438 |
+
#: inc/core/class.data.php:289
|
439 |
msgid "Label"
|
440 |
msgstr "Ярлык"
|
441 |
|
442 |
+
#: inc/core/class.data.php:273
|
443 |
msgid "Success"
|
444 |
msgstr "Успех"
|
445 |
|
446 |
+
#: inc/core/class.data.php:274
|
447 |
msgid "Warning"
|
448 |
msgstr "Внимание"
|
449 |
|
450 |
+
#: inc/core/class.data.php:275
|
451 |
msgid "Important"
|
452 |
msgstr "Важно"
|
453 |
|
454 |
+
#: inc/core/class.data.php:276
|
455 |
msgid "Black"
|
456 |
msgstr "Черный"
|
457 |
|
458 |
+
#: inc/core/class.data.php:277
|
459 |
msgid "Info"
|
460 |
msgstr "Инфо"
|
461 |
|
462 |
+
#: inc/core/class.data.php:280
|
463 |
msgid "Type"
|
464 |
msgstr "Тип"
|
465 |
|
466 |
+
#: inc/core/class.data.php:281
|
467 |
msgid "Style of the label"
|
468 |
msgstr "Стиль ярлыка"
|
469 |
|
470 |
+
#: inc/core/class.data.php:290
|
471 |
msgid "Styled label"
|
472 |
msgstr "Стильный ярлык"
|
473 |
|
474 |
+
#: inc/core/class.data.php:294
|
475 |
+
#: inc/core/class.data.php:316
|
476 |
msgid "Quote"
|
477 |
msgstr "Цитата"
|
478 |
|
479 |
+
#: inc/core/class.data.php:301
|
480 |
msgid "Cite"
|
481 |
msgstr "Автор"
|
482 |
|
483 |
+
#: inc/core/class.data.php:302
|
484 |
msgid "Quote author name"
|
485 |
msgstr "Имя автора цитаты"
|
486 |
|
487 |
+
#: inc/core/class.data.php:307
|
488 |
msgid "Cite url"
|
489 |
msgstr "Ссылка автора"
|
490 |
|
491 |
+
#: inc/core/class.data.php:308
|
492 |
msgid "Url of the quote author. Leave empty to disable link"
|
493 |
msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
|
494 |
|
495 |
+
#: inc/core/class.data.php:317
|
496 |
msgid "Blockquote alternative"
|
497 |
msgstr "Альтернатива цитаты"
|
498 |
|
499 |
+
#: inc/core/class.data.php:321
|
500 |
+
#: inc/core/class.data.php:340
|
501 |
+
#: inc/core/class.data.php:341
|
502 |
msgid "Pullquote"
|
503 |
msgstr "Цитата с обтеканием"
|
504 |
|
505 |
+
#: inc/core/class.data.php:332
|
506 |
msgid "Pullquote alignment (float)"
|
507 |
msgstr "Выравнивание цитаты (обтекание)"
|
508 |
|
509 |
+
#: inc/core/class.data.php:345
|
510 |
+
#: inc/core/class.data.php:372
|
511 |
msgid "Dropcap"
|
512 |
msgstr "Буквица"
|
513 |
|
514 |
+
#: inc/core/class.data.php:353
|
515 |
+
#: inc/core/class.data.php:514
|
516 |
msgid "Flat"
|
517 |
msgstr "Плоский"
|
518 |
|
519 |
+
#: inc/core/class.data.php:354
|
520 |
+
#: inc/core/class.data.php:570
|
521 |
msgid "Light"
|
522 |
msgstr "Светлый"
|
523 |
|
524 |
+
#: inc/core/class.data.php:358
|
525 |
msgid "Dropcap style preset"
|
526 |
msgstr "Стиль буквицы"
|
527 |
|
528 |
+
#: inc/core/class.data.php:363
|
529 |
msgid "Choose dropcap size"
|
530 |
msgstr "Выберите размер буквицы"
|
531 |
|
532 |
+
#: inc/core/class.data.php:371
|
533 |
msgid "D"
|
534 |
msgstr "D"
|
535 |
|
536 |
+
#: inc/core/class.data.php:376
|
537 |
msgid "Frame"
|
538 |
msgstr "Рамка"
|
539 |
|
540 |
+
#: inc/core/class.data.php:389
|
541 |
msgid "Frame alignment"
|
542 |
msgstr "Выравнивание рамки"
|
543 |
|
544 |
+
#: inc/core/class.data.php:399
|
545 |
msgid "Styled image frame"
|
546 |
msgstr "Стильный рамка изображения"
|
547 |
|
548 |
+
#: inc/core/class.data.php:403
|
549 |
msgid "Row"
|
550 |
msgstr "Колонки"
|
551 |
|
552 |
+
#: inc/core/class.data.php:414
|
|
|
553 |
msgid ""
|
554 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
555 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
556 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
|
557 |
msgstr ""
|
558 |
+
"[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
|
559 |
+
"[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
|
560 |
+
"[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
|
561 |
|
562 |
+
#: inc/core/class.data.php:415
|
563 |
msgid "Row for flexible columns"
|
564 |
msgstr "Контейнер с резиновыми колонками"
|
565 |
|
566 |
+
#: inc/core/class.data.php:419
|
567 |
msgid "Column"
|
568 |
msgstr "Колонка"
|
569 |
|
570 |
+
#: inc/core/class.data.php:426
|
571 |
msgid "Full width"
|
572 |
msgstr "Во всю ширину"
|
573 |
|
574 |
+
#: inc/core/class.data.php:427
|
575 |
msgid "One half"
|
576 |
msgstr "Одна вторая"
|
577 |
|
578 |
+
#: inc/core/class.data.php:428
|
579 |
msgid "One third"
|
580 |
msgstr "Одна третья"
|
581 |
|
582 |
+
#: inc/core/class.data.php:429
|
583 |
msgid "Two third"
|
584 |
msgstr "Две трети"
|
585 |
|
586 |
+
#: inc/core/class.data.php:430
|
587 |
msgid "One fourth"
|
588 |
msgstr "Одна четвертая"
|
589 |
|
590 |
+
#: inc/core/class.data.php:431
|
591 |
msgid "Three fourth"
|
592 |
msgstr "Три четвертых"
|
593 |
|
594 |
+
#: inc/core/class.data.php:432
|
595 |
msgid "One fifth"
|
596 |
msgstr "Одна пятая"
|
597 |
|
598 |
+
#: inc/core/class.data.php:433
|
599 |
msgid "Two fifth"
|
600 |
msgstr "Две пятых"
|
601 |
|
602 |
+
#: inc/core/class.data.php:434
|
603 |
msgid "Three fifth"
|
604 |
msgstr "Три пятых"
|
605 |
|
606 |
+
#: inc/core/class.data.php:435
|
607 |
msgid "Four fifth"
|
608 |
msgstr "Четыре пятых"
|
609 |
|
610 |
+
#: inc/core/class.data.php:436
|
611 |
msgid "One sixth"
|
612 |
msgstr "Одна шестая"
|
613 |
|
614 |
+
#: inc/core/class.data.php:437
|
615 |
msgid "Five sixth"
|
616 |
msgstr "Пять шестых"
|
617 |
|
618 |
+
#: inc/core/class.data.php:441
|
619 |
msgid "Select column width. This width will be calculated depend page width"
|
620 |
msgstr "Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
|
621 |
|
622 |
+
#: inc/core/class.data.php:449
|
623 |
msgid "Column content"
|
624 |
msgstr "Содержимое колонки"
|
625 |
|
626 |
+
#: inc/core/class.data.php:449
|
627 |
msgid "Flexible and responsive columns"
|
628 |
msgstr "Резновые колонки"
|
629 |
|
630 |
+
#: inc/core/class.data.php:453
|
631 |
msgid "List"
|
632 |
msgstr "Список"
|
633 |
|
634 |
+
#: inc/core/class.data.php:460
|
635 |
msgid "Star"
|
636 |
msgstr "Звезда"
|
637 |
|
638 |
+
#: inc/core/class.data.php:461
|
639 |
msgid "Arrow"
|
640 |
msgstr "Стрелка"
|
641 |
|
642 |
+
#: inc/core/class.data.php:462
|
643 |
msgid "Check"
|
644 |
msgstr "Отметка"
|
645 |
|
646 |
+
#: inc/core/class.data.php:463
|
647 |
msgid "Cross"
|
648 |
msgstr "Крестик"
|
649 |
|
650 |
+
#: inc/core/class.data.php:464
|
651 |
msgid "Thumbs up"
|
652 |
msgstr "Палец вверх"
|
653 |
|
654 |
+
#: inc/core/class.data.php:465
|
655 |
+
#: inc/core/class.data.php:497
|
656 |
msgid "Link"
|
657 |
msgstr "Ссылка"
|
658 |
|
659 |
+
#: inc/core/class.data.php:466
|
660 |
msgid "Gear"
|
661 |
msgstr "Шестеренка"
|
662 |
|
663 |
+
#: inc/core/class.data.php:467
|
664 |
msgid "Time"
|
665 |
msgstr "Время"
|
666 |
|
667 |
+
#: inc/core/class.data.php:468
|
668 |
+
#: inc/core/class.data.php:692
|
669 |
msgid "Note"
|
670 |
msgstr "Заметка"
|
671 |
|
672 |
+
#: inc/core/class.data.php:469
|
673 |
msgid "Plus"
|
674 |
msgstr "Плюс"
|
675 |
|
676 |
+
#: inc/core/class.data.php:470
|
677 |
msgid "Guard"
|
678 |
msgstr "Защита"
|
679 |
|
680 |
+
#: inc/core/class.data.php:471
|
681 |
msgid "Event"
|
682 |
msgstr "Событие"
|
683 |
|
684 |
+
#: inc/core/class.data.php:472
|
685 |
msgid "Idea"
|
686 |
msgstr "Идя"
|
687 |
|
688 |
+
#: inc/core/class.data.php:473
|
689 |
+
#: inc/core/class.generator.php:88
|
690 |
+
#: inc/core/class.shortcodes-ultimate.php:115
|
691 |
+
#: inc/vendor/class.sunrise-framework.php:281
|
692 |
msgid "Settings"
|
693 |
msgstr "Настройки"
|
694 |
|
695 |
+
#: inc/core/class.data.php:474
|
696 |
msgid "Twitter"
|
697 |
msgstr "Твиттер"
|
698 |
|
699 |
+
#: inc/core/class.data.php:477
|
700 |
msgid "List items style/icons"
|
701 |
msgstr "Стиль/иконка элементов списка"
|
702 |
|
703 |
+
#: inc/core/class.data.php:486
|
704 |
msgid ""
|
705 |
"<ul>\n"
|
706 |
"<li>List item</li>\n"
|
714 |
"<li>Элемент списка</li>\n"
|
715 |
"</ul>"
|
716 |
|
717 |
+
#: inc/core/class.data.php:486
|
718 |
msgid "Styled unordered list"
|
719 |
msgstr "Стильный неупорядоченный список"
|
720 |
|
721 |
+
#: inc/core/class.data.php:490
|
722 |
msgid "Button"
|
723 |
msgstr "Кнопка"
|
724 |
|
725 |
+
#: inc/core/class.data.php:498
|
726 |
msgid "Button link"
|
727 |
msgstr "Ссылка кнопки"
|
728 |
|
729 |
+
#: inc/core/class.data.php:503
|
730 |
+
#: inc/core/class.data.php:1159
|
731 |
msgid "Same tab"
|
732 |
msgstr "Та же вкладка"
|
733 |
|
734 |
+
#: inc/core/class.data.php:504
|
735 |
+
#: inc/core/class.data.php:1160
|
736 |
msgid "New tab"
|
737 |
msgstr "Новая вкладка"
|
738 |
|
739 |
+
#: inc/core/class.data.php:507
|
740 |
+
#: inc/core/class.data.php:1163
|
741 |
msgid "Target"
|
742 |
msgstr "Цель"
|
743 |
|
744 |
+
#: inc/core/class.data.php:508
|
745 |
msgid "Button link target"
|
746 |
msgstr "Цель ссылки кнопки"
|
747 |
|
748 |
+
#: inc/core/class.data.php:515
|
749 |
+
#: inc/core/class.data.php:651
|
750 |
msgid "Soft"
|
751 |
msgstr "Мягкий"
|
752 |
|
753 |
+
#: inc/core/class.data.php:516
|
754 |
+
#: inc/core/class.data.php:652
|
755 |
msgid "Glass"
|
756 |
msgstr "Стекло"
|
757 |
|
758 |
+
#: inc/core/class.data.php:517
|
759 |
+
#: inc/core/class.data.php:653
|
760 |
msgid "Bubbles"
|
761 |
msgstr "Пузыри"
|
762 |
|
763 |
+
#: inc/core/class.data.php:518
|
764 |
+
#: inc/core/class.data.php:654
|
765 |
msgid "Noise"
|
766 |
msgstr "Шум"
|
767 |
|
768 |
+
#: inc/core/class.data.php:519
|
769 |
msgid "Stroked"
|
770 |
msgstr "Прошитый"
|
771 |
|
772 |
+
#: inc/core/class.data.php:520
|
773 |
msgid "3D"
|
774 |
msgstr "3D"
|
775 |
|
776 |
+
#: inc/core/class.data.php:523
|
777 |
msgid "Button background style preset"
|
778 |
msgstr "Стиль фона кнопки"
|
779 |
|
780 |
+
#: inc/core/class.data.php:529
|
781 |
msgid "Button background color"
|
782 |
msgstr "Цвет фона кнопки"
|
783 |
|
784 |
+
#: inc/core/class.data.php:536
|
785 |
msgid "Button text color"
|
786 |
msgstr "Цвет текста кнопки"
|
787 |
|
788 |
+
#: inc/core/class.data.php:542
|
789 |
msgid "Button size"
|
790 |
msgstr "Размер кнопки"
|
791 |
|
792 |
+
#: inc/core/class.data.php:547
|
793 |
msgid "Fluid"
|
794 |
msgstr "Резиновая"
|
795 |
|
796 |
+
#: inc/core/class.data.php:547
|
797 |
msgid "Fluid buttons has 100% width"
|
798 |
msgstr "Резиновые кнопки имеют ширину 100%"
|
799 |
|
800 |
+
#: inc/core/class.data.php:552
|
801 |
+
msgid "Centered"
|
802 |
+
msgstr "По центру"
|
803 |
+
|
804 |
+
#: inc/core/class.data.php:552
|
805 |
+
msgid "Is button centered on the page"
|
806 |
+
msgstr "Кнопка выровнена по центру страницы"
|
807 |
+
|
808 |
+
#: inc/core/class.data.php:558
|
809 |
+
#: inc/core/class.data.php:677
|
810 |
+
#: inc/core/class.data.php:713
|
811 |
msgid "Radius"
|
812 |
msgstr "Радиус"
|
813 |
|
814 |
+
#: inc/core/class.data.php:559
|
815 |
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
816 |
msgstr "Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
|
817 |
|
818 |
+
#: inc/core/class.data.php:564
|
819 |
+
#: inc/core/class.data.php:618
|
820 |
msgid "Icon"
|
821 |
msgstr "Иконка"
|
822 |
|
823 |
+
#: inc/core/class.data.php:565
|
824 |
msgid "You can upload custom icon for this button. Try to begin with <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-quality icons</a>. Download archive, unpack icons and upload in this field"
|
825 |
msgstr "Вы можете загрузить любую иконку для этой кнопки. Попробуйте начать с <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">этого бесплатного набора качественных иконок</a>. Скачайте архив, распакуйте иконки и загрузите любую из них в это поле"
|
826 |
|
827 |
+
#: inc/core/class.data.php:571
|
828 |
msgid "Dark"
|
829 |
msgstr "Темный"
|
830 |
|
831 |
+
#: inc/core/class.data.php:574
|
832 |
msgid "Text shadow color"
|
833 |
msgstr "Цвет тени текста"
|
834 |
|
835 |
+
#: inc/core/class.data.php:574
|
836 |
msgid "Color of button text shadow"
|
837 |
msgstr "Цвет тени текста кнопки"
|
838 |
|
839 |
+
#: inc/core/class.data.php:579
|
840 |
+
#: inc/core/class.data.php:1734
|
841 |
msgid "None"
|
842 |
msgstr "Нет"
|
843 |
|
844 |
+
#: inc/core/class.data.php:580
|
845 |
+
#: inc/core/class.data.php:785
|
846 |
msgid "Top"
|
847 |
msgstr "Сверху"
|
848 |
|
849 |
+
#: inc/core/class.data.php:582
|
850 |
+
#: inc/core/class.data.php:786
|
851 |
msgid "Bottom"
|
852 |
msgstr "Снизу"
|
853 |
|
854 |
+
#: inc/core/class.data.php:584
|
855 |
msgid "Top right"
|
856 |
msgstr "Сверху справа"
|
857 |
|
858 |
+
#: inc/core/class.data.php:585
|
859 |
msgid "Top left"
|
860 |
msgstr "Сверху слева"
|
861 |
|
862 |
+
#: inc/core/class.data.php:585
|
863 |
msgid "Bottom right"
|
864 |
msgstr "Снизу справа"
|
865 |
|
866 |
+
#: inc/core/class.data.php:585
|
867 |
msgid "Bottom left"
|
868 |
msgstr "Снизу слева"
|
869 |
|
870 |
+
#: inc/core/class.data.php:587
|
871 |
msgid "Text shadow position"
|
872 |
msgstr "Положение тени текста"
|
873 |
|
874 |
+
#: inc/core/class.data.php:587
|
875 |
msgid "Position of button text shadow"
|
876 |
msgstr "Положение тени текста кнопки"
|
877 |
|
878 |
+
#: inc/core/class.data.php:591
|
879 |
msgid "Description"
|
880 |
msgstr "Описание"
|
881 |
|
882 |
+
#: inc/core/class.data.php:592
|
883 |
msgid "Small description under button text. This option is incompatible with icon."
|
884 |
msgstr "Небольшое описание под текстом кнопки. Это описание не совместимо с иконками кнопок."
|
885 |
|
886 |
+
#: inc/core/class.data.php:600
|
887 |
msgid "Button text"
|
888 |
msgstr "Текст кнопки"
|
889 |
|
890 |
+
#: inc/core/class.data.php:601
|
891 |
msgid "Styled button"
|
892 |
msgstr "Стильная кнопка"
|
893 |
|
894 |
+
#: inc/core/class.data.php:605
|
895 |
msgid "Service"
|
896 |
msgstr "Услуга"
|
897 |
|
898 |
+
#: inc/core/class.data.php:611
|
899 |
+
#: inc/core/shortcodes.php:457
|
900 |
msgid "Service title"
|
901 |
msgstr "Название услуги"
|
902 |
|
903 |
+
#: inc/core/class.data.php:613
|
904 |
msgid "Service name"
|
905 |
msgstr "Название услуги"
|
906 |
|
907 |
+
#: inc/core/class.data.php:619
|
908 |
msgid "You can upload custom icon for this box"
|
909 |
msgstr "Вы можете загрузить свою иконку для этого блока"
|
910 |
|
911 |
+
#: inc/core/class.data.php:625
|
912 |
msgid "Icon size"
|
913 |
msgstr "Размер иконки"
|
914 |
|
915 |
+
#: inc/core/class.data.php:626
|
916 |
msgid "Size of the uploaded icon in pixels"
|
917 |
msgstr "Размер загруженной иконки в пикселях"
|
918 |
|
919 |
+
#: inc/core/class.data.php:634
|
920 |
msgid "Service description"
|
921 |
msgstr "Описание услуги"
|
922 |
|
923 |
+
#: inc/core/class.data.php:634
|
924 |
msgid "Service box with title"
|
925 |
msgstr "Блок услуга с заголовком"
|
926 |
|
927 |
+
#: inc/core/class.data.php:644
|
928 |
msgid "Box title"
|
929 |
msgstr "Заголовок блока"
|
930 |
|
931 |
+
#: inc/core/class.data.php:645
|
932 |
msgid "Text for the box title"
|
933 |
msgstr "Текст для заголовка блока"
|
934 |
|
935 |
+
#: inc/core/class.data.php:658
|
936 |
msgid "Box style preset"
|
937 |
msgstr "Стиль блока"
|
938 |
|
939 |
+
#: inc/core/class.data.php:664
|
940 |
msgid "Color"
|
941 |
msgstr "Цвет"
|
942 |
|
943 |
+
#: inc/core/class.data.php:665
|
944 |
msgid "Color for the box title and borders"
|
945 |
msgstr "Цвет заголовка блока и его рамки"
|
946 |
|
947 |
+
#: inc/core/class.data.php:671
|
948 |
msgid "Title text color"
|
949 |
msgstr "Цвет текста заголовка"
|
950 |
|
951 |
+
#: inc/core/class.data.php:671
|
952 |
msgid "Color for the box title text"
|
953 |
msgstr "Цвет текста в заголовке блока"
|
954 |
|
955 |
+
#: inc/core/class.data.php:678
|
956 |
msgid "Box corners radius"
|
957 |
msgstr "Радиус углов"
|
958 |
|
959 |
+
#: inc/core/class.data.php:687
|
960 |
msgid "Box content"
|
961 |
msgstr "Содержимое блока"
|
962 |
|
963 |
+
#: inc/core/class.data.php:688
|
964 |
msgid "Colored box with caption"
|
965 |
msgstr "Цветной блок с заголовком"
|
966 |
|
967 |
+
#: inc/core/class.data.php:700
|
968 |
msgid "Note background color"
|
969 |
msgstr "Цвет фона заметки"
|
970 |
|
971 |
+
#: inc/core/class.data.php:707
|
972 |
msgid "Note text color"
|
973 |
msgstr "Цвет текста заметки"
|
974 |
|
975 |
+
#: inc/core/class.data.php:713
|
976 |
msgid "Note corners radius"
|
977 |
msgstr "Радиус углов"
|
978 |
|
979 |
+
#: inc/core/class.data.php:721
|
980 |
msgid "Note text"
|
981 |
msgstr "Текст заметки"
|
982 |
|
983 |
+
#: inc/core/class.data.php:722
|
984 |
msgid "Colored box"
|
985 |
msgstr "Цветной блок"
|
986 |
|
987 |
+
#: inc/core/class.data.php:726
|
988 |
msgid "Lightbox"
|
989 |
msgstr "Лайтбокс"
|
990 |
|
991 |
+
#: inc/core/class.data.php:733
|
992 |
msgid "Iframe"
|
993 |
msgstr "Фрейм (iframe)"
|
994 |
|
995 |
+
#: inc/core/class.data.php:734
|
996 |
msgid "Image"
|
997 |
msgstr "Изображение"
|
998 |
|
999 |
+
#: inc/core/class.data.php:735
|
1000 |
msgid "Inline (html content)"
|
1001 |
msgstr "HTML элемент"
|
1002 |
|
1003 |
+
#: inc/core/class.data.php:738
|
1004 |
msgid "Content type"
|
1005 |
msgstr "Тип содержимого"
|
1006 |
|
1007 |
+
#: inc/core/class.data.php:739
|
1008 |
msgid "Select type of the lightbox window content"
|
1009 |
msgstr "Выберите тип содержимого в окне лайтбокса"
|
1010 |
|
1011 |
+
#: inc/core/class.data.php:743
|
1012 |
msgid "Content source"
|
1013 |
msgstr "Источник содержимого"
|
1014 |
|
1015 |
+
#: inc/core/class.data.php:744
|
1016 |
msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
|
1017 |
msgstr "Вставьте URL или CSS селектор. Используйте URL для типов содержимого Фрейм (iframe) и Изображение. Используйте CSS селектор для содержимого типа HTML элемент.<br />Примеры значений:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube видео (фрейм)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - загруженное изображение (изображение)<br /><b%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b%value>#contact-form</b> - любой HTML элемент (html элемент)"
|
1018 |
|
1019 |
+
#: inc/core/class.data.php:753
|
1020 |
+
msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
|
1021 |
+
msgstr "[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
|
|
|
1022 |
|
1023 |
+
#: inc/core/class.data.php:754
|
1024 |
msgid "Lightbox window with custom content"
|
1025 |
msgstr "Лайтбокс с произвольным содержимым"
|
1026 |
|
1027 |
+
#: inc/core/class.data.php:758
|
1028 |
+
msgid "Tooltip"
|
1029 |
+
msgstr "Подсказка"
|
1030 |
+
|
1031 |
+
#: inc/core/class.data.php:765
|
1032 |
+
msgid "Basic: Light"
|
1033 |
+
msgstr "Базовый: Светлый"
|
1034 |
+
|
1035 |
+
#: inc/core/class.data.php:766
|
1036 |
+
msgid "Basic: Dark"
|
1037 |
+
msgstr "Базовый: Темный"
|
1038 |
+
|
1039 |
+
#: inc/core/class.data.php:767
|
1040 |
+
msgid "Basic: Yellow"
|
1041 |
+
msgstr "Базовый: Желтый"
|
1042 |
+
|
1043 |
+
#: inc/core/class.data.php:768
|
1044 |
+
msgid "Basic: Green"
|
1045 |
+
msgstr "Базовый: Зеленый"
|
1046 |
+
|
1047 |
+
#: inc/core/class.data.php:769
|
1048 |
+
msgid "Basic: Red"
|
1049 |
+
msgstr "Базовый: Красный"
|
1050 |
+
|
1051 |
+
#: inc/core/class.data.php:770
|
1052 |
+
msgid "Basic: Blue"
|
1053 |
+
msgstr "Базовый: Голубой"
|
1054 |
+
|
1055 |
+
#: inc/core/class.data.php:771
|
1056 |
+
msgid "Youtube"
|
1057 |
+
msgstr "Youtube"
|
1058 |
+
|
1059 |
+
#: inc/core/class.data.php:772
|
1060 |
+
msgid "Tipsy"
|
1061 |
+
msgstr "Tipsy"
|
1062 |
+
|
1063 |
+
#: inc/core/class.data.php:773
|
1064 |
+
msgid "Bootstrap"
|
1065 |
+
msgstr "Bootstrap"
|
1066 |
+
|
1067 |
+
#: inc/core/class.data.php:774
|
1068 |
+
msgid "jTools"
|
1069 |
+
msgstr "jTools"
|
1070 |
+
|
1071 |
+
#: inc/core/class.data.php:775
|
1072 |
+
msgid "Tipped"
|
1073 |
+
msgstr "Tipped"
|
1074 |
+
|
1075 |
+
#: inc/core/class.data.php:776
|
1076 |
+
msgid "Cluetip"
|
1077 |
+
msgstr "Cluetip"
|
1078 |
+
|
1079 |
+
#: inc/core/class.data.php:780
|
1080 |
+
msgid "Tooltip window style"
|
1081 |
+
msgstr "Стиль окна подсказки"
|
1082 |
+
|
1083 |
+
#: inc/core/class.data.php:791
|
1084 |
+
msgid "Position"
|
1085 |
+
msgstr "Положение"
|
1086 |
+
|
1087 |
+
#: inc/core/class.data.php:792
|
1088 |
+
msgid "Tooltip position"
|
1089 |
+
msgstr "Положение всплывающей подсказки"
|
1090 |
+
|
1091 |
+
#: inc/core/class.data.php:797
|
1092 |
+
msgid "Shadow"
|
1093 |
+
msgstr "Тень"
|
1094 |
+
|
1095 |
+
#: inc/core/class.data.php:798
|
1096 |
+
msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
|
1097 |
+
msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
|
1098 |
+
|
1099 |
+
#: inc/core/class.data.php:803
|
1100 |
+
msgid "Rounded corners"
|
1101 |
+
msgstr "Скругление"
|
1102 |
+
|
1103 |
+
#: inc/core/class.data.php:804
|
1104 |
+
msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
|
1105 |
+
msgstr "Добавить скругленные уголки окну подсказки. Скругление работает только для базовых стилей."
|
1106 |
+
|
1107 |
+
#: inc/core/class.data.php:818
|
1108 |
+
msgid "Font size"
|
1109 |
+
msgstr "Размер шрифта"
|
1110 |
+
|
1111 |
+
#: inc/core/class.data.php:819
|
1112 |
+
msgid "Tooltip font size"
|
1113 |
+
msgstr "Размер шрифта подсказки"
|
1114 |
+
|
1115 |
+
#: inc/core/class.data.php:823
|
1116 |
+
msgid "Tooltip title"
|
1117 |
+
msgstr "Заголовок подсказки"
|
1118 |
+
|
1119 |
+
#: inc/core/class.data.php:824
|
1120 |
+
msgid "Enter title for tooltip window. Leave this field empty to hide the title"
|
1121 |
+
msgstr "Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть заголовок"
|
1122 |
+
|
1123 |
+
#: inc/core/class.data.php:827
|
1124 |
+
#: inc/core/shortcodes.php:566
|
1125 |
+
msgid "Tooltip text"
|
1126 |
+
msgstr "Текст подсказки"
|
1127 |
+
|
1128 |
+
#: inc/core/class.data.php:828
|
1129 |
+
msgid "Tooltip content"
|
1130 |
+
msgstr "Содержимое подсказки"
|
1131 |
+
|
1132 |
+
#: inc/core/class.data.php:829
|
1133 |
+
msgid "Enter tooltip content here"
|
1134 |
+
msgstr "Введите сюда содержимое подсказки"
|
1135 |
+
|
1136 |
+
#: inc/core/class.data.php:834
|
1137 |
+
msgid "Show and hide on mouse hover"
|
1138 |
+
msgstr "Показать и скрыть при наведении мыши"
|
1139 |
+
|
1140 |
+
#: inc/core/class.data.php:835
|
1141 |
+
msgid "Show and hide by mouse click"
|
1142 |
+
msgstr "Показать и скрыть по клику мыши"
|
1143 |
+
|
1144 |
+
#: inc/core/class.data.php:836
|
1145 |
+
msgid "Always visible"
|
1146 |
+
msgstr "Всегда видима"
|
1147 |
+
|
1148 |
+
#: inc/core/class.data.php:839
|
1149 |
+
msgid "Behavior"
|
1150 |
+
msgstr "Поведение"
|
1151 |
+
|
1152 |
+
#: inc/core/class.data.php:840
|
1153 |
+
msgid "Select tooltip behavior"
|
1154 |
+
msgstr "Выберите поведение подсказки"
|
1155 |
+
|
1156 |
+
#: inc/core/class.data.php:845
|
1157 |
+
msgid "Close button"
|
1158 |
+
msgstr "Кнопка закрыть"
|
1159 |
+
|
1160 |
+
#: inc/core/class.data.php:846
|
1161 |
+
msgid "Show close button"
|
1162 |
+
msgstr "Показывать кнопку закрыть"
|
1163 |
+
|
1164 |
+
#: inc/core/class.data.php:855
|
1165 |
+
msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
|
1166 |
+
msgstr "[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
|
1167 |
+
|
1168 |
+
#: inc/core/class.data.php:856
|
1169 |
+
msgid "Tooltip window with custom content"
|
1170 |
+
msgstr "Всплывающая подсказка с произвольным содержимым"
|
1171 |
+
|
1172 |
+
#: inc/core/class.data.php:860
|
1173 |
msgid "Private"
|
1174 |
msgstr "Заметка для авторов"
|
1175 |
|
1176 |
+
#: inc/core/class.data.php:871
|
1177 |
msgid "Private note text"
|
1178 |
msgstr "Текст приватной заметки"
|
1179 |
|
1180 |
+
#: inc/core/class.data.php:872
|
1181 |
msgid "Private note for post authors"
|
1182 |
msgstr "Приватный текст для других авторов"
|
1183 |
|
1184 |
+
#: inc/core/class.data.php:876
|
1185 |
msgid "YouTube"
|
1186 |
msgstr "YouTube"
|
1187 |
|
1188 |
+
#: inc/core/class.data.php:883
|
1189 |
+
#: inc/core/class.data.php:933
|
1190 |
+
#: inc/core/class.data.php:981
|
1191 |
+
#: inc/core/class.data.php:1232
|
1192 |
+
#: inc/core/class.data.php:1322
|
1193 |
msgid "Url"
|
1194 |
msgstr "Ссылка"
|
1195 |
|
1196 |
+
#: inc/core/class.data.php:884
|
1197 |
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1198 |
msgstr "Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
|
1199 |
|
1200 |
+
#: inc/core/class.data.php:892
|
1201 |
+
#: inc/core/class.data.php:941
|
1202 |
+
#: inc/core/class.data.php:989
|
1203 |
+
#: inc/core/class.data.php:1030
|
1204 |
+
#: inc/core/class.data.php:1084
|
1205 |
+
#: inc/core/class.data.php:1331
|
1206 |
+
#: inc/core/class.data.php:1369
|
1207 |
+
#: inc/core/class.data.php:1418
|
1208 |
+
#: inc/core/class.data.php:1508
|
1209 |
+
#: inc/core/class.data.php:1614
|
1210 |
msgid "Width"
|
1211 |
msgstr "Ширина"
|
1212 |
|
1213 |
+
#: inc/core/class.data.php:893
|
1214 |
+
#: inc/core/class.data.php:942
|
1215 |
+
#: inc/core/class.data.php:990
|
1216 |
+
#: inc/core/class.data.php:1085
|
1217 |
msgid "Player width"
|
1218 |
msgstr "Ширина плеера"
|
1219 |
|
1220 |
+
#: inc/core/class.data.php:902
|
1221 |
+
#: inc/core/class.data.php:951
|
1222 |
+
#: inc/core/class.data.php:999
|
1223 |
+
#: inc/core/class.data.php:1094
|
1224 |
msgid "Player height"
|
1225 |
msgstr "Высота плеера"
|
1226 |
|
1227 |
+
#: inc/core/class.data.php:907
|
1228 |
+
#: inc/core/class.data.php:956
|
1229 |
+
#: inc/core/class.data.php:1004
|
1230 |
+
#: inc/core/class.data.php:1346
|
1231 |
+
#: inc/core/class.data.php:1384
|
1232 |
+
#: inc/core/class.data.php:1431
|
1233 |
+
#: inc/core/class.data.php:1521
|
1234 |
msgid "Responsive"
|
1235 |
msgstr "Отзывчивость (responsive)"
|
1236 |
|
1237 |
+
#: inc/core/class.data.php:908
|
1238 |
+
#: inc/core/class.data.php:957
|
1239 |
+
#: inc/core/class.data.php:1005
|
1240 |
msgid "Ignore width and height parameters and make player responsive"
|
1241 |
msgstr "Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
|
1242 |
|
1243 |
+
#: inc/core/class.data.php:913
|
1244 |
+
#: inc/core/class.data.php:962
|
1245 |
+
#: inc/core/class.data.php:1036
|
1246 |
+
#: inc/core/class.data.php:1105
|
1247 |
+
#: inc/core/class.data.php:1466
|
1248 |
+
#: inc/core/class.data.php:1572
|
1249 |
msgid "Autoplay"
|
1250 |
msgstr "Автовоспроизведение"
|
1251 |
|
1252 |
+
#: inc/core/class.data.php:914
|
1253 |
+
#: inc/core/class.data.php:963
|
1254 |
msgid "Play video automatically when page is loaded"
|
1255 |
msgstr "Воспроизвести видео автоматически при открытии страницы"
|
1256 |
|
1257 |
+
#: inc/core/class.data.php:922
|
1258 |
msgid "YouTube video"
|
1259 |
msgstr "Видео YouTube"
|
1260 |
|
1261 |
+
#: inc/core/class.data.php:926
|
1262 |
msgid "Vimeo"
|
1263 |
msgstr "Vimeo"
|
1264 |
|
1265 |
+
#: inc/core/class.data.php:933
|
1266 |
msgid "Url of Vimeo page with video"
|
1267 |
msgstr "Ссылка на страницу Vimeo с видео"
|
1268 |
|
1269 |
+
#: inc/core/class.data.php:971
|
1270 |
msgid "Vimeo video"
|
1271 |
msgstr "Видео Vimeo"
|
1272 |
|
1273 |
+
#: inc/core/class.data.php:975
|
1274 |
msgid "Screenr"
|
1275 |
msgstr "Screenr"
|
1276 |
|
1277 |
+
#: inc/core/class.data.php:981
|
1278 |
msgid "Url of Screenr page with video"
|
1279 |
msgstr "Ссылка на страницу Screenr с видео"
|
1280 |
|
1281 |
+
#: inc/core/class.data.php:1013
|
1282 |
msgid "Screenr video"
|
1283 |
msgstr "Видео Screenr"
|
1284 |
|
1285 |
+
#: inc/core/class.data.php:1017
|
1286 |
msgid "Audio"
|
1287 |
msgstr "Аудио"
|
1288 |
|
1289 |
+
#: inc/core/class.data.php:1024
|
1290 |
+
#: inc/core/class.data.php:1063
|
1291 |
msgid "File"
|
1292 |
msgstr "Файл"
|
1293 |
|
1294 |
+
#: inc/core/class.data.php:1025
|
1295 |
msgid "Audio file url. Supported formats: mp3, ogg"
|
1296 |
msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
|
1297 |
|
1298 |
+
#: inc/core/class.data.php:1031
|
1299 |
msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100%</b>"
|
1300 |
msgstr "Ширина плеера. Вы можете указать ширину в процентах и плеер станет отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b%value>100%</b>"
|
1301 |
|
1302 |
+
#: inc/core/class.data.php:1037
|
1303 |
+
#: inc/core/class.data.php:1106
|
1304 |
msgid "Play file automatically when page is loaded"
|
1305 |
msgstr "Воспроизводить файл автоматически при открытии страницы"
|
1306 |
|
1307 |
+
#: inc/core/class.data.php:1042
|
1308 |
+
#: inc/core/class.data.php:1111
|
1309 |
msgid "Loop"
|
1310 |
msgstr "Повтор"
|
1311 |
|
1312 |
+
#: inc/core/class.data.php:1043
|
1313 |
+
#: inc/core/class.data.php:1112
|
1314 |
msgid "Repeat when playback is ended"
|
1315 |
msgstr "Повторять, когда воспроизведение окночено"
|
1316 |
|
1317 |
+
#: inc/core/class.data.php:1052
|
1318 |
msgid "Custom audio player"
|
1319 |
msgstr "Настраиваемый аудио-плеер"
|
1320 |
|
1321 |
+
#: inc/core/class.data.php:1056
|
1322 |
msgid "Video"
|
1323 |
msgstr "Видео"
|
1324 |
|
1325 |
+
#: inc/core/class.data.php:1064
|
1326 |
msgid "Url to mp4/flv video-file"
|
1327 |
msgstr "Ссылка на mp4/flv видео-файл"
|
1328 |
|
1329 |
+
#: inc/core/class.data.php:1069
|
1330 |
msgid "Poster"
|
1331 |
msgstr "Постер"
|
1332 |
|
1333 |
+
#: inc/core/class.data.php:1070
|
1334 |
msgid "Url to poster image, that will be shown before playback"
|
1335 |
msgstr "Ссылка на изображение постера. Изображение будет показано перед началом воспроизведения"
|
1336 |
|
1337 |
+
#: inc/core/class.data.php:1076
|
1338 |
msgid "Player title"
|
1339 |
msgstr "Заголовок плеера"
|
1340 |
|
1341 |
+
#: inc/core/class.data.php:1099
|
1342 |
msgid "Controls"
|
1343 |
msgstr "Элементы управления"
|
1344 |
|
1345 |
+
#: inc/core/class.data.php:1100
|
1346 |
msgid "Show player controls (play/pause etc.) or not"
|
1347 |
msgstr "Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
|
1348 |
|
1349 |
+
#: inc/core/class.data.php:1121
|
1350 |
msgid "Custom video player"
|
1351 |
msgstr "Настраиваемый видео-плеер"
|
1352 |
|
1353 |
+
#: inc/core/class.data.php:1125
|
1354 |
msgid "Table"
|
1355 |
msgstr "Таблица"
|
1356 |
|
1357 |
+
#: inc/core/class.data.php:1132
|
1358 |
msgid "CSV file"
|
1359 |
msgstr "CSV файл"
|
1360 |
|
1361 |
+
#: inc/core/class.data.php:1133
|
1362 |
msgid "Upload CSV file if you want to create HTML-table from file"
|
1363 |
msgstr "Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
|
1364 |
|
1365 |
+
#: inc/core/class.data.php:1142
|
1366 |
msgid ""
|
1367 |
"<table>\n"
|
1368 |
"<tr>\n"
|
1386 |
"</tr>\n"
|
1387 |
"</table>"
|
1388 |
|
1389 |
+
#: inc/core/class.data.php:1143
|
1390 |
msgid "Styled table from HTML or CSV file"
|
1391 |
msgstr "Стильная таблица из HTML или CSV файла"
|
1392 |
|
1393 |
+
#: inc/core/class.data.php:1147
|
1394 |
msgid "Permalink"
|
1395 |
msgstr "Постоянная ссылка"
|
1396 |
|
1397 |
+
#: inc/core/class.data.php:1153
|
1398 |
msgid "ID"
|
1399 |
msgstr "ID"
|
1400 |
|
1401 |
+
#: inc/core/class.data.php:1154
|
1402 |
msgid "Post or page ID"
|
1403 |
msgstr "ID записи или страницы"
|
1404 |
|
1405 |
+
#: inc/core/class.data.php:1164
|
1406 |
msgid "Link target. blank - link will be opened in new window/tab"
|
1407 |
msgstr "Цель ссылки. blank - означает что ссылка будет открыта в новом окне или вкладке"
|
1408 |
|
1409 |
+
#: inc/core/class.data.php:1174
|
1410 |
msgid "Permalink to specified post/page"
|
1411 |
msgstr "Постоянная ссылка на страницу"
|
1412 |
|
1413 |
+
#: inc/core/class.data.php:1178
|
1414 |
msgid "Members"
|
1415 |
msgstr "Участники"
|
1416 |
|
1417 |
+
#: inc/core/class.data.php:1183
|
1418 |
+
#: inc/core/shortcodes.php:865
|
1419 |
msgid "This content is for registered users only. Please %login%."
|
1420 |
msgstr "Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
|
1421 |
|
1422 |
+
#: inc/core/class.data.php:1184
|
1423 |
msgid "Message"
|
1424 |
msgstr "Сообщение"
|
1425 |
|
1426 |
+
#: inc/core/class.data.php:1184
|
1427 |
msgid "Message for not logged users"
|
1428 |
msgstr "Собщение для неавторизованных"
|
1429 |
|
1430 |
+
#: inc/core/class.data.php:1189
|
1431 |
msgid "Box color"
|
1432 |
msgstr "Цвет блока"
|
1433 |
|
1434 |
+
#: inc/core/class.data.php:1189
|
1435 |
msgid "This color will applied only to box for not logged users"
|
1436 |
msgstr "Этот цвет будет применен только к блоку для не авторизованных посетителей"
|
1437 |
|
1438 |
+
#: inc/core/class.data.php:1192
|
1439 |
+
#: inc/core/shortcodes.php:868
|
1440 |
msgid "login"
|
1441 |
msgstr "войдите"
|
1442 |
|
1443 |
+
#: inc/core/class.data.php:1193
|
1444 |
msgid "Login link text"
|
1445 |
msgstr "Текст ссылки войти"
|
1446 |
|
1447 |
+
#: inc/core/class.data.php:1193
|
1448 |
msgid "Text for the login link"
|
1449 |
msgstr "Текст ссылки ВОЙТИ"
|
1450 |
|
1451 |
+
#: inc/core/class.data.php:1197
|
1452 |
msgid "Login link url"
|
1453 |
msgstr "Адрес ссылки войти"
|
1454 |
|
1455 |
+
#: inc/core/class.data.php:1206
|
1456 |
msgid "Content for logged members"
|
1457 |
msgstr "Содержимое для авторизованых пользователей"
|
1458 |
|
1459 |
+
#: inc/core/class.data.php:1207
|
1460 |
msgid "Content for logged in members only"
|
1461 |
msgstr "Ссодержимое для авторизованых"
|
1462 |
|
1463 |
+
#: inc/core/class.data.php:1211
|
1464 |
msgid "Guests"
|
1465 |
msgstr "Гости"
|
1466 |
|
1467 |
+
#: inc/core/class.data.php:1221
|
1468 |
msgid "Content for guests"
|
1469 |
msgstr "Содержимое для гостей"
|
1470 |
|
1471 |
+
#: inc/core/class.data.php:1221
|
1472 |
msgid "Content for guests only"
|
1473 |
msgstr "Ссодержимое только для гостей"
|
1474 |
|
1475 |
+
#: inc/core/class.data.php:1225
|
1476 |
msgid "RSS Feed"
|
1477 |
msgstr "RSS лента"
|
1478 |
|
1479 |
+
#: inc/core/class.data.php:1233
|
1480 |
msgid "Url to RSS-feed"
|
1481 |
msgstr "Ссылка на RSS-ленту"
|
1482 |
|
1483 |
+
#: inc/core/class.data.php:1238
|
1484 |
msgid "Limit"
|
1485 |
msgstr "Лимит"
|
1486 |
|
1487 |
+
#: inc/core/class.data.php:1238
|
1488 |
msgid "Number of items to show"
|
1489 |
msgstr "Количество элементов для отображения"
|
1490 |
|
1491 |
+
#: inc/core/class.data.php:1246
|
1492 |
msgid "Feed grabber"
|
1493 |
msgstr "Граббер новостных лент"
|
1494 |
|
1495 |
+
#: inc/core/class.data.php:1250
|
1496 |
msgid "Menu"
|
1497 |
msgstr "Меню"
|
1498 |
|
1499 |
+
#: inc/core/class.data.php:1257
|
1500 |
msgid "Menu name"
|
1501 |
msgstr "Имя меню"
|
1502 |
|
1503 |
+
#: inc/core/class.data.php:1257
|
1504 |
msgid "Custom menu name. Ex: Main menu"
|
1505 |
msgstr "Имя произвольного меню. Например: Главное меню"
|
1506 |
|
1507 |
+
#: inc/core/class.data.php:1265
|
1508 |
msgid "Custom menu by name"
|
1509 |
msgstr "Произвольное меню"
|
1510 |
|
1511 |
+
#: inc/core/class.data.php:1269
|
1512 |
msgid "Sub pages"
|
1513 |
msgstr "Подстраницы"
|
1514 |
|
1515 |
+
#: inc/core/class.data.php:1276
|
1516 |
+
#: inc/core/class.data.php:1302
|
1517 |
msgid "Depth"
|
1518 |
msgstr "Глубина"
|
1519 |
|
1520 |
+
#: inc/core/class.data.php:1277
|
1521 |
msgid "Max depth level of children pages"
|
1522 |
msgstr "Максимальная глубина дочерних страниц"
|
1523 |
|
1524 |
+
#: inc/core/class.data.php:1282
|
1525 |
msgid "Parent ID"
|
1526 |
msgstr "ID родителя"
|
1527 |
|
1528 |
+
#: inc/core/class.data.php:1283
|
1529 |
msgid "ID of the parent page. Leave blank to use current page"
|
1530 |
msgstr "ID родительской страницы. Оставьте пустым, чтобы использовать текущую страницу"
|
1531 |
|
1532 |
+
#: inc/core/class.data.php:1291
|
1533 |
msgid "List of sub pages"
|
1534 |
msgstr "Список дочерних страниц"
|
1535 |
|
1536 |
+
#: inc/core/class.data.php:1295
|
1537 |
msgid "Siblings"
|
1538 |
msgstr "Соседние страницы"
|
1539 |
|
1540 |
+
#: inc/core/class.data.php:1303
|
1541 |
msgid "Max depth level"
|
1542 |
msgstr "Максимальный уровень вложенности"
|
1543 |
|
1544 |
+
#: inc/core/class.data.php:1311
|
1545 |
msgid "List of cureent page siblings"
|
1546 |
msgstr "Список страниц, соседних с текущей"
|
1547 |
|
1548 |
+
#: inc/core/class.data.php:1315
|
1549 |
msgid "Document"
|
1550 |
msgstr "Документ"
|
1551 |
|
1552 |
+
#: inc/core/class.data.php:1323
|
1553 |
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
1554 |
msgstr "Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
|
1555 |
|
1556 |
+
#: inc/core/class.data.php:1332
|
1557 |
msgid "Viewer width"
|
1558 |
msgstr "Ширина просмотрщика"
|
1559 |
|
1560 |
+
#: inc/core/class.data.php:1341
|
1561 |
msgid "Viewer height"
|
1562 |
msgstr "Высота просмотрщика"
|
1563 |
|
1564 |
+
#: inc/core/class.data.php:1347
|
1565 |
msgid "Ignore width and height parameters and make viewer responsive"
|
1566 |
msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
|
1567 |
|
1568 |
+
#: inc/core/class.data.php:1355
|
1569 |
msgid "Document viewer by Google"
|
1570 |
msgstr "Просмотрщик документов от Google"
|
1571 |
|
1572 |
+
#: inc/core/class.data.php:1359
|
1573 |
msgid "Gmap"
|
1574 |
msgstr "Google карта"
|
1575 |
|
1576 |
+
#: inc/core/class.data.php:1370
|
1577 |
msgid "Map width"
|
1578 |
msgstr "Ширина карты"
|
1579 |
|
1580 |
+
#: inc/core/class.data.php:1379
|
1581 |
msgid "Map height"
|
1582 |
msgstr "Высота карты"
|
1583 |
|
1584 |
+
#: inc/core/class.data.php:1385
|
1585 |
msgid "Ignore width and height parameters and make map responsive"
|
1586 |
msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
|
1587 |
|
1588 |
+
#: inc/core/class.data.php:1390
|
1589 |
msgid "Marker"
|
1590 |
msgstr "Маркер"
|
1591 |
|
1592 |
+
#: inc/core/class.data.php:1391
|
1593 |
msgid "Address for the marker. You can type it in any language"
|
1594 |
msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
|
1595 |
|
1596 |
+
#: inc/core/class.data.php:1399
|
1597 |
msgid "Maps by Google"
|
1598 |
msgstr "Карты от Google"
|
1599 |
|
1600 |
+
#: inc/core/class.data.php:1403
|
1601 |
msgid "Slider"
|
1602 |
msgstr "Слайдер"
|
1603 |
|
1604 |
+
#: inc/core/class.data.php:1410
|
1605 |
msgid "Choose source gallery, that will be used for this slider"
|
1606 |
msgstr "Выберите галерею-источник, которая будет использована для создания этого слайдера"
|
1607 |
|
1608 |
+
#: inc/core/class.data.php:1418
|
1609 |
msgid "Slider width (in pixels)"
|
1610 |
msgstr "Ширина слайдера (в пикселях)"
|
1611 |
|
1612 |
+
#: inc/core/class.data.php:1426
|
1613 |
msgid "Slider height (in pixels)"
|
1614 |
msgstr "Высота слайдера (в пикселях)"
|
1615 |
|
1616 |
+
#: inc/core/class.data.php:1432
|
1617 |
msgid "Ignore width and height parameters and make slider responsive"
|
1618 |
msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
|
1619 |
|
1620 |
+
#: inc/core/class.data.php:1437
|
1621 |
+
#: inc/core/class.data.php:1543
|
1622 |
+
#: inc/core/class.data.php:1632
|
1623 |
msgid "Show titles"
|
1624 |
msgstr "Показывать заголовки"
|
1625 |
|
1626 |
+
#: inc/core/class.data.php:1437
|
1627 |
msgid "Display slide titles"
|
1628 |
msgstr "Отображать заголовки слайдов"
|
1629 |
|
1630 |
+
#: inc/core/class.data.php:1442
|
1631 |
msgid "Is slider centered on the page"
|
1632 |
msgstr "Слайдер выровнен по центру страницы"
|
1633 |
|
1634 |
+
#: inc/core/class.data.php:1447
|
1635 |
+
#: inc/core/class.data.php:1553
|
1636 |
msgid "Arrows"
|
1637 |
msgstr "Стрелки"
|
1638 |
|
1639 |
+
#: inc/core/class.data.php:1447
|
1640 |
+
#: inc/core/class.data.php:1553
|
1641 |
msgid "Show left and right arrows"
|
1642 |
msgstr "Показывать стрелки влево/вправо"
|
1643 |
|
1644 |
+
#: inc/core/class.data.php:1452
|
1645 |
+
#: inc/core/class.data.php:1558
|
1646 |
msgid "Pagination"
|
1647 |
msgstr "Страницы"
|
1648 |
|
1649 |
+
#: inc/core/class.data.php:1453
|
1650 |
+
#: inc/core/class.data.php:1559
|
1651 |
msgid "Show pagination"
|
1652 |
msgstr "Показывать страницы"
|
1653 |
|
1654 |
+
#: inc/core/class.data.php:1457
|
1655 |
+
#: inc/core/class.data.php:1563
|
1656 |
msgid "Mouse wheel control"
|
1657 |
msgstr "Управление колесом мыши"
|
1658 |
|
1659 |
+
#: inc/core/class.data.php:1458
|
1660 |
msgid "Allow to change slides with mouse wheel"
|
1661 |
msgstr "Разрешить перелистывание слайдов колесом мышки"
|
1662 |
|
1663 |
+
#: inc/core/class.data.php:1467
|
1664 |
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
1665 |
msgstr "Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы отключить автовоспроизведение"
|
1666 |
|
1667 |
+
#: inc/core/class.data.php:1475
|
1668 |
+
#: inc/core/class.data.php:1581
|
1669 |
msgid "Speed"
|
1670 |
msgstr "Скорость"
|
1671 |
|
1672 |
+
#: inc/core/class.data.php:1475
|
1673 |
+
#: inc/core/class.data.php:1581
|
1674 |
msgid "Specify animation speed"
|
1675 |
msgstr "Укажите скорость анимации"
|
1676 |
|
1677 |
+
#: inc/core/class.data.php:1480
|
1678 |
+
#: inc/core/class.data.php:1586
|
1679 |
+
#: inc/core/class.data.php:1638
|
1680 |
msgid "Links target"
|
1681 |
msgstr "Цель ссылок"
|
1682 |
|
1683 |
+
#: inc/core/class.data.php:1481
|
1684 |
msgid "Open slides links in new window/tab"
|
1685 |
msgstr "Открывать ссылки слайдов в новом окне или вкладке"
|
1686 |
|
1687 |
+
#: inc/core/class.data.php:1489
|
1688 |
msgid "Customizable image slider"
|
1689 |
msgstr "Настраиваемый слайдер изображений"
|
1690 |
|
1691 |
+
#: inc/core/class.data.php:1493
|
1692 |
msgid "Carousel"
|
1693 |
msgstr "Карусель"
|
1694 |
|
1695 |
+
#: inc/core/class.data.php:1500
|
1696 |
msgid "Choose source gallery, that will be used for this carousel"
|
1697 |
msgstr "Выберите галерею-источник, которая будет использована для создания этой карусели"
|
1698 |
|
1699 |
+
#: inc/core/class.data.php:1508
|
1700 |
msgid "Carousel width (in pixels)"
|
1701 |
msgstr "Ширина карусели (в пикселях)"
|
1702 |
|
1703 |
+
#: inc/core/class.data.php:1516
|
1704 |
msgid "Carousel height (in pixels)"
|
1705 |
msgstr "Высота карусели (в пикселях)"
|
1706 |
|
1707 |
+
#: inc/core/class.data.php:1522
|
1708 |
msgid "Ignore width and height parameters and make carousel responsive"
|
1709 |
msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
|
1710 |
|
1711 |
+
#: inc/core/class.data.php:1529
|
1712 |
msgid "Items to show"
|
1713 |
msgstr "Количество элементов для отображения"
|
1714 |
|
1715 |
+
#: inc/core/class.data.php:1530
|
1716 |
msgid "How much carousel items is visible"
|
1717 |
msgstr "Сколько элементов карусели видны постоянно"
|
1718 |
|
1719 |
+
#: inc/core/class.data.php:1537
|
1720 |
msgid "Scroll number"
|
1721 |
msgstr "Кол-во прокручиваемых"
|
1722 |
|
1723 |
+
#: inc/core/class.data.php:1538
|
1724 |
msgid "How much items are scrolled in one transition"
|
1725 |
msgstr "Сколько элементов карусели прокручивается за один переход"
|
1726 |
|
1727 |
+
#: inc/core/class.data.php:1543
|
1728 |
msgid "Display titles for each item"
|
1729 |
msgstr "Показывать заголовки для каждого элемента карусели"
|
1730 |
|
1731 |
+
#: inc/core/class.data.php:1548
|
1732 |
msgid "Is carousel centered on the page"
|
1733 |
msgstr "Карусель выровнена по центру страницы"
|
1734 |
|
1735 |
+
#: inc/core/class.data.php:1564
|
1736 |
msgid "Allow to rotate carousel with mouse wheel"
|
1737 |
msgstr "Разрешить прокрутку карусели колесом мыши"
|
1738 |
|
1739 |
+
#: inc/core/class.data.php:1573
|
1740 |
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
1741 |
msgstr "Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить автовоспроизведение"
|
1742 |
|
1743 |
+
#: inc/core/class.data.php:1587
|
1744 |
msgid "Open carousel links in new window/tab"
|
1745 |
msgstr "Открывать ссылки карусели в новом окне или вкладке"
|
1746 |
|
1747 |
+
#: inc/core/class.data.php:1595
|
1748 |
msgid "Customizable image carousel"
|
1749 |
msgstr "Настраиваемая карусель изображений"
|
1750 |
|
1751 |
+
#: inc/core/class.data.php:1606
|
1752 |
msgid "Choose source gallery, that will be used for this shortcode"
|
1753 |
msgstr "Выберите галерею-источник, которая будет использована для этого шорткода"
|
1754 |
|
1755 |
+
#: inc/core/class.data.php:1614
|
1756 |
msgid "Single item width (in pixels)"
|
1757 |
msgstr "Ширина одного изображения (в пикселях)"
|
1758 |
|
1759 |
+
#: inc/core/class.data.php:1622
|
1760 |
msgid "Single item height (in pixels)"
|
1761 |
msgstr "Высота одного изображения (в пикселях)"
|
1762 |
|
1763 |
+
#: inc/core/class.data.php:1627
|
1764 |
msgid "Never"
|
1765 |
msgstr "Никогда"
|
1766 |
|
1767 |
+
#: inc/core/class.data.php:1628
|
1768 |
msgid "On mouse over"
|
1769 |
msgstr "При наведении мыши"
|
1770 |
|
1771 |
+
#: inc/core/class.data.php:1629
|
1772 |
msgid "Always"
|
1773 |
msgstr "Всегда"
|
1774 |
|
1775 |
+
#: inc/core/class.data.php:1633
|
1776 |
msgid "Title display mode"
|
1777 |
msgstr "Режим отображения заголовков"
|
1778 |
|
1779 |
+
#: inc/core/class.data.php:1638
|
1780 |
msgid "Open links in new window/tab"
|
1781 |
msgstr "Открывать ссылки в новом окне или вкладке"
|
1782 |
|
1783 |
+
#: inc/core/class.data.php:1646
|
1784 |
msgid "Customizable image gallery"
|
1785 |
msgstr "Настраиваемая галерея изображений"
|
1786 |
|
1787 |
+
#: inc/core/class.data.php:1650
|
1788 |
msgid "Posts"
|
1789 |
msgstr "Записи"
|
1790 |
|
1791 |
+
#: inc/core/class.data.php:1655
|
1792 |
msgid "Template"
|
1793 |
msgstr "Шаблон"
|
1794 |
|
1795 |
+
#: inc/core/class.data.php:1656
|
1796 |
msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
|
1797 |
msgstr "<b>Не изменяйте значение этого поля, если вы не понимаете описания ниже.</b><br/>Относительный путь к файлу шаблона. Шаблоны по умолчанию расположены в папке с плагином (папка templates). Вы можете скопировать шаблоны в папку со своей темой и изменить как вам угодно. Вы можете использовать следующие шаблоны, которые уже поставляются с плагином и находятся в его папке:<br/><b%value>templates/default-loop.php</b> - обычный цикл постов<br/><b%value>templates/teaser-loop.php</b> - цикл постов в виде тизеров, изображения + заголовки<br/><b%value>templates/single-post.php</b> - шаблон одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - маркированный список с заголовками постов"
|
1798 |
|
1799 |
+
#: inc/core/class.data.php:1660
|
1800 |
msgid "Post ID's"
|
1801 |
msgstr "ID постов"
|
1802 |
|
1803 |
+
#: inc/core/class.data.php:1661
|
1804 |
msgid "Enter comma separated ID's of the posts that you want to show"
|
1805 |
msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
|
1806 |
|
1807 |
+
#: inc/core/class.data.php:1669
|
1808 |
msgid "Posts per page"
|
1809 |
msgstr "Кол-во записей"
|
1810 |
|
1811 |
+
#: inc/core/class.data.php:1670
|
1812 |
msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
|
1813 |
msgstr "Укажите число записей, которое хотите отобразить. Введите -1 чтобы отобразить все найденные записи"
|
1814 |
|
1815 |
+
#: inc/core/class.data.php:1677
|
1816 |
msgid "Post types"
|
1817 |
msgstr "Типы постов"
|
1818 |
|
1819 |
+
#: inc/core/class.data.php:1678
|
1820 |
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
1821 |
msgstr "Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
|
1822 |
|
1823 |
+
#: inc/core/class.data.php:1684
|
1824 |
msgid "Taxonomy"
|
1825 |
msgstr "Таксономия"
|
1826 |
|
1827 |
+
#: inc/core/class.data.php:1685
|
1828 |
msgid "Select taxonomy to show posts from"
|
1829 |
msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
|
1830 |
|
1831 |
+
#: inc/core/class.data.php:1692
|
1832 |
msgid "Terms"
|
1833 |
msgstr "Категории (terms)"
|
1834 |
|
1835 |
+
#: inc/core/class.data.php:1692
|
1836 |
msgid "Select terms to show posts from"
|
1837 |
msgstr "Выберите категории, из которых нужно показать записи"
|
1838 |
|
1839 |
+
#: inc/core/class.data.php:1697
|
1840 |
msgid "Taxonomy term operator"
|
1841 |
msgstr "Оператор выбора категорий"
|
1842 |
|
1843 |
+
#: inc/core/class.data.php:1698
|
1844 |
msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
|
1845 |
msgstr "IN - будут показана записи имеющие любую из выбранных категорий<br/>NOT IN - будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/>AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
|
1846 |
|
1847 |
+
#: inc/core/class.data.php:1705
|
1848 |
msgid "Authors"
|
1849 |
msgstr "Авторы"
|
1850 |
|
1851 |
+
#: inc/core/class.data.php:1706
|
1852 |
msgid "Choose the authors whose posts you want to show"
|
1853 |
msgstr "Выберите авторов, чьи записи хотите показать"
|
1854 |
|
1855 |
+
#: inc/core/class.data.php:1710
|
1856 |
msgid "Meta key"
|
1857 |
msgstr "Произвольное поле"
|
1858 |
|
1859 |
+
#: inc/core/class.data.php:1711
|
1860 |
msgid "Enter meta key name to show posts that have this key"
|
1861 |
msgstr "Введите оригинальное имя произвольного поля, чтобы показать все записи у которых это поле задано"
|
1862 |
|
1863 |
+
#: inc/core/class.data.php:1718
|
1864 |
msgid "Offset"
|
1865 |
msgstr "Смещение (offset)"
|
1866 |
|
1867 |
+
#: inc/core/class.data.php:1719
|
1868 |
msgid "Specify offset to start posts loop not from first post"
|
1869 |
msgstr "Укажите кол-во записей, которые будут пропущены и не показаны. Например, если указать 2, то будут показаны записи начиная со третьей"
|
1870 |
|
1871 |
+
#: inc/core/class.data.php:1724
|
1872 |
msgid "Descending"
|
1873 |
msgstr "По убыванию"
|
1874 |
|
1875 |
+
#: inc/core/class.data.php:1725
|
1876 |
msgid "Ascending"
|
1877 |
msgstr "По возрастанию"
|
1878 |
|
1879 |
+
#: inc/core/class.data.php:1728
|
1880 |
msgid "Order"
|
1881 |
msgstr "Порядок"
|
1882 |
|
1883 |
+
#: inc/core/class.data.php:1729
|
1884 |
msgid "Posts order"
|
1885 |
msgstr "Порядок сортировки записей"
|
1886 |
|
1887 |
+
#: inc/core/class.data.php:1735
|
1888 |
msgid "Post ID"
|
1889 |
msgstr "ID записи"
|
1890 |
|
1891 |
+
#: inc/core/class.data.php:1736
|
1892 |
msgid "Post author"
|
1893 |
msgstr "Автор записи"
|
1894 |
|
1895 |
+
#: inc/core/class.data.php:1737
|
1896 |
msgid "Post title"
|
1897 |
msgstr "Заголовок записи"
|
1898 |
|
1899 |
+
#: inc/core/class.data.php:1738
|
1900 |
msgid "Post slug"
|
1901 |
msgstr "Ссылка записи (slug)"
|
1902 |
|
1903 |
+
#: inc/core/class.data.php:1739
|
1904 |
msgid "Date"
|
1905 |
msgstr "Дата"
|
1906 |
|
1907 |
+
#: inc/core/class.data.php:1739
|
1908 |
msgid "Last modified date"
|
1909 |
msgstr "Дата изменения"
|
1910 |
|
1911 |
+
#: inc/core/class.data.php:1740
|
1912 |
+
#: inc/core/class.data.php:1750
|
1913 |
msgid "Post parent"
|
1914 |
msgstr "Родитель"
|
1915 |
|
1916 |
+
#: inc/core/class.data.php:1741
|
1917 |
msgid "Random"
|
1918 |
msgstr "Случайно"
|
1919 |
|
1920 |
+
#: inc/core/class.data.php:1741
|
1921 |
msgid "Comments number"
|
1922 |
msgstr "Кол-во комментариев"
|
1923 |
|
1924 |
+
#: inc/core/class.data.php:1742
|
1925 |
msgid "Menu order"
|
1926 |
msgstr "Порядок меню"
|
1927 |
|
1928 |
+
#: inc/core/class.data.php:1742
|
1929 |
msgid "Meta key values"
|
1930 |
msgstr "Значение произвольного поля"
|
1931 |
|
1932 |
+
#: inc/core/class.data.php:1745
|
1933 |
msgid "Order by"
|
1934 |
msgstr "Сортировать по"
|
1935 |
|
1936 |
+
#: inc/core/class.data.php:1746
|
1937 |
msgid "Order posts by"
|
1938 |
msgstr "Сортировать записи по следующему признаку"
|
1939 |
|
1940 |
+
#: inc/core/class.data.php:1751
|
1941 |
msgid "Show childrens of entered post (enter post ID)"
|
1942 |
msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
|
1943 |
|
1944 |
+
#: inc/core/class.data.php:1756
|
1945 |
msgid "Published"
|
1946 |
msgstr "Опубликован"
|
1947 |
|
1948 |
+
#: inc/core/class.data.php:1757
|
1949 |
msgid "Pending"
|
1950 |
msgstr "Ожидает"
|
1951 |
|
1952 |
+
#: inc/core/class.data.php:1758
|
1953 |
msgid "Draft"
|
1954 |
msgstr "Черновик"
|
1955 |
|
1956 |
+
#: inc/core/class.data.php:1759
|
1957 |
msgid "Auto-draft"
|
1958 |
msgstr "Авто-черновик"
|
1959 |
|
1960 |
+
#: inc/core/class.data.php:1760
|
1961 |
msgid "Future post"
|
1962 |
msgstr "Запланирован"
|
1963 |
|
1964 |
+
#: inc/core/class.data.php:1761
|
1965 |
msgid "Private post"
|
1966 |
msgstr "Приватная запись"
|
1967 |
|
1968 |
+
#: inc/core/class.data.php:1762
|
1969 |
msgid "Inherit"
|
1970 |
msgstr "Вложенный"
|
1971 |
|
1972 |
+
#: inc/core/class.data.php:1763
|
1973 |
msgid "Trashed"
|
1974 |
msgstr "В корзине"
|
1975 |
|
1976 |
+
#: inc/core/class.data.php:1764
|
1977 |
msgid "Any"
|
1978 |
msgstr "Любой"
|
1979 |
|
1980 |
+
#: inc/core/class.data.php:1767
|
1981 |
msgid "Post status"
|
1982 |
msgstr "Статус записи"
|
1983 |
|
1984 |
+
#: inc/core/class.data.php:1768
|
1985 |
msgid "Show only posts with selected status"
|
1986 |
msgstr "Показать только записи с выбранным статусом"
|
1987 |
|
1988 |
+
#: inc/core/class.data.php:1773
|
1989 |
msgid "Ignore sticky"
|
1990 |
msgstr "Игнорировать прикрепленные"
|
1991 |
|
1992 |
+
#: inc/core/class.data.php:1774
|
1993 |
msgid "Select Yes to ignore posts that is sticked"
|
1994 |
msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
|
1995 |
|
1996 |
+
#: inc/core/class.data.php:1778
|
1997 |
msgid "Custom posts query with customizable template"
|
1998 |
msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
|
1999 |
|
2000 |
+
#: inc/core/class.generator.php:44
|
2001 |
+
#: inc/core/class.generator.php:147
|
2002 |
msgid "Insert shortcode"
|
2003 |
msgstr "Вставить шорткод"
|
2004 |
|
2005 |
+
#: inc/core/class.generator.php:88
|
2006 |
msgid "Plugin settings"
|
2007 |
msgstr "Настройки плагина"
|
2008 |
|
2009 |
+
#: inc/core/class.generator.php:89
|
2010 |
msgid "Plugin homepage"
|
2011 |
msgstr "Сайт плагина"
|
2012 |
|
2013 |
+
#: inc/core/class.generator.php:90
|
2014 |
msgid "Support forums"
|
2015 |
msgstr "Форум поддержки"
|
2016 |
|
2017 |
+
#: inc/core/class.generator.php:97
|
2018 |
msgid "Search for shortcodes"
|
2019 |
msgstr "Поиск шорткода"
|
2020 |
|
2021 |
+
#: inc/core/class.generator.php:99
|
2022 |
msgid "Filter by type"
|
2023 |
msgstr "Фильтр"
|
2024 |
|
2025 |
+
#: inc/core/class.generator.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026 |
msgid "Shortcode not specified"
|
2027 |
msgstr "Не выбран шорткод"
|
2028 |
|
2029 |
+
#: inc/core/class.generator.php:148
|
2030 |
msgid "Live preview"
|
2031 |
msgstr "Включить предпросмотр"
|
2032 |
|
2033 |
+
#: inc/core/class.generator.php:149
|
2034 |
msgid "Close window"
|
2035 |
msgstr "Закрыть окно"
|
2036 |
|
2037 |
+
#: inc/core/class.generator.php:153
|
2038 |
msgid "Click to return to the shortcodes list"
|
2039 |
msgstr "Нажмите, чтобы вернуться к списку шорткодов"
|
2040 |
|
2041 |
+
#: inc/core/class.generator.php:153
|
2042 |
msgid "All shortcodes"
|
2043 |
msgstr "Все шорткоды"
|
2044 |
|
2045 |
+
#: inc/core/class.generator.php:186
|
2046 |
msgid "Yes"
|
2047 |
msgstr "Да"
|
2048 |
|
2049 |
+
#: inc/core/class.generator.php:186
|
2050 |
msgid "No"
|
2051 |
msgstr "Нет"
|
2052 |
|
2053 |
+
#: inc/core/class.generator.php:190
|
2054 |
msgid "Max upload file size"
|
2055 |
msgstr "Макс. размер файла"
|
2056 |
|
2057 |
+
#: inc/core/class.generator.php:190
|
2058 |
msgid "Mb"
|
2059 |
msgstr "Мб"
|
2060 |
|
2061 |
+
#: inc/core/class.generator.php:190
|
2062 |
msgid "How to increase"
|
2063 |
msgstr "Как увеличить"
|
2064 |
|
2065 |
+
#: inc/core/class.generator.php:201
|
2066 |
msgid "Please wait"
|
2067 |
msgstr "Пожалуйста подождите"
|
2068 |
|
2069 |
+
#: inc/core/class.generator.php:208
|
2070 |
+
#: inc/core/class.generator.php:296
|
2071 |
msgid "Untitled gallery"
|
2072 |
msgstr "Галерея без имени"
|
2073 |
|
2074 |
+
#: inc/core/class.generator.php:214
|
2075 |
+
#: inc/core/class.generator.php:302
|
2076 |
msgid "Galleries not found"
|
2077 |
msgstr "Галереи не найдены"
|
2078 |
|
2079 |
+
#: inc/core/class.generator.php:215
|
2080 |
msgid "Manage galleries"
|
2081 |
msgstr "Управление галереями"
|
2082 |
|
2083 |
+
#: inc/core/class.generator.php:215
|
2084 |
msgid "Reload galleries"
|
2085 |
msgstr "Обновить список"
|
2086 |
|
2087 |
+
#: inc/core/class.generator.php:226
|
2088 |
msgid "Click to set this value"
|
2089 |
msgstr "Нажмите чтобы установить это значение"
|
2090 |
|
2091 |
+
#: inc/core/class.generator.php:250
|
2092 |
msgid "Preview"
|
2093 |
msgstr "Предпросмотр"
|
2094 |
|
2095 |
+
#: inc/core/class.generator.php:311
|
2096 |
+
msgid "Access denied"
|
2097 |
+
msgstr "Доступ запрещен"
|
2098 |
+
|
2099 |
+
#: inc/core/class.requirements.php:27
|
2100 |
+
msgid "<b>Shortcodes Ultimate:</b> Your current theme does not use wp_footer tag. Shortcodes will not work properly. Please add the wp_footer in the footer of your theme."
|
2101 |
+
msgstr "<b>Shortcodes Ultimate:</b> ваша текущая тема не использует тег wp_footer. Шорткоды не будут работать правильно. Пожалуйста добавьте этот тег в подвале вашей темы."
|
2102 |
+
|
2103 |
+
#: inc/core/class.requirements.php:27
|
2104 |
+
msgid "Learn more"
|
2105 |
+
msgstr "Узнать больше"
|
2106 |
+
|
2107 |
+
#: inc/core/class.requirements.php:42
|
2108 |
+
#, php-format
|
2109 |
+
msgid "<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version – %s (or higher).</p><a href=\"%s\">← Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
2110 |
+
msgstr "<h1>Упс! Плагин не активирован…</h1> <p>Плагин Shortcodes Ultimate не полностью совместим с вашей версией WordPress (%s).<br />Рекомендуемая версия WordPress – %s (или выше).</p><a href=\"%s\">← Вернуться к списку плагинов</a> <a href=\"%s\"%s>Продолжить и все равно активировать →</a>"
|
2111 |
+
|
2112 |
+
#: inc/core/class.requirements.php:43
|
2113 |
+
#, php-format
|
2114 |
+
msgid "<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version – %s (or higher).</p><a href=\"%s\">← Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
2115 |
+
msgstr "<h1>Упс! Плагин не активирован…</h1> <p>Плагин Shortcodes Ultimate не полностью совместим с вашей версией PHP (%s).<br />Рекомендуемая версия PHP – %s (или выше).</p><a href=\"%s\">← Вернуться к списку плагинов</a> <a href=\"%s\"%s>Продолжить и все равно активировать →</a>"
|
2116 |
+
|
2117 |
#: inc/core/class.shortcodes-ultimate.php:25
|
2118 |
#: inc/core/class.widget.php:40
|
2119 |
#: inc/core/class.widget.php:82
|
2129 |
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
2130 |
msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
|
2131 |
|
2132 |
+
#: inc/core/class.shortcodes-ultimate.php:88
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2133 |
msgid "Where to start?"
|
2134 |
msgstr "С чего начать?"
|
2135 |
|
2136 |
+
#: inc/core/class.shortcodes-ultimate.php:100
|
2137 |
#: inc/views/about.php:4
|
2138 |
msgid "Project homepage"
|
2139 |
msgstr "Страница проекта"
|
2140 |
|
2141 |
+
#: inc/core/class.shortcodes-ultimate.php:101
|
2142 |
#: inc/views/about.php:10
|
2143 |
msgid "Support forum"
|
2144 |
msgstr "Форум поддержки"
|
2145 |
|
2146 |
+
#: inc/core/class.shortcodes-ultimate.php:102
|
2147 |
#: inc/views/about.php:12
|
2148 |
msgid "Changelog"
|
2149 |
msgstr "Список изменений"
|
2150 |
|
2151 |
+
#: inc/core/class.shortcodes-ultimate.php:112
|
2152 |
msgid "About"
|
2153 |
msgstr "О плагине"
|
2154 |
|
2155 |
+
#: inc/core/class.shortcodes-ultimate.php:117
|
2156 |
msgid "Custom formatting"
|
2157 |
msgstr "Cпециальное форматирование"
|
2158 |
|
2159 |
+
#: inc/core/class.shortcodes-ultimate.php:118
|
2160 |
msgid "Disable this option if you have some problems with other plugins or content formatting"
|
2161 |
msgstr "Снимите этот флажок, если у вас возникли проблемы совместимости с другими плагинами или форматированием контента"
|
2162 |
|
2163 |
+
#: inc/core/class.shortcodes-ultimate.php:118
|
2164 |
+
#: inc/core/class.shortcodes-ultimate.php:126
|
2165 |
msgid "Documentation article"
|
2166 |
msgstr "Статья из документации (англ.)"
|
2167 |
|
2168 |
+
#: inc/core/class.shortcodes-ultimate.php:122
|
2169 |
+
#: inc/core/class.shortcodes-ultimate.php:130
|
2170 |
+
#: inc/core/class.shortcodes-ultimate.php:138
|
2171 |
msgid "Enabled"
|
2172 |
msgstr "Включено"
|
2173 |
|
2174 |
+
#: inc/core/class.shortcodes-ultimate.php:125
|
2175 |
msgid "Compatibility mode"
|
2176 |
msgstr "Режим совместимости"
|
2177 |
|
2178 |
+
#: inc/core/class.shortcodes-ultimate.php:126
|
2179 |
msgid "Enable this option if you have some problems with other plugins that uses similar shortcode names"
|
2180 |
msgstr "Отметьте этот флажок, если у вас используются другие шорткоды с такими же именами. Все шорткоды этого плагина будут иметь такие имена"
|
2181 |
|
2182 |
+
#: inc/core/class.shortcodes-ultimate.php:126
|
2183 |
msgid "etc."
|
2184 |
msgstr "и т.д."
|
2185 |
|
2186 |
+
#: inc/core/class.shortcodes-ultimate.php:133
|
2187 |
msgid "Skip default values"
|
2188 |
msgstr "Пропускать значения по умолчанию"
|
2189 |
|
2190 |
+
#: inc/core/class.shortcodes-ultimate.php:134
|
2191 |
msgid "Enable this option and the generator will insert a shortcode without default attribute values that you have not changed. As a result, the generated code will be shorter."
|
2192 |
msgstr "Отметьте этот флажок и генератор будет вставлять шорткоды без атрибутов, значение которых вы не изменяли. В результате, сгенерированный код будет более коротким."
|
2193 |
|
2194 |
+
#: inc/core/class.shortcodes-ultimate.php:141
|
2195 |
msgid "Skin"
|
2196 |
msgstr "Скин"
|
2197 |
|
2198 |
+
#: inc/core/class.shortcodes-ultimate.php:142
|
2199 |
#, php-format
|
2200 |
msgid "Choose skin for shortcodes.<br /><a href=\"%s\" target=\"_blank\">Learn how to create custom skin</a><br /><a href=\"%s\" target=\"_blank\"><b>Download more skins</b></a>"
|
2201 |
msgstr "Выберите скин для шорткодов.<br /><a href=\"%s\" target=\"_blank\">Инструкция по созданию собственных скинов (англ.)</a><br /><a href=\"%s\" target=\"_blank\"><b>Скачать скины</b></a>"
|
2202 |
|
2203 |
+
#: inc/core/class.shortcodes-ultimate.php:148
|
2204 |
msgid "Custom CSS"
|
2205 |
msgstr "Произвольный CSS"
|
2206 |
|
2207 |
+
#: inc/core/class.shortcodes-ultimate.php:151
|
2208 |
msgid "Galleries"
|
2209 |
msgstr "Галереи"
|
2210 |
|
2211 |
+
#: inc/core/class.shortcodes-ultimate.php:154
|
2212 |
msgid "Cheatsheet"
|
2213 |
msgstr "Шпаргалка"
|
2214 |
|
2248 |
msgid "Title:"
|
2249 |
msgstr "Заголовок:"
|
2250 |
|
2251 |
+
#: inc/core/shortcodes.php:476
|
2252 |
msgid "This is box title"
|
2253 |
msgstr "Заголовок блока"
|
2254 |
|
2255 |
+
#: inc/core/shortcodes.php:656
|
2256 |
+
#: inc/core/shortcodes.php:689
|
2257 |
+
#: inc/core/shortcodes.php:723
|
2258 |
+
#: inc/core/shortcodes.php:757
|
2259 |
+
#: inc/core/shortcodes.php:797
|
2260 |
msgid "please specify correct url"
|
2261 |
msgstr "пожалуйста укажите корректную ссылку"
|
2262 |
|
2263 |
+
#: inc/core/shortcodes.php:999
|
2264 |
msgid "This menu doesn't exists, or has no elements"
|
2265 |
msgstr "Такое меню не существует, или в нем нет ни одного элемента"
|
2266 |
|
2267 |
+
#: inc/core/shortcodes.php:1087
|
2268 |
+
#: inc/core/shortcodes.php:1173
|
2269 |
+
#: inc/core/shortcodes.php:1242
|
2270 |
msgid "images not found"
|
2271 |
msgstr "изображения не найдены"
|
2272 |
|
2273 |
+
#: inc/core/shortcodes.php:1440
|
2274 |
msgid "template not found"
|
2275 |
msgstr "шаблон не найден"
|
2276 |
|
2391 |
msgid "How to create Carousel"
|
2392 |
msgstr "Как создать карусель"
|
2393 |
|
2394 |
+
#: inc/views/about.php:44
|
2395 |
+
msgid "How to create image gallery"
|
2396 |
+
msgstr "Как создать галерею изображений"
|
2397 |
+
|
2398 |
#: inc/views/cheatsheet.php:5
|
2399 |
msgid "Shortcode"
|
2400 |
msgstr "Шорткоды"
|
2476 |
msgstr "Создать новую галерею"
|
2477 |
|
2478 |
#: inc/views/galleries.php:17
|
2479 |
+
#: inc/views/galleries.php:72
|
2480 |
msgid "Enter gallery name"
|
2481 |
msgstr "Введите имя галереи"
|
2482 |
|
2483 |
#: inc/views/galleries.php:19
|
2484 |
+
#: inc/views/galleries.php:74
|
2485 |
msgid "Edit gallery"
|
2486 |
msgstr "Редактировать галерею"
|
2487 |
|
2488 |
#: inc/views/galleries.php:20
|
2489 |
+
#: inc/views/galleries.php:75
|
2490 |
msgid "Save & close"
|
2491 |
msgstr "Сохранить и закрыть"
|
2492 |
|
2493 |
#: inc/views/galleries.php:21
|
2494 |
+
#: inc/views/galleries.php:50
|
2495 |
+
#: inc/views/galleries.php:76
|
2496 |
+
#: inc/views/galleries.php:105
|
2497 |
msgid "Close"
|
2498 |
msgstr "Закрыть"
|
2499 |
|
2500 |
#: inc/views/galleries.php:22
|
2501 |
+
#: inc/views/galleries.php:41
|
2502 |
+
#: inc/views/galleries.php:77
|
2503 |
+
#: inc/views/galleries.php:96
|
2504 |
msgid "Delete"
|
2505 |
msgstr "Удалить"
|
2506 |
|
2507 |
+
#: inc/views/galleries.php:40
|
2508 |
+
#: inc/views/galleries.php:95
|
|
|
|
|
|
|
|
|
2509 |
msgid "Edit"
|
2510 |
msgstr "Редактировать"
|
2511 |
|
readme.txt
CHANGED
@@ -39,7 +39,7 @@ With this plugin you can easily create tabs, buttons, boxes, different sliders,
|
|
39 |
* [How to create image gallery](http://www.youtube.com/watch?v=kCWyO2F7jTw)
|
40 |
|
41 |
= Requirements =
|
42 |
-
* WordPress 3.
|
43 |
* PHP 5.1+
|
44 |
|
45 |
= Got a bug or suggestion? =
|
@@ -55,7 +55,8 @@ With this plugin you can easily create tabs, buttons, boxes, different sliders,
|
|
55 |
Have a translation? [Contact me](http://gndev.info/feedback/)
|
56 |
|
57 |
= Thanks =
|
58 |
-
* Thanks to Vladimir Kharlampidi for [the
|
|
|
59 |
|
60 |
|
61 |
== Installation ==
|
@@ -91,6 +92,13 @@ Upgrade normally via your Wordpress admin -> Plugins panel.
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
= 4.1.1 =
|
95 |
* Updated caching mechanism. Cache will be reseted when you add or remove terms
|
96 |
* Updated galleries mechanism. Removed some conflicts
|
39 |
* [How to create image gallery](http://www.youtube.com/watch?v=kCWyO2F7jTw)
|
40 |
|
41 |
= Requirements =
|
42 |
+
* WordPress 3.5+
|
43 |
* PHP 5.1+
|
44 |
|
45 |
= Got a bug or suggestion? =
|
55 |
Have a translation? [Contact me](http://gndev.info/feedback/)
|
56 |
|
57 |
= Thanks =
|
58 |
+
* Thanks to Vladimir Kharlampidi for [the Swiper slider](http://www.idangero.us/)
|
59 |
+
* Thanks to Craig Thompson for [the qTip jQuery plugin](http://qtip2.com/)
|
60 |
|
61 |
|
62 |
== Installation ==
|
92 |
|
93 |
== Changelog ==
|
94 |
|
95 |
+
= 4.1.2 =
|
96 |
+
* Added compatibility mode prefix for spoilers inside of accordion
|
97 |
+
* Updated qTip plugin
|
98 |
+
* Added shortcode [tooltip]
|
99 |
+
* Added new attribute. [tab disabled="yes"]. Now, any tab can be disabled. [Forum topic](http://wordpress.org/support/topic/tabs-how-to-disable-one-of-the-tabs)
|
100 |
+
* Added [accordion] scrolling. [Forum topic](http://wordpress.org/support/topic/accordion-usability-issue)
|
101 |
+
|
102 |
= 4.1.1 =
|
103 |
* Updated caching mechanism. Cache will be reseted when you add or remove terms
|
104 |
* Updated galleries mechanism. Removed some conflicts
|
shortcodes-ultimate.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://gndev.info/shortcodes-ultimate/
|
5 |
-
Version: 4.1.
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Supercharge your WordPress theme with mega pack of shortcodes
|
@@ -18,6 +18,7 @@ define( 'SU_PLUGIN_FILE', __FILE__ );
|
|
18 |
require_once 'inc/vendor/class.sunrise-framework.php';
|
19 |
require_once 'inc/vendor/class.image-meta.php';
|
20 |
require_once 'inc/vendor/class.media-upload.php';
|
|
|
21 |
require_once 'inc/core/class.shortcodes-ultimate.php';
|
22 |
require_once 'inc/core/class.assets.php';
|
23 |
require_once 'inc/core/class.data.php';
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://gndev.info/shortcodes-ultimate/
|
5 |
+
Version: 4.1.2
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Supercharge your WordPress theme with mega pack of shortcodes
|
18 |
require_once 'inc/vendor/class.sunrise-framework.php';
|
19 |
require_once 'inc/vendor/class.image-meta.php';
|
20 |
require_once 'inc/vendor/class.media-upload.php';
|
21 |
+
require_once 'inc/core/class.requirements.php';
|
22 |
require_once 'inc/core/class.shortcodes-ultimate.php';
|
23 |
require_once 'inc/core/class.assets.php';
|
24 |
require_once 'inc/core/class.data.php';
|