Version Description
- Auto-save for shortcodes settings. Now you don't need to adjust it again and again
- New premium add-on - Extra Shortcodes
- Minor UX improvements
- New locale - VI
- Fixed bug with tax_term IDs in [posts] shortcode, forum topic
- Fixed bug with service title, forum topic
- Fixed bug with animations names in shortcode generator, forum topic
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 4.6.0 |
Comparing to | |
See all releases |
Code changes from version 4.5.3 to 4.6.0
- assets/css/animate.css +1 -1
- assets/css/box-shortcodes.css +38 -6
- assets/css/generator.css +7 -41
- assets/css/owl-carousel-transitions.css +163 -0
- assets/css/owl-carousel.css +71 -0
- assets/images/banners/extra.png +0 -0
- assets/images/grabbing.png +0 -0
- assets/images/spinner.gif +0 -0
- assets/js/generator.js +36 -5
- assets/js/owl-carousel.js +1 -0
- inc/core/admin-views.php +7 -1
- inc/core/assets.php +8 -3
- inc/core/counters.php +39 -0
- inc/core/data.php +6 -2
- inc/core/generator-views.php +1 -1
- inc/core/generator.php +2 -2
- inc/core/load.php +4 -4
- inc/core/shortcodes.php +10 -9
- inc/core/tools.php +44 -3
- languages/su-el_GR.mo +0 -0
- languages/su-el_GR.po +3505 -2789
- languages/su-ru_RU.mo +0 -0
- languages/su-ru_RU.po +723 -671
- languages/su-vi.mo +0 -0
- languages/su-vi.po +3050 -0
- languages/su.pot +868 -630
- readme.txt +26 -13
- shortcodes-ultimate.php +3 -2
assets/css/animate.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@charset "UTF-8";body{-webkit-backface-visibility:hidden;}.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@-moz-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@-o-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}.animated.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0);}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px);}20%,40%,60%,80%{-moz-transform:translateX(10px);}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0);}10%,30%,50%,70%,90%{-o-transform:translateX(-10px);}20%,40%,60%,80%{-o-transform:translateX(10px);}}@keyframes shake{0%,100%{transform:translateX(0);}10%,30%,50%,70%,90%{transform:translateX(-10px);}20%,40%,60%,80%{transform:translateX(10px);}}.animated.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);}40%{-webkit-transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0);}40%{-moz-transform:translateY(-30px);}60%{-moz-transform:translateY(-15px);}}@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0);}40%{-o-transform:translateY(-30px);}60%{-o-transform:translateY(-15px);}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0);}40%{transform:translateY(-30px);}60%{transform:translateY(-15px);}}.animated.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);}}@-moz-keyframes tada{0%{-moz-transform:scale(1);}10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg);}100%{-moz-transform:scale(1) rotate(0);}}@-o-keyframes tada{0%{-o-transform:scale(1);}10%,20%{-o-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg);}100%{-o-transform:scale(1) rotate(0);}}@keyframes tada{0%{transform:scale(1);}10%,20%{transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1) rotate(0);}}.animated.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center;}20%{-webkit-transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg);}40%{-moz-transform:rotate(-10deg);}60%{-moz-transform:rotate(5deg);}80%{-moz-transform:rotate(-5deg);}100%{-moz-transform:rotate(0deg);}}@-o-keyframes swing{20%{-o-transform:rotate(15deg);}40%{-o-transform:rotate(-10deg);}60%{-o-transform:rotate(5deg);}80%{-o-transform:rotate(-5deg);}100%{-o-transform:rotate(0deg);}}@keyframes swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}100%{transform:rotate(0deg);}}.animated.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0%);}15%{-moz-transform:translateX(-25%) rotate(-5deg);}30%{-moz-transform:translateX(20%) rotate(3deg);}45%{-moz-transform:translateX(-15%) rotate(-3deg);}60%{-moz-transform:translateX(10%) rotate(2deg);}75%{-moz-transform:translateX(-5%) rotate(-1deg);}100%{-moz-transform:translateX(0%);}}@-o-keyframes wobble{0%{-o-transform:translateX(0%);}15%{-o-transform:translateX(-25%) rotate(-5deg);}30%{-o-transform:translateX(20%) rotate(3deg);}45%{-o-transform:translateX(-15%) rotate(-3deg);}60%{-o-transform:translateX(10%) rotate(2deg);}75%{-o-transform:translateX(-5%) rotate(-1deg);}100%{-o-transform:translateX(0%);}}@keyframes wobble{0%{transform:translateX(0%);}15%{transform:translateX(-25%) rotate(-5deg);}30%{transform:translateX(20%) rotate(3deg);}45%{transform:translateX(-15%) rotate(-3deg);}60%{transform:translateX(10%) rotate(2deg);}75%{transform:translateX(-5%) rotate(-1deg);}100%{transform:translateX(0%);}}.animated.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}50%{-webkit-transform:scale(1.1);}100%{-webkit-transform:scale(1);}}@-moz-keyframes pulse{0%{-moz-transform:scale(1);}50%{-moz-transform:scale(1.1);}100%{-moz-transform:scale(1);}}@-o-keyframes pulse{0%{-o-transform:scale(1);}50%{-o-transform:scale(1.1);}100%{-o-transform:scale(1);}}@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.1);}100%{transform:scale(1);}}.animated.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out;}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out;}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in;}80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in;}100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in;}}@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out;}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out;}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in;}80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in;}100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in;}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out;}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out;}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in;}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in;}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in;}}.animated.flip{-webkit-backface-visibility:visible !important;-webkit-animation-name:flip;-moz-backface-visibility:visible !important;-moz-animation-name:flip;-o-backface-visibility:visible !important;-o-animation-name:flip;backface-visibility:visible !important;animation-name:flip;}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateX(-10deg);}70%{-moz-transform:perspective(400px) rotateX(10deg);}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateX(-10deg);}70%{-o-transform:perspective(400px) rotateX(10deg);}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0;}40%{transform:perspective(400px) rotateX(-10deg);}70%{transform:perspective(400px) rotateX(10deg);}100%{transform:perspective(400px) rotateX(0deg);opacity:1;}}.animated.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1;}100%{transform:perspective(400px) rotateX(90deg);opacity:0;}}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important;}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateY(-10deg);}70%{-moz-transform:perspective(400px) rotateY(10deg);}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateY(-10deg);}70%{-o-transform:perspective(400px) rotateY(10deg);}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;}40%{transform:perspective(400px) rotateY(-10deg);}70%{transform:perspective(400px) rotateY(10deg);}100%{transform:perspective(400px) rotateY(0deg);opacity:1;}}.animated.flipInY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible !important;-moz-animation-name:flipInY;-o-backface-visibility:visible !important;-o-animation-name:flipInY;backface-visibility:visible !important;animation-name:flipInY;}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1;}100%{transform:perspective(400px) rotateY(90deg);opacity:0;}}.animated.flipOutY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible !important;-moz-animation-name:flipOutY;-o-backface-visibility:visible !important;-o-animation-name:flipOutY;backface-visibility:visible !important;animation-name:flipOutY;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-o-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.animated.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-20px);}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-20px);}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-20px);}}.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp;}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(20px);}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(20px);}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(20px);}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(20px);}}.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown;}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-20px);}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-20px);}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-20px);}}.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(20px);}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(20px);}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(20px);}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(20px);}}.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight;}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-2000px);}}.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(2000px);}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(2000px);}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(2000px);}}.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-2000px);}}.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(2000px);}}.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);}50%{opacity:1;-webkit-transform:scale(1.05);}70%{-webkit-transform:scale(.9);}100%{-webkit-transform:scale(1);}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3);}50%{opacity:1;-moz-transform:scale(1.05);}70%{-moz-transform:scale(.9);}100%{-moz-transform:scale(1);}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3);}50%{opacity:1;-o-transform:scale(1.05);}70%{-o-transform:scale(.9);}100%{-o-transform:scale(1);}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3);}50%{opacity:1;transform:scale(1.05);}70%{transform:scale(.9);}100%{transform:scale(1);}}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes slideInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{-moz-transform:translateY(0);}}@-o-keyframes slideInDown{0%{opacity:0;-o-transform:translateY(-2000px);}100%{-o-transform:translateY(0);}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px);}100%{transform:translateY(0);}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown;}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes slideInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes slideInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}100%{-o-transform:translateX(0);}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px);}100%{transform:translateX(0);}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft;}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes slideInRight{0%{opacity:0;-moz-transform:translateX(2000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes slideInRight{0%{opacity:0;-o-transform:translateX(2000px);}100%{-o-transform:translateX(0);}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px);}100%{transform:translateX(0);}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight;}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes slideOutLeft{0%{-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes slideOutLeft{0%{-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes slideOutLeft{0%{transform:translateX(0);}100%{opacity:0;transform:translateX(-2000px);}}.slideOutLeft{-webkit-animation-name:slideOutLeft;-moz-animation-name:slideOutLeft;-o-animation-name:slideOutLeft;animation-name:slideOutLeft;}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes slideOutRight{0%{-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes slideOutRight{0%{-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes slideOutRight{0%{transform:translateX(0);}100%{opacity:0;transform:translateX(2000px);}}.slideOutRight{-webkit-animation-name:slideOutRight;-moz-animation-name:slideOutRight;-o-animation-name:slideOutRight;animation-name:slideOutRight;}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes slideOutUp{0%{-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes slideOutUp{0%{-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes slideOutUp{0%{transform:translateY(0);}100%{opacity:0;transform:translateY(-2000px);}}.slideOutUp{-webkit-animation-name:slideOutUp;-moz-animation-name:slideOutUp;-o-animation-name:slideOutUp;animation-name:slideOutUp;}.animated.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px);}60%{opacity:1;-moz-transform:translateY(-30px);}80%{-moz-transform:translateY(10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px);}60%{opacity:1;-o-transform:translateY(-30px);}80%{-o-transform:translateY(10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px);}60%{opacity:1;transform:translateY(-30px);}80%{transform:translateY(10px);}100%{transform:translateY(0);}}.animated.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}60%{opacity:1;-moz-transform:translateY(30px);}80%{-moz-transform:translateY(-10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px);}60%{opacity:1;-o-transform:translateY(30px);}80%{-o-transform:translateY(-10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px);}60%{opacity:1;transform:translateY(30px);}80%{transform:translateY(-10px);}100%{transform:translateY(0);}}.animated.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}60%{opacity:1;-moz-transform:translateX(30px);}80%{-moz-transform:translateX(-10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}60%{opacity:1;-o-transform:translateX(30px);}80%{-o-transform:translateX(-10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px);}60%{opacity:1;transform:translateX(30px);}80%{transform:translateX(-10px);}100%{transform:translateX(0);}}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px);}60%{opacity:1;-moz-transform:translateX(-30px);}80%{-moz-transform:translateX(10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px);}60%{opacity:1;-o-transform:translateX(-30px);}80%{-o-transform:translateX(10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px);}60%{opacity:1;transform:translateX(-30px);}80%{transform:translateX(10px);}100%{transform:translateX(0);}}.animated.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);}25%{-webkit-transform:scale(.95);}50%{opacity:1;-webkit-transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(.3);}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1);}25%{-moz-transform:scale(.95);}50%{opacity:1;-moz-transform:scale(1.1);}100%{opacity:0;-moz-transform:scale(.3);}}@-o-keyframes bounceOut{0%{-o-transform:scale(1);}25%{-o-transform:scale(.95);}50%{opacity:1;-o-transform:scale(1.1);}100%{opacity:0;-o-transform:scale(.3);}}@keyframes bounceOut{0%{transform:scale(1);}25%{transform:scale(.95);}50%{opacity:1;transform:scale(1.1);}100%{opacity:0;transform:scale(.3);}}.animated.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut;}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(20px);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0);}20%{opacity:1;-moz-transform:translateY(20px);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0);}20%{opacity:1;-o-transform:translateY(20px);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes bounceOutUp{0%{transform:translateY(0);}20%{opacity:1;transform:translateY(20px);}100%{opacity:0;transform:translateY(-2000px);}}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp;}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(-20px);}100%{opacity:0;-webkit-transform:translateY(2000px);}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0);}20%{opacity:1;-moz-transform:translateY(-20px);}100%{opacity:0;-moz-transform:translateY(2000px);}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0);}20%{opacity:1;-o-transform:translateY(-20px);}100%{opacity:0;-o-transform:translateY(2000px);}}@keyframes bounceOutDown{0%{transform:translateY(0);}20%{opacity:1;transform:translateY(-20px);}100%{opacity:0;transform:translateY(2000px);}}.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown;}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(20px);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0);}20%{opacity:1;-moz-transform:translateX(20px);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0);}20%{opacity:1;-o-transform:translateX(20px);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes bounceOutLeft{0%{transform:translateX(0);}20%{opacity:1;transform:translateX(20px);}100%{opacity:0;transform:translateX(-2000px);}}.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(-20px);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0);}20%{opacity:1;-moz-transform:translateX(-20px);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0);}20%{opacity:1;-o-transform:translateX(-20px);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes bounceOutRight{0%{transform:translateX(0);}20%{opacity:1;transform:translateX(-20px);}100%{opacity:0;transform:translateX(2000px);}}.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight;}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0;}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0;}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}100%{transform-origin:center center;transform:rotate(0);opacity:1;}}.animated.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0;}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0;}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0;}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1;}100%{transform-origin:center center;transform:rotate(200deg);opacity:0;}}.animated.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut;}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}}.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}}.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}}.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}}.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}100%{-webkit-transform:translateY(700px);opacity:0;}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}100%{-moz-transform:translateY(700px);opacity:0;}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}100%{-o-transform:translateY(700px);opacity:0;}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}100%{transform:translateY(700px);opacity:0;}}.animated.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;transform:translateX(0px) rotate(0deg);}}.animated.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg);}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg);}}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg);}100%{opacity:0;transform:translateX(100%) rotate(120deg);}}.animated.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut;}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0;}60%{transform:translateX(-20%) skewX(30deg);opacity:1;}80%{transform:translateX(0%) skewX(-15deg);opacity:1;}100%{transform:translateX(0%) skewX(0deg);opacity:1;}}.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}.animated.lightSpeedIn{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1;}100%{transform:translateX(100%) skewX(-30deg);opacity:0;}}.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}.animated.lightSpeedOut{-webkit-animation-duration:0.25s;-moz-animation-duration:0.25s;-o-animation-duration:0.25s;animation-duration:0.25s;}
|
1 |
+
@charset "UTF-8";/*body{-webkit-backface-visibility:hidden;}*/.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@-moz-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@-o-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}.animated.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0);}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px);}20%,40%,60%,80%{-moz-transform:translateX(10px);}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0);}10%,30%,50%,70%,90%{-o-transform:translateX(-10px);}20%,40%,60%,80%{-o-transform:translateX(10px);}}@keyframes shake{0%,100%{transform:translateX(0);}10%,30%,50%,70%,90%{transform:translateX(-10px);}20%,40%,60%,80%{transform:translateX(10px);}}.animated.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);}40%{-webkit-transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0);}40%{-moz-transform:translateY(-30px);}60%{-moz-transform:translateY(-15px);}}@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0);}40%{-o-transform:translateY(-30px);}60%{-o-transform:translateY(-15px);}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0);}40%{transform:translateY(-30px);}60%{transform:translateY(-15px);}}.animated.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);}}@-moz-keyframes tada{0%{-moz-transform:scale(1);}10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg);}100%{-moz-transform:scale(1) rotate(0);}}@-o-keyframes tada{0%{-o-transform:scale(1);}10%,20%{-o-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg);}100%{-o-transform:scale(1) rotate(0);}}@keyframes tada{0%{transform:scale(1);}10%,20%{transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1) rotate(0);}}.animated.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center;}20%{-webkit-transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg);}40%{-moz-transform:rotate(-10deg);}60%{-moz-transform:rotate(5deg);}80%{-moz-transform:rotate(-5deg);}100%{-moz-transform:rotate(0deg);}}@-o-keyframes swing{20%{-o-transform:rotate(15deg);}40%{-o-transform:rotate(-10deg);}60%{-o-transform:rotate(5deg);}80%{-o-transform:rotate(-5deg);}100%{-o-transform:rotate(0deg);}}@keyframes swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}100%{transform:rotate(0deg);}}.animated.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0%);}15%{-moz-transform:translateX(-25%) rotate(-5deg);}30%{-moz-transform:translateX(20%) rotate(3deg);}45%{-moz-transform:translateX(-15%) rotate(-3deg);}60%{-moz-transform:translateX(10%) rotate(2deg);}75%{-moz-transform:translateX(-5%) rotate(-1deg);}100%{-moz-transform:translateX(0%);}}@-o-keyframes wobble{0%{-o-transform:translateX(0%);}15%{-o-transform:translateX(-25%) rotate(-5deg);}30%{-o-transform:translateX(20%) rotate(3deg);}45%{-o-transform:translateX(-15%) rotate(-3deg);}60%{-o-transform:translateX(10%) rotate(2deg);}75%{-o-transform:translateX(-5%) rotate(-1deg);}100%{-o-transform:translateX(0%);}}@keyframes wobble{0%{transform:translateX(0%);}15%{transform:translateX(-25%) rotate(-5deg);}30%{transform:translateX(20%) rotate(3deg);}45%{transform:translateX(-15%) rotate(-3deg);}60%{transform:translateX(10%) rotate(2deg);}75%{transform:translateX(-5%) rotate(-1deg);}100%{transform:translateX(0%);}}.animated.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}50%{-webkit-transform:scale(1.1);}100%{-webkit-transform:scale(1);}}@-moz-keyframes pulse{0%{-moz-transform:scale(1);}50%{-moz-transform:scale(1.1);}100%{-moz-transform:scale(1);}}@-o-keyframes pulse{0%{-o-transform:scale(1);}50%{-o-transform:scale(1.1);}100%{-o-transform:scale(1);}}@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.1);}100%{transform:scale(1);}}.animated.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out;}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out;}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in;}80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in;}100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in;}}@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out;}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out;}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in;}80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in;}100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in;}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out;}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out;}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in;}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in;}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in;}}.animated.flip{-webkit-backface-visibility:visible !important;-webkit-animation-name:flip;-moz-backface-visibility:visible !important;-moz-animation-name:flip;-o-backface-visibility:visible !important;-o-animation-name:flip;backface-visibility:visible !important;animation-name:flip;}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateX(-10deg);}70%{-moz-transform:perspective(400px) rotateX(10deg);}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateX(-10deg);}70%{-o-transform:perspective(400px) rotateX(10deg);}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0;}40%{transform:perspective(400px) rotateX(-10deg);}70%{transform:perspective(400px) rotateX(10deg);}100%{transform:perspective(400px) rotateX(0deg);opacity:1;}}.animated.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1;}100%{transform:perspective(400px) rotateX(90deg);opacity:0;}}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important;}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateY(-10deg);}70%{-moz-transform:perspective(400px) rotateY(10deg);}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateY(-10deg);}70%{-o-transform:perspective(400px) rotateY(10deg);}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;}40%{transform:perspective(400px) rotateY(-10deg);}70%{transform:perspective(400px) rotateY(10deg);}100%{transform:perspective(400px) rotateY(0deg);opacity:1;}}.animated.flipInY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible !important;-moz-animation-name:flipInY;-o-backface-visibility:visible !important;-o-animation-name:flipInY;backface-visibility:visible !important;animation-name:flipInY;}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1;}100%{transform:perspective(400px) rotateY(90deg);opacity:0;}}.animated.flipOutY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible !important;-moz-animation-name:flipOutY;-o-backface-visibility:visible !important;-o-animation-name:flipOutY;backface-visibility:visible !important;animation-name:flipOutY;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}100%{opacity:1;transform:translateY(0);}}.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px);}100%{opacity:1;transform:translateX(0);}}.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-o-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.animated.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-20px);}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-20px);}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-20px);}}.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp;}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(20px);}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(20px);}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(20px);}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(20px);}}.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown;}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-20px);}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-20px);}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-20px);}}.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(20px);}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(20px);}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(20px);}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(20px);}}.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight;}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-2000px);}}.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(2000px);}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(2000px);}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(2000px);}}.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-2000px);}}.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(2000px);}}.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);}50%{opacity:1;-webkit-transform:scale(1.05);}70%{-webkit-transform:scale(.9);}100%{-webkit-transform:scale(1);}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3);}50%{opacity:1;-moz-transform:scale(1.05);}70%{-moz-transform:scale(.9);}100%{-moz-transform:scale(1);}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3);}50%{opacity:1;-o-transform:scale(1.05);}70%{-o-transform:scale(.9);}100%{-o-transform:scale(1);}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3);}50%{opacity:1;transform:scale(1.05);}70%{transform:scale(.9);}100%{transform:scale(1);}}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes slideInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{-moz-transform:translateY(0);}}@-o-keyframes slideInDown{0%{opacity:0;-o-transform:translateY(-2000px);}100%{-o-transform:translateY(0);}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px);}100%{transform:translateY(0);}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown;}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes slideInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes slideInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}100%{-o-transform:translateX(0);}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px);}100%{transform:translateX(0);}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft;}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes slideInRight{0%{opacity:0;-moz-transform:translateX(2000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes slideInRight{0%{opacity:0;-o-transform:translateX(2000px);}100%{-o-transform:translateX(0);}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px);}100%{transform:translateX(0);}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight;}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes slideOutLeft{0%{-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes slideOutLeft{0%{-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes slideOutLeft{0%{transform:translateX(0);}100%{opacity:0;transform:translateX(-2000px);}}.slideOutLeft{-webkit-animation-name:slideOutLeft;-moz-animation-name:slideOutLeft;-o-animation-name:slideOutLeft;animation-name:slideOutLeft;}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes slideOutRight{0%{-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes slideOutRight{0%{-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes slideOutRight{0%{transform:translateX(0);}100%{opacity:0;transform:translateX(2000px);}}.slideOutRight{-webkit-animation-name:slideOutRight;-moz-animation-name:slideOutRight;-o-animation-name:slideOutRight;animation-name:slideOutRight;}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes slideOutUp{0%{-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes slideOutUp{0%{-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes slideOutUp{0%{transform:translateY(0);}100%{opacity:0;transform:translateY(-2000px);}}.slideOutUp{-webkit-animation-name:slideOutUp;-moz-animation-name:slideOutUp;-o-animation-name:slideOutUp;animation-name:slideOutUp;}.animated.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px);}60%{opacity:1;-moz-transform:translateY(-30px);}80%{-moz-transform:translateY(10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px);}60%{opacity:1;-o-transform:translateY(-30px);}80%{-o-transform:translateY(10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px);}60%{opacity:1;transform:translateY(-30px);}80%{transform:translateY(10px);}100%{transform:translateY(0);}}.animated.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}60%{opacity:1;-moz-transform:translateY(30px);}80%{-moz-transform:translateY(-10px);}100%{-moz-transform:translateY(0);}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px);}60%{opacity:1;-o-transform:translateY(30px);}80%{-o-transform:translateY(-10px);}100%{-o-transform:translateY(0);}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px);}60%{opacity:1;transform:translateY(30px);}80%{transform:translateY(-10px);}100%{transform:translateY(0);}}.animated.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}60%{opacity:1;-moz-transform:translateX(30px);}80%{-moz-transform:translateX(-10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}60%{opacity:1;-o-transform:translateX(30px);}80%{-o-transform:translateX(-10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px);}60%{opacity:1;transform:translateX(30px);}80%{transform:translateX(-10px);}100%{transform:translateX(0);}}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px);}60%{opacity:1;-moz-transform:translateX(-30px);}80%{-moz-transform:translateX(10px);}100%{-moz-transform:translateX(0);}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px);}60%{opacity:1;-o-transform:translateX(-30px);}80%{-o-transform:translateX(10px);}100%{-o-transform:translateX(0);}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px);}60%{opacity:1;transform:translateX(-30px);}80%{transform:translateX(10px);}100%{transform:translateX(0);}}.animated.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);}25%{-webkit-transform:scale(.95);}50%{opacity:1;-webkit-transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(.3);}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1);}25%{-moz-transform:scale(.95);}50%{opacity:1;-moz-transform:scale(1.1);}100%{opacity:0;-moz-transform:scale(.3);}}@-o-keyframes bounceOut{0%{-o-transform:scale(1);}25%{-o-transform:scale(.95);}50%{opacity:1;-o-transform:scale(1.1);}100%{opacity:0;-o-transform:scale(.3);}}@keyframes bounceOut{0%{transform:scale(1);}25%{transform:scale(.95);}50%{opacity:1;transform:scale(1.1);}100%{opacity:0;transform:scale(.3);}}.animated.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut;}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(20px);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0);}20%{opacity:1;-moz-transform:translateY(20px);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0);}20%{opacity:1;-o-transform:translateY(20px);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes bounceOutUp{0%{transform:translateY(0);}20%{opacity:1;transform:translateY(20px);}100%{opacity:0;transform:translateY(-2000px);}}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp;}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(-20px);}100%{opacity:0;-webkit-transform:translateY(2000px);}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0);}20%{opacity:1;-moz-transform:translateY(-20px);}100%{opacity:0;-moz-transform:translateY(2000px);}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0);}20%{opacity:1;-o-transform:translateY(-20px);}100%{opacity:0;-o-transform:translateY(2000px);}}@keyframes bounceOutDown{0%{transform:translateY(0);}20%{opacity:1;transform:translateY(-20px);}100%{opacity:0;transform:translateY(2000px);}}.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown;}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(20px);}100%{opacity:0;-webkit-transform:translateX(-2000px);}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0);}20%{opacity:1;-moz-transform:translateX(20px);}100%{opacity:0;-moz-transform:translateX(-2000px);}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0);}20%{opacity:1;-o-transform:translateX(20px);}100%{opacity:0;-o-transform:translateX(-2000px);}}@keyframes bounceOutLeft{0%{transform:translateX(0);}20%{opacity:1;transform:translateX(20px);}100%{opacity:0;transform:translateX(-2000px);}}.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(-20px);}100%{opacity:0;-webkit-transform:translateX(2000px);}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0);}20%{opacity:1;-moz-transform:translateX(-20px);}100%{opacity:0;-moz-transform:translateX(2000px);}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0);}20%{opacity:1;-o-transform:translateX(-20px);}100%{opacity:0;-o-transform:translateX(2000px);}}@keyframes bounceOutRight{0%{transform:translateX(0);}20%{opacity:1;transform:translateX(-20px);}100%{opacity:0;transform:translateX(2000px);}}.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight;}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0;}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0;}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}100%{transform-origin:center center;transform:rotate(0);opacity:1;}}.animated.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}}.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}}.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0;}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0;}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0;}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1;}100%{transform-origin:center center;transform:rotate(200deg);opacity:0;}}.animated.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut;}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}}.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}}.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}}.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}}.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}100%{-webkit-transform:translateY(700px);opacity:0;}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}100%{-moz-transform:translateY(700px);opacity:0;}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}100%{-o-transform:translateY(700px);opacity:0;}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}100%{transform:translateY(700px);opacity:0;}}.animated.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;transform:translateX(0px) rotate(0deg);}}.animated.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg);}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg);}}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg);}100%{opacity:0;transform:translateX(100%) rotate(120deg);}}.animated.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut;}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0;}60%{transform:translateX(-20%) skewX(30deg);opacity:1;}80%{transform:translateX(0%) skewX(-15deg);opacity:1;}100%{transform:translateX(0%) skewX(0deg);opacity:1;}}.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}.animated.lightSpeedIn{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1;}100%{transform:translateX(100%) skewX(-30deg);opacity:0;}}.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}.animated.lightSpeedOut{-webkit-animation-duration:0.25s;-moz-animation-duration:0.25s;-o-animation-duration:0.25s;animation-duration:0.25s;}
|
assets/css/box-shortcodes.css
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
/*** Shortcodes Ultimate - box elements ***/
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
/* Tabs + Tab
|
4 |
---------------------------------------------------------------*/
|
5 |
|
@@ -97,11 +107,12 @@
|
|
97 |
box-sizing: border-box !important;
|
98 |
}
|
99 |
|
100 |
-
/* Spoiler
|
101 |
---------------------------------------------------------------*/
|
102 |
|
103 |
.su-spoiler { margin-bottom: 1.5em; }
|
104 |
.su-spoiler .su-spoiler:last-child { margin-bottom: 0; }
|
|
|
105 |
.su-accordion .su-spoiler { margin-bottom: 0.5em; }
|
106 |
.su-spoiler-title {
|
107 |
position: relative;
|
@@ -281,6 +292,7 @@
|
|
281 |
.su-row {
|
282 |
clear: both;
|
283 |
zoom: 1;
|
|
|
284 |
}
|
285 |
.su-row:before,
|
286 |
.su-row:after {
|
@@ -290,14 +302,14 @@
|
|
290 |
.su-row:after { clear: both; }
|
291 |
.su-column {
|
292 |
display: block;
|
293 |
-
margin: 0 4%
|
294 |
float: left;
|
295 |
-webkit-box-sizing: border-box;
|
296 |
-moz-box-sizing: border-box;
|
297 |
box-sizing: border-box;
|
298 |
}
|
299 |
.su-column-last { margin-right: 0; }
|
300 |
-
.su-row .su-column { margin: 0 0
|
301 |
.su-row .su-column.su-column-size-1-1 { margin-left: 0; margin-right: 0; }
|
302 |
.su-row .su-column:first-child { margin-left: 0; }
|
303 |
.su-column-centered {
|
@@ -328,9 +340,12 @@
|
|
328 |
@media only screen and (max-width: 768px) {
|
329 |
.su-column {
|
330 |
width: 100% !important;
|
331 |
-
margin: 0 0
|
332 |
float: none !important;
|
333 |
}
|
|
|
|
|
|
|
334 |
}
|
335 |
|
336 |
/* Service
|
@@ -388,8 +403,8 @@
|
|
388 |
.su-box-content {
|
389 |
background-color: #fff;
|
390 |
color: #444;
|
|
|
391 |
}
|
392 |
-
.su-box-content { padding: 1em; }
|
393 |
.su-box-style-soft .su-box-title {
|
394 |
background-image: url('../images/styles/style-soft.png');
|
395 |
background-position: 0 0;
|
@@ -423,4 +438,21 @@
|
|
423 |
padding: 1em;
|
424 |
border-width: 1px;
|
425 |
border-style: solid;
|
426 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/*** Shortcodes Ultimate - box elements ***/
|
2 |
|
3 |
+
/* Common styles
|
4 |
+
---------------------------------------------------------------*/
|
5 |
+
|
6 |
+
.su-clearfix:before,
|
7 |
+
.su-clearfix:after {
|
8 |
+
display: table;
|
9 |
+
content: " ";
|
10 |
+
}
|
11 |
+
.su-clearfix:after { clear: both; }
|
12 |
+
|
13 |
/* Tabs + Tab
|
14 |
---------------------------------------------------------------*/
|
15 |
|
107 |
box-sizing: border-box !important;
|
108 |
}
|
109 |
|
110 |
+
/* Spoiler + Accordion
|
111 |
---------------------------------------------------------------*/
|
112 |
|
113 |
.su-spoiler { margin-bottom: 1.5em; }
|
114 |
.su-spoiler .su-spoiler:last-child { margin-bottom: 0; }
|
115 |
+
.su-accordion { margin-bottom: 1.5em; }
|
116 |
.su-accordion .su-spoiler { margin-bottom: 0.5em; }
|
117 |
.su-spoiler-title {
|
118 |
position: relative;
|
292 |
.su-row {
|
293 |
clear: both;
|
294 |
zoom: 1;
|
295 |
+
margin-bottom: 1.5em;
|
296 |
}
|
297 |
.su-row:before,
|
298 |
.su-row:after {
|
302 |
.su-row:after { clear: both; }
|
303 |
.su-column {
|
304 |
display: block;
|
305 |
+
margin: 0 4% 0 0;
|
306 |
float: left;
|
307 |
-webkit-box-sizing: border-box;
|
308 |
-moz-box-sizing: border-box;
|
309 |
box-sizing: border-box;
|
310 |
}
|
311 |
.su-column-last { margin-right: 0; }
|
312 |
+
.su-row .su-column { margin: 0 0 0 4%; }
|
313 |
.su-row .su-column.su-column-size-1-1 { margin-left: 0; margin-right: 0; }
|
314 |
.su-row .su-column:first-child { margin-left: 0; }
|
315 |
.su-column-centered {
|
340 |
@media only screen and (max-width: 768px) {
|
341 |
.su-column {
|
342 |
width: 100% !important;
|
343 |
+
margin: 0 0 1.5em 0 !important;
|
344 |
float: none !important;
|
345 |
}
|
346 |
+
.su-row .su-column:last-child {
|
347 |
+
margin-bottom: 0 !important;
|
348 |
+
}
|
349 |
}
|
350 |
|
351 |
/* Service
|
403 |
.su-box-content {
|
404 |
background-color: #fff;
|
405 |
color: #444;
|
406 |
+
padding: 1em;
|
407 |
}
|
|
|
408 |
.su-box-style-soft .su-box-title {
|
409 |
background-image: url('../images/styles/style-soft.png');
|
410 |
background-position: 0 0;
|
438 |
padding: 1em;
|
439 |
border-width: 1px;
|
440 |
border-style: solid;
|
441 |
+
}
|
442 |
+
|
443 |
+
/* Common margin resets for box elements
|
444 |
+
---------------------------------------------------------------*/
|
445 |
+
|
446 |
+
.su-column-inner > *:first-child,
|
447 |
+
.su-accordion > *:first-child,
|
448 |
+
.su-spoiler-content > *:first-child,
|
449 |
+
.su-service-content > *:first-child,
|
450 |
+
.su-box-content > *:first-child,
|
451 |
+
.su-note-inner > *:first-child { margin-top: 0; }
|
452 |
+
.su-column-inner > *:last-child,
|
453 |
+
.su-tabs-pane > *:last-child,
|
454 |
+
.su-accordion > *:last-child,
|
455 |
+
.su-spoiler-content > *:last-child,
|
456 |
+
.su-service-content > *:last-child,
|
457 |
+
.su-box-content > *:last-child,
|
458 |
+
.su-note-inner > *:last-child { margin-bottom: 0; }
|
assets/css/generator.css
CHANGED
@@ -13,9 +13,7 @@
|
|
13 |
|
14 |
.su-generator-loading {
|
15 |
min-height: 60px;
|
16 |
-
background
|
17 |
-
background-position: 50% 50% !important;
|
18 |
-
background-repeat: no-repeat !important;
|
19 |
}
|
20 |
.su-generator-loading * { visibility: hidden; }
|
21 |
|
@@ -35,12 +33,6 @@
|
|
35 |
max-width: 1000px;
|
36 |
margin: 28px auto 100px;
|
37 |
padding: 20px;
|
38 |
-
-webkit-border-bottom-right-radius: 5px;
|
39 |
-
-moz-border-radius-bottomright: 5px;
|
40 |
-
border-bottom-right-radius: 5px;
|
41 |
-
-webkit-border-bottom-left-radius: 5px;
|
42 |
-
-moz-border-radius-bottomleft: 5px;
|
43 |
-
border-bottom-left-radius: 5px;
|
44 |
background: #fff;
|
45 |
-webkit-box-shadow: 0 2px 25px #000;
|
46 |
-moz-box-shadow: 0 2px 25px #000;
|
@@ -110,12 +102,7 @@
|
|
110 |
-webkit-box-sizing: border-box;
|
111 |
-moz-box-sizing: border-box;
|
112 |
box-sizing: border-box;
|
113 |
-
border: 1px
|
114 |
-
border-bottom-style: dotted;
|
115 |
-
border-bottom-color: #e5e5e5;
|
116 |
-
-webkit-border-radius: 0;
|
117 |
-
-moz-border-radius: 0;
|
118 |
-
border-radius: 0;
|
119 |
color: #222;
|
120 |
vertical-align: top;
|
121 |
text-align: left;
|
@@ -123,14 +110,9 @@
|
|
123 |
cursor: pointer;
|
124 |
}
|
125 |
#su-generator-choices span:hover {
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
border-radius: 5px;
|
130 |
-
background: #f5f5f5;
|
131 |
-
-webkit-box-shadow: 0 0 20px #fff inset;
|
132 |
-
-moz-box-shadow: 0 0 20px #fff inset;
|
133 |
-
box-shadow: 0 0 20px #fff inset;
|
134 |
}
|
135 |
#su-generator-choices span img {
|
136 |
position: absolute;
|
@@ -139,13 +121,6 @@
|
|
139 |
width: 14px;
|
140 |
height: 14px;
|
141 |
}
|
142 |
-
#su-generator-choices span:hover img {
|
143 |
-
position: absolute;
|
144 |
-
top: 5px;
|
145 |
-
left: 5px;
|
146 |
-
width: 18px;
|
147 |
-
height: 18px;
|
148 |
-
}
|
149 |
#su-generator-choices span i {
|
150 |
position: absolute;
|
151 |
left: 1px;
|
@@ -153,15 +128,12 @@
|
|
153 |
display: block;
|
154 |
width: 26px;
|
155 |
height: 26px;
|
156 |
-
color: #
|
157 |
text-align: center;
|
158 |
font-size: 14px;
|
159 |
line-height: 26px;
|
160 |
}
|
161 |
-
#su-generator-choices span:hover i {
|
162 |
-
color: #000;
|
163 |
-
font-size: 18px;
|
164 |
-
}
|
165 |
|
166 |
/* Breadcrumbs */
|
167 |
#su-generator-breadcrumbs {
|
@@ -540,12 +512,6 @@
|
|
540 |
.su-generator-actions {
|
541 |
margin: 0 -20px -20px;
|
542 |
padding: 1.5em 15px;
|
543 |
-
-webkit-border-bottom-right-radius: 5px;
|
544 |
-
-moz-border-radius-bottomright: 5px;
|
545 |
-
border-bottom-right-radius: 5px;
|
546 |
-
-webkit-border-bottom-left-radius: 5px;
|
547 |
-
-moz-border-radius-bottomleft: 5px;
|
548 |
-
border-bottom-left-radius: 5px;
|
549 |
background: #eee;
|
550 |
}
|
551 |
.su-generator-actions > .button { margin: 0 5px; }
|
13 |
|
14 |
.su-generator-loading {
|
15 |
min-height: 60px;
|
16 |
+
background: 50% 50% url("../images/spinner.gif") no-repeat !important;
|
|
|
|
|
17 |
}
|
18 |
.su-generator-loading * { visibility: hidden; }
|
19 |
|
33 |
max-width: 1000px;
|
34 |
margin: 28px auto 100px;
|
35 |
padding: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
background: #fff;
|
37 |
-webkit-box-shadow: 0 2px 25px #000;
|
38 |
-moz-box-shadow: 0 2px 25px #000;
|
102 |
-webkit-box-sizing: border-box;
|
103 |
-moz-box-sizing: border-box;
|
104 |
box-sizing: border-box;
|
105 |
+
border-bottom: 1px dotted #e5e5e5;
|
|
|
|
|
|
|
|
|
|
|
106 |
color: #222;
|
107 |
vertical-align: top;
|
108 |
text-align: left;
|
110 |
cursor: pointer;
|
111 |
}
|
112 |
#su-generator-choices span:hover {
|
113 |
+
background: #333;
|
114 |
+
color: #fff;
|
115 |
+
border-bottom: 1px solid #333;
|
|
|
|
|
|
|
|
|
|
|
116 |
}
|
117 |
#su-generator-choices span img {
|
118 |
position: absolute;
|
121 |
width: 14px;
|
122 |
height: 14px;
|
123 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
#su-generator-choices span i {
|
125 |
position: absolute;
|
126 |
left: 1px;
|
128 |
display: block;
|
129 |
width: 26px;
|
130 |
height: 26px;
|
131 |
+
color: #888;
|
132 |
text-align: center;
|
133 |
font-size: 14px;
|
134 |
line-height: 26px;
|
135 |
}
|
136 |
+
#su-generator-choices span:hover i { color: #fff; }
|
|
|
|
|
|
|
137 |
|
138 |
/* Breadcrumbs */
|
139 |
#su-generator-breadcrumbs {
|
512 |
.su-generator-actions {
|
513 |
margin: 0 -20px -20px;
|
514 |
padding: 1.5em 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
background: #eee;
|
516 |
}
|
517 |
.su-generator-actions > .button { margin: 0 5px; }
|
assets/css/owl-carousel-transitions.css
ADDED
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* Owl Carousel CSS3 Transitions
|
3 |
+
* v1.3.2
|
4 |
+
*/
|
5 |
+
|
6 |
+
.owl-origin {
|
7 |
+
-webkit-perspective: 1200px;
|
8 |
+
-webkit-perspective-origin-x : 50%;
|
9 |
+
-webkit-perspective-origin-y : 50%;
|
10 |
+
-moz-perspective : 1200px;
|
11 |
+
-moz-perspective-origin-x : 50%;
|
12 |
+
-moz-perspective-origin-y : 50%;
|
13 |
+
perspective : 1200px;
|
14 |
+
}
|
15 |
+
/* fade */
|
16 |
+
.owl-fade-out {
|
17 |
+
z-index: 10;
|
18 |
+
-webkit-animation: fadeOut .7s both ease;
|
19 |
+
-moz-animation: fadeOut .7s both ease;
|
20 |
+
animation: fadeOut .7s both ease;
|
21 |
+
}
|
22 |
+
.owl-fade-in {
|
23 |
+
-webkit-animation: fadeIn .7s both ease;
|
24 |
+
-moz-animation: fadeIn .7s both ease;
|
25 |
+
animation: fadeIn .7s both ease;
|
26 |
+
}
|
27 |
+
/* backSlide */
|
28 |
+
.owl-backSlide-out {
|
29 |
+
-webkit-animation: backSlideOut 1s both ease;
|
30 |
+
-moz-animation: backSlideOut 1s both ease;
|
31 |
+
animation: backSlideOut 1s both ease;
|
32 |
+
}
|
33 |
+
.owl-backSlide-in {
|
34 |
+
-webkit-animation: backSlideIn 1s both ease;
|
35 |
+
-moz-animation: backSlideIn 1s both ease;
|
36 |
+
animation: backSlideIn 1s both ease;
|
37 |
+
}
|
38 |
+
/* goDown */
|
39 |
+
.owl-goDown-out {
|
40 |
+
-webkit-animation: scaleToFade .7s ease both;
|
41 |
+
-moz-animation: scaleToFade .7s ease both;
|
42 |
+
animation: scaleToFade .7s ease both;
|
43 |
+
}
|
44 |
+
.owl-goDown-in {
|
45 |
+
-webkit-animation: goDown .6s ease both;
|
46 |
+
-moz-animation: goDown .6s ease both;
|
47 |
+
animation: goDown .6s ease both;
|
48 |
+
}
|
49 |
+
/* scaleUp */
|
50 |
+
.owl-fadeUp-in {
|
51 |
+
-webkit-animation: scaleUpFrom .5s ease both;
|
52 |
+
-moz-animation: scaleUpFrom .5s ease both;
|
53 |
+
animation: scaleUpFrom .5s ease both;
|
54 |
+
}
|
55 |
+
|
56 |
+
.owl-fadeUp-out {
|
57 |
+
-webkit-animation: scaleUpTo .5s ease both;
|
58 |
+
-moz-animation: scaleUpTo .5s ease both;
|
59 |
+
animation: scaleUpTo .5s ease both;
|
60 |
+
}
|
61 |
+
/* Keyframes */
|
62 |
+
/*empty*/
|
63 |
+
@-webkit-keyframes empty {
|
64 |
+
0% {opacity: 1}
|
65 |
+
}
|
66 |
+
@-moz-keyframes empty {
|
67 |
+
0% {opacity: 1}
|
68 |
+
}
|
69 |
+
@keyframes empty {
|
70 |
+
0% {opacity: 1}
|
71 |
+
}
|
72 |
+
@-webkit-keyframes fadeIn {
|
73 |
+
0% { opacity:0; }
|
74 |
+
100% { opacity:1; }
|
75 |
+
}
|
76 |
+
@-moz-keyframes fadeIn {
|
77 |
+
0% { opacity:0; }
|
78 |
+
100% { opacity:1; }
|
79 |
+
}
|
80 |
+
@keyframes fadeIn {
|
81 |
+
0% { opacity:0; }
|
82 |
+
100% { opacity:1; }
|
83 |
+
}
|
84 |
+
@-webkit-keyframes fadeOut {
|
85 |
+
0% { opacity:1; }
|
86 |
+
100% { opacity:0; }
|
87 |
+
}
|
88 |
+
@-moz-keyframes fadeOut {
|
89 |
+
0% { opacity:1; }
|
90 |
+
100% { opacity:0; }
|
91 |
+
}
|
92 |
+
@keyframes fadeOut {
|
93 |
+
0% { opacity:1; }
|
94 |
+
100% { opacity:0; }
|
95 |
+
}
|
96 |
+
@-webkit-keyframes backSlideOut {
|
97 |
+
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
|
98 |
+
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
|
99 |
+
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
|
100 |
+
}
|
101 |
+
@-moz-keyframes backSlideOut {
|
102 |
+
25% { opacity: .5; -moz-transform: translateZ(-500px); }
|
103 |
+
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
|
104 |
+
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
|
105 |
+
}
|
106 |
+
@keyframes backSlideOut {
|
107 |
+
25% { opacity: .5; transform: translateZ(-500px); }
|
108 |
+
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
|
109 |
+
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
|
110 |
+
}
|
111 |
+
@-webkit-keyframes backSlideIn {
|
112 |
+
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
|
113 |
+
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
|
114 |
+
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
|
115 |
+
}
|
116 |
+
@-moz-keyframes backSlideIn {
|
117 |
+
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
|
118 |
+
75% { opacity: .5; -moz-transform: translateZ(-500px); }
|
119 |
+
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
|
120 |
+
}
|
121 |
+
@keyframes backSlideIn {
|
122 |
+
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
|
123 |
+
75% { opacity: .5; transform: translateZ(-500px); }
|
124 |
+
100% { opacity: 1; transform: translateZ(0) translateX(0); }
|
125 |
+
}
|
126 |
+
@-webkit-keyframes scaleToFade {
|
127 |
+
to { opacity: 0; -webkit-transform: scale(.8); }
|
128 |
+
}
|
129 |
+
@-moz-keyframes scaleToFade {
|
130 |
+
to { opacity: 0; -moz-transform: scale(.8); }
|
131 |
+
}
|
132 |
+
@keyframes scaleToFade {
|
133 |
+
to { opacity: 0; transform: scale(.8); }
|
134 |
+
}
|
135 |
+
@-webkit-keyframes goDown {
|
136 |
+
from { -webkit-transform: translateY(-100%); }
|
137 |
+
}
|
138 |
+
@-moz-keyframes goDown {
|
139 |
+
from { -moz-transform: translateY(-100%); }
|
140 |
+
}
|
141 |
+
@keyframes goDown {
|
142 |
+
from { transform: translateY(-100%); }
|
143 |
+
}
|
144 |
+
|
145 |
+
@-webkit-keyframes scaleUpFrom {
|
146 |
+
from { opacity: 0; -webkit-transform: scale(1.5); }
|
147 |
+
}
|
148 |
+
@-moz-keyframes scaleUpFrom {
|
149 |
+
from { opacity: 0; -moz-transform: scale(1.5); }
|
150 |
+
}
|
151 |
+
@keyframes scaleUpFrom {
|
152 |
+
from { opacity: 0; transform: scale(1.5); }
|
153 |
+
}
|
154 |
+
|
155 |
+
@-webkit-keyframes scaleUpTo {
|
156 |
+
to { opacity: 0; -webkit-transform: scale(1.5); }
|
157 |
+
}
|
158 |
+
@-moz-keyframes scaleUpTo {
|
159 |
+
to { opacity: 0; -moz-transform: scale(1.5); }
|
160 |
+
}
|
161 |
+
@keyframes scaleUpTo {
|
162 |
+
to { opacity: 0; transform: scale(1.5); }
|
163 |
+
}
|
assets/css/owl-carousel.css
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* Core Owl Carousel CSS File
|
3 |
+
* v1.3.2
|
4 |
+
*/
|
5 |
+
|
6 |
+
/* clearfix */
|
7 |
+
.owl-carousel .owl-wrapper:after {
|
8 |
+
content: ".";
|
9 |
+
display: block;
|
10 |
+
clear: both;
|
11 |
+
visibility: hidden;
|
12 |
+
line-height: 0;
|
13 |
+
height: 0;
|
14 |
+
}
|
15 |
+
/* display none until init */
|
16 |
+
.owl-carousel{
|
17 |
+
display: none;
|
18 |
+
position: relative;
|
19 |
+
width: 100%;
|
20 |
+
-ms-touch-action: pan-y;
|
21 |
+
}
|
22 |
+
.owl-carousel .owl-wrapper{
|
23 |
+
display: none;
|
24 |
+
position: relative;
|
25 |
+
-webkit-transform: translate3d(0px, 0px, 0px);
|
26 |
+
}
|
27 |
+
.owl-carousel .owl-wrapper-outer{
|
28 |
+
overflow: hidden;
|
29 |
+
position: relative;
|
30 |
+
width: 100%;
|
31 |
+
}
|
32 |
+
.owl-carousel .owl-wrapper-outer.autoHeight{
|
33 |
+
-webkit-transition: height 500ms ease-in-out;
|
34 |
+
-moz-transition: height 500ms ease-in-out;
|
35 |
+
-ms-transition: height 500ms ease-in-out;
|
36 |
+
-o-transition: height 500ms ease-in-out;
|
37 |
+
transition: height 500ms ease-in-out;
|
38 |
+
}
|
39 |
+
|
40 |
+
.owl-carousel .owl-item{
|
41 |
+
float: left;
|
42 |
+
}
|
43 |
+
.owl-controls .owl-page,
|
44 |
+
.owl-controls .owl-buttons div{
|
45 |
+
cursor: pointer;
|
46 |
+
}
|
47 |
+
.owl-controls {
|
48 |
+
-webkit-user-select: none;
|
49 |
+
-khtml-user-select: none;
|
50 |
+
-moz-user-select: none;
|
51 |
+
-ms-user-select: none;
|
52 |
+
user-select: none;
|
53 |
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
54 |
+
}
|
55 |
+
|
56 |
+
/* mouse grab icon */
|
57 |
+
.grabbing {
|
58 |
+
cursor:url('../images/grabbing.png') 8 8, move;
|
59 |
+
}
|
60 |
+
|
61 |
+
/* fix */
|
62 |
+
.owl-carousel .owl-wrapper,
|
63 |
+
.owl-carousel .owl-item{
|
64 |
+
-webkit-backface-visibility: hidden;
|
65 |
+
-moz-backface-visibility: hidden;
|
66 |
+
-ms-backface-visibility: hidden;
|
67 |
+
-webkit-transform: translate3d(0,0,0);
|
68 |
+
-moz-transform: translate3d(0,0,0);
|
69 |
+
-ms-transform: translate3d(0,0,0);
|
70 |
+
}
|
71 |
+
|
assets/images/banners/extra.png
CHANGED
Binary file
|
assets/images/grabbing.png
ADDED
Binary file
|
assets/images/spinner.gif
ADDED
Binary file
|
assets/js/generator.js
CHANGED
@@ -453,23 +453,29 @@ jQuery(document).ready(function ($) {
|
|
453 |
// Prepare data
|
454 |
var $switch = $(this),
|
455 |
$value = $switch.parent().children('input'),
|
456 |
-
is_on =
|
457 |
// Disable
|
458 |
if (is_on) {
|
459 |
-
// Change class
|
460 |
-
$switch.removeClass('su-generator-switch-yes').addClass('su-generator-switch-no');
|
461 |
// Change value
|
462 |
$value.val('no').trigger('change');
|
463 |
}
|
464 |
// Enable
|
465 |
else {
|
466 |
-
// Change class
|
467 |
-
$switch.removeClass('su-generator-switch-no').addClass('su-generator-switch-yes');
|
468 |
// Change value
|
469 |
$value.val('yes').trigger('change');
|
470 |
}
|
471 |
e.preventDefault();
|
472 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
473 |
// Init tax_term selects
|
474 |
$('select#su-generator-attr-taxonomy').on('change', function () {
|
475 |
var $taxonomy = $(this),
|
@@ -588,6 +594,29 @@ jQuery(document).ready(function ($) {
|
|
588 |
});
|
589 |
// Save selected value
|
590 |
$selected.val(shortcode);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
591 |
},
|
592 |
dataType: 'html'
|
593 |
});
|
@@ -605,6 +634,8 @@ jQuery(document).ready(function ($) {
|
|
605 |
}
|
606 |
// Insert into editor
|
607 |
else window.wp.media.editor.insert(shortcode);
|
|
|
|
|
608 |
// Close popup
|
609 |
$.magnificPopup.close();
|
610 |
// Save shortcode to div
|
453 |
// Prepare data
|
454 |
var $switch = $(this),
|
455 |
$value = $switch.parent().children('input'),
|
456 |
+
is_on = $value.val() === 'yes';
|
457 |
// Disable
|
458 |
if (is_on) {
|
|
|
|
|
459 |
// Change value
|
460 |
$value.val('no').trigger('change');
|
461 |
}
|
462 |
// Enable
|
463 |
else {
|
|
|
|
|
464 |
// Change value
|
465 |
$value.val('yes').trigger('change');
|
466 |
}
|
467 |
e.preventDefault();
|
468 |
});
|
469 |
+
$('.su-generator-switch-value').on('change', function () {
|
470 |
+
// Prepare data
|
471 |
+
var $value = $(this),
|
472 |
+
$switch = $value.parent().children('.su-generator-switch'),
|
473 |
+
value = $value.val();
|
474 |
+
// Disable
|
475 |
+
if (value === 'yes') $switch.removeClass('su-generator-switch-no').addClass('su-generator-switch-yes');
|
476 |
+
// Enable
|
477 |
+
else if (value === 'no') $switch.removeClass('su-generator-switch-yes').addClass('su-generator-switch-no');
|
478 |
+
});
|
479 |
// Init tax_term selects
|
480 |
$('select#su-generator-attr-taxonomy').on('change', function () {
|
481 |
var $taxonomy = $(this),
|
594 |
});
|
595 |
// Save selected value
|
596 |
$selected.val(shortcode);
|
597 |
+
// Load last used preset
|
598 |
+
$.ajax({
|
599 |
+
type: 'GET',
|
600 |
+
url: ajaxurl,
|
601 |
+
data: {
|
602 |
+
action: 'su_generator_get_preset',
|
603 |
+
id: 'last_used',
|
604 |
+
shortcode: shortcode
|
605 |
+
},
|
606 |
+
beforeSend: function () {
|
607 |
+
// Show loading animation
|
608 |
+
// $settings.addClass('su-generator-loading');
|
609 |
+
},
|
610 |
+
success: function (data) {
|
611 |
+
// Remove loading animation
|
612 |
+
// $settings.removeClass('su-generator-loading');
|
613 |
+
// Set new settings
|
614 |
+
set(data);
|
615 |
+
// Apply selected text to the content field
|
616 |
+
if (typeof mce_selection !== 'undefined' && mce_selection !== '') $('#su-generator-content').val(mce_selection);
|
617 |
+
},
|
618 |
+
dataType: 'json'
|
619 |
+
});
|
620 |
},
|
621 |
dataType: 'html'
|
622 |
});
|
634 |
}
|
635 |
// Insert into editor
|
636 |
else window.wp.media.editor.insert(shortcode);
|
637 |
+
// Save current settings to presets
|
638 |
+
add_preset('last_used', su_generator.last_used);
|
639 |
// Close popup
|
640 |
$.magnificPopup.close();
|
641 |
// Save shortcode to div
|
assets/js/owl-carousel.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('7(A 3c.3q!=="9"){3c.3q=9(e){9 t(){}t.5S=e;p 5R t}}(9(e,t,n){h r={1N:9(t,n){h r=c;r.$k=e(n);r.6=e.4M({},e.37.2B.6,r.$k.v(),t);r.2A=t;r.4L()},4L:9(){9 r(e){h n,r="";7(A t.6.33==="9"){t.6.33.R(c,[e])}l{1A(n 38 e.d){7(e.d.5M(n)){r+=e.d[n].1K}}t.$k.2y(r)}t.3t()}h t=c,n;7(A t.6.2H==="9"){t.6.2H.R(c,[t.$k])}7(A t.6.2O==="2Y"){n=t.6.2O;e.5K(n,r)}l{t.3t()}},3t:9(){h e=c;e.$k.v("d-4I",e.$k.2x("2w")).v("d-4F",e.$k.2x("H"));e.$k.z({2u:0});e.2t=e.6.q;e.4E();e.5v=0;e.1X=14;e.23()},23:9(){h e=c;7(e.$k.25().N===0){p b}e.1M();e.4C();e.$S=e.$k.25();e.E=e.$S.N;e.4B();e.$G=e.$k.17(".d-1K");e.$K=e.$k.17(".d-1p");e.3u="U";e.13=0;e.26=[0];e.m=0;e.4A();e.4z()},4z:9(){h e=c;e.2V();e.2W();e.4t();e.30();e.4r();e.4q();e.2p();e.4o();7(e.6.2o!==b){e.4n(e.6.2o)}7(e.6.O===j){e.6.O=4Q}e.19();e.$k.17(".d-1p").z("4i","4h");7(!e.$k.2m(":3n")){e.3o()}l{e.$k.z("2u",1)}e.5O=b;e.2l();7(A e.6.3s==="9"){e.6.3s.R(c,[e.$k])}},2l:9(){h e=c;7(e.6.1Z===j){e.1Z()}7(e.6.1B===j){e.1B()}e.4g();7(A e.6.3w==="9"){e.6.3w.R(c,[e.$k])}},3x:9(){h e=c;7(A e.6.3B==="9"){e.6.3B.R(c,[e.$k])}e.3o();e.2V();e.2W();e.4f();e.30();e.2l();7(A e.6.3D==="9"){e.6.3D.R(c,[e.$k])}},3F:9(){h e=c;t.1c(9(){e.3x()},0)},3o:9(){h e=c;7(e.$k.2m(":3n")===b){e.$k.z({2u:0});t.18(e.1C);t.18(e.1X)}l{p b}e.1X=t.4d(9(){7(e.$k.2m(":3n")){e.3F();e.$k.4b({2u:1},2M);t.18(e.1X)}},5x)},4B:9(){h e=c;e.$S.5n(\'<L H="d-1p">\').4a(\'<L H="d-1K"></L>\');e.$k.17(".d-1p").4a(\'<L H="d-1p-49">\');e.1H=e.$k.17(".d-1p-49");e.$k.z("4i","4h")},1M:9(){h e=c,t=e.$k.1I(e.6.1M),n=e.$k.1I(e.6.2i);7(!t){e.$k.I(e.6.1M)}7(!n){e.$k.I(e.6.2i)}},2V:9(){h t=c,n,r;7(t.6.2Z===b){p b}7(t.6.48===j){t.6.q=t.2t=1;t.6.1h=b;t.6.1s=b;t.6.1O=b;t.6.22=b;t.6.1Q=b;t.6.1R=b;p b}n=e(t.6.47).1f();7(n>(t.6.1s[0]||t.2t)){t.6.q=t.2t}7(t.6.1h!==b){t.6.1h.5g(9(e,t){p e[0]-t[0]});1A(r=0;r<t.6.1h.N;r+=1){7(t.6.1h[r][0]<=n){t.6.q=t.6.1h[r][1]}}}l{7(n<=t.6.1s[0]&&t.6.1s!==b){t.6.q=t.6.1s[1]}7(n<=t.6.1O[0]&&t.6.1O!==b){t.6.q=t.6.1O[1]}7(n<=t.6.22[0]&&t.6.22!==b){t.6.q=t.6.22[1]}7(n<=t.6.1Q[0]&&t.6.1Q!==b){t.6.q=t.6.1Q[1]}7(n<=t.6.1R[0]&&t.6.1R!==b){t.6.q=t.6.1R[1]}}7(t.6.q>t.E&&t.6.46===j){t.6.q=t.E}},4r:9(){h n=c,r,i;7(n.6.2Z!==j){p b}i=e(t).1f();n.3d=9(){7(e(t).1f()!==i){7(n.6.O!==b){t.18(n.1C)}t.5d(r);r=t.1c(9(){i=e(t).1f();n.3x()},n.6.45)}};e(t).44(n.3d)},4f:9(){h e=c;e.2g(e.m);7(e.6.O!==b){e.3j()}},43:9(){h t=c,n=0,r=t.E-t.6.q;t.$G.2f(9(i){h s=e(c);s.z({1f:t.M}).v("d-1K",3p(i));7(i%t.6.q===0||i===r){7(!(i>r)){n+=1}}s.v("d-24",n)})},42:9(){h e=c,t=e.$G.N*e.M;e.$K.z({1f:t*2,T:0});e.43()},2W:9(){h e=c;e.40();e.42();e.3Z();e.3v()},40:9(){h e=c;e.M=1F.4O(e.$k.1f()/e.6.q)},3v:9(){h e=c,t=(e.E*e.M-e.6.q*e.M)*-1;7(e.6.q>e.E){e.D=0;t=0;e.3z=0}l{e.D=e.E-e.6.q;e.3z=t}p t},3Y:9(){p 0},3Z:9(){h t=c,n=0,r=0,i,s,o;t.J=[0];t.3E=[];1A(i=0;i<t.E;i+=1){r+=t.M;t.J.2D(-r);7(t.6.12===j){s=e(t.$G[i]);o=s.v("d-24");7(o!==n){t.3E[n]=t.J[i];n=o}}}},4t:9(){h t=c;7(t.6.2a===j||t.6.1v===j){t.B=e(\'<L H="d-5A"/>\').5m("5l",!t.F.15).5c(t.$k)}7(t.6.1v===j){t.3T()}7(t.6.2a===j){t.3S()}},3S:9(){h t=c,n=e(\'<L H="d-4U"/>\');t.B.1o(n);t.1u=e("<L/>",{"H":"d-1n",2y:t.6.2U[0]||""});t.1q=e("<L/>",{"H":"d-U",2y:t.6.2U[1]||""});n.1o(t.1u).1o(t.1q);n.w("2X.B 21.B",\'L[H^="d"]\',9(e){e.1l()});n.w("2n.B 28.B",\'L[H^="d"]\',9(n){n.1l();7(e(c).1I("d-U")){t.U()}l{t.1n()}})},3T:9(){h t=c;t.1k=e(\'<L H="d-1v"/>\');t.B.1o(t.1k);t.1k.w("2n.B 28.B",".d-1j",9(n){n.1l();7(3p(e(c).v("d-1j"))!==t.m){t.1g(3p(e(c).v("d-1j")),j)}})},3P:9(){h t=c,n,r,i,s,o,u;7(t.6.1v===b){p b}t.1k.2y("");n=0;r=t.E-t.E%t.6.q;1A(s=0;s<t.E;s+=1){7(s%t.6.q===0){n+=1;7(r===s){i=t.E-t.6.q}o=e("<L/>",{"H":"d-1j"});u=e("<3N></3N>",{4R:t.6.39===j?n:"","H":t.6.39===j?"d-59":""});o.1o(u);o.v("d-1j",r===s?i:s);o.v("d-24",n);t.1k.1o(o)}}t.35()},35:9(){h t=c;7(t.6.1v===b){p b}t.1k.17(".d-1j").2f(9(){7(e(c).v("d-24")===e(t.$G[t.m]).v("d-24")){t.1k.17(".d-1j").Z("2d");e(c).I("2d")}})},3e:9(){h e=c;7(e.6.2a===b){p b}7(e.6.2e===b){7(e.m===0&&e.D===0){e.1u.I("1b");e.1q.I("1b")}l 7(e.m===0&&e.D!==0){e.1u.I("1b");e.1q.Z("1b")}l 7(e.m===e.D){e.1u.Z("1b");e.1q.I("1b")}l 7(e.m!==0&&e.m!==e.D){e.1u.Z("1b");e.1q.Z("1b")}}},30:9(){h e=c;e.3P();e.3e();7(e.B){7(e.6.q>=e.E){e.B.3K()}l{e.B.3J()}}},55:9(){h e=c;7(e.B){e.B.3k()}},U:9(e){h t=c;7(t.1E){p b}t.m+=t.6.12===j?t.6.q:1;7(t.m>t.D+(t.6.12===j?t.6.q-1:0)){7(t.6.2e===j){t.m=0;e="2k"}l{t.m=t.D;p b}}t.1g(t.m,e)},1n:9(e){h t=c;7(t.1E){p b}7(t.6.12===j&&t.m>0&&t.m<t.6.q){t.m=0}l{t.m-=t.6.12===j?t.6.q:1}7(t.m<0){7(t.6.2e===j){t.m=t.D;e="2k"}l{t.m=0;p b}}t.1g(t.m,e)},1g:9(e,n,r){h i=c,s;7(i.1E){p b}7(A i.6.1Y==="9"){i.6.1Y.R(c,[i.$k])}7(e>=i.D){e=i.D}l 7(e<=0){e=0}i.m=i.d.m=e;7(i.6.2o!==b&&r!=="4e"&&i.6.q===1&&i.F.1x===j){i.1t(0);7(i.F.1x===j){i.1L(i.J[e])}l{i.1r(i.J[e],1)}i.2r();i.4l();p b}s=i.J[e];7(i.F.1x===j){i.1T=b;7(n===j){i.1t("1w");t.1c(9(){i.1T=j},i.6.1w)}l 7(n==="2k"){i.1t(i.6.2v);t.1c(9(){i.1T=j},i.6.2v)}l{i.1t("1m");t.1c(9(){i.1T=j},i.6.1m)}i.1L(s)}l{7(n===j){i.1r(s,i.6.1w)}l 7(n==="2k"){i.1r(s,i.6.2v)}l{i.1r(s,i.6.1m)}}i.2r()},2g:9(e){h t=c;7(A t.6.1Y==="9"){t.6.1Y.R(c,[t.$k])}7(e>=t.D||e===-1){e=t.D}l 7(e<=0){e=0}t.1t(0);7(t.F.1x===j){t.1L(t.J[e])}l{t.1r(t.J[e],1)}t.m=t.d.m=e;t.2r()},2r:9(){h e=c;e.26.2D(e.m);e.13=e.d.13=e.26[e.26.N-2];e.26.5f(0);7(e.13!==e.m){e.35();e.3e();e.2l();7(e.6.O!==b){e.3j()}}7(A e.6.3y==="9"&&e.13!==e.m){e.6.3y.R(c,[e.$k])}},X:9(){h e=c;e.3A="X";t.18(e.1C)},3j:9(){h e=c;7(e.3A!=="X"){e.19()}},19:9(){h e=c;e.3A="19";7(e.6.O===b){p b}t.18(e.1C);e.1C=t.4d(9(){e.U(j)},e.6.O)},1t:9(e){h t=c;7(e==="1m"){t.$K.z(t.2z(t.6.1m))}l 7(e==="1w"){t.$K.z(t.2z(t.6.1w))}l 7(A e!=="2Y"){t.$K.z(t.2z(e))}},2z:9(e){p{"-1G-1a":"2C "+e+"1z 2s","-1W-1a":"2C "+e+"1z 2s","-o-1a":"2C "+e+"1z 2s",1a:"2C "+e+"1z 2s"}},3H:9(){p{"-1G-1a":"","-1W-1a":"","-o-1a":"",1a:""}},3I:9(e){p{"-1G-P":"1i("+e+"V, C, C)","-1W-P":"1i("+e+"V, C, C)","-o-P":"1i("+e+"V, C, C)","-1z-P":"1i("+e+"V, C, C)",P:"1i("+e+"V, C,C)"}},1L:9(e){h t=c;t.$K.z(t.3I(e))},3L:9(e){h t=c;t.$K.z({T:e})},1r:9(e,t){h n=c;n.29=b;n.$K.X(j,j).4b({T:e},{54:t||n.6.1m,3M:9(){n.29=j}})},4E:9(){h e=c,r="1i(C, C, C)",i=n.56("L"),s,o,u,a;i.2w.3O=" -1W-P:"+r+"; -1z-P:"+r+"; -o-P:"+r+"; -1G-P:"+r+"; P:"+r;s=/1i\\(C, C, C\\)/g;o=i.2w.3O.5i(s);u=o!==14&&o.N===1;a="5z"38 t||t.5Q.4P;e.F={1x:u,15:a}},4q:9(){h e=c;7(e.6.27!==b||e.6.1U!==b){e.3Q();e.3R()}},4C:9(){h e=c,t=["s","e","x"];e.16={};7(e.6.27===j&&e.6.1U===j){t=["2X.d 21.d","2N.d 3U.d","2n.d 3V.d 28.d"]}l 7(e.6.27===b&&e.6.1U===j){t=["2X.d","2N.d","2n.d 3V.d"]}l 7(e.6.27===j&&e.6.1U===b){t=["21.d","3U.d","28.d"]}e.16.3W=t[0];e.16.2K=t[1];e.16.2J=t[2]},3R:9(){h t=c;t.$k.w("5y.d",9(e){e.1l()});t.$k.w("21.3X",9(t){p e(t.1d).2m("5C, 5E, 5F, 5N")})},3Q:9(){9 s(e){7(e.2b!==W){p{x:e.2b[0].2c,y:e.2b[0].41}}7(e.2b===W){7(e.2c!==W){p{x:e.2c,y:e.41}}7(e.2c===W){p{x:e.52,y:e.53}}}}9 o(t){7(t==="w"){e(n).w(r.16.2K,a);e(n).w(r.16.2J,f)}l 7(t==="Q"){e(n).Q(r.16.2K);e(n).Q(r.16.2J)}}9 u(n){h u=n.3h||n||t.3g,a;7(u.5a===3){p b}7(r.E<=r.6.q){p}7(r.29===b&&!r.6.3f){p b}7(r.1T===b&&!r.6.3f){p b}7(r.6.O!==b){t.18(r.1C)}7(r.F.15!==j&&!r.$K.1I("3b")){r.$K.I("3b")}r.11=0;r.Y=0;e(c).z(r.3H());a=e(c).2h();i.2S=a.T;i.2R=s(u).x-a.T;i.2P=s(u).y-a.5o;o("w");i.2j=b;i.2L=u.1d||u.4c}9 a(o){h u=o.3h||o||t.3g,a,f;r.11=s(u).x-i.2R;r.2I=s(u).y-i.2P;r.Y=r.11-i.2S;7(A r.6.2E==="9"&&i.3C!==j&&r.Y!==0){i.3C=j;r.6.2E.R(r,[r.$k])}7((r.Y>8||r.Y<-8)&&r.F.15===j){7(u.1l!==W){u.1l()}l{u.5L=b}i.2j=j}7((r.2I>10||r.2I<-10)&&i.2j===b){e(n).Q("2N.d")}a=9(){p r.Y/5};f=9(){p r.3z+r.Y/5};r.11=1F.3v(1F.3Y(r.11,a()),f());7(r.F.1x===j){r.1L(r.11)}l{r.3L(r.11)}}9 f(n){h s=n.3h||n||t.3g,u,a,f;s.1d=s.1d||s.4c;i.3C=b;7(r.F.15!==j){r.$K.Z("3b")}7(r.Y<0){r.1y=r.d.1y="T"}l{r.1y=r.d.1y="3i"}7(r.Y!==0){u=r.4j();r.1g(u,b,"4e");7(i.2L===s.1d&&r.F.15!==j){e(s.1d).w("3a.4k",9(t){t.4S();t.4T();t.1l();e(t.1d).Q("3a.4k")});a=e.4N(s.1d,"4V").3a;f=a.4W();a.4X(0,0,f)}}o("Q")}h r=c,i={2R:0,2P:0,4Y:0,2S:0,2h:14,4Z:14,50:14,2j:14,51:14,2L:14};r.29=j;r.$k.w(r.16.3W,".d-1p",u)},4j:9(){h e=c,t=e.4m();7(t>e.D){e.m=e.D;t=e.D}l 7(e.11>=0){t=0;e.m=0}p t},4m:9(){h t=c,n=t.6.12===j?t.3E:t.J,r=t.11,i=14;e.2f(n,9(s,o){7(r-t.M/20>n[s+1]&&r-t.M/20<o&&t.34()==="T"){i=o;7(t.6.12===j){t.m=e.4p(i,t.J)}l{t.m=s}}l 7(r+t.M/20<o&&r+t.M/20>(n[s+1]||n[s]-t.M)&&t.34()==="3i"){7(t.6.12===j){i=n[s+1]||n[n.N-1];t.m=e.4p(i,t.J)}l{i=n[s+1];t.m=s+1}}});p t.m},34:9(){h e=c,t;7(e.Y<0){t="3i";e.3u="U"}l{t="T";e.3u="1n"}p t},4A:9(){h e=c;e.$k.w("d.U",9(){e.U()});e.$k.w("d.1n",9(){e.1n()});e.$k.w("d.19",9(t,n){e.6.O=n;e.19();e.32="19"});e.$k.w("d.X",9(){e.X();e.32="X"});e.$k.w("d.1g",9(t,n){e.1g(n)});e.$k.w("d.2g",9(t,n){e.2g(n)})},2p:9(){h e=c;7(e.6.2p===j&&e.F.15!==j&&e.6.O!==b){e.$k.w("57",9(){e.X()});e.$k.w("58",9(){7(e.32!=="X"){e.19()}})}},1Z:9(){h t=c,n,r,i,s,o;7(t.6.1Z===b){p b}1A(n=0;n<t.E;n+=1){r=e(t.$G[n]);7(r.v("d-1e")==="1e"){4s}i=r.v("d-1K");s=r.17(".5b");7(A s.v("1J")!=="2Y"){r.v("d-1e","1e");4s}7(r.v("d-1e")===W){s.3K();r.I("4u").v("d-1e","5e")}7(t.6.4v===j){o=i>=t.m}l{o=j}7(o&&i<t.m+t.6.q&&s.N){t.4w(r,s)}}},4w:9(e,n){9 o(){e.v("d-1e","1e").Z("4u");n.5h("v-1J");7(r.6.4x==="4y"){n.5j(5k)}l{n.3J()}7(A r.6.2T==="9"){r.6.2T.R(c,[r.$k])}}9 u(){i+=1;7(r.2Q(n.3l(0))||s===j){o()}l 7(i<=2q){t.1c(u,2q)}l{o()}}h r=c,i=0,s;7(n.5p("5q")==="5r"){n.z("5s-5t","5u("+n.v("1J")+")");s=j}l{n[0].1J=n.v("1J")}u()},1B:9(){9 s(){h r=e(n.$G[n.m]).2G();n.1H.z("2G",r+"V");7(!n.1H.1I("1B")){t.1c(9(){n.1H.I("1B")},0)}}9 o(){i+=1;7(n.2Q(r.3l(0))){s()}l 7(i<=2q){t.1c(o,2q)}l{n.1H.z("2G","")}}h n=c,r=e(n.$G[n.m]).17("5w"),i;7(r.3l(0)!==W){i=0;o()}l{s()}},2Q:9(e){h t;7(!e.3M){p b}t=A e.4D;7(t!=="W"&&e.4D===0){p b}p j},4g:9(){h t=c,n;7(t.6.2F===j){t.$G.Z("2d")}t.1D=[];1A(n=t.m;n<t.m+t.6.q;n+=1){t.1D.2D(n);7(t.6.2F===j){e(t.$G[n]).I("2d")}}t.d.1D=t.1D},4n:9(e){h t=c;t.4G="d-"+e+"-5B";t.4H="d-"+e+"-38"},4l:9(){9 a(e){p{2h:"5D",T:e+"V"}}h e=c,t=e.4G,n=e.4H,r=e.$G.1S(e.m),i=e.$G.1S(e.13),s=1F.4J(e.J[e.m])+e.J[e.13],o=1F.4J(e.J[e.m])+e.M/2,u="5G 5H 5I 5J";e.1E=j;e.$K.I("d-1P").z({"-1G-P-1P":o+"V","-1W-4K-1P":o+"V","4K-1P":o+"V"});i.z(a(s,10)).I(t).w(u,9(){e.3m=j;i.Q(u);e.31(i,t)});r.I(n).w(u,9(){e.36=j;r.Q(u);e.31(r,n)})},31:9(e,t){h n=c;e.z({2h:"",T:""}).Z(t);7(n.3m&&n.36){n.$K.Z("d-1P");n.3m=b;n.36=b;n.1E=b}},4o:9(){h e=c;e.d={2A:e.2A,5P:e.$k,S:e.$S,G:e.$G,m:e.m,13:e.13,1D:e.1D,15:e.F.15,F:e.F,1y:e.1y}},3G:9(){h r=c;r.$k.Q(".d d 21.3X");e(n).Q(".d d");e(t).Q("44",r.3d)},1V:9(){h e=c;7(e.$k.25().N!==0){e.$K.3r();e.$S.3r().3r();7(e.B){e.B.3k()}}e.3G();e.$k.2x("2w",e.$k.v("d-4I")||"").2x("H",e.$k.v("d-4F"))},5T:9(){h e=c;e.X();t.18(e.1X);e.1V();e.$k.5U()},5V:9(t){h n=c,r=e.4M({},n.2A,t);n.1V();n.1N(r,n.$k)},5W:9(e,t){h n=c,r;7(!e){p b}7(n.$k.25().N===0){n.$k.1o(e);n.23();p b}n.1V();7(t===W||t===-1){r=-1}l{r=t}7(r>=n.$S.N||r===-1){n.$S.1S(-1).5X(e)}l{n.$S.1S(r).5Y(e)}n.23()},5Z:9(e){h t=c,n;7(t.$k.25().N===0){p b}7(e===W||e===-1){n=-1}l{n=e}t.1V();t.$S.1S(n).3k();t.23()}};e.37.2B=9(t){p c.2f(9(){7(e(c).v("d-1N")===j){p b}e(c).v("d-1N",j);h n=3c.3q(r);n.1N(t,c);e.v(c,"2B",n)})};e.37.2B.6={q:5,1h:b,1s:[60,4],1O:[61,3],22:[62,2],1Q:b,1R:[63,1],48:b,46:b,1m:2M,1w:64,2v:65,O:b,2p:b,2a:b,2U:["1n","U"],2e:j,12:b,1v:j,39:b,2Z:j,45:2M,47:t,1M:"d-66",2i:"d-2i",1Z:b,4v:j,4x:"4y",1B:b,2O:b,33:b,3f:j,27:j,1U:j,2F:b,2o:b,3B:b,3D:b,2H:b,3s:b,1Y:b,3y:b,3w:b,2E:b,2T:b}})(67,68,69)',62,382,'||||||options|if||function||false|this|owl||||var||true|elem|else|currentItem|||return|items|||||data|on|||css|typeof|owlControls|0px|maximumItem|itemsAmount|browser|owlItems|class|addClass|positionsInArray|owlWrapper|div|itemWidth|length|autoPlay|transform|off|apply|userItems|left|next|px|undefined|stop|newRelativeX|removeClass||newPosX|scrollPerPage|prevItem|null|isTouch|ev_types|find|clearInterval|play|transition|disabled|setTimeout|target|loaded|width|goTo|itemsCustom|translate3d|page|paginationWrapper|preventDefault|slideSpeed|prev|append|wrapper|buttonNext|css2slide|itemsDesktop|swapSpeed|buttonPrev|pagination|paginationSpeed|support3d|dragDirection|ms|for|autoHeight|autoPlayInterval|visibleItems|isTransition|Math|webkit|wrapperOuter|hasClass|src|item|transition3d|baseClass|init|itemsDesktopSmall|origin|itemsTabletSmall|itemsMobile|eq|isCss3Finish|touchDrag|unWrap|moz|checkVisible|beforeMove|lazyLoad||mousedown|itemsTablet|setVars|roundPages|children|prevArr|mouseDrag|mouseup|isCssFinish|navigation|touches|pageX|active|rewindNav|each|jumpTo|position|theme|sliding|rewind|eachMoveUpdate|is|touchend|transitionStyle|stopOnHover|100|afterGo|ease|orignalItems|opacity|rewindSpeed|style|attr|html|addCssSpeed|userOptions|owlCarousel|all|push|startDragging|addClassActive|height|beforeInit|newPosY|end|move|targetElement|200|touchmove|jsonPath|offsetY|completeImg|offsetX|relativePos|afterLazyLoad|navigationText|updateItems|calculateAll|touchstart|string|responsive|updateControls|clearTransStyle|hoverStatus|jsonSuccess|moveDirection|checkPagination|endCurrent|fn|in|paginationNumbers|click|grabbing|Object|resizer|checkNavigation|dragBeforeAnimFinish|event|originalEvent|right|checkAp|remove|get|endPrev|visible|watchVisibility|Number|create|unwrap|afterInit|logIn|playDirection|max|afterAction|updateVars|afterMove|maximumPixels|apStatus|beforeUpdate|dragging|afterUpdate|pagesInArray|reload|clearEvents|removeTransition|doTranslate|show|hide|css2move|complete|span|cssText|updatePagination|gestures|disabledEvents|buildButtons|buildPagination|mousemove|touchcancel|start|disableTextSelect|min|loops|calculateWidth|pageY|appendWrapperSizes|appendItemsSizes|resize|responsiveRefreshRate|itemsScaleUp|responsiveBaseWidth|singleItem|outer|wrap|animate|srcElement|setInterval|drag|updatePosition|onVisibleItems|block|display|getNewPosition|disable|singleItemTransition|closestItem|transitionTypes|owlStatus|inArray|moveEvents|response|continue|buildControls|loading|lazyFollow|lazyPreload|lazyEffect|fade|onStartup|customEvents|wrapItems|eventTypes|naturalWidth|checkBrowser|originalClasses|outClass|inClass|originalStyles|abs|perspective|loadContent|extend|_data|round|msMaxTouchPoints|5e3|text|stopImmediatePropagation|stopPropagation|buttons|events|pop|splice|baseElWidth|minSwipe|maxSwipe|dargging|clientX|clientY|duration|destroyControls|createElement|mouseover|mouseout|numbers|which|lazyOwl|appendTo|clearTimeout|checked|shift|sort|removeAttr|match|fadeIn|400|clickable|toggleClass|wrapAll|top|prop|tagName|DIV|background|image|url|wrapperWidth|img|500|dragstart|ontouchstart|controls|out|input|relative|textarea|select|webkitAnimationEnd|oAnimationEnd|MSAnimationEnd|animationend|getJSON|returnValue|hasOwnProperty|option|onstartup|baseElement|navigator|new|prototype|destroy|removeData|reinit|addItem|after|before|removeItem|1199|979|768|479|800|1e3|carousel|jQuery|window|document'.split('|'),0,{}))
|
inc/core/admin-views.php
CHANGED
@@ -110,6 +110,12 @@ class Su_Admin_Views {
|
|
110 |
public static function addons( $field, $config ) {
|
111 |
$output = array();
|
112 |
$addons = array(
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
array(
|
114 |
'name' => __( 'Maker', 'su' ),
|
115 |
'desc' => __( 'This add-on allows you to create custom shortcodes. You can easily create any shortcode with different parameters or even override default shortcodes', 'su' ),
|
@@ -118,7 +124,7 @@ class Su_Admin_Views {
|
|
118 |
),
|
119 |
array(
|
120 |
'name' => __( 'Skins', 'su' ),
|
121 |
-
'desc' => __( 'Set of additional skins for
|
122 |
'url' => 'http://gndev.info/shortcodes-ultimate/skins/',
|
123 |
'image' => plugins_url( 'assets/images/banners/skins.png', SU_PLUGIN_FILE )
|
124 |
),
|
110 |
public static function addons( $field, $config ) {
|
111 |
$output = array();
|
112 |
$addons = array(
|
113 |
+
array(
|
114 |
+
'name' => __( 'New Shortcodes', 'su' ),
|
115 |
+
'desc' => __( 'Parallax sections, responsive content slider, pricing tables, vector icons, testimonials, progress bars and even more', 'su' ),
|
116 |
+
'url' => 'http://gndev.info/shortcodes-ultimate/extra/',
|
117 |
+
'image' => plugins_url( 'assets/images/banners/extra.png', SU_PLUGIN_FILE )
|
118 |
+
),
|
119 |
array(
|
120 |
'name' => __( 'Maker', 'su' ),
|
121 |
'desc' => __( 'This add-on allows you to create custom shortcodes. You can easily create any shortcode with different parameters or even override default shortcodes', 'su' ),
|
124 |
),
|
125 |
array(
|
126 |
'name' => __( 'Skins', 'su' ),
|
127 |
+
'desc' => __( 'Set of additional skins for Shortcodes Ultimate. It includes skins for accordeons/spoilers, tabs and some other shortcodes', 'su' ),
|
128 |
'url' => 'http://gndev.info/shortcodes-ultimate/skins/',
|
129 |
'image' => plugins_url( 'assets/images/banners/skins.png', SU_PLUGIN_FILE )
|
130 |
),
|
inc/core/assets.php
CHANGED
@@ -42,9 +42,13 @@ class Su_Assets {
|
|
42 |
public static function register() {
|
43 |
// Chart.js
|
44 |
wp_register_script( 'chartjs', plugins_url( 'assets/js/chart.js', SU_PLUGIN_FILE ), false, '0.2', true );
|
45 |
-
//
|
46 |
wp_register_script( 'simpleslider', plugins_url( 'assets/js/simpleslider.js', SU_PLUGIN_FILE ), array( 'jquery' ), '1.0.0', true );
|
47 |
wp_register_style( 'simpleslider', plugins_url( 'assets/css/simpleslider.css', SU_PLUGIN_FILE ), false, '1.0.0', 'all' );
|
|
|
|
|
|
|
|
|
48 |
// Font Awesome
|
49 |
wp_register_style( 'font-awesome', plugins_url( 'assets/css/font-awesome.css', SU_PLUGIN_FILE ), false, '3.2.1', 'all' );
|
50 |
// Animate.css
|
@@ -69,7 +73,7 @@ class Su_Assets {
|
|
69 |
wp_register_style( 'su-options-page', plugins_url( 'assets/css/options-page.css', SU_PLUGIN_FILE ), false, SU_PLUGIN_VERSION, 'all' );
|
70 |
wp_register_script( 'su-options-page', plugins_url( 'assets/js/options-page.js', SU_PLUGIN_FILE ), array( 'magnific-popup', 'jquery-ui-sortable', 'ace', 'jsrender' ), SU_PLUGIN_VERSION, true );
|
71 |
wp_localize_script( 'su-options-page', 'su_options_page', array(
|
72 |
-
'upload_title'
|
73 |
'upload_insert' => __( 'Add selected files', 'su' ),
|
74 |
'not_clickable' => __( 'This button is not clickable', 'su' )
|
75 |
) );
|
@@ -82,7 +86,8 @@ class Su_Assets {
|
|
82 |
'isp_media_title' => __( 'Select images', 'su' ),
|
83 |
'isp_media_insert' => __( 'Add selected images', 'su' ),
|
84 |
'presets_prompt_msg' => __( 'Please enter a name for new preset', 'su' ),
|
85 |
-
'presets_prompt_value' => __( 'New preset', 'su' )
|
|
|
86 |
) );
|
87 |
// Shortcodes stylesheets
|
88 |
wp_register_style( 'su-content-shortcodes', self::skin_url( 'content-shortcodes.css' ), false, SU_PLUGIN_VERSION, 'all' );
|
42 |
public static function register() {
|
43 |
// Chart.js
|
44 |
wp_register_script( 'chartjs', plugins_url( 'assets/js/chart.js', SU_PLUGIN_FILE ), false, '0.2', true );
|
45 |
+
// SimpleSlider
|
46 |
wp_register_script( 'simpleslider', plugins_url( 'assets/js/simpleslider.js', SU_PLUGIN_FILE ), array( 'jquery' ), '1.0.0', true );
|
47 |
wp_register_style( 'simpleslider', plugins_url( 'assets/css/simpleslider.css', SU_PLUGIN_FILE ), false, '1.0.0', 'all' );
|
48 |
+
// Owl Carousel
|
49 |
+
wp_register_script( 'owl-carousel', plugins_url( 'assets/js/owl-carousel.js', SU_PLUGIN_FILE ), array( 'jquery' ), '1.3.2', true );
|
50 |
+
wp_register_style( 'owl-carousel', plugins_url( 'assets/css/owl-carousel.css', SU_PLUGIN_FILE ), false, '1.3.2', 'all' );
|
51 |
+
wp_register_style( 'owl-carousel-transitions', plugins_url( 'assets/css/owl-carousel-transitions.css', SU_PLUGIN_FILE ), false, '1.3.2', 'all' );
|
52 |
// Font Awesome
|
53 |
wp_register_style( 'font-awesome', plugins_url( 'assets/css/font-awesome.css', SU_PLUGIN_FILE ), false, '3.2.1', 'all' );
|
54 |
// Animate.css
|
73 |
wp_register_style( 'su-options-page', plugins_url( 'assets/css/options-page.css', SU_PLUGIN_FILE ), false, SU_PLUGIN_VERSION, 'all' );
|
74 |
wp_register_script( 'su-options-page', plugins_url( 'assets/js/options-page.js', SU_PLUGIN_FILE ), array( 'magnific-popup', 'jquery-ui-sortable', 'ace', 'jsrender' ), SU_PLUGIN_VERSION, true );
|
75 |
wp_localize_script( 'su-options-page', 'su_options_page', array(
|
76 |
+
'upload_title' => __( 'Choose files', 'su' ),
|
77 |
'upload_insert' => __( 'Add selected files', 'su' ),
|
78 |
'not_clickable' => __( 'This button is not clickable', 'su' )
|
79 |
) );
|
86 |
'isp_media_title' => __( 'Select images', 'su' ),
|
87 |
'isp_media_insert' => __( 'Add selected images', 'su' ),
|
88 |
'presets_prompt_msg' => __( 'Please enter a name for new preset', 'su' ),
|
89 |
+
'presets_prompt_value' => __( 'New preset', 'su' ),
|
90 |
+
'last_used' => __( 'Last used settings', 'su' )
|
91 |
) );
|
92 |
// Shortcodes stylesheets
|
93 |
wp_register_style( 'su-content-shortcodes', self::skin_url( 'content-shortcodes.css' ), false, SU_PLUGIN_VERSION, 'all' );
|
inc/core/counters.php
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Su_Counter_Examples {
|
4 |
+
|
5 |
+
static $option = 'su_counter_examples';
|
6 |
+
|
7 |
+
function __construct() {
|
8 |
+
|
9 |
+
}
|
10 |
+
}
|
11 |
+
|
12 |
+
// new Su_Counter_Examples;
|
13 |
+
|
14 |
+
class Su_Counter_Extra_Addon {
|
15 |
+
|
16 |
+
static $option = 'su_counter_extra_addon';
|
17 |
+
|
18 |
+
function __construct() {
|
19 |
+
add_filter( 'su/menu/shortcodes', array( __CLASS__, 'display' ) );
|
20 |
+
add_filter( 'su/menu/addons', array( __CLASS__, 'display' ) );
|
21 |
+
add_action( 'sunrise/page/before', array( __CLASS__, 'disable' ) );
|
22 |
+
}
|
23 |
+
|
24 |
+
public static function display( $title ) {
|
25 |
+
if ( get_option( self::$option ) ) return $title;
|
26 |
+
return sprintf(
|
27 |
+
'%s <span class="update-plugins count-1" title="%s"><span class="update-count">%s</span></span>',
|
28 |
+
$title,
|
29 |
+
__( '1 new add-on for Shortcodes Ultimate', 'su' ),
|
30 |
+
'1'
|
31 |
+
);
|
32 |
+
}
|
33 |
+
|
34 |
+
public static function disable() {
|
35 |
+
if ( $_GET['page'] === 'shortcodes-ultimate-addons' ) update_option( self::$option, true );
|
36 |
+
}
|
37 |
+
}
|
38 |
+
|
39 |
+
new Su_Counter_Extra_Addon;
|
inc/core/data.php
CHANGED
@@ -40,6 +40,10 @@ class Su_Data {
|
|
40 |
return apply_filters( 'su/data/icons', array( 'glass', 'music', 'search', 'envelope-o', 'heart', 'star', 'star-o', 'user', 'film', 'th-large', 'th', 'th-list', 'check', 'times', 'search-plus', 'search-minus', 'power-off', 'signal', 'cog', 'trash-o', 'home', 'file-o', 'clock-o', 'road', 'download', 'arrow-circle-o-down', 'arrow-circle-o-up', 'inbox', 'play-circle-o', 'repeat', 'refresh', 'list-alt', 'lock', 'flag', 'headphones', 'volume-off', 'volume-down', 'volume-up', 'qrcode', 'barcode', 'tag', 'tags', 'book', 'bookmark', 'print', 'camera', 'font', 'bold', 'italic', 'text-height', 'text-width', 'align-left', 'align-center', 'align-right', 'align-justify', 'list', 'outdent', 'indent', 'video-camera', 'picture-o', 'pencil', 'map-marker', 'adjust', 'tint', 'pencil-square-o', 'share-square-o', 'check-square-o', 'arrows', 'step-backward', 'fast-backward', 'backward', 'play', 'pause', 'stop', 'forward', 'fast-forward', 'step-forward', 'eject', 'chevron-left', 'chevron-right', 'plus-circle', 'minus-circle', 'times-circle', 'check-circle', 'question-circle', 'info-circle', 'crosshairs', 'times-circle-o', 'check-circle-o', 'ban', 'arrow-left', 'arrow-right', 'arrow-up', 'arrow-down', 'share', 'expand', 'compress', 'plus', 'minus', 'asterisk', 'exclamation-circle', 'gift', 'leaf', 'fire', 'eye', 'eye-slash', 'exclamation-triangle', 'plane', 'calendar', 'random', 'comment', 'magnet', 'chevron-up', 'chevron-down', 'retweet', 'shopping-cart', 'folder', 'folder-open', 'arrows-v', 'arrows-h', 'bar-chart-o', 'twitter-square', 'facebook-square', 'camera-retro', 'key', 'cogs', 'comments', 'thumbs-o-up', 'thumbs-o-down', 'star-half', 'heart-o', 'sign-out', 'linkedin-square', 'thumb-tack', 'external-link', 'sign-in', 'trophy', 'github-square', 'upload', 'lemon-o', 'phone', 'square-o', 'bookmark-o', 'phone-square', 'twitter', 'facebook', 'github', 'unlock', 'credit-card', 'rss', 'hdd-o', 'bullhorn', 'bell', 'certificate', 'hand-o-right', 'hand-o-left', 'hand-o-up', 'hand-o-down', 'arrow-circle-left', 'arrow-circle-right', 'arrow-circle-up', 'arrow-circle-down', 'globe', 'wrench', 'tasks', 'filter', 'briefcase', 'arrows-alt', 'users', 'link', 'cloud', 'flask', 'scissors', 'files-o', 'paperclip', 'floppy-o', 'square', 'bars', 'list-ul', 'list-ol', 'strikethrough', 'underline', 'table', 'magic', 'truck', 'pinterest', 'pinterest-square', 'google-plus-square', 'google-plus', 'money', 'caret-down', 'caret-up', 'caret-left', 'caret-right', 'columns', 'sort', 'sort-asc', 'sort-desc', 'envelope', 'linkedin', 'undo', 'gavel', 'tachometer', 'comment-o', 'comments-o', 'bolt', 'sitemap', 'umbrella', 'clipboard', 'lightbulb-o', 'exchange', 'cloud-download', 'cloud-upload', 'user-md', 'stethoscope', 'suitcase', 'bell-o', 'coffee', 'cutlery', 'file-text-o', 'building-o', 'hospital-o', 'ambulance', 'medkit', 'fighter-jet', 'beer', 'h-square', 'plus-square', 'angle-double-left', 'angle-double-right', 'angle-double-up', 'angle-double-down', 'angle-left', 'angle-right', 'angle-up', 'angle-down', 'desktop', 'laptop', 'tablet', 'mobile', 'circle-o', 'quote-left', 'quote-right', 'spinner', 'circle', 'reply', 'github-alt', 'folder-o', 'folder-open-o', 'smile-o', 'frown-o', 'meh-o', 'gamepad', 'keyboard-o', 'flag-o', 'flag-checkered', 'terminal', 'code', 'reply-all', 'mail-reply-all', 'star-half-o', 'location-arrow', 'crop', 'code-fork', 'chain-broken', 'question', 'info', 'exclamation', 'superscript', 'subscript', 'eraser', 'puzzle-piece', 'microphone', 'microphone-slash', 'shield', 'calendar-o', 'fire-extinguisher', 'rocket', 'maxcdn', 'chevron-circle-left', 'chevron-circle-right', 'chevron-circle-up', 'chevron-circle-down', 'html5', 'css3', 'anchor', 'unlock-alt', 'bullseye', 'ellipsis-h', 'ellipsis-v', 'rss-square', 'play-circle', 'ticket', 'minus-square', 'minus-square-o', 'level-up', 'level-down', 'check-square', 'pencil-square', 'external-link-square', 'share-square', 'compass', 'caret-square-o-down', 'caret-square-o-up', 'caret-square-o-right', 'eur', 'gbp', 'usd', 'inr', 'jpy', 'rub', 'krw', 'btc', 'file', 'file-text', 'sort-alpha-asc', 'sort-alpha-desc', 'sort-amount-asc', 'sort-amount-desc', 'sort-numeric-asc', 'sort-numeric-desc', 'thumbs-up', 'thumbs-down', 'youtube-square', 'youtube', 'xing', 'xing-square', 'youtube-play', 'dropbox', 'stack-overflow', 'instagram', 'flickr', 'adn', 'bitbucket', 'bitbucket-square', 'tumblr', 'tumblr-square', 'long-arrow-down', 'long-arrow-up', 'long-arrow-left', 'long-arrow-right', 'apple', 'windows', 'android', 'linux', 'dribbble', 'skype', 'foursquare', 'trello', 'female', 'male', 'gittip', 'sun-o', 'moon-o', 'archive', 'bug', 'vk', 'weibo', 'renren', 'pagelines', 'stack-exchange', 'arrow-circle-o-right', 'arrow-circle-o-left', 'caret-square-o-left', 'dot-circle-o', 'wheelchair', 'vimeo-square', 'try', 'plus-square-o' ) );
|
41 |
}
|
42 |
|
|
|
|
|
|
|
|
|
43 |
/**
|
44 |
* Shortcode groups
|
45 |
*/
|
@@ -1973,7 +1977,7 @@ class Su_Data {
|
|
1973 |
'step' => 1,
|
1974 |
'default' => 20,
|
1975 |
'name' => __( 'Limit', 'su' ),
|
1976 |
-
'desc' => __( 'Maximum number of image source posts (for
|
1977 |
),
|
1978 |
'link' => array(
|
1979 |
'type' => 'select',
|
@@ -2270,7 +2274,7 @@ class Su_Data {
|
|
2270 |
'atts' => array(
|
2271 |
'type' => array(
|
2272 |
'type' => 'select',
|
2273 |
-
'values' =>
|
2274 |
'default' => 'bounceIn',
|
2275 |
'name' => __( 'Animation', 'su' ),
|
2276 |
'desc' => __( 'Select animation type', 'su' )
|
40 |
return apply_filters( 'su/data/icons', array( 'glass', 'music', 'search', 'envelope-o', 'heart', 'star', 'star-o', 'user', 'film', 'th-large', 'th', 'th-list', 'check', 'times', 'search-plus', 'search-minus', 'power-off', 'signal', 'cog', 'trash-o', 'home', 'file-o', 'clock-o', 'road', 'download', 'arrow-circle-o-down', 'arrow-circle-o-up', 'inbox', 'play-circle-o', 'repeat', 'refresh', 'list-alt', 'lock', 'flag', 'headphones', 'volume-off', 'volume-down', 'volume-up', 'qrcode', 'barcode', 'tag', 'tags', 'book', 'bookmark', 'print', 'camera', 'font', 'bold', 'italic', 'text-height', 'text-width', 'align-left', 'align-center', 'align-right', 'align-justify', 'list', 'outdent', 'indent', 'video-camera', 'picture-o', 'pencil', 'map-marker', 'adjust', 'tint', 'pencil-square-o', 'share-square-o', 'check-square-o', 'arrows', 'step-backward', 'fast-backward', 'backward', 'play', 'pause', 'stop', 'forward', 'fast-forward', 'step-forward', 'eject', 'chevron-left', 'chevron-right', 'plus-circle', 'minus-circle', 'times-circle', 'check-circle', 'question-circle', 'info-circle', 'crosshairs', 'times-circle-o', 'check-circle-o', 'ban', 'arrow-left', 'arrow-right', 'arrow-up', 'arrow-down', 'share', 'expand', 'compress', 'plus', 'minus', 'asterisk', 'exclamation-circle', 'gift', 'leaf', 'fire', 'eye', 'eye-slash', 'exclamation-triangle', 'plane', 'calendar', 'random', 'comment', 'magnet', 'chevron-up', 'chevron-down', 'retweet', 'shopping-cart', 'folder', 'folder-open', 'arrows-v', 'arrows-h', 'bar-chart-o', 'twitter-square', 'facebook-square', 'camera-retro', 'key', 'cogs', 'comments', 'thumbs-o-up', 'thumbs-o-down', 'star-half', 'heart-o', 'sign-out', 'linkedin-square', 'thumb-tack', 'external-link', 'sign-in', 'trophy', 'github-square', 'upload', 'lemon-o', 'phone', 'square-o', 'bookmark-o', 'phone-square', 'twitter', 'facebook', 'github', 'unlock', 'credit-card', 'rss', 'hdd-o', 'bullhorn', 'bell', 'certificate', 'hand-o-right', 'hand-o-left', 'hand-o-up', 'hand-o-down', 'arrow-circle-left', 'arrow-circle-right', 'arrow-circle-up', 'arrow-circle-down', 'globe', 'wrench', 'tasks', 'filter', 'briefcase', 'arrows-alt', 'users', 'link', 'cloud', 'flask', 'scissors', 'files-o', 'paperclip', 'floppy-o', 'square', 'bars', 'list-ul', 'list-ol', 'strikethrough', 'underline', 'table', 'magic', 'truck', 'pinterest', 'pinterest-square', 'google-plus-square', 'google-plus', 'money', 'caret-down', 'caret-up', 'caret-left', 'caret-right', 'columns', 'sort', 'sort-asc', 'sort-desc', 'envelope', 'linkedin', 'undo', 'gavel', 'tachometer', 'comment-o', 'comments-o', 'bolt', 'sitemap', 'umbrella', 'clipboard', 'lightbulb-o', 'exchange', 'cloud-download', 'cloud-upload', 'user-md', 'stethoscope', 'suitcase', 'bell-o', 'coffee', 'cutlery', 'file-text-o', 'building-o', 'hospital-o', 'ambulance', 'medkit', 'fighter-jet', 'beer', 'h-square', 'plus-square', 'angle-double-left', 'angle-double-right', 'angle-double-up', 'angle-double-down', 'angle-left', 'angle-right', 'angle-up', 'angle-down', 'desktop', 'laptop', 'tablet', 'mobile', 'circle-o', 'quote-left', 'quote-right', 'spinner', 'circle', 'reply', 'github-alt', 'folder-o', 'folder-open-o', 'smile-o', 'frown-o', 'meh-o', 'gamepad', 'keyboard-o', 'flag-o', 'flag-checkered', 'terminal', 'code', 'reply-all', 'mail-reply-all', 'star-half-o', 'location-arrow', 'crop', 'code-fork', 'chain-broken', 'question', 'info', 'exclamation', 'superscript', 'subscript', 'eraser', 'puzzle-piece', 'microphone', 'microphone-slash', 'shield', 'calendar-o', 'fire-extinguisher', 'rocket', 'maxcdn', 'chevron-circle-left', 'chevron-circle-right', 'chevron-circle-up', 'chevron-circle-down', 'html5', 'css3', 'anchor', 'unlock-alt', 'bullseye', 'ellipsis-h', 'ellipsis-v', 'rss-square', 'play-circle', 'ticket', 'minus-square', 'minus-square-o', 'level-up', 'level-down', 'check-square', 'pencil-square', 'external-link-square', 'share-square', 'compass', 'caret-square-o-down', 'caret-square-o-up', 'caret-square-o-right', 'eur', 'gbp', 'usd', 'inr', 'jpy', 'rub', 'krw', 'btc', 'file', 'file-text', 'sort-alpha-asc', 'sort-alpha-desc', 'sort-amount-asc', 'sort-amount-desc', 'sort-numeric-asc', 'sort-numeric-desc', 'thumbs-up', 'thumbs-down', 'youtube-square', 'youtube', 'xing', 'xing-square', 'youtube-play', 'dropbox', 'stack-overflow', 'instagram', 'flickr', 'adn', 'bitbucket', 'bitbucket-square', 'tumblr', 'tumblr-square', 'long-arrow-down', 'long-arrow-up', 'long-arrow-left', 'long-arrow-right', 'apple', 'windows', 'android', 'linux', 'dribbble', 'skype', 'foursquare', 'trello', 'female', 'male', 'gittip', 'sun-o', 'moon-o', 'archive', 'bug', 'vk', 'weibo', 'renren', 'pagelines', 'stack-exchange', 'arrow-circle-o-right', 'arrow-circle-o-left', 'caret-square-o-left', 'dot-circle-o', 'wheelchair', 'vimeo-square', 'try', 'plus-square-o' ) );
|
41 |
}
|
42 |
|
43 |
+
public static function animations() {
|
44 |
+
return apply_filters( 'su/data/animations', array( 'flash', 'bounce', 'shake', 'tada', 'swing', 'wobble', 'pulse', 'flip', 'flipInX', 'flipOutX', 'flipInY', 'flipOutY', 'fadeIn', 'fadeInUp', 'fadeInDown', 'fadeInLeft', 'fadeInRight', 'fadeInUpBig', 'fadeInDownBig', 'fadeInLeftBig', 'fadeInRightBig', 'fadeOut', 'fadeOutUp', 'fadeOutDown', 'fadeOutLeft', 'fadeOutRight', 'fadeOutUpBig', 'fadeOutDownBig', 'fadeOutLeftBig', 'fadeOutRightBig', 'slideInDown', 'slideInLeft', 'slideInRight', 'slideOutUp', 'slideOutLeft', 'slideOutRight', 'bounceIn', 'bounceInDown', 'bounceInUp', 'bounceInLeft', 'bounceInRight', 'bounceOut', 'bounceOutDown', 'bounceOutUp', 'bounceOutLeft', 'bounceOutRight', 'rotateIn', 'rotateInDownLeft', 'rotateInDownRight', 'rotateInUpLeft', 'rotateInUpRight', 'rotateOut', 'rotateOutDownLeft', 'rotateOutDownRight', 'rotateOutUpLeft', 'rotateOutUpRight', 'lightSpeedIn', 'lightSpeedOut', 'hinge', 'rollIn', 'rollOut' ) );
|
45 |
+
}
|
46 |
+
|
47 |
/**
|
48 |
* Shortcode groups
|
49 |
*/
|
1977 |
'step' => 1,
|
1978 |
'default' => 20,
|
1979 |
'name' => __( 'Limit', 'su' ),
|
1980 |
+
'desc' => __( 'Maximum number of image source posts (for recent posts, category and custom taxonomy)', 'su' )
|
1981 |
),
|
1982 |
'link' => array(
|
1983 |
'type' => 'select',
|
2274 |
'atts' => array(
|
2275 |
'type' => array(
|
2276 |
'type' => 'select',
|
2277 |
+
'values' => array_combine( self::animations(), self::animations() ),
|
2278 |
'default' => 'bounceIn',
|
2279 |
'name' => __( 'Animation', 'su' ),
|
2280 |
'desc' => __( 'Select animation type', 'su' )
|
inc/core/generator-views.php
CHANGED
@@ -42,7 +42,7 @@ class Su_Generator_Views {
|
|
42 |
}
|
43 |
|
44 |
public static function bool( $id, $field ) {
|
45 |
-
$return = '<span class="su-generator-switch su-generator-switch-' . $field['default'] . '"><span class="su-generator-yes">' . __( 'Yes', 'su' ) . '</span><span class="su-generator-no">' . __( 'No', 'su' ) . '</span></span><input type="hidden" name="' . $id . '" value="' . esc_attr( $field['default'] ) . '" id="su-generator-attr-' . $id . '" class="su-generator-attr" />';
|
46 |
return $return;
|
47 |
}
|
48 |
|
42 |
}
|
43 |
|
44 |
public static function bool( $id, $field ) {
|
45 |
+
$return = '<span class="su-generator-switch su-generator-switch-' . $field['default'] . '"><span class="su-generator-yes">' . __( 'Yes', 'su' ) . '</span><span class="su-generator-no">' . __( 'No', 'su' ) . '</span></span><input type="hidden" name="' . $id . '" value="' . esc_attr( $field['default'] ) . '" id="su-generator-attr-' . $id . '" class="su-generator-attr su-generator-switch-value" />';
|
46 |
return $return;
|
47 |
}
|
48 |
|
inc/core/generator.php
CHANGED
@@ -160,14 +160,14 @@ class Su_Generator {
|
|
160 |
elseif ( !isset( $attr_info['type'] ) ) $attr_info['type'] = 'text';
|
161 |
if ( is_callable( array( 'Su_Generator_Views', $attr_info['type'] ) ) ) $return .= call_user_func( array( 'Su_Generator_Views', $attr_info['type'] ), $attr_name, $attr_info );
|
162 |
elseif ( isset( $attr_info['callback'] ) && is_callable( $attr_info['callback'] ) ) $return .= call_user_func( $attr_info['callback'], $attr_name, $attr_info );
|
163 |
-
if ( isset( $attr_info['desc'] ) ) $return .= '<div class="su-generator-attr-desc">' . str_replace( '<b%value>', '<b class="su-generator-set-value" title="' . __( 'Click to set this value', 'su' ) . '">', $attr_info['desc'] ) . '</div>';
|
164 |
$return .= '</div>';
|
165 |
}
|
166 |
}
|
167 |
// Single shortcode (not closed)
|
168 |
if ( $shortcode['type'] == 'single' ) $return .= '<input type="hidden" name="su-generator-content" id="su-generator-content" value="false" />';
|
169 |
// Wrapping shortcode
|
170 |
-
else $return .= '<div class="su-generator-attr-container"><h5>' . __( 'Content', 'su' ) . '</h5><textarea name="su-generator-content" id="su-generator-content" rows="
|
171 |
$return .= '<div id="su-generator-preview"></div>';
|
172 |
$return .= '<div class="su-generator-actions su-generator-clearfix">' . implode( ' ', array_values( $actions ) ) . '</div>';
|
173 |
set_transient( 'su/generator/settings/' . sanitize_text_field( $_REQUEST['shortcode'] ), $return, 2 * DAY_IN_SECONDS );
|
160 |
elseif ( !isset( $attr_info['type'] ) ) $attr_info['type'] = 'text';
|
161 |
if ( is_callable( array( 'Su_Generator_Views', $attr_info['type'] ) ) ) $return .= call_user_func( array( 'Su_Generator_Views', $attr_info['type'] ), $attr_name, $attr_info );
|
162 |
elseif ( isset( $attr_info['callback'] ) && is_callable( $attr_info['callback'] ) ) $return .= call_user_func( $attr_info['callback'], $attr_name, $attr_info );
|
163 |
+
if ( isset( $attr_info['desc'] ) ) $return .= '<div class="su-generator-attr-desc">' . str_replace( array( '<b%value>', '<b_>' ), '<b class="su-generator-set-value" title="' . __( 'Click to set this value', 'su' ) . '">', $attr_info['desc'] ) . '</div>';
|
164 |
$return .= '</div>';
|
165 |
}
|
166 |
}
|
167 |
// Single shortcode (not closed)
|
168 |
if ( $shortcode['type'] == 'single' ) $return .= '<input type="hidden" name="su-generator-content" id="su-generator-content" value="false" />';
|
169 |
// Wrapping shortcode
|
170 |
+
else $return .= '<div class="su-generator-attr-container"><h5>' . __( 'Content', 'su' ) . '</h5><textarea name="su-generator-content" id="su-generator-content" rows="5">' . esc_attr( str_replace( array( '%prefix_', '__' ), su_cmpt(), $shortcode['content'] ) ) . '</textarea></div>';
|
171 |
$return .= '<div id="su-generator-preview"></div>';
|
172 |
$return .= '<div class="su-generator-actions su-generator-clearfix">' . implode( ' ', array_values( $actions ) ) . '</div>';
|
173 |
set_transient( 'su/generator/settings/' . sanitize_text_field( $_REQUEST['shortcode'] ), $return, 2 * DAY_IN_SECONDS );
|
inc/core/load.php
CHANGED
@@ -28,7 +28,7 @@ class Shortcodes_Ultimate {
|
|
28 |
// Top-level menu
|
29 |
$admin->add_menu( array(
|
30 |
'page_title' => __( 'Settings', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
31 |
-
'menu_title' => __( 'Shortcodes', 'su' ),
|
32 |
'capability' => 'edit_others_posts',
|
33 |
'slug' => 'shortcodes-ultimate',
|
34 |
'icon_url' => plugins_url( 'assets/images/icon.png', SU_PLUGIN_FILE ),
|
@@ -102,7 +102,7 @@ class Shortcodes_Ultimate {
|
|
102 |
$admin->add_submenu( array(
|
103 |
'parent_slug' => 'shortcodes-ultimate',
|
104 |
'page_title' => __( 'Settings', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
105 |
-
'menu_title' => __( 'Settings', 'su' ),
|
106 |
'capability' => 'edit_others_posts',
|
107 |
'slug' => 'shortcodes-ultimate',
|
108 |
'options' => array()
|
@@ -111,7 +111,7 @@ class Shortcodes_Ultimate {
|
|
111 |
$admin->add_submenu( array(
|
112 |
'parent_slug' => 'shortcodes-ultimate',
|
113 |
'page_title' => __( 'Examples', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
114 |
-
'menu_title' => __( 'Examples', 'su' ),
|
115 |
'capability' => 'edit_others_posts',
|
116 |
'slug' => 'shortcodes-ultimate-examples',
|
117 |
'options' => array(
|
@@ -125,7 +125,7 @@ class Shortcodes_Ultimate {
|
|
125 |
$admin->add_submenu( array(
|
126 |
'parent_slug' => 'shortcodes-ultimate',
|
127 |
'page_title' => __( 'Add-ons', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
128 |
-
'menu_title' => __( 'Add-ons', 'su' ),
|
129 |
'capability' => 'edit_others_posts',
|
130 |
'slug' => 'shortcodes-ultimate-addons',
|
131 |
'options' => array(
|
28 |
// Top-level menu
|
29 |
$admin->add_menu( array(
|
30 |
'page_title' => __( 'Settings', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
31 |
+
'menu_title' => apply_filters( 'su/menu/shortcodes', __( 'Shortcodes', 'su' ) ),
|
32 |
'capability' => 'edit_others_posts',
|
33 |
'slug' => 'shortcodes-ultimate',
|
34 |
'icon_url' => plugins_url( 'assets/images/icon.png', SU_PLUGIN_FILE ),
|
102 |
$admin->add_submenu( array(
|
103 |
'parent_slug' => 'shortcodes-ultimate',
|
104 |
'page_title' => __( 'Settings', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
105 |
+
'menu_title' => apply_filters( 'su/menu/settings', __( 'Settings', 'su' ) ),
|
106 |
'capability' => 'edit_others_posts',
|
107 |
'slug' => 'shortcodes-ultimate',
|
108 |
'options' => array()
|
111 |
$admin->add_submenu( array(
|
112 |
'parent_slug' => 'shortcodes-ultimate',
|
113 |
'page_title' => __( 'Examples', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
114 |
+
'menu_title' => apply_filters( 'su/menu/examples', __( 'Examples', 'su' ) ),
|
115 |
'capability' => 'edit_others_posts',
|
116 |
'slug' => 'shortcodes-ultimate-examples',
|
117 |
'options' => array(
|
125 |
$admin->add_submenu( array(
|
126 |
'parent_slug' => 'shortcodes-ultimate',
|
127 |
'page_title' => __( 'Add-ons', 'su' ) . ' ‹ ' . __( 'Shortcodes Ultimate', 'su' ),
|
128 |
+
'menu_title' => apply_filters( 'su/menu/addons', __( 'Add-ons', 'su' ) ),
|
129 |
'capability' => 'edit_others_posts',
|
130 |
'slug' => 'shortcodes-ultimate-addons',
|
131 |
'options' => array(
|
inc/core/shortcodes.php
CHANGED
@@ -33,7 +33,7 @@ class Su_Shortcodes {
|
|
33 |
if ( self::$tab_count < $atts['active'] ) $atts['active'] = self::$tab_count;
|
34 |
foreach ( self::$tabs as $tab ) {
|
35 |
$tabs[] = '<span class="' . su_ecssc( $tab ) . $tab['disabled'] . '"' . $tab['anchor'] . '>' . su_scattr( $tab['title'] ) . '</span>';
|
36 |
-
$panes[] = '<div class="su-tabs-pane' . su_ecssc( $tab ) . '">' . $tab['content'] . '
|
37 |
}
|
38 |
$atts['vertical'] = ( $atts['vertical'] === 'yes' ) ? ' su-tabs-vertical' : '';
|
39 |
$return = '<div class="su-tabs su-tabs-style-' . $atts['style'] . $atts['vertical'] . su_ecssc( $atts ) . '" data-active="' . (string) $atts['active'] . '"><div class="su-tabs-nav">' . implode( '', $tabs ) . '</div><div class="su-tabs-panes">' . implode( "\n", $panes ) . '</div></div>';
|
@@ -84,7 +84,7 @@ class Su_Shortcodes {
|
|
84 |
su_query_asset( 'js', 'jquery' );
|
85 |
su_query_asset( 'js', 'su-other-shortcodes' );
|
86 |
do_action( 'su/shortcode/spoiler', $atts );
|
87 |
-
return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_ecssc( $atts ) . '"' . $atts['anchor'] . '><div class="su-spoiler-title"><span class="su-spoiler-icon"></span>' . su_scattr( $atts['title'] ) . '</div><div class="su-spoiler-content">' . su_do_shortcode( $content, 's' ) . '</div></div>';
|
88 |
}
|
89 |
|
90 |
public static function accordion( $atts = null, $content = null ) {
|
@@ -149,7 +149,7 @@ class Su_Shortcodes {
|
|
149 |
$cite_class = ( $atts['cite'] ) ? ' su-quote-has-cite' : '';
|
150 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
151 |
do_action( 'su/shortcode/quote', $atts );
|
152 |
-
return '<div class="su-quote su-quote-style-' . $atts['style'] . $cite_class . su_ecssc( $atts ) . '"><div class="su-quote-inner">' . do_shortcode( $content ) . su_scattr( $cite ) . '</div></div>';
|
153 |
}
|
154 |
|
155 |
public static function pullquote( $atts = null, $content = null ) {
|
@@ -200,7 +200,7 @@ class Su_Shortcodes {
|
|
200 |
if ( $atts['last'] !== null && $atts['last'] == '1' ) $atts['class'] .= ' su-column-last';
|
201 |
if ( $atts['center'] === 'yes' ) $atts['class'] .= ' su-column-centered';
|
202 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
203 |
-
return '<div class="su-column su-column-size-' . str_replace( '/', '-', $atts['size'] ) . su_ecssc( $atts ) . '"><div class="su-column-inner">' . su_do_shortcode( $content, 'c' ) . '</div></div>';
|
204 |
}
|
205 |
|
206 |
public static function su_list( $atts = null, $content = null ) {
|
@@ -443,7 +443,7 @@ class Su_Shortcodes {
|
|
443 |
$atts['icon'] = '<img src="' . $atts['icon'] . '" width="' . $atts['size'] . '" height="' . $atts['size'] . '" alt="' . $atts['title'] . '" />';
|
444 |
}
|
445 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
446 |
-
return '<div class="su-service' . su_ecssc( $atts ) . '"><div class="su-service-title" style="padding-left:' . round( $atts['size'] + 14 ) . 'px;height:' . $atts['size'] . 'px;line-height:' . $atts['size'] . 'px">' . $atts['icon'] . ' ' . su_scattr( $atts['title'] ) . '</div><div class="su-service-content" style="padding-left:' . round( $atts['size'] + 14 ) . 'px">' . do_shortcode( $content ) . '</div></div>';
|
447 |
}
|
448 |
|
449 |
public static function box( $atts = null, $content = null ) {
|
@@ -463,7 +463,7 @@ class Su_Shortcodes {
|
|
463 |
$title_radius = ( $title_radius ) ? '-webkit-border-top-left-radius:' . $title_radius . 'px;-webkit-border-top-right-radius:' . $title_radius . 'px;-moz-border-radius-topleft:' . $title_radius . 'px;-moz-border-radius-topright:' . $title_radius . 'px;border-top-left-radius:' . $title_radius . 'px;border-top-right-radius:' . $title_radius . 'px;' : '';
|
464 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
465 |
// Return result
|
466 |
-
return '<div class="su-box su-box-style-' . $atts['style'] . su_ecssc( $atts ) . '" style="border-color:' . su_hex_shift( $atts['box_color'], 'darker', 20 ) . ';' . $radius . '"><div class="su-box-title" style="background-color:' . $atts['box_color'] . ';color:' . $atts['title_color'] . ';' . $title_radius . '">' . su_scattr( $atts['title'] ) . '</div><div class="su-box-content">' . su_do_shortcode( $content, 'b' ) . '</div></div>';
|
467 |
}
|
468 |
|
469 |
public static function note( $atts = null, $content = null ) {
|
@@ -480,7 +480,7 @@ class Su_Shortcodes {
|
|
480 |
// Prepare border-radius
|
481 |
$radius = ( $atts['radius'] != '0' ) ? 'border-radius:' . $atts['radius'] . 'px;-moz-border-radius:' . $atts['radius'] . 'px;-webkit-border-radius:' . $atts['radius'] . 'px;' : '';
|
482 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
483 |
-
return '<div class="su-note' . su_ecssc( $atts ) . '" style="border-color:' . su_hex_shift( $atts['note_color'], 'darker', 10 ) . ';' . $radius . '"><div class="su-note-inner" style="background-color:' . $atts['note_color'] . ';border-color:' . su_hex_shift( $atts['note_color'], 'lighter', 80 ) . ';color:' . $atts['text_color'] . ';' . $radius . '">' . su_do_shortcode( $content, 'n' ) . '</div></div>';
|
484 |
}
|
485 |
|
486 |
public static function lightbox( $atts = null, $content = null ) {
|
@@ -1144,8 +1144,9 @@ class Su_Shortcodes {
|
|
1144 |
$tax_term = explode( ',', $tax_term );
|
1145 |
// Validate operator
|
1146 |
if ( !in_array( $tax_operator, array( 'IN', 'NOT IN', 'AND' ) ) ) $tax_operator = 'IN';
|
1147 |
-
$tax_args = array( 'tax_query' => array( array(
|
1148 |
-
'
|
|
|
1149 |
'terms' => $tax_term,
|
1150 |
'operator' => $tax_operator ) ) );
|
1151 |
// Check for multiple taxonomy queries
|
33 |
if ( self::$tab_count < $atts['active'] ) $atts['active'] = self::$tab_count;
|
34 |
foreach ( self::$tabs as $tab ) {
|
35 |
$tabs[] = '<span class="' . su_ecssc( $tab ) . $tab['disabled'] . '"' . $tab['anchor'] . '>' . su_scattr( $tab['title'] ) . '</span>';
|
36 |
+
$panes[] = '<div class="su-tabs-pane su-clearfix' . su_ecssc( $tab ) . '">' . $tab['content'] . '</div>';
|
37 |
}
|
38 |
$atts['vertical'] = ( $atts['vertical'] === 'yes' ) ? ' su-tabs-vertical' : '';
|
39 |
$return = '<div class="su-tabs su-tabs-style-' . $atts['style'] . $atts['vertical'] . su_ecssc( $atts ) . '" data-active="' . (string) $atts['active'] . '"><div class="su-tabs-nav">' . implode( '', $tabs ) . '</div><div class="su-tabs-panes">' . implode( "\n", $panes ) . '</div></div>';
|
84 |
su_query_asset( 'js', 'jquery' );
|
85 |
su_query_asset( 'js', 'su-other-shortcodes' );
|
86 |
do_action( 'su/shortcode/spoiler', $atts );
|
87 |
+
return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_ecssc( $atts ) . '"' . $atts['anchor'] . '><div class="su-spoiler-title"><span class="su-spoiler-icon"></span>' . su_scattr( $atts['title'] ) . '</div><div class="su-spoiler-content su-clearfix">' . su_do_shortcode( $content, 's' ) . '</div></div>';
|
88 |
}
|
89 |
|
90 |
public static function accordion( $atts = null, $content = null ) {
|
149 |
$cite_class = ( $atts['cite'] ) ? ' su-quote-has-cite' : '';
|
150 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
151 |
do_action( 'su/shortcode/quote', $atts );
|
152 |
+
return '<div class="su-quote su-quote-style-' . $atts['style'] . $cite_class . su_ecssc( $atts ) . '"><div class="su-quote-inner su-clearfix">' . do_shortcode( $content ) . su_scattr( $cite ) . '</div></div>';
|
153 |
}
|
154 |
|
155 |
public static function pullquote( $atts = null, $content = null ) {
|
200 |
if ( $atts['last'] !== null && $atts['last'] == '1' ) $atts['class'] .= ' su-column-last';
|
201 |
if ( $atts['center'] === 'yes' ) $atts['class'] .= ' su-column-centered';
|
202 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
203 |
+
return '<div class="su-column su-column-size-' . str_replace( '/', '-', $atts['size'] ) . su_ecssc( $atts ) . '"><div class="su-column-inner su-clearfix">' . su_do_shortcode( $content, 'c' ) . '</div></div>';
|
204 |
}
|
205 |
|
206 |
public static function su_list( $atts = null, $content = null ) {
|
443 |
$atts['icon'] = '<img src="' . $atts['icon'] . '" width="' . $atts['size'] . '" height="' . $atts['size'] . '" alt="' . $atts['title'] . '" />';
|
444 |
}
|
445 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
446 |
+
return '<div class="su-service' . su_ecssc( $atts ) . '"><div class="su-service-title" style="padding-left:' . round( $atts['size'] + 14 ) . 'px;min-height:' . $atts['size'] . 'px;line-height:' . $atts['size'] . 'px">' . $atts['icon'] . ' ' . su_scattr( $atts['title'] ) . '</div><div class="su-service-content su-clearfix" style="padding-left:' . round( $atts['size'] + 14 ) . 'px">' . do_shortcode( $content ) . '</div></div>';
|
447 |
}
|
448 |
|
449 |
public static function box( $atts = null, $content = null ) {
|
463 |
$title_radius = ( $title_radius ) ? '-webkit-border-top-left-radius:' . $title_radius . 'px;-webkit-border-top-right-radius:' . $title_radius . 'px;-moz-border-radius-topleft:' . $title_radius . 'px;-moz-border-radius-topright:' . $title_radius . 'px;border-top-left-radius:' . $title_radius . 'px;border-top-right-radius:' . $title_radius . 'px;' : '';
|
464 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
465 |
// Return result
|
466 |
+
return '<div class="su-box su-box-style-' . $atts['style'] . su_ecssc( $atts ) . '" style="border-color:' . su_hex_shift( $atts['box_color'], 'darker', 20 ) . ';' . $radius . '"><div class="su-box-title" style="background-color:' . $atts['box_color'] . ';color:' . $atts['title_color'] . ';' . $title_radius . '">' . su_scattr( $atts['title'] ) . '</div><div class="su-box-content su-clearfix">' . su_do_shortcode( $content, 'b' ) . '</div></div>';
|
467 |
}
|
468 |
|
469 |
public static function note( $atts = null, $content = null ) {
|
480 |
// Prepare border-radius
|
481 |
$radius = ( $atts['radius'] != '0' ) ? 'border-radius:' . $atts['radius'] . 'px;-moz-border-radius:' . $atts['radius'] . 'px;-webkit-border-radius:' . $atts['radius'] . 'px;' : '';
|
482 |
su_query_asset( 'css', 'su-box-shortcodes' );
|
483 |
+
return '<div class="su-note' . su_ecssc( $atts ) . '" style="border-color:' . su_hex_shift( $atts['note_color'], 'darker', 10 ) . ';' . $radius . '"><div class="su-note-inner su-clearfix" style="background-color:' . $atts['note_color'] . ';border-color:' . su_hex_shift( $atts['note_color'], 'lighter', 80 ) . ';color:' . $atts['text_color'] . ';' . $radius . '">' . su_do_shortcode( $content, 'n' ) . '</div></div>';
|
484 |
}
|
485 |
|
486 |
public static function lightbox( $atts = null, $content = null ) {
|
1144 |
$tax_term = explode( ',', $tax_term );
|
1145 |
// Validate operator
|
1146 |
if ( !in_array( $tax_operator, array( 'IN', 'NOT IN', 'AND' ) ) ) $tax_operator = 'IN';
|
1147 |
+
$tax_args = array( 'tax_query' => array( array(
|
1148 |
+
'taxonomy' => $taxonomy,
|
1149 |
+
'field' => ( is_numeric( $tax_term[0] ) ) ? 'id' : 'slug',
|
1150 |
'terms' => $tax_term,
|
1151 |
'operator' => $tax_operator ) ) );
|
1152 |
// Check for multiple taxonomy queries
|
inc/core/tools.php
CHANGED
@@ -663,9 +663,10 @@ class Su_Tools {
|
|
663 |
return $taxes;
|
664 |
}
|
665 |
|
666 |
-
public static function get_terms( $tax = 'category' ) {
|
667 |
$terms = array();
|
668 |
-
foreach ( (array) get_terms( $tax, array( 'hide_empty' => false ) ) as $term ) $terms[$term->term_id] = $term->name;
|
|
|
669 |
return $terms;
|
670 |
}
|
671 |
|
@@ -817,6 +818,39 @@ class Su_Tools {
|
|
817 |
return ( strpos( $src, '/' ) !== false ) ? '<img src="' . $src . '" alt="" />' : '<i class="fa fa-' . $src . '"></i>';
|
818 |
}
|
819 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
820 |
public static function icons() {
|
821 |
$icons = array();
|
822 |
if ( is_callable( array( 'Su_Data', 'icons' ) ) ) foreach ( (array) Su_Data::icons() as $icon ) {
|
@@ -837,8 +871,15 @@ class Su_Tools {
|
|
837 |
new Su_Tools;
|
838 |
|
839 |
/**
|
840 |
-
*
|
841 |
*/
|
842 |
function su_scattr( $value ) {
|
843 |
return Su_Tools::do_attr( $value );
|
844 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
663 |
return $taxes;
|
664 |
}
|
665 |
|
666 |
+
public static function get_terms( $tax = 'category', $key = 'id' ) {
|
667 |
$terms = array();
|
668 |
+
if ( $key === 'id' ) foreach ( (array) get_terms( $tax, array( 'hide_empty' => false ) ) as $term ) $terms[$term->term_id] = $term->name;
|
669 |
+
elseif ( $key === 'slug' ) foreach ( (array) get_terms( $tax, array( 'hide_empty' => false ) ) as $term ) $terms[$term->slug] = $term->name;
|
670 |
return $terms;
|
671 |
}
|
672 |
|
818 |
return ( strpos( $src, '/' ) !== false ) ? '<img src="' . $src . '" alt="" />' : '<i class="fa fa-' . $src . '"></i>';
|
819 |
}
|
820 |
|
821 |
+
public static function get_icon( $args ) {
|
822 |
+
$args = wp_parse_args( $args, array(
|
823 |
+
'icon' => '',
|
824 |
+
'size' => '',
|
825 |
+
'color' => '',
|
826 |
+
'style' => ''
|
827 |
+
) );
|
828 |
+
// Check for icon param
|
829 |
+
if ( !$args['icon'] ) return;
|
830 |
+
// Add trailing ; to the style param
|
831 |
+
if ( $args['style'] ) $args['style'] = rtrim( $args['style'], ';' ) . ';';
|
832 |
+
// Font Awesome icon
|
833 |
+
if ( strpos( $args['icon'], 'icon:' ) !== false ) {
|
834 |
+
// Add size
|
835 |
+
if ( $args['size'] ) $args['style'] .= 'font-size:' . $args['size'] . 'px;';
|
836 |
+
// Add color
|
837 |
+
if ( $args['color'] ) $args['style'] .= 'color:' . $args['color'] . ';';
|
838 |
+
// Query font-awesome stylesheet
|
839 |
+
su_query_asset( 'css', 'font-awesome' );
|
840 |
+
// Return icon
|
841 |
+
return '<i class="fa fa-' . trim( str_replace( 'icon:', '', $args['icon'] ) ) . '" style="' . $args['style'] . '"></i>';
|
842 |
+
}
|
843 |
+
// Image icon
|
844 |
+
elseif ( strpos( $args['icon'], '/' ) !== false ) {
|
845 |
+
// Add size
|
846 |
+
if ( $args['size'] ) $args['style'] .= 'width:' . $args['size'] . 'px;height:' . $args['size'] . 'px;';
|
847 |
+
// Return icon
|
848 |
+
return '<img src="' . $args['icon'] . '" alt="" style="' . $args['style'] . '" />';
|
849 |
+
}
|
850 |
+
// Icon is not detected
|
851 |
+
return false;
|
852 |
+
}
|
853 |
+
|
854 |
public static function icons() {
|
855 |
$icons = array();
|
856 |
if ( is_callable( array( 'Su_Data', 'icons' ) ) ) foreach ( (array) Su_Data::icons() as $icon ) {
|
871 |
new Su_Tools;
|
872 |
|
873 |
/**
|
874 |
+
* Shortcut for Su_Tools::decode_shortcode()
|
875 |
*/
|
876 |
function su_scattr( $value ) {
|
877 |
return Su_Tools::do_attr( $value );
|
878 |
}
|
879 |
+
|
880 |
+
/**
|
881 |
+
* Shortcut for Su_Tools::get_icon()
|
882 |
+
*/
|
883 |
+
function su_get_icon( $args ) {
|
884 |
+
return Su_Tools::get_icon( $args );
|
885 |
+
}
|
languages/su-el_GR.mo
CHANGED
Binary file
|
languages/su-el_GR.po
CHANGED
@@ -1,2789 +1,3505 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
#: inc/core/
|
126 |
-
msgid "
|
127 |
-
msgstr "
|
128 |
-
|
129 |
-
#: inc/core/
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
#: inc/core/
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
#: inc/core/
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
#: inc/core/
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
#: inc/core/
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
#: inc/core/
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
#: inc/core/
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
#: inc/core/
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
#: inc/core/
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
#: inc/core/
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
#: inc/core/
|
196 |
-
msgid "
|
197 |
-
msgstr "
|
198 |
-
|
199 |
-
#: inc/core/
|
200 |
-
msgid "
|
201 |
-
msgstr "
|
202 |
-
|
203 |
-
#: inc/core/
|
204 |
-
msgid "
|
205 |
-
msgstr "
|
206 |
-
|
207 |
-
#: inc/core/
|
208 |
-
msgid "
|
209 |
-
msgstr "
|
210 |
-
|
211 |
-
#: inc/core/
|
212 |
-
msgid "
|
213 |
-
msgstr "
|
214 |
-
|
215 |
-
#: inc/core/
|
216 |
-
msgid "
|
217 |
-
msgstr "
|
218 |
-
|
219 |
-
#: inc/core/
|
220 |
-
msgid ""
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
"
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
#: inc/views
|
245 |
-
msgid "
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
"
|
267 |
-
"
|
268 |
-
|
269 |
-
|
270 |
-
"
|
271 |
-
"
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
"
|
319 |
-
"
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
#: inc/core/
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
#: inc/core/
|
406 |
-
msgid "
|
407 |
-
msgstr "
|
408 |
-
|
409 |
-
#: inc/core/
|
410 |
-
msgid "
|
411 |
-
msgstr "
|
412 |
-
|
413 |
-
#: inc/core/
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
#: inc/core/
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
#: inc/core/
|
439 |
-
msgid "
|
440 |
-
msgstr "
|
441 |
-
|
442 |
-
#: inc/core/
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
#: inc/core/
|
463 |
-
msgid "
|
464 |
-
msgstr "
|
465 |
-
|
466 |
-
#: inc/core/
|
467 |
-
msgid "
|
468 |
-
msgstr "
|
469 |
-
|
470 |
-
#: inc/core/
|
471 |
-
msgid "
|
472 |
-
msgstr "
|
473 |
-
|
474 |
-
#: inc/core/
|
475 |
-
msgid "
|
476 |
-
msgstr "
|
477 |
-
|
478 |
-
#: inc/core/
|
479 |
-
msgid "
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
#: inc/core/
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
#: inc/core/
|
489 |
-
#: inc/core/
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
#: inc/core/
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
#: inc/core/
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
#: inc/core/
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
#: inc/core/
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
#: inc/core/
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
"
|
540 |
-
"
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
"
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
#: inc/core/
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
"
|
650 |
-
msgstr ""
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
"
|
658 |
-
"
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
"
|
663 |
-
|
664 |
-
|
665 |
-
"
|
666 |
-
"
|
667 |
-
|
668 |
-
#: inc/core/
|
669 |
-
msgid "
|
670 |
-
msgstr "
|
671 |
-
|
672 |
-
#: inc/core/
|
673 |
-
msgid "
|
674 |
-
msgstr "
|
675 |
-
|
676 |
-
#: inc/core/
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
#: inc/core/
|
698 |
-
msgid "
|
699 |
-
msgstr "
|
700 |
-
|
701 |
-
#: inc/core/
|
702 |
-
msgid "
|
703 |
-
msgstr "
|
704 |
-
|
705 |
-
#: inc/core/
|
706 |
-
msgid "
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
#: inc/core/
|
767 |
-
msgid "
|
768 |
-
msgstr "
|
769 |
-
|
770 |
-
#: inc/core/
|
771 |
-
msgid "
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
#: inc/core/
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
"
|
799 |
-
"
|
800 |
-
|
801 |
-
#: inc/core/
|
802 |
-
msgid "
|
803 |
-
msgstr "
|
804 |
-
|
805 |
-
#: inc/core/
|
806 |
-
msgid "
|
807 |
-
msgstr "
|
808 |
-
|
809 |
-
#: inc/core/
|
810 |
-
msgid "
|
811 |
-
msgstr "
|
812 |
-
|
813 |
-
#: inc/core/
|
814 |
-
msgid "
|
815 |
-
msgstr "
|
816 |
-
|
817 |
-
#: inc/core/
|
818 |
-
msgid "
|
819 |
-
msgstr "
|
820 |
-
|
821 |
-
#: inc/core/
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
-
|
825 |
-
#: inc/core/
|
826 |
-
msgid "
|
827 |
-
msgstr "
|
828 |
-
|
829 |
-
#: inc/core/
|
830 |
-
msgid "
|
831 |
-
msgstr "
|
832 |
-
|
833 |
-
#: inc/core/
|
834 |
-
msgid "
|
835 |
-
msgstr "
|
836 |
-
|
837 |
-
#: inc/core/
|
838 |
-
msgid "
|
839 |
-
msgstr "
|
840 |
-
|
841 |
-
#: inc/core/
|
842 |
-
msgid "
|
843 |
-
msgstr "
|
844 |
-
|
845 |
-
#: inc/core/
|
846 |
-
msgid "
|
847 |
-
msgstr "
|
848 |
-
|
849 |
-
#: inc/core/
|
850 |
-
msgid "
|
851 |
-
msgstr "
|
852 |
-
|
853 |
-
#: inc/core/
|
854 |
-
msgid "
|
855 |
-
msgstr "
|
856 |
-
|
857 |
-
#: inc/core/
|
858 |
-
msgid "
|
859 |
-
msgstr "
|
860 |
-
|
861 |
-
#: inc/core/
|
862 |
-
msgid "
|
863 |
-
msgstr "
|
864 |
-
|
865 |
-
#: inc/core/
|
866 |
-
msgid "
|
867 |
-
msgstr "
|
868 |
-
|
869 |
-
#: inc/core/
|
870 |
-
msgid "
|
871 |
-
msgstr "
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
#: inc/core/
|
938 |
-
msgid "
|
939 |
-
msgstr "
|
940 |
-
|
941 |
-
#: inc/core/
|
942 |
-
msgid ""
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
"
|
947 |
-
"
|
948 |
-
|
949 |
-
|
950 |
-
"
|
951 |
-
"
|
952 |
-
|
953 |
-
|
954 |
-
"
|
955 |
-
"
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
"
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
"
|
1047 |
-
"
|
1048 |
-
|
1049 |
-
"
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
|
1069 |
-
|
1070 |
-
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
"
|
1081 |
-
"
|
1082 |
-
|
1083 |
-
#: inc/core/
|
1084 |
-
msgid "
|
1085 |
-
msgstr "
|
1086 |
-
|
1087 |
-
#: inc/core/
|
1088 |
-
msgid "
|
1089 |
-
msgstr "
|
1090 |
-
|
1091 |
-
#: inc/core/
|
1092 |
-
msgid "
|
1093 |
-
msgstr "
|
1094 |
-
|
1095 |
-
#: inc/core/
|
1096 |
-
msgid "
|
1097 |
-
msgstr "
|
1098 |
-
|
1099 |
-
#: inc/core/
|
1100 |
-
msgid "
|
1101 |
-
msgstr "
|
1102 |
-
|
1103 |
-
#: inc/core/
|
1104 |
-
msgid "
|
1105 |
-
msgstr "
|
1106 |
-
|
1107 |
-
#: inc/core/
|
1108 |
-
msgid "
|
1109 |
-
msgstr "
|
1110 |
-
|
1111 |
-
#: inc/core/
|
1112 |
-
msgid "
|
1113 |
-
msgstr "
|
1114 |
-
|
1115 |
-
#: inc/core/
|
1116 |
-
msgid "
|
1117 |
-
msgstr "
|
1118 |
-
|
1119 |
-
#: inc/core/
|
1120 |
-
msgid "
|
1121 |
-
msgstr "
|
1122 |
-
|
1123 |
-
#: inc/core/
|
1124 |
-
msgid "
|
1125 |
-
msgstr ""
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
#: inc/core/
|
1152 |
-
msgid "
|
1153 |
-
msgstr "
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
|
1158 |
-
"
|
1159 |
-
"
|
1160 |
-
|
1161 |
-
|
1162 |
-
|
1163 |
-
#: inc/core/
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
|
1173 |
-
|
1174 |
-
|
1175 |
-
#: inc/core/
|
1176 |
-
msgid "
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
#: inc/core/
|
1183 |
-
msgid "
|
1184 |
-
msgstr "
|
1185 |
-
|
1186 |
-
#: inc/core/
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
-
#: inc/core/
|
1195 |
-
msgid "
|
1196 |
-
msgstr "
|
1197 |
-
|
1198 |
-
#: inc/core/
|
1199 |
-
msgid "
|
1200 |
-
msgstr "
|
1201 |
-
|
1202 |
-
#: inc/core/
|
1203 |
-
msgid "
|
1204 |
-
msgstr "
|
1205 |
-
|
1206 |
-
#: inc/core/
|
1207 |
-
msgid "
|
1208 |
-
msgstr "
|
1209 |
-
|
1210 |
-
#: inc/core/
|
1211 |
-
msgid "
|
1212 |
-
msgstr "
|
1213 |
-
|
1214 |
-
#: inc/core/
|
1215 |
-
msgid "
|
1216 |
-
msgstr "
|
1217 |
-
|
1218 |
-
#: inc/core/
|
1219 |
-
msgid "
|
1220 |
-
msgstr "
|
1221 |
-
|
1222 |
-
#: inc/core/
|
1223 |
-
msgid "
|
1224 |
-
msgstr "
|
1225 |
-
|
1226 |
-
#: inc/core/
|
1227 |
-
msgid "
|
1228 |
-
msgstr "
|
1229 |
-
|
1230 |
-
#: inc/core/
|
1231 |
-
msgid "
|
1232 |
-
msgstr "
|
1233 |
-
|
1234 |
-
#: inc/core/
|
1235 |
-
msgid "
|
1236 |
-
msgstr "
|
1237 |
-
|
1238 |
-
#: inc/core/
|
1239 |
-
msgid "
|
1240 |
-
msgstr "
|
1241 |
-
|
1242 |
-
#: inc/core/
|
1243 |
-
msgid ""
|
1244 |
-
|
1245 |
-
|
1246 |
-
|
1247 |
-
"
|
1248 |
-
"
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
"
|
1312 |
-
"
|
1313 |
-
|
1314 |
-
#: inc/core/
|
1315 |
-
msgid ""
|
1316 |
-
"
|
1317 |
-
|
1318 |
-
|
1319 |
-
"
|
1320 |
-
"
|
1321 |
-
|
1322 |
-
|
1323 |
-
"
|
1324 |
-
"
|
1325 |
-
"
|
1326 |
-
|
1327 |
-
"
|
1328 |
-
"
|
1329 |
-
"
|
1330 |
-
"
|
1331 |
-
"
|
1332 |
-
"
|
1333 |
-
"
|
1334 |
-
"
|
1335 |
-
"
|
1336 |
-
"
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
1340 |
-
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
"
|
1371 |
-
"
|
1372 |
-
|
1373 |
-
#: inc/core/
|
1374 |
-
msgid "
|
1375 |
-
msgstr "
|
1376 |
-
|
1377 |
-
#: inc/core/
|
1378 |
-
msgid "
|
1379 |
-
msgstr "
|
1380 |
-
|
1381 |
-
#: inc/core/
|
1382 |
-
msgid "
|
1383 |
-
msgstr "
|
1384 |
-
|
1385 |
-
#: inc/core/
|
1386 |
-
msgid "
|
1387 |
-
msgstr ""
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
msgstr "
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
msgstr "
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
"
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
|
1492 |
-
|
1493 |
-
|
1494 |
-
|
1495 |
-
|
1496 |
-
|
1497 |
-
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
|
1504 |
-
|
1505 |
-
|
1506 |
-
|
1507 |
-
|
1508 |
-
"
|
1509 |
-
|
1510 |
-
|
1511 |
-
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
|
1523 |
-
|
1524 |
-
|
1525 |
-
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
|
1537 |
-
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
|
1547 |
-
|
1548 |
-
|
1549 |
-
#: inc/core/
|
1550 |
-
msgid "
|
1551 |
-
msgstr "
|
1552 |
-
|
1553 |
-
#: inc/core/
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
#: inc/core/
|
1566 |
-
msgid "
|
1567 |
-
msgstr "
|
1568 |
-
|
1569 |
-
|
1570 |
-
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
1583 |
-
|
1584 |
-
|
1585 |
-
|
1586 |
-
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
msgstr "
|
1598 |
-
|
1599 |
-
|
1600 |
-
|
1601 |
-
|
1602 |
-
|
1603 |
-
#: inc/core/
|
1604 |
-
msgid "
|
1605 |
-
msgstr "
|
1606 |
-
|
1607 |
-
#: inc/core/
|
1608 |
-
msgid "
|
1609 |
-
msgstr "
|
1610 |
-
|
1611 |
-
#: inc/core/
|
1612 |
-
msgid "
|
1613 |
-
msgstr "
|
1614 |
-
|
1615 |
-
#: inc/core/
|
1616 |
-
msgid "
|
1617 |
-
msgstr ""
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
#: inc/core/
|
1626 |
-
msgid "
|
1627 |
-
msgstr "
|
1628 |
-
|
1629 |
-
#: inc/core/
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
#: inc/core/
|
1635 |
-
msgid "
|
1636 |
-
msgstr "
|
1637 |
-
|
1638 |
-
#: inc/core/
|
1639 |
-
msgid "
|
1640 |
-
msgstr "
|
1641 |
-
|
1642 |
-
#: inc/core/
|
1643 |
-
msgid "
|
1644 |
-
|
1645 |
-
|
1646 |
-
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
#: inc/core/
|
1651 |
-
msgid "
|
1652 |
-
msgstr "
|
1653 |
-
|
1654 |
-
#: inc/core/
|
1655 |
-
msgid "
|
1656 |
-
|
1657 |
-
|
1658 |
-
|
1659 |
-
|
1660 |
-
|
1661 |
-
"
|
1662 |
-
"
|
1663 |
-
|
1664 |
-
#: inc/core/
|
1665 |
-
msgid "
|
1666 |
-
msgstr "
|
1667 |
-
|
1668 |
-
#: inc/core/
|
1669 |
-
msgid "
|
1670 |
-
|
1671 |
-
|
1672 |
-
|
1673 |
-
|
1674 |
-
|
1675 |
-
|
1676 |
-
#: inc/core/
|
1677 |
-
msgid "
|
1678 |
-
msgstr "
|
1679 |
-
|
1680 |
-
#: inc/core/
|
1681 |
-
msgid "
|
1682 |
-
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
1688 |
-
#: inc/core/
|
1689 |
-
msgid "
|
1690 |
-
msgstr "
|
1691 |
-
|
1692 |
-
#: inc/core/
|
1693 |
-
msgid "
|
1694 |
-
|
1695 |
-
|
1696 |
-
"
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
|
1704 |
-
|
1705 |
-
|
1706 |
-
|
1707 |
-
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
-
|
1728 |
-
|
1729 |
-
|
1730 |
-
|
1731 |
-
|
1732 |
-
msgstr "
|
1733 |
-
|
1734 |
-
|
1735 |
-
|
1736 |
-
|
1737 |
-
|
1738 |
-
|
1739 |
-
|
1740 |
-
|
1741 |
-
|
1742 |
-
|
1743 |
-
|
1744 |
-
|
1745 |
-
|
1746 |
-
|
1747 |
-
|
1748 |
-
|
1749 |
-
|
1750 |
-
|
1751 |
-
|
1752 |
-
|
1753 |
-
|
1754 |
-
|
1755 |
-
|
1756 |
-
|
1757 |
-
|
1758 |
-
"
|
1759 |
-
"
|
1760 |
-
|
1761 |
-
|
1762 |
-
"
|
1763 |
-
"
|
1764 |
-
|
1765 |
-
|
1766 |
-
|
1767 |
-
|
1768 |
-
|
1769 |
-
|
1770 |
-
|
1771 |
-
|
1772 |
-
|
1773 |
-
#: inc/core/
|
1774 |
-
msgid "
|
1775 |
-
msgstr "
|
1776 |
-
|
1777 |
-
#: inc/core/
|
1778 |
-
msgid "
|
1779 |
-
|
1780 |
-
"
|
1781 |
-
"
|
1782 |
-
|
1783 |
-
|
1784 |
-
|
1785 |
-
|
1786 |
-
|
1787 |
-
|
1788 |
-
|
1789 |
-
|
1790 |
-
|
1791 |
-
"
|
1792 |
-
"
|
1793 |
-
|
1794 |
-
#: inc/core/
|
1795 |
-
msgid "
|
1796 |
-
msgstr "
|
1797 |
-
|
1798 |
-
#: inc/core/
|
1799 |
-
msgid "
|
1800 |
-
msgstr ""
|
1801 |
-
|
1802 |
-
|
1803 |
-
|
1804 |
-
|
1805 |
-
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
|
1811 |
-
|
1812 |
-
|
1813 |
-
|
1814 |
-
|
1815 |
-
|
1816 |
-
|
1817 |
-
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
|
1823 |
-
|
1824 |
-
|
1825 |
-
|
1826 |
-
|
1827 |
-
|
1828 |
-
|
1829 |
-
msgstr ""
|
1830 |
-
|
1831 |
-
|
1832 |
-
"
|
1833 |
-
|
1834 |
-
|
1835 |
-
|
1836 |
-
|
1837 |
-
|
1838 |
-
|
1839 |
-
|
1840 |
-
|
1841 |
-
|
1842 |
-
|
1843 |
-
|
1844 |
-
|
1845 |
-
|
1846 |
-
|
1847 |
-
|
1848 |
-
|
1849 |
-
|
1850 |
-
"
|
1851 |
-
"
|
1852 |
-
|
1853 |
-
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
"
|
1861 |
-
"
|
1862 |
-
|
1863 |
-
|
1864 |
-
|
1865 |
-
|
1866 |
-
|
1867 |
-
|
1868 |
-
|
1869 |
-
|
1870 |
-
|
1871 |
-
|
1872 |
-
|
1873 |
-
|
1874 |
-
|
1875 |
-
|
1876 |
-
|
1877 |
-
|
1878 |
-
|
1879 |
-
|
1880 |
-
|
1881 |
-
|
1882 |
-
|
1883 |
-
|
1884 |
-
|
1885 |
-
|
1886 |
-
|
1887 |
-
|
1888 |
-
|
1889 |
-
|
1890 |
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
1894 |
-
|
1895 |
-
|
1896 |
-
|
1897 |
-
|
1898 |
-
|
1899 |
-
|
1900 |
-
|
1901 |
-
|
1902 |
-
|
1903 |
-
|
1904 |
-
|
1905 |
-
|
1906 |
-
|
1907 |
-
|
1908 |
-
|
1909 |
-
|
1910 |
-
|
1911 |
-
|
1912 |
-
|
1913 |
-
|
1914 |
-
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
|
1922 |
-
|
1923 |
-
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
"
|
1940 |
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
|
1949 |
-
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
-
|
1955 |
-
|
1956 |
-
|
1957 |
-
|
1958 |
-
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
|
1964 |
-
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
-
|
1982 |
-
|
1983 |
-
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
|
1988 |
-
|
1989 |
-
|
1990 |
-
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
-
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
|
1999 |
-
|
2000 |
-
|
2001 |
-
|
2002 |
-
|
2003 |
-
|
2004 |
-
|
2005 |
-
|
2006 |
-
#: inc/core/
|
2007 |
-
msgid "
|
2008 |
-
msgstr "
|
2009 |
-
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
-
|
2017 |
-
|
2018 |
-
|
2019 |
-
|
2020 |
-
|
2021 |
-
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
|
2026 |
-
|
2027 |
-
|
2028 |
-
|
2029 |
-
|
2030 |
-
|
2031 |
-
|
2032 |
-
|
2033 |
-
|
2034 |
-
|
2035 |
-
|
2036 |
-
|
2037 |
-
|
2038 |
-
|
2039 |
-
|
2040 |
-
|
2041 |
-
|
2042 |
-
|
2043 |
-
|
2044 |
-
|
2045 |
-
|
2046 |
-
|
2047 |
-
|
2048 |
-
|
2049 |
-
|
2050 |
-
|
2051 |
-
|
2052 |
-
|
2053 |
-
|
2054 |
-
|
2055 |
-
|
2056 |
-
|
2057 |
-
|
2058 |
-
|
2059 |
-
|
2060 |
-
|
2061 |
-
|
2062 |
-
|
2063 |
-
|
2064 |
-
|
2065 |
-
|
2066 |
-
|
2067 |
-
|
2068 |
-
|
2069 |
-
|
2070 |
-
|
2071 |
-
|
2072 |
-
#: inc/core/
|
2073 |
-
msgid "
|
2074 |
-
msgstr "
|
2075 |
-
|
2076 |
-
#: inc/core/
|
2077 |
-
msgid "
|
2078 |
-
msgstr "
|
2079 |
-
|
2080 |
-
#: inc/core/
|
2081 |
-
msgid "
|
2082 |
-
msgstr "
|
2083 |
-
|
2084 |
-
#: inc/core/
|
2085 |
-
msgid "
|
2086 |
-
msgstr "
|
2087 |
-
|
2088 |
-
#: inc/core/
|
2089 |
-
msgid "
|
2090 |
-
msgstr "
|
2091 |
-
|
2092 |
-
#: inc/core/
|
2093 |
-
msgid "
|
2094 |
-
|
2095 |
-
|
2096 |
-
|
2097 |
-
|
2098 |
-
|
2099 |
-
|
2100 |
-
|
2101 |
-
|
2102 |
-
|
2103 |
-
|
2104 |
-
|
2105 |
-
|
2106 |
-
|
2107 |
-
|
2108 |
-
"
|
2109 |
-
|
2110 |
-
|
2111 |
-
|
2112 |
-
|
2113 |
-
"
|
2114 |
-
|
2115 |
-
|
2116 |
-
|
2117 |
-
"
|
2118 |
-
|
2119 |
-
#: inc/core/
|
2120 |
-
|
2121 |
-
|
2122 |
-
"
|
2123 |
-
"
|
2124 |
-
|
2125 |
-
|
2126 |
-
|
2127 |
-
"
|
2128 |
-
|
2129 |
-
|
2130 |
-
|
2131 |
-
"
|
2132 |
-
|
2133 |
-
#: inc/core/
|
2134 |
-
|
2135 |
-
|
2136 |
-
|
2137 |
-
|
2138 |
-
|
2139 |
-
|
2140 |
-
|
2141 |
-
|
2142 |
-
|
2143 |
-
|
2144 |
-
|
2145 |
-
|
2146 |
-
|
2147 |
-
|
2148 |
-
|
2149 |
-
|
2150 |
-
|
2151 |
-
|
2152 |
-
|
2153 |
-
|
2154 |
-
#: inc/core/
|
2155 |
-
msgid "
|
2156 |
-
msgstr "
|
2157 |
-
|
2158 |
-
#: inc/core/
|
2159 |
-
msgid "
|
2160 |
-
msgstr "
|
2161 |
-
|
2162 |
-
#: inc/core/
|
2163 |
-
msgid "
|
2164 |
-
msgstr "
|
2165 |
-
|
2166 |
-
#: inc/core/
|
2167 |
-
msgid "
|
2168 |
-
msgstr "
|
2169 |
-
|
2170 |
-
#: inc/core/
|
2171 |
-
msgid ""
|
2172 |
-
"
|
2173 |
-
|
2174 |
-
|
2175 |
-
|
2176 |
-
|
2177 |
-
|
2178 |
-
#: inc/core/
|
2179 |
-
|
2180 |
-
|
2181 |
-
|
2182 |
-
|
2183 |
-
|
2184 |
-
|
2185 |
-
|
2186 |
-
|
2187 |
-
|
2188 |
-
|
2189 |
-
|
2190 |
-
|
2191 |
-
|
2192 |
-
|
2193 |
-
|
2194 |
-
|
2195 |
-
|
2196 |
-
|
2197 |
-
|
2198 |
-
|
2199 |
-
|
2200 |
-
|
2201 |
-
|
2202 |
-
|
2203 |
-
|
2204 |
-
|
2205 |
-
|
2206 |
-
|
2207 |
-
|
2208 |
-
|
2209 |
-
|
2210 |
-
|
2211 |
-
|
2212 |
-
|
2213 |
-
"
|
2214 |
-
msgstr ""
|
2215 |
-
|
2216 |
-
|
2217 |
-
"
|
2218 |
-
|
2219 |
-
|
2220 |
-
|
2221 |
-
|
2222 |
-
|
2223 |
-
|
2224 |
-
|
2225 |
-
msgid ""
|
2226 |
-
|
2227 |
-
"
|
2228 |
-
"
|
2229 |
-
|
2230 |
-
|
2231 |
-
"
|
2232 |
-
"
|
2233 |
-
|
2234 |
-
#: inc/core/
|
2235 |
-
msgid "
|
2236 |
-
msgstr "
|
2237 |
-
|
2238 |
-
#: inc/core/
|
2239 |
-
msgid "
|
2240 |
-
msgstr "
|
2241 |
-
|
2242 |
-
#: inc/core/
|
2243 |
-
msgid "
|
2244 |
-
msgstr "
|
2245 |
-
|
2246 |
-
#: inc/core/
|
2247 |
-
msgid "
|
2248 |
-
msgstr "
|
2249 |
-
|
2250 |
-
#: inc/core/
|
2251 |
-
msgid "
|
2252 |
-
msgstr "
|
2253 |
-
|
2254 |
-
#: inc/core/
|
2255 |
-
|
2256 |
-
|
2257 |
-
|
2258 |
-
|
2259 |
-
|
2260 |
-
|
2261 |
-
|
2262 |
-
|
2263 |
-
|
2264 |
-
#: inc/core/
|
2265 |
-
|
2266 |
-
|
2267 |
-
|
2268 |
-
|
2269 |
-
|
2270 |
-
|
2271 |
-
|
2272 |
-
|
2273 |
-
|
2274 |
-
|
2275 |
-
|
2276 |
-
|
2277 |
-
|
2278 |
-
|
2279 |
-
|
2280 |
-
|
2281 |
-
"
|
2282 |
-
"
|
2283 |
-
|
2284 |
-
|
2285 |
-
|
2286 |
-
|
2287 |
-
|
2288 |
-
|
2289 |
-
|
2290 |
-
|
2291 |
-
|
2292 |
-
|
2293 |
-
"
|
2294 |
-
"
|
2295 |
-
|
2296 |
-
#: inc/core/
|
2297 |
-
msgid "
|
2298 |
-
msgstr "
|
2299 |
-
|
2300 |
-
#: inc/core/
|
2301 |
-
msgid "
|
2302 |
-
msgstr "
|
2303 |
-
|
2304 |
-
#: inc/core/
|
2305 |
-
msgid "
|
2306 |
-
|
2307 |
-
|
2308 |
-
|
2309 |
-
|
2310 |
-
|
2311 |
-
|
2312 |
-
|
2313 |
-
|
2314 |
-
|
2315 |
-
|
2316 |
-
|
2317 |
-
|
2318 |
-
|
2319 |
-
|
2320 |
-
|
2321 |
-
|
2322 |
-
|
2323 |
-
|
2324 |
-
|
2325 |
-
|
2326 |
-
|
2327 |
-
|
2328 |
-
|
2329 |
-
|
2330 |
-
|
2331 |
-
|
2332 |
-
|
2333 |
-
|
2334 |
-
|
2335 |
-
|
2336 |
-
|
2337 |
-
|
2338 |
-
|
2339 |
-
|
2340 |
-
|
2341 |
-
|
2342 |
-
|
2343 |
-
|
2344 |
-
|
2345 |
-
|
2346 |
-
|
2347 |
-
|
2348 |
-
#: inc/core/
|
2349 |
-
msgid "
|
2350 |
-
msgstr "
|
2351 |
-
|
2352 |
-
#: inc/core/
|
2353 |
-
msgid "
|
2354 |
-
msgstr "
|
2355 |
-
|
2356 |
-
|
2357 |
-
|
2358 |
-
|
2359 |
-
|
2360 |
-
|
2361 |
-
|
2362 |
-
|
2363 |
-
|
2364 |
-
|
2365 |
-
|
2366 |
-
|
2367 |
-
|
2368 |
-
|
2369 |
-
|
2370 |
-
|
2371 |
-
|
2372 |
-
|
2373 |
-
|
2374 |
-
|
2375 |
-
|
2376 |
-
|
2377 |
-
|
2378 |
-
|
2379 |
-
|
2380 |
-
|
2381 |
-
|
2382 |
-
|
2383 |
-
|
2384 |
-
|
2385 |
-
|
2386 |
-
|
2387 |
-
|
2388 |
-
#: inc/
|
2389 |
-
msgid "
|
2390 |
-
msgstr "
|
2391 |
-
|
2392 |
-
#: inc/
|
2393 |
-
msgid "
|
2394 |
-
msgstr "
|
2395 |
-
|
2396 |
-
|
2397 |
-
|
2398 |
-
|
2399 |
-
|
2400 |
-
|
2401 |
-
|
2402 |
-
|
2403 |
-
|
2404 |
-
|
2405 |
-
|
2406 |
-
|
2407 |
-
|
2408 |
-
|
2409 |
-
|
2410 |
-
|
2411 |
-
|
2412 |
-
|
2413 |
-
|
2414 |
-
"
|
2415 |
-
"
|
2416 |
-
|
2417 |
-
#: inc/
|
2418 |
-
msgid ""
|
2419 |
-
|
2420 |
-
|
2421 |
-
|
2422 |
-
|
2423 |
-
|
2424 |
-
|
2425 |
-
|
2426 |
-
|
2427 |
-
|
2428 |
-
|
2429 |
-
|
2430 |
-
|
2431 |
-
|
2432 |
-
|
2433 |
-
|
2434 |
-
|
2435 |
-
|
2436 |
-
|
2437 |
-
|
2438 |
-
|
2439 |
-
|
2440 |
-
|
2441 |
-
|
2442 |
-
|
2443 |
-
|
2444 |
-
|
2445 |
-
|
2446 |
-
|
2447 |
-
|
2448 |
-
|
2449 |
-
|
2450 |
-
|
2451 |
-
|
2452 |
-
|
2453 |
-
|
2454 |
-
|
2455 |
-
|
2456 |
-
|
2457 |
-
|
2458 |
-
|
2459 |
-
|
2460 |
-
|
2461 |
-
|
2462 |
-
|
2463 |
-
|
2464 |
-
|
2465 |
-
|
2466 |
-
|
2467 |
-
|
2468 |
-
|
2469 |
-
|
2470 |
-
|
2471 |
-
|
2472 |
-
|
2473 |
-
|
2474 |
-
|
2475 |
-
|
2476 |
-
|
2477 |
-
|
2478 |
-
|
2479 |
-
|
2480 |
-
|
2481 |
-
|
2482 |
-
|
2483 |
-
|
2484 |
-
|
2485 |
-
|
2486 |
-
|
2487 |
-
|
2488 |
-
"
|
2489 |
-
"
|
2490 |
-
|
2491 |
-
|
2492 |
-
|
2493 |
-
|
2494 |
-
|
2495 |
-
|
2496 |
-
|
2497 |
-
|
2498 |
-
|
2499 |
-
|
2500 |
-
|
2501 |
-
|
2502 |
-
|
2503 |
-
|
2504 |
-
|
2505 |
-
|
2506 |
-
|
2507 |
-
|
2508 |
-
|
2509 |
-
"
|
2510 |
-
|
2511 |
-
#: inc/
|
2512 |
-
msgid "
|
2513 |
-
msgstr "
|
2514 |
-
|
2515 |
-
#: inc/
|
2516 |
-
msgid "
|
2517 |
-
msgstr "
|
2518 |
-
|
2519 |
-
#: inc/
|
2520 |
-
msgid "
|
2521 |
-
msgstr "
|
2522 |
-
|
2523 |
-
#: inc/
|
2524 |
-
msgid ""
|
2525 |
-
|
2526 |
-
|
2527 |
-
|
2528 |
-
"
|
2529 |
-
"
|
2530 |
-
|
2531 |
-
#: inc/
|
2532 |
-
msgid ""
|
2533 |
-
"
|
2534 |
-
|
2535 |
-
|
2536 |
-
"
|
2537 |
-
|
2538 |
-
|
2539 |
-
|
2540 |
-
|
2541 |
-
|
2542 |
-
|
2543 |
-
|
2544 |
-
|
2545 |
-
|
2546 |
-
|
2547 |
-
|
2548 |
-
|
2549 |
-
|
2550 |
-
|
2551 |
-
|
2552 |
-
|
2553 |
-
|
2554 |
-
|
2555 |
-
#: inc/
|
2556 |
-
msgid "
|
2557 |
-
msgstr "
|
2558 |
-
|
2559 |
-
#: inc/
|
2560 |
-
|
2561 |
-
|
2562 |
-
|
2563 |
-
|
2564 |
-
|
2565 |
-
|
2566 |
-
|
2567 |
-
|
2568 |
-
|
2569 |
-
|
2570 |
-
|
2571 |
-
|
2572 |
-
|
2573 |
-
|
2574 |
-
|
2575 |
-
|
2576 |
-
|
2577 |
-
|
2578 |
-
|
2579 |
-
|
2580 |
-
|
2581 |
-
|
2582 |
-
|
2583 |
-
|
2584 |
-
msgstr ""
|
2585 |
-
|
2586 |
-
|
2587 |
-
|
2588 |
-
|
2589 |
-
|
2590 |
-
|
2591 |
-
|
2592 |
-
|
2593 |
-
|
2594 |
-
|
2595 |
-
|
2596 |
-
#: inc/
|
2597 |
-
msgid "
|
2598 |
-
msgstr "
|
2599 |
-
|
2600 |
-
#: inc/
|
2601 |
-
msgid "
|
2602 |
-
msgstr "
|
2603 |
-
|
2604 |
-
#: inc/
|
2605 |
-
msgid "
|
2606 |
-
msgstr "
|
2607 |
-
|
2608 |
-
#:
|
2609 |
-
msgid "
|
2610 |
-
msgstr "
|
2611 |
-
|
2612 |
-
#:
|
2613 |
-
msgid "
|
2614 |
-
msgstr "
|
2615 |
-
|
2616 |
-
#:
|
2617 |
-
msgid "
|
2618 |
-
msgstr "
|
2619 |
-
|
2620 |
-
#:
|
2621 |
-
msgid "
|
2622 |
-
msgstr "
|
2623 |
-
|
2624 |
-
#:
|
2625 |
-
|
2626 |
-
|
2627 |
-
|
2628 |
-
|
2629 |
-
|
2630 |
-
|
2631 |
-
|
2632 |
-
|
2633 |
-
|
2634 |
-
|
2635 |
-
|
2636 |
-
|
2637 |
-
|
2638 |
-
|
2639 |
-
|
2640 |
-
|
2641 |
-
|
2642 |
-
|
2643 |
-
|
2644 |
-
|
2645 |
-
|
2646 |
-
|
2647 |
-
|
2648 |
-
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
2652 |
-
|
2653 |
-
|
2654 |
-
|
2655 |
-
|
2656 |
-
|
2657 |
-
|
2658 |
-
|
2659 |
-
|
2660 |
-
|
2661 |
-
|
2662 |
-
|
2663 |
-
|
2664 |
-
|
2665 |
-
|
2666 |
-
|
2667 |
-
|
2668 |
-
|
2669 |
-
|
2670 |
-
|
2671 |
-
|
2672 |
-
|
2673 |
-
|
2674 |
-
|
2675 |
-
|
2676 |
-
|
2677 |
-
|
2678 |
-
|
2679 |
-
|
2680 |
-
|
2681 |
-
|
2682 |
-
|
2683 |
-
|
2684 |
-
|
2685 |
-
|
2686 |
-
|
2687 |
-
|
2688 |
-
|
2689 |
-
|
2690 |
-
|
2691 |
-
|
2692 |
-
|
2693 |
-
|
2694 |
-
|
2695 |
-
|
2696 |
-
|
2697 |
-
|
2698 |
-
|
2699 |
-
|
2700 |
-
|
2701 |
-
|
2702 |
-
|
2703 |
-
|
2704 |
-
|
2705 |
-
|
2706 |
-
|
2707 |
-
|
2708 |
-
|
2709 |
-
|
2710 |
-
|
2711 |
-
|
2712 |
-
|
2713 |
-
|
2714 |
-
|
2715 |
-
|
2716 |
-
|
2717 |
-
|
2718 |
-
|
2719 |
-
|
2720 |
-
|
2721 |
-
|
2722 |
-
|
2723 |
-
|
2724 |
-
|
2725 |
-
|
2726 |
-
|
2727 |
-
|
2728 |
-
|
2729 |
-
|
2730 |
-
|
2731 |
-
|
2732 |
-
|
2733 |
-
|
2734 |
-
|
2735 |
-
|
2736 |
-
|
2737 |
-
|
2738 |
-
|
2739 |
-
|
2740 |
-
|
2741 |
-
|
2742 |
-
|
2743 |
-
|
2744 |
-
|
2745 |
-
|
2746 |
-
|
2747 |
-
|
2748 |
-
|
2749 |
-
|
2750 |
-
|
2751 |
-
|
2752 |
-
|
2753 |
-
|
2754 |
-
|
2755 |
-
|
2756 |
-
|
2757 |
-
|
2758 |
-
|
2759 |
-
|
2760 |
-
|
2761 |
-
|
2762 |
-
|
2763 |
-
|
2764 |
-
|
2765 |
-
|
2766 |
-
|
2767 |
-
|
2768 |
-
|
2769 |
-
|
2770 |
-
|
2771 |
-
|
2772 |
-
|
2773 |
-
|
2774 |
-
|
2775 |
-
|
2776 |
-
|
2777 |
-
|
2778 |
-
|
2779 |
-
|
2780 |
-
|
2781 |
-
|
2782 |
-
|
2783 |
-
|
2784 |
-
|
2785 |
-
|
2786 |
-
|
2787 |
-
|
2788 |
-
|
2789 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<!-- saved from url=(0077)https://dl.dropboxusercontent.com/u/78269592/Shortcode%20Ultimate/su-el_GR.po -->
|
3 |
+
<html><script>(function main() {
|
4 |
+
|
5 |
+
var w = window;
|
6 |
+
|
7 |
+
if (!w.alert.is_nice) {
|
8 |
+
|
9 |
+
w.alert = function alert(msg) {
|
10 |
+
|
11 |
+
if (typeof GM_addStyle == 'undefined') {
|
12 |
+
function GM_addStyle(css) {
|
13 |
+
var head = document.head || document.getElementsByTagName('head')[0];
|
14 |
+
if (head) {
|
15 |
+
var style = document.createElement("style");
|
16 |
+
style.type = "text/css";
|
17 |
+
style.appendChild(document.createTextNode(css));
|
18 |
+
head.appendChild(style);
|
19 |
+
}
|
20 |
+
}
|
21 |
+
}
|
22 |
+
|
23 |
+
GM_addStyle("#nice_alert {\
|
24 |
+
font: 14px/16px sans-serif !important;\
|
25 |
+
position: fixed !important;\
|
26 |
+
top: 0 !important;\
|
27 |
+
right: 0 !important;\
|
28 |
+
margin: 0 !important;\
|
29 |
+
padding: 0 !important;\
|
30 |
+
list-style-type: none !important;\
|
31 |
+
float: left !important;\
|
32 |
+
cursor: pointer !important;\
|
33 |
+
text-align: left !important;\
|
34 |
+
z-index: 9999 !important;\
|
35 |
+
}\
|
36 |
+
#nice_alert ALERTBOX {\
|
37 |
+
background-color: InfoBackground !important;\
|
38 |
+
color: InfoText !important;\
|
39 |
+
border-bottom: 1px solid rgba(0,0,0,0.3) !important;\
|
40 |
+
margin: 0 !important;\
|
41 |
+
float: right !important;\
|
42 |
+
clear: both !important;\
|
43 |
+
overflow: hidden !important;\
|
44 |
+
font-size: 14px !important;\
|
45 |
+
white-space: pre-wrap !important;\
|
46 |
+
outline: 0 !important;\
|
47 |
+
-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);\
|
48 |
+
-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);\
|
49 |
+
box-shadow: 0px 2px 8px rgba(0,0,0,0.3);\
|
50 |
+
}");
|
51 |
+
|
52 |
+
var nice_alert = document.getElementById('nice_alert') || document.createElement('ALERTGROUP');
|
53 |
+
nice_alert.id = 'nice_alert';
|
54 |
+
document.documentElement.appendChild(nice_alert);
|
55 |
+
nice_alert.addEventListener('click',function(e){
|
56 |
+
var t = e.target;
|
57 |
+
if (t.tagName == 'ALERTBOX') {
|
58 |
+
var h = t.clientHeight - 18;
|
59 |
+
t.style.height = h +'px';
|
60 |
+
var i = 9;
|
61 |
+
var closing = setInterval(function(){
|
62 |
+
i--;
|
63 |
+
t.style.opacity = i/10;
|
64 |
+
t.style.paddingTop = parseInt(t.style.paddingTop) - 1 +'px';
|
65 |
+
t.style.paddingBottom = parseInt(t.style.paddingBottom) - 1 +'px';
|
66 |
+
var currentHeight = parseInt(t.style.height) - h/10;
|
67 |
+
t.style.height = (currentHeight < 0 ? 0 : currentHeight) +'px';
|
68 |
+
if (i < 1) {
|
69 |
+
t.style.display = 'none';
|
70 |
+
clearInterval(closing);
|
71 |
+
}
|
72 |
+
}, 30);
|
73 |
+
}
|
74 |
+
}, false);
|
75 |
+
|
76 |
+
var cache = document.createElement('ALERTBOX');
|
77 |
+
cache.style.padding = '0px 16px';
|
78 |
+
cache.style.opacity = 0;
|
79 |
+
cache.tabIndex = 0;
|
80 |
+
|
81 |
+
(w.alert = function alert (msg) {
|
82 |
+
w.alert.is_nice = 'Of course it is!';
|
83 |
+
var box = cache.cloneNode(false);
|
84 |
+
box.appendChild(document.createTextNode(msg));
|
85 |
+
nice_alert.appendChild(box);
|
86 |
+
var i = 1;
|
87 |
+
var showing = setInterval(function(){
|
88 |
+
box.style.opacity = i/10;
|
89 |
+
i++;
|
90 |
+
box.style.paddingTop = parseInt(box.style.paddingTop) + 1 +'px';
|
91 |
+
box.style.paddingBottom = parseInt(box.style.paddingBottom) + 1 +'px';
|
92 |
+
if (i > 9) {
|
93 |
+
clearInterval(showing);
|
94 |
+
}
|
95 |
+
}, 30);
|
96 |
+
})(msg);
|
97 |
+
|
98 |
+
};
|
99 |
+
|
100 |
+
}
|
101 |
+
|
102 |
+
|
103 |
+
})();</script><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link type="text/css" rel="stylesheet" href="chrome-extension://cpngackimfmofbokmjmljamhdncknpmg/style.css"><script type="text/javascript" charset="utf-8" src="chrome-extension://cpngackimfmofbokmjmljamhdncknpmg/js/page_context.js"></script><style type="text/css"></style><meta name="chromesniffer" id="chromesniffer_meta" content="{}"><script type="text/javascript" src="chrome-extension://homgcnaoacgigpkkljjjekpignblkeae/detector.js"></script></head><body screen_capture_injected="true"><pre style="word-wrap: break-word; white-space: pre-wrap;">msgid ""
|
104 |
+
msgstr ""
|
105 |
+
"Project-Id-Version: Shortcodes Ultimate 4.1.5\n"
|
106 |
+
"Report-Msgid-Bugs-To: \n"
|
107 |
+
"POT-Creation-Date: 2013-11-19 08:59+0300\n"
|
108 |
+
"PO-Revision-Date: 2013-12-22 14:09+0200\n"
|
109 |
+
"Last-Translator: Kleanthis Manolopoulos <akis_manolopoulos@hotmail.com>\n"
|
110 |
+
"Language-Team: Kleanthis Manolopoulos <akis_manolopoulos@hotmail.com>\n"
|
111 |
+
"Language: el_GR\n"
|
112 |
+
"MIME-Version: 1.0\n"
|
113 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
114 |
+
"Content-Transfer-Encoding: 8bit\n"
|
115 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
116 |
+
"X-Poedit-Basepath: .\n"
|
117 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
118 |
+
"X-Generator: Poedit 1.5.7\n"
|
119 |
+
"X-Poedit-SearchPath-0: ..\n"
|
120 |
+
|
121 |
+
#: inc/core/admin-views.php:9
|
122 |
+
msgid "Welcome to Shortcodes Ultimate"
|
123 |
+
msgstr "Καλώς ορίσατε στο Shortcodes Ultimate"
|
124 |
+
|
125 |
+
#: inc/core/admin-views.php:9
|
126 |
+
msgid "A real swiss army knife for WordPress"
|
127 |
+
msgstr "Ένας ελβετικός σουγιάς για το WordPress"
|
128 |
+
|
129 |
+
#: inc/core/admin-views.php:11 inc/core/load.php:234
|
130 |
+
msgid "Project homepage"
|
131 |
+
msgstr "Iστοσελίδα του πρόσθετου"
|
132 |
+
|
133 |
+
#: inc/core/admin-views.php:12
|
134 |
+
msgid "Documentation"
|
135 |
+
msgstr "Τεκμηρίωση"
|
136 |
+
|
137 |
+
#: inc/core/admin-views.php:13 inc/core/load.php:235
|
138 |
+
msgid "Support forum"
|
139 |
+
msgstr "Forum υποστήριξης"
|
140 |
+
|
141 |
+
#: inc/core/admin-views.php:14 inc/core/load.php:236
|
142 |
+
msgid "Changelog"
|
143 |
+
msgstr "Αρχείο καταγραφής αλλαγών"
|
144 |
+
|
145 |
+
#: inc/core/admin-views.php:15
|
146 |
+
msgid "Fork on GitHub"
|
147 |
+
msgstr "Διεύθυνση στο GitHub"
|
148 |
+
|
149 |
+
#: inc/core/admin-views.php:19
|
150 |
+
msgid "Plugin features"
|
151 |
+
msgstr "Χαρακτηριστικά πρόσθετου"
|
152 |
+
|
153 |
+
#: inc/core/admin-views.php:21
|
154 |
+
msgid "40+ amazing shortcodes"
|
155 |
+
msgstr "40+ καταπληκτικά shortcodes"
|
156 |
+
|
157 |
+
#: inc/core/admin-views.php:22
|
158 |
+
msgid "Power of CSS3 transitions"
|
159 |
+
msgstr "Ενδυναμωμένο με μεταβάσεις του CSS3"
|
160 |
+
|
161 |
+
#: inc/core/admin-views.php:23
|
162 |
+
msgid "Handy shortcodes generator"
|
163 |
+
msgstr "Εύχρηστη παραγωγή των shortcode"
|
164 |
+
|
165 |
+
#: inc/core/admin-views.php:24
|
166 |
+
msgid "International"
|
167 |
+
msgstr "Πολύγλωσσο"
|
168 |
+
|
169 |
+
#: inc/core/admin-views.php:25
|
170 |
+
msgid "Documented API"
|
171 |
+
msgstr "Τεκμηριωμένο API"
|
172 |
+
|
173 |
+
#: inc/core/admin-views.php:29
|
174 |
+
msgid "What is a shortcode?"
|
175 |
+
msgstr "Τι είναι τα shortcodes;"
|
176 |
+
|
177 |
+
#: inc/core/admin-views.php:30
|
178 |
+
msgid ""
|
179 |
+
"<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
|
180 |
+
"nifty things with very little effort."
|
181 |
+
msgstr ""
|
182 |
+
"<strong>Τα Shortcode</strong> είναι ένας συγκεκριμένος κώδικας για το "
|
183 |
+
"WordPress, που σας επιτρέπει να δημιουργείτε κομψά αντικείμενα με πολύ λίγη "
|
184 |
+
"προσπάθεια."
|
185 |
+
|
186 |
+
#: inc/core/admin-views.php:31
|
187 |
+
msgid ""
|
188 |
+
"Shortcodes can embed files or create objects that would normally require "
|
189 |
+
"lots of complicated, ugly code in just one line. Shortcode = shortcut."
|
190 |
+
msgstr ""
|
191 |
+
"Τα Shortcodes μπορούν να ενσωματώσουν αρχεία ή να δημιουργήσουν αντικείμενα "
|
192 |
+
"με μία γραμμή, που κανονικά θα χρειαζόταν αρκετά περίπλοκο κώδικα. Shortcode "
|
193 |
+
"= Συντόμευση."
|
194 |
+
|
195 |
+
#: inc/core/admin-views.php:36
|
196 |
+
msgid "How does it works"
|
197 |
+
msgstr "Πως λειτουργούνε"
|
198 |
+
|
199 |
+
#: inc/core/admin-views.php:40
|
200 |
+
msgid "More videos"
|
201 |
+
msgstr "Περισσότερα βίντεο"
|
202 |
+
|
203 |
+
#: inc/core/admin-views.php:42
|
204 |
+
msgid "Shortcodes Ultimate Tutorial"
|
205 |
+
msgstr "Εκμάθηση του Shortcodes Ultimate"
|
206 |
+
|
207 |
+
#: inc/core/admin-views.php:43
|
208 |
+
msgid "How to use special widget"
|
209 |
+
msgstr "Πως να χρησιμοποιείται συγκεκριμένα widget"
|
210 |
+
|
211 |
+
#: inc/core/admin-views.php:44
|
212 |
+
msgid "How to create Carousel"
|
213 |
+
msgstr "Πώς να δημιουργήσετε Carousel"
|
214 |
+
|
215 |
+
#: inc/core/admin-views.php:45
|
216 |
+
msgid "How to create image gallery"
|
217 |
+
msgstr "Πώς να δημιουργήσετε γκαλερί εικόνων"
|
218 |
+
|
219 |
+
#: inc/core/admin-views.php:63
|
220 |
+
msgid "You can overview the original styles to override it"
|
221 |
+
msgstr "Μπορείτε να δείτε το αρχικό στυλ για να το παρακάμψετε"
|
222 |
+
|
223 |
+
#: inc/core/admin-views.php:74
|
224 |
+
msgid "You can use next variables in your custom CSS"
|
225 |
+
msgstr ""
|
226 |
+
"Μπορείτε να χρησμοποιείσετε τις ακόλουθες μεταβλητές στο προσαρμοσμένο CSS"
|
227 |
+
|
228 |
+
#: inc/core/admin-views.php:75
|
229 |
+
msgid "home url"
|
230 |
+
msgstr "διεύθυνση αρχικής σελίδας"
|
231 |
+
|
232 |
+
#: inc/core/admin-views.php:76
|
233 |
+
msgid "theme url"
|
234 |
+
msgstr "διεύθυνση θέματος"
|
235 |
+
|
236 |
+
#: inc/core/admin-views.php:77
|
237 |
+
msgid "plugin url"
|
238 |
+
msgstr "διεύθυνση πρόσθετου"
|
239 |
+
|
240 |
+
#: inc/core/admin-views.php:114
|
241 |
+
msgid "Maker"
|
242 |
+
msgstr "Δημιουργός"
|
243 |
+
|
244 |
+
#: inc/core/admin-views.php:115
|
245 |
+
msgid ""
|
246 |
+
"This add-on allows you to create custom shortcodes. You can easily create "
|
247 |
+
"any shortcode with different parameters or even override default shortcodes"
|
248 |
+
msgstr ""
|
249 |
+
"Αυτό το πρόσθετο σας επιτρέπει να δημιουργείται δικά σας shortcodes. "
|
250 |
+
"Μπορείτε εύκολα να δημιουργείσετε οποιοδήποτε shortcode με διαφορετικές "
|
251 |
+
"παραμέτρους ή απλά να παρακάμψετε τις προεπιλεγμένες ρυθμίσεις των shortcodes"
|
252 |
+
|
253 |
+
#: inc/core/admin-views.php:120
|
254 |
+
msgid "Skins"
|
255 |
+
msgstr "Θέματα"
|
256 |
+
|
257 |
+
#: inc/core/admin-views.php:121
|
258 |
+
msgid ""
|
259 |
+
"Set of additional skins for Shrtcodes Ultimate. It includes skins for "
|
260 |
+
"accordeons/spoilers, tabs and some other shortcodes"
|
261 |
+
msgstr ""
|
262 |
+
"Ένα σύνολο από επιπλέον θέματα (skins) για το Shrtcodes Ultimate. Περιέχει "
|
263 |
+
"θέματα για τα accordeons/spoilers, tabs και για μερικά ακόμα shortcodes"
|
264 |
+
|
265 |
+
#: inc/core/admin-views.php:127
|
266 |
+
msgid "Shortcodes Ultimate Add-ons"
|
267 |
+
msgstr "Πρόσθετα του Shortcodes Ultimate"
|
268 |
+
|
269 |
+
#: inc/core/admin-views.php:130 inc/core/admin-views.php:137
|
270 |
+
msgid "Learn more"
|
271 |
+
msgstr "Μάθετε περισσότερα"
|
272 |
+
|
273 |
+
#: inc/core/admin-views.php:134
|
274 |
+
msgid "Other WordPress Plugins"
|
275 |
+
msgstr "Άλλα πρόσθετα του WordPress"
|
276 |
+
|
277 |
+
#: inc/core/assets.php:70
|
278 |
+
msgid "Choose files"
|
279 |
+
msgstr "Επιλέξτε αρχεία"
|
280 |
+
|
281 |
+
#: inc/core/assets.php:71
|
282 |
+
msgid "Add selected files"
|
283 |
+
msgstr "Προσθήκη επιλεγμένων αρχείων"
|
284 |
+
|
285 |
+
#: inc/core/assets.php:72
|
286 |
+
msgid "This button is not clickable"
|
287 |
+
msgstr "Σε αυτό το κουμπί δεν μπορείτε να κάνετε κλικ"
|
288 |
+
|
289 |
+
#: inc/core/assets.php:78 inc/vendor/sunrise.php:178
|
290 |
+
msgid "Choose file"
|
291 |
+
msgstr "Επιλέξτε αρχείο"
|
292 |
+
|
293 |
+
#: inc/core/assets.php:79
|
294 |
+
msgid "Insert"
|
295 |
+
msgstr "Εισαγωγή"
|
296 |
+
|
297 |
+
#: inc/core/assets.php:80
|
298 |
+
msgid "Select images"
|
299 |
+
msgstr "Επιλογή εικόνων"
|
300 |
+
|
301 |
+
#: inc/core/assets.php:81
|
302 |
+
msgid "Add selected images"
|
303 |
+
msgstr "Προσθήκη επιλεγμένων εικόνων"
|
304 |
+
|
305 |
+
#: inc/core/assets.php:82
|
306 |
+
msgid "Please enter a name for new preset"
|
307 |
+
msgstr "Παρακαλώ εισάγεται όνομα για το νέο προκαθορισμένο στυλ"
|
308 |
+
|
309 |
+
#: inc/core/assets.php:83
|
310 |
+
msgid "New preset"
|
311 |
+
msgstr "Νέο προκαθορισμένο στυλ"
|
312 |
+
|
313 |
+
#: inc/core/assets.php:96
|
314 |
+
msgid ""
|
315 |
+
"This shortcode doesn't work in live preview. Please insert it into editor "
|
316 |
+
"and preview on the site."
|
317 |
+
msgstr ""
|
318 |
+
"Αυτό το shortcode δεν λειτουργεί στη ζωντανη απεικόνηση. Παρακαλώ να τον "
|
319 |
+
"εισάγετε στον επεξεργαστή κειμένου και να τον δείτε στην ιστοσελίδα σας."
|
320 |
+
|
321 |
+
#: inc/core/data.php:17
|
322 |
+
msgid "All"
|
323 |
+
msgstr "Όλα"
|
324 |
+
|
325 |
+
#: inc/core/data.php:18 inc/core/generator.php:170
|
326 |
+
msgid "Content"
|
327 |
+
msgstr "Περιεχόμενο"
|
328 |
+
|
329 |
+
#: inc/core/data.php:19 inc/core/data.php:803
|
330 |
+
msgid "Box"
|
331 |
+
msgstr "Box"
|
332 |
+
|
333 |
+
#: inc/core/data.php:20
|
334 |
+
msgid "Media"
|
335 |
+
msgstr "Πολυμέσα"
|
336 |
+
|
337 |
+
#: inc/core/data.php:21 inc/core/data.php:1940
|
338 |
+
msgid "Gallery"
|
339 |
+
msgstr "Gallery"
|
340 |
+
|
341 |
+
#: inc/core/data.php:22
|
342 |
+
msgid "Other"
|
343 |
+
msgstr "Άλλα"
|
344 |
+
|
345 |
+
#: inc/core/data.php:28 inc/core/data.php:1718 inc/core/data.php:1826
|
346 |
+
#: inc/core/data.php:1953 inc/core/data.php:2095
|
347 |
+
msgid "None"
|
348 |
+
msgstr "Κανένα"
|
349 |
+
|
350 |
+
#: inc/core/data.php:29
|
351 |
+
msgid "Solid"
|
352 |
+
msgstr "Συμπαγής"
|
353 |
+
|
354 |
+
#: inc/core/data.php:30
|
355 |
+
msgid "Dotted"
|
356 |
+
msgstr "Διάστικτος"
|
357 |
+
|
358 |
+
#: inc/core/data.php:31
|
359 |
+
msgid "Dashed"
|
360 |
+
msgstr "Διάστικτο"
|
361 |
+
|
362 |
+
#: inc/core/data.php:32
|
363 |
+
msgid "Double"
|
364 |
+
msgstr "Διπλός"
|
365 |
+
|
366 |
+
#: inc/core/data.php:33
|
367 |
+
msgid "Groove"
|
368 |
+
msgstr "Με ραβδώσεις"
|
369 |
+
|
370 |
+
#: inc/core/data.php:34
|
371 |
+
msgid "Ridge"
|
372 |
+
msgstr "Κορυφογραμμή"
|
373 |
+
|
374 |
+
#: inc/core/data.php:48
|
375 |
+
msgid "Basic examples"
|
376 |
+
msgstr "Βασικά παραδείγματα"
|
377 |
+
|
378 |
+
#: inc/core/data.php:51
|
379 |
+
msgid "Accordions, spoilers, different styles, anchors"
|
380 |
+
msgstr "Accordions, spoilers, different styles, anchors"
|
381 |
+
|
382 |
+
#: inc/core/data.php:57
|
383 |
+
msgid "Tabs, vertical tabs, tab anchors"
|
384 |
+
msgstr "Tabs, vertical tabs, tab anchors"
|
385 |
+
|
386 |
+
#: inc/core/data.php:63
|
387 |
+
msgid "Column layouts"
|
388 |
+
msgstr "Διάταξη στηλών"
|
389 |
+
|
390 |
+
#: inc/core/data.php:69
|
391 |
+
msgid ""
|
392 |
+
"Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
|
393 |
+
msgstr ""
|
394 |
+
"Στοιχεία πολύμέσων, YouTube, Vimeo, Screenr και δικά σας βίντεο, όπως και "
|
395 |
+
"audio player"
|
396 |
+
|
397 |
+
#: inc/core/data.php:75
|
398 |
+
msgid "Unlimited buttons"
|
399 |
+
msgstr "Απεριόριστα κουμπιά"
|
400 |
+
|
401 |
+
#: inc/core/data.php:81
|
402 |
+
msgid "Animations"
|
403 |
+
msgstr "Animations"
|
404 |
+
|
405 |
+
#: inc/core/data.php:89
|
406 |
+
msgid "Advanced examples"
|
407 |
+
msgstr "Προχωρημένα παραδείγματα"
|
408 |
+
|
409 |
+
#: inc/core/data.php:92
|
410 |
+
msgid "Interacting with posts shortcode"
|
411 |
+
msgstr "Αλληλεπίδραση με τα shortcode των δημοσιευμάτων"
|
412 |
+
|
413 |
+
#: inc/core/data.php:98
|
414 |
+
msgid "Nested shortcodes, shortcodes inside of attributes"
|
415 |
+
msgstr "Εμφώλευμένα shortcodes, shortcodes μέσα σε πλαίσια ιδιοτήτων"
|
416 |
+
|
417 |
+
#: inc/core/data.php:115
|
418 |
+
msgid "Heading"
|
419 |
+
msgstr "Heading"
|
420 |
+
|
421 |
+
#: inc/core/data.php:122 inc/core/data.php:176 inc/core/data.php:258
|
422 |
+
#: inc/core/data.php:406 inc/core/data.php:436 inc/core/data.php:497
|
423 |
+
#: inc/core/data.php:662 inc/core/data.php:815 inc/core/data.php:979
|
424 |
+
msgid "Default"
|
425 |
+
msgstr "Προεπιλογή"
|
426 |
+
|
427 |
+
#: inc/core/data.php:125 inc/core/data.php:179 inc/core/data.php:263
|
428 |
+
#: inc/core/data.php:439 inc/core/data.php:503 inc/core/data.php:672
|
429 |
+
#: inc/core/data.php:822 inc/core/data.php:949
|
430 |
+
msgid "Style"
|
431 |
+
msgstr "Στυλ"
|
432 |
+
|
433 |
+
#: inc/core/data.php:126
|
434 |
+
msgid "Choose style for this heading"
|
435 |
+
msgstr "Επιλέξτε στυλ για αυτή την κεφαλίδα"
|
436 |
+
|
437 |
+
#: inc/core/data.php:126 inc/core/data.php:180 inc/core/data.php:264
|
438 |
+
#: inc/core/data.php:440
|
439 |
+
msgid "Install additional styles"
|
440 |
+
msgstr "Εγκατάσταση επιπλέον στυλ"
|
441 |
+
|
442 |
+
#: inc/core/data.php:134 inc/core/data.php:511 inc/core/data.php:590
|
443 |
+
#: inc/core/data.php:693
|
444 |
+
msgid "Size"
|
445 |
+
msgstr "Μέγεθος"
|
446 |
+
|
447 |
+
#: inc/core/data.php:135
|
448 |
+
msgid "Select heading size (pixels)"
|
449 |
+
msgstr "Επιλέξτε το μέγεθος της κεφαλίδας (pixels)"
|
450 |
+
|
451 |
+
#: inc/core/data.php:140 inc/core/data.php:472 inc/core/data.php:533
|
452 |
+
#: inc/core/data.php:957
|
453 |
+
msgid "Left"
|
454 |
+
msgstr "Αριστερά"
|
455 |
+
|
456 |
+
#: inc/core/data.php:141 inc/core/data.php:534 inc/core/data.php:1767
|
457 |
+
#: inc/core/data.php:1894
|
458 |
+
msgid "Center"
|
459 |
+
msgstr "Κέντρο"
|
460 |
+
|
461 |
+
#: inc/core/data.php:142 inc/core/data.php:473 inc/core/data.php:535
|
462 |
+
#: inc/core/data.php:958
|
463 |
+
msgid "Right"
|
464 |
+
msgstr "Δεξιά"
|
465 |
+
|
466 |
+
#: inc/core/data.php:145 inc/core/data.php:476 inc/core/data.php:538
|
467 |
+
msgid "Align"
|
468 |
+
msgstr "Στοίχιση"
|
469 |
+
|
470 |
+
#: inc/core/data.php:146
|
471 |
+
msgid "Heading text alignment"
|
472 |
+
msgstr "Στοίχιση κειμένου κεφαλίδας"
|
473 |
+
|
474 |
+
#: inc/core/data.php:154
|
475 |
+
msgid "Margin"
|
476 |
+
msgstr "Περιθώριο"
|
477 |
+
|
478 |
+
#: inc/core/data.php:155
|
479 |
+
msgid "Bottom margin (pixels)"
|
480 |
+
msgstr "Το κάτω περιθώριο (pixels)"
|
481 |
+
|
482 |
+
#: inc/core/data.php:159 inc/core/data.php:199 inc/core/data.php:231
|
483 |
+
#: inc/core/data.php:294 inc/core/data.php:310 inc/core/data.php:337
|
484 |
+
#: inc/core/data.php:361 inc/core/data.php:389 inc/core/data.php:419
|
485 |
+
#: inc/core/data.php:455 inc/core/data.php:480 inc/core/data.php:516
|
486 |
+
#: inc/core/data.php:543 inc/core/data.php:559 inc/core/data.php:601
|
487 |
+
#: inc/core/data.php:629 inc/core/data.php:750 inc/core/data.php:793
|
488 |
+
#: inc/core/data.php:849 inc/core/data.php:886 inc/core/data.php:918
|
489 |
+
#: inc/core/data.php:1020 inc/core/data.php:1036 inc/core/data.php:1088
|
490 |
+
#: inc/core/data.php:1206 inc/core/data.php:1256 inc/core/data.php:1299
|
491 |
+
#: inc/core/data.php:1338 inc/core/data.php:1407 inc/core/data.php:1428
|
492 |
+
#: inc/core/data.php:1459 inc/core/data.php:1492 inc/core/data.php:1508
|
493 |
+
#: inc/core/data.php:1538 inc/core/data.php:1558 inc/core/data.php:1585
|
494 |
+
#: inc/core/data.php:1606 inc/core/data.php:1651 inc/core/data.php:1696
|
495 |
+
#: inc/core/data.php:1804 inc/core/data.php:1931 inc/core/data.php:2001
|
496 |
+
#: inc/core/data.php:2175 inc/core/data.php:2230 inc/core/data.php:2276
|
497 |
+
msgid "Class"
|
498 |
+
msgstr "Κλάση"
|
499 |
+
|
500 |
+
#: inc/core/data.php:160 inc/core/data.php:200 inc/core/data.php:232
|
501 |
+
#: inc/core/data.php:295 inc/core/data.php:311 inc/core/data.php:338
|
502 |
+
#: inc/core/data.php:362 inc/core/data.php:390 inc/core/data.php:420
|
503 |
+
#: inc/core/data.php:456 inc/core/data.php:481 inc/core/data.php:517
|
504 |
+
#: inc/core/data.php:544 inc/core/data.php:560 inc/core/data.php:602
|
505 |
+
#: inc/core/data.php:630 inc/core/data.php:751 inc/core/data.php:794
|
506 |
+
#: inc/core/data.php:850 inc/core/data.php:887 inc/core/data.php:919
|
507 |
+
#: inc/core/data.php:1021 inc/core/data.php:1037 inc/core/data.php:1089
|
508 |
+
#: inc/core/data.php:1207 inc/core/data.php:1257 inc/core/data.php:1300
|
509 |
+
#: inc/core/data.php:1339 inc/core/data.php:1408 inc/core/data.php:1429
|
510 |
+
#: inc/core/data.php:1460 inc/core/data.php:1493 inc/core/data.php:1509
|
511 |
+
#: inc/core/data.php:1539 inc/core/data.php:1559 inc/core/data.php:1586
|
512 |
+
#: inc/core/data.php:1607 inc/core/data.php:1652 inc/core/data.php:1697
|
513 |
+
#: inc/core/data.php:1805 inc/core/data.php:1932 inc/core/data.php:2002
|
514 |
+
#: inc/core/data.php:2176 inc/core/data.php:2231 inc/core/data.php:2277
|
515 |
+
msgid "Extra CSS class"
|
516 |
+
msgstr "Επιπρόσθετη CSS κλάση"
|
517 |
+
|
518 |
+
#: inc/core/data.php:163
|
519 |
+
msgid "Heading text"
|
520 |
+
msgstr "Κείμενο κεφαλίδας"
|
521 |
+
|
522 |
+
#: inc/core/data.php:164
|
523 |
+
msgid "Styled heading"
|
524 |
+
msgstr "Μορφοποιημένη κεφαλίδα"
|
525 |
+
|
526 |
+
#: inc/core/data.php:169
|
527 |
+
msgid "Tabs"
|
528 |
+
msgstr "Tabs"
|
529 |
+
|
530 |
+
#: inc/core/data.php:180
|
531 |
+
msgid "Choose style for this tabs"
|
532 |
+
msgstr "Επιλέξτε στυλ για αυτές τις καρτέλες"
|
533 |
+
|
534 |
+
#: inc/core/data.php:188
|
535 |
+
msgid "Active tab"
|
536 |
+
msgstr "Ενεργή καρτέλα"
|
537 |
+
|
538 |
+
#: inc/core/data.php:189
|
539 |
+
msgid "Select which tab is open by default"
|
540 |
+
msgstr "Επιλέξτε την προεπιλεγμένη καρτέλα που θα είναι ανοιχτή"
|
541 |
+
|
542 |
+
#: inc/core/data.php:194
|
543 |
+
msgid "Vertical"
|
544 |
+
msgstr "Κάθετο"
|
545 |
+
|
546 |
+
#: inc/core/data.php:195
|
547 |
+
msgid "Show tabs vertically"
|
548 |
+
msgstr "Προβολή καρτελών κάθετα"
|
549 |
+
|
550 |
+
#: inc/core/data.php:203
|
551 |
+
msgid ""
|
552 |
+
"[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
|
553 |
+
"[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
|
554 |
+
"[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
|
555 |
+
msgstr ""
|
556 |
+
"[%prefix_tab title=\"Τίτλος 1\"]Περιεχόμενο 1[/%prefix_tab]\n"
|
557 |
+
"[%prefix_tab title=\"Τίτλος 2\"]Περιεχόμενο 2[/%prefix_tab]\n"
|
558 |
+
"[%prefix_tab title=\"Τίτλος 3\"]Περιεχόμενο 3[/%prefix_tab]"
|
559 |
+
|
560 |
+
#: inc/core/data.php:204
|
561 |
+
msgid "Tabs container"
|
562 |
+
msgstr "Δοχείο καρτελών"
|
563 |
+
|
564 |
+
#: inc/core/data.php:209
|
565 |
+
msgid "Tab"
|
566 |
+
msgstr "Tab"
|
567 |
+
|
568 |
+
#: inc/core/data.php:214
|
569 |
+
msgid "Tab name"
|
570 |
+
msgstr "Όνομα καρτέλας"
|
571 |
+
|
572 |
+
#: inc/core/data.php:215 inc/core/data.php:247 inc/core/data.php:767
|
573 |
+
#: inc/core/data.php:810 inc/core/data.php:1366
|
574 |
+
msgid "Title"
|
575 |
+
msgstr "Τίτλος"
|
576 |
+
|
577 |
+
#: inc/core/data.php:216
|
578 |
+
msgid "Enter tab name"
|
579 |
+
msgstr "Εισάγετε το όνομα της καρτέλας"
|
580 |
+
|
581 |
+
#: inc/core/data.php:221
|
582 |
+
msgid "Disabled"
|
583 |
+
msgstr "Απενεργοποιημένο"
|
584 |
+
|
585 |
+
#: inc/core/data.php:222
|
586 |
+
msgid "Is this tab disabled"
|
587 |
+
msgstr "Είναι αυτή η καρτέλα απενεργοποιημένη"
|
588 |
+
|
589 |
+
#: inc/core/data.php:226 inc/core/data.php:289
|
590 |
+
msgid "Anchor"
|
591 |
+
msgstr "Anchor"
|
592 |
+
|
593 |
+
#: inc/core/data.php:227
|
594 |
+
msgid ""
|
595 |
+
"You can use unique anchor for this tab to access it with hash in page url. "
|
596 |
+
"For example: type here <b%value>Hello</b> and then use url like http://"
|
597 |
+
"example.com/page-url#Hello. This tab will be activated and scrolled in"
|
598 |
+
msgstr ""
|
599 |
+
"Μπορείτε να χρησιμοποιήσετε μια μοναδική anchor για πρόσβαση σε αυτήν την "
|
600 |
+
"καρτέλα σε συνδυασμό με μία διεύθυνση σελίδας. Για παράδειγμα: <b%value>Γειά "
|
601 |
+
"σας</b> και μετά χρησιμοποιήστε κάπως έτσι την διεύθυνση http://example.com/"
|
602 |
+
"page-url#Hello. Αυτή η καρτέλα θα ενεργοποιηθεί και θα μετακυλίεται"
|
603 |
+
|
604 |
+
#: inc/core/data.php:235
|
605 |
+
msgid "Tab content"
|
606 |
+
msgstr "Περιεχόμενο της καρτέλας"
|
607 |
+
|
608 |
+
#: inc/core/data.php:236
|
609 |
+
msgid "Single tab"
|
610 |
+
msgstr "Ενιαία καρτέλα"
|
611 |
+
|
612 |
+
#: inc/core/data.php:241
|
613 |
+
msgid "Spoiler"
|
614 |
+
msgstr "Spoiler"
|
615 |
+
|
616 |
+
#: inc/core/data.php:246 inc/core/shortcodes.php:72
|
617 |
+
msgid "Spoiler title"
|
618 |
+
msgstr "Τίτλος Spoiler"
|
619 |
+
|
620 |
+
#: inc/core/data.php:247
|
621 |
+
msgid "Text in spoiler title"
|
622 |
+
msgstr "Κείμενο στον τίτλο του spoiler"
|
623 |
+
|
624 |
+
#: inc/core/data.php:252
|
625 |
+
msgid "Open"
|
626 |
+
msgstr "Ανοιχτό"
|
627 |
+
|
628 |
+
#: inc/core/data.php:253
|
629 |
+
msgid "Is spoiler content visible by default"
|
630 |
+
msgstr "Είναι το περιεχόμενο του spoiler προκαθορισμένα ορατό"
|
631 |
+
|
632 |
+
#: inc/core/data.php:259
|
633 |
+
msgid "Fancy"
|
634 |
+
msgstr "Fancy"
|
635 |
+
|
636 |
+
#: inc/core/data.php:260 inc/core/data.php:500
|
637 |
+
msgid "Simple"
|
638 |
+
msgstr "Απλό"
|
639 |
+
|
640 |
+
#: inc/core/data.php:264
|
641 |
+
msgid "Choose style for this spoiler"
|
642 |
+
msgstr "Επιλέξτε στυλ για αυτό το spoiler"
|
643 |
+
|
644 |
+
#: inc/core/data.php:269
|
645 |
+
msgid "Plus"
|
646 |
+
msgstr "Συν"
|
647 |
+
|
648 |
+
#: inc/core/data.php:270
|
649 |
+
msgid "Plus circle"
|
650 |
+
msgstr "Plus circle"
|
651 |
+
|
652 |
+
#: inc/core/data.php:271
|
653 |
+
msgid "Plus square 1"
|
654 |
+
msgstr "Plus square 1"
|
655 |
+
|
656 |
+
#: inc/core/data.php:272
|
657 |
+
msgid "Plus square 2"
|
658 |
+
msgstr "Plus square 2"
|
659 |
+
|
660 |
+
#: inc/core/data.php:273
|
661 |
+
msgid "Arrow"
|
662 |
+
msgstr "Βέλος"
|
663 |
+
|
664 |
+
#: inc/core/data.php:274
|
665 |
+
msgid "Arrow circle 1"
|
666 |
+
msgstr "Arrow circle 1"
|
667 |
+
|
668 |
+
#: inc/core/data.php:275
|
669 |
+
msgid "Arrow circle 2"
|
670 |
+
msgstr "Arrow circle 2"
|
671 |
+
|
672 |
+
#: inc/core/data.php:276
|
673 |
+
msgid "Chevron"
|
674 |
+
msgstr "Chevron"
|
675 |
+
|
676 |
+
#: inc/core/data.php:277
|
677 |
+
msgid "Chevron circle"
|
678 |
+
msgstr "Chevron circle"
|
679 |
+
|
680 |
+
#: inc/core/data.php:278
|
681 |
+
msgid "Caret"
|
682 |
+
msgstr "Caret"
|
683 |
+
|
684 |
+
#: inc/core/data.php:279
|
685 |
+
msgid "Caret square"
|
686 |
+
msgstr "Caret square"
|
687 |
+
|
688 |
+
#: inc/core/data.php:280
|
689 |
+
msgid "Folder 1"
|
690 |
+
msgstr "Φάκελος 1"
|
691 |
+
|
692 |
+
#: inc/core/data.php:281
|
693 |
+
msgid "Folder 2"
|
694 |
+
msgstr "Φάκελος 2"
|
695 |
+
|
696 |
+
#: inc/core/data.php:284 inc/core/data.php:618 inc/core/data.php:723
|
697 |
+
#: inc/core/data.php:773
|
698 |
+
msgid "Icon"
|
699 |
+
msgstr "Εικονίδιο"
|
700 |
+
|
701 |
+
#: inc/core/data.php:285
|
702 |
+
msgid "Icons for spoiler"
|
703 |
+
msgstr "Εικονίδια για το spoiler"
|
704 |
+
|
705 |
+
#: inc/core/data.php:290
|
706 |
+
msgid ""
|
707 |
+
"You can use unique anchor for this spoiler to access it with hash in page "
|
708 |
+
"url. For example: type here <b%value>Hello</b> and then use url like http://"
|
709 |
+
"example.com/page-url#Hello. This spoiler will be open and scrolled in"
|
710 |
+
msgstr ""
|
711 |
+
"Μπορείτε να χρησιμοποιήσετε μια μοναδική anchor για πρόσβαση σε αυτό το "
|
712 |
+
"spoiler σε συνδυασμό με μία διεύθυνση σελίδας. Για παράδειγμα: <b%value>Γειά "
|
713 |
+
"σας</b> και μετά χρησιμοποιήστε κάπως έτσι την διεύθυνση http://example.com/"
|
714 |
+
"page-url#Hello. Αυτό το spoiler θα ενεργοποιηθεί και θα μετακυλίεται"
|
715 |
+
|
716 |
+
#: inc/core/data.php:298
|
717 |
+
msgid "Hidden content"
|
718 |
+
msgstr "Κρυμμένο περιεχόμενο"
|
719 |
+
|
720 |
+
#: inc/core/data.php:299
|
721 |
+
msgid "Spoiler with hidden content"
|
722 |
+
msgstr "Spoiler με κρυφό περιεχόμενο"
|
723 |
+
|
724 |
+
#: inc/core/data.php:304
|
725 |
+
msgid "Accordion"
|
726 |
+
msgstr "Accordion"
|
727 |
+
|
728 |
+
#: inc/core/data.php:314
|
729 |
+
msgid ""
|
730 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
731 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
732 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]"
|
733 |
+
msgstr ""
|
734 |
+
"[%prefix_spoiler]Περιεχόμενο[/%prefix_spoiler]\n"
|
735 |
+
"[%prefix_spoiler]Περιεχόμενο[/%prefix_spoiler]\n"
|
736 |
+
"[%prefix_spoiler]Περιεχόμενο[/%prefix_spoiler]"
|
737 |
+
|
738 |
+
#: inc/core/data.php:315
|
739 |
+
msgid "Accordion with spoilers"
|
740 |
+
msgstr "Accordion με spoilers"
|
741 |
+
|
742 |
+
#: inc/core/data.php:320
|
743 |
+
msgid "Divider"
|
744 |
+
msgstr "Divider"
|
745 |
+
|
746 |
+
#: inc/core/data.php:327
|
747 |
+
msgid "Show TOP link"
|
748 |
+
msgstr "Προβολή συνδέσμου TOP"
|
749 |
+
|
750 |
+
#: inc/core/data.php:328
|
751 |
+
msgid "Show link to top of the page or not"
|
752 |
+
msgstr "Προβολή ή όχι του συνδέσμου στο πάνω μέρος της σελίδας"
|
753 |
+
|
754 |
+
#: inc/core/data.php:332 inc/core/shortcodes.php:99
|
755 |
+
msgid "Go to top"
|
756 |
+
msgstr "Επιστροφή στην αρχή"
|
757 |
+
|
758 |
+
#: inc/core/data.php:333
|
759 |
+
msgid "Link text"
|
760 |
+
msgstr "Κείμενο συνδέσμου"
|
761 |
+
|
762 |
+
#: inc/core/data.php:333
|
763 |
+
msgid "Text for the GO TOP link"
|
764 |
+
msgstr "Κείμενο για τον σύνδεσμο GO TOP"
|
765 |
+
|
766 |
+
#: inc/core/data.php:341
|
767 |
+
msgid "Content divider with optional TOP link"
|
768 |
+
msgstr "Περιεχόμενο του divider με προαιρετικό σύνδεσμο TOP"
|
769 |
+
|
770 |
+
#: inc/core/data.php:346
|
771 |
+
msgid "Spacer"
|
772 |
+
msgstr "Spacer"
|
773 |
+
|
774 |
+
#: inc/core/data.php:356 inc/core/data.php:1071 inc/core/data.php:1127
|
775 |
+
#: inc/core/data.php:1239 inc/core/data.php:1288 inc/core/data.php:1384
|
776 |
+
#: inc/core/data.php:1640 inc/core/data.php:1679 inc/core/data.php:1751
|
777 |
+
#: inc/core/data.php:1860 inc/core/data.php:1986 inc/core/data.php:2203
|
778 |
+
msgid "Height"
|
779 |
+
msgstr "Ύψος"
|
780 |
+
|
781 |
+
#: inc/core/data.php:357
|
782 |
+
msgid "Height of the spacer in pixels"
|
783 |
+
msgstr "Ύψος του spacer σε pixels"
|
784 |
+
|
785 |
+
#: inc/core/data.php:365
|
786 |
+
msgid "Empty space with adjustable height"
|
787 |
+
msgstr "Κενός χώρος με ρυθμιζόμενο ύψος"
|
788 |
+
|
789 |
+
#: inc/core/data.php:370
|
790 |
+
msgid "Highlight"
|
791 |
+
msgstr "Highlight"
|
792 |
+
|
793 |
+
#: inc/core/data.php:378 inc/core/data.php:678 inc/core/data.php:867
|
794 |
+
msgid "Background"
|
795 |
+
msgstr "Φόντο"
|
796 |
+
|
797 |
+
#: inc/core/data.php:379
|
798 |
+
msgid "Highlighted text background color"
|
799 |
+
msgstr "Χρώμα φόντου τονισμένου κειμένου"
|
800 |
+
|
801 |
+
#: inc/core/data.php:385 inc/core/data.php:684 inc/core/data.php:873
|
802 |
+
msgid "Text color"
|
803 |
+
msgstr "Χρώμα κειμένου"
|
804 |
+
|
805 |
+
#: inc/core/data.php:385
|
806 |
+
msgid "Highlighted text color"
|
807 |
+
msgstr "Χρώμα κειμένου"
|
808 |
+
|
809 |
+
#: inc/core/data.php:393 inc/core/data.php:394
|
810 |
+
msgid "Highlighted text"
|
811 |
+
msgstr "Τονισμένο κείμενο"
|
812 |
+
|
813 |
+
#: inc/core/data.php:399 inc/core/data.php:423 inc/vendor/sunrise.php:409
|
814 |
+
msgid "Label"
|
815 |
+
msgstr "Label"
|
816 |
+
|
817 |
+
#: inc/core/data.php:407
|
818 |
+
msgid "Success"
|
819 |
+
msgstr "Επιτυχία"
|
820 |
+
|
821 |
+
#: inc/core/data.php:408
|
822 |
+
msgid "Warning"
|
823 |
+
msgstr "Προειδοποίηση"
|
824 |
+
|
825 |
+
#: inc/core/data.php:409
|
826 |
+
msgid "Important"
|
827 |
+
msgstr "Σημαντικό"
|
828 |
+
|
829 |
+
#: inc/core/data.php:410
|
830 |
+
msgid "Black"
|
831 |
+
msgstr "Μαύρο"
|
832 |
+
|
833 |
+
#: inc/core/data.php:411
|
834 |
+
msgid "Info"
|
835 |
+
msgstr "Πληροφορίες"
|
836 |
+
|
837 |
+
#: inc/core/data.php:414
|
838 |
+
msgid "Type"
|
839 |
+
msgstr "Τύπος"
|
840 |
+
|
841 |
+
#: inc/core/data.php:415
|
842 |
+
msgid "Style of the label"
|
843 |
+
msgstr "Στυλ ετικέτας"
|
844 |
+
|
845 |
+
#: inc/core/data.php:424
|
846 |
+
msgid "Styled label"
|
847 |
+
msgstr "Μορφοποιημένη ετικέτα"
|
848 |
+
|
849 |
+
#: inc/core/data.php:429 inc/core/data.php:459
|
850 |
+
msgid "Quote"
|
851 |
+
msgstr "Quote"
|
852 |
+
|
853 |
+
#: inc/core/data.php:440
|
854 |
+
msgid "Choose style for this quote"
|
855 |
+
msgstr "Επιλέξτε στυλ για αυτό το pullquote"
|
856 |
+
|
857 |
+
#: inc/core/data.php:444
|
858 |
+
msgid "Cite"
|
859 |
+
msgstr "Αναφορά"
|
860 |
+
|
861 |
+
#: inc/core/data.php:445
|
862 |
+
msgid "Quote author name"
|
863 |
+
msgstr "Παράθεση ονόματος του συγγραφέα"
|
864 |
+
|
865 |
+
#: inc/core/data.php:450
|
866 |
+
msgid "Cite url"
|
867 |
+
msgstr "Διεύθυνση αναφοράς"
|
868 |
+
|
869 |
+
#: inc/core/data.php:451
|
870 |
+
msgid "Url of the quote author. Leave empty to disable link"
|
871 |
+
msgstr ""
|
872 |
+
"Διεύθυνση του συγγραφέα αναφοράς. Αφήστε κενό για απενεργοποίηση του "
|
873 |
+
"συνδέσμου"
|
874 |
+
|
875 |
+
#: inc/core/data.php:460
|
876 |
+
msgid "Blockquote alternative"
|
877 |
+
msgstr "Εναλλακτικά blockquote"
|
878 |
+
|
879 |
+
#: inc/core/data.php:465 inc/core/data.php:484 inc/core/data.php:485
|
880 |
+
msgid "Pullquote"
|
881 |
+
msgstr "Pullquote"
|
882 |
+
|
883 |
+
#: inc/core/data.php:476
|
884 |
+
msgid "Pullquote alignment (float)"
|
885 |
+
msgstr "Στοίχιση Pullquote (float)"
|
886 |
+
|
887 |
+
#: inc/core/data.php:490 inc/core/data.php:521
|
888 |
+
msgid "Dropcap"
|
889 |
+
msgstr "Dropcap"
|
890 |
+
|
891 |
+
#: inc/core/data.php:498 inc/core/data.php:663
|
892 |
+
msgid "Flat"
|
893 |
+
msgstr "Επίπεδο"
|
894 |
+
|
895 |
+
#: inc/core/data.php:499
|
896 |
+
msgid "Light"
|
897 |
+
msgstr "Ανάλαφρο"
|
898 |
+
|
899 |
+
#: inc/core/data.php:503
|
900 |
+
msgid "Dropcap style preset"
|
901 |
+
msgstr "Προκαθορισμένο στυλ dropcap"
|
902 |
+
|
903 |
+
#: inc/core/data.php:512
|
904 |
+
msgid "Choose dropcap size"
|
905 |
+
msgstr "Επιλέξτε το μέγεθος του dropcap"
|
906 |
+
|
907 |
+
#: inc/core/data.php:520
|
908 |
+
msgid "D"
|
909 |
+
msgstr "Δ"
|
910 |
+
|
911 |
+
#: inc/core/data.php:526
|
912 |
+
msgid "Frame"
|
913 |
+
msgstr "Frame"
|
914 |
+
|
915 |
+
#: inc/core/data.php:539
|
916 |
+
msgid "Frame alignment"
|
917 |
+
msgstr "Στοίχιση της Frame"
|
918 |
+
|
919 |
+
#: inc/core/data.php:548
|
920 |
+
msgid "Styled image frame"
|
921 |
+
msgstr "Μορφοποιημένο περίγραμμα εικόνας"
|
922 |
+
|
923 |
+
#: inc/core/data.php:553
|
924 |
+
msgid "Row"
|
925 |
+
msgstr "Row"
|
926 |
+
|
927 |
+
#: inc/core/data.php:563
|
928 |
+
msgid ""
|
929 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
930 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
931 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
|
932 |
+
msgstr ""
|
933 |
+
"[%prefix_column size=\"1/3\"]Περιεχόμενο[/%prefix_column]\n"
|
934 |
+
"[%prefix_column size=\"1/3\"]Περιεχόμενο[/%prefix_column]\n"
|
935 |
+
"[%prefix_column size=\"1/3\"]Περιεχόμενο[/%prefix_column]"
|
936 |
+
|
937 |
+
#: inc/core/data.php:564
|
938 |
+
msgid "Row for flexible columns"
|
939 |
+
msgstr "Γραμμή για ευέλικτες στήλες"
|
940 |
+
|
941 |
+
#: inc/core/data.php:569
|
942 |
+
msgid "Column"
|
943 |
+
msgstr "Column"
|
944 |
+
|
945 |
+
#: inc/core/data.php:576
|
946 |
+
msgid "Full width"
|
947 |
+
msgstr "Πλήρες πλάτος"
|
948 |
+
|
949 |
+
#: inc/core/data.php:577
|
950 |
+
msgid "One half"
|
951 |
+
msgstr "Ένα δεύτερο"
|
952 |
+
|
953 |
+
#: inc/core/data.php:578
|
954 |
+
msgid "One third"
|
955 |
+
msgstr "Ένα τρίτο"
|
956 |
+
|
957 |
+
#: inc/core/data.php:579
|
958 |
+
msgid "Two third"
|
959 |
+
msgstr "Δύο τρίτα"
|
960 |
+
|
961 |
+
#: inc/core/data.php:580
|
962 |
+
msgid "One fourth"
|
963 |
+
msgstr "Ένα τέταρτο"
|
964 |
+
|
965 |
+
#: inc/core/data.php:581
|
966 |
+
msgid "Three fourth"
|
967 |
+
msgstr "Τρία τέταρτα"
|
968 |
+
|
969 |
+
#: inc/core/data.php:582
|
970 |
+
msgid "One fifth"
|
971 |
+
msgstr "Ένα πέμπτο"
|
972 |
+
|
973 |
+
#: inc/core/data.php:583
|
974 |
+
msgid "Two fifth"
|
975 |
+
msgstr "Δύο πέμπτα"
|
976 |
+
|
977 |
+
#: inc/core/data.php:584
|
978 |
+
msgid "Three fifth"
|
979 |
+
msgstr "Τρία πέμπτα"
|
980 |
+
|
981 |
+
#: inc/core/data.php:585
|
982 |
+
msgid "Four fifth"
|
983 |
+
msgstr "Τέσσερα πέμπτα"
|
984 |
+
|
985 |
+
#: inc/core/data.php:586
|
986 |
+
msgid "One sixth"
|
987 |
+
msgstr "Ένα έκτο"
|
988 |
+
|
989 |
+
#: inc/core/data.php:587
|
990 |
+
msgid "Five sixth"
|
991 |
+
msgstr "Πέντε έκτα"
|
992 |
+
|
993 |
+
#: inc/core/data.php:591
|
994 |
+
msgid "Select column width. This width will be calculated depend page width"
|
995 |
+
msgstr ""
|
996 |
+
"Επιπέξτε το πλάτος της στήλης. Το πλάτος θα υπολογιστεί σε σχέση με το "
|
997 |
+
"πλάτος της σελίδας"
|
998 |
+
|
999 |
+
#: inc/core/data.php:596 inc/core/data.php:704
|
1000 |
+
msgid "Centered"
|
1001 |
+
msgstr "Κεντραρισμένο"
|
1002 |
+
|
1003 |
+
#: inc/core/data.php:597
|
1004 |
+
msgid "Is this column centered on the page"
|
1005 |
+
msgstr "Είναι στήλη κεντραρισμένη στην σελίδα"
|
1006 |
+
|
1007 |
+
#: inc/core/data.php:605
|
1008 |
+
msgid "Column content"
|
1009 |
+
msgstr "Περιεχόμενο στήλης"
|
1010 |
+
|
1011 |
+
#: inc/core/data.php:606
|
1012 |
+
msgid "Flexible and responsive columns"
|
1013 |
+
msgstr "Ευέλικτες και ευπροσάρμοστες στήλες"
|
1014 |
+
|
1015 |
+
#: inc/core/data.php:611
|
1016 |
+
msgid "List"
|
1017 |
+
msgstr "List"
|
1018 |
+
|
1019 |
+
#: inc/core/data.php:619
|
1020 |
+
msgid "You can upload custom icon for this list or pick a built-in icon"
|
1021 |
+
msgstr ""
|
1022 |
+
"Μπορείτε να μεταφορτώσετε δικά σας εικονίδια για αυτή τη λίστα ή να "
|
1023 |
+
"επιλέξετε ένα ενσωματωμένο εικονίδιο"
|
1024 |
+
|
1025 |
+
#: inc/core/data.php:624 inc/core/data.php:729 inc/core/data.php:779
|
1026 |
+
msgid "Icon color"
|
1027 |
+
msgstr "Χρώμα εικονιδίου"
|
1028 |
+
|
1029 |
+
#: inc/core/data.php:625 inc/core/data.php:730 inc/core/data.php:780
|
1030 |
+
msgid ""
|
1031 |
+
"This color will be applied to the selected icon. Does not works with "
|
1032 |
+
"uploaded icons"
|
1033 |
+
msgstr ""
|
1034 |
+
"Αυτό το χρώμα θα εφαρμόστεί στο επιλεγμένο εικονίδιο. Δεν θα εφαρμοστεί όμως "
|
1035 |
+
"στα μεταφορτωμένα εικονίδια"
|
1036 |
+
|
1037 |
+
#: inc/core/data.php:633
|
1038 |
+
msgid ""
|
1039 |
+
"<ul>\n"
|
1040 |
+
"<li>List item</li>\n"
|
1041 |
+
"<li>List item</li>\n"
|
1042 |
+
"<li>List item</li>\n"
|
1043 |
+
"</ul>"
|
1044 |
+
msgstr ""
|
1045 |
+
"<ul>\n"
|
1046 |
+
"<li>Αντικείμενο λίστας</li>\n"
|
1047 |
+
"<li>Αντικείμενο λίστας</li>\n"
|
1048 |
+
"<li>Αντικείμενο λίστας</li>\n"
|
1049 |
+
"</ul>"
|
1050 |
+
|
1051 |
+
#: inc/core/data.php:634
|
1052 |
+
msgid "Styled unordered list"
|
1053 |
+
msgstr "Στυλ αταξινόμητης λίστας"
|
1054 |
+
|
1055 |
+
#: inc/core/data.php:639
|
1056 |
+
msgid "Button"
|
1057 |
+
msgstr "Button"
|
1058 |
+
|
1059 |
+
#: inc/core/data.php:646
|
1060 |
+
msgid "Link"
|
1061 |
+
msgstr "Σύνδεσμος"
|
1062 |
+
|
1063 |
+
#: inc/core/data.php:647
|
1064 |
+
msgid "Button link"
|
1065 |
+
msgstr "Σύνδεσμος κουμπιού"
|
1066 |
+
|
1067 |
+
#: inc/core/data.php:652 inc/core/data.php:1450
|
1068 |
+
msgid "Same tab"
|
1069 |
+
msgstr "Ίδια καρτέλα"
|
1070 |
+
|
1071 |
+
#: inc/core/data.php:653 inc/core/data.php:1451
|
1072 |
+
msgid "New tab"
|
1073 |
+
msgstr "Νέα καρτέλα"
|
1074 |
+
|
1075 |
+
#: inc/core/data.php:656 inc/core/data.php:1454
|
1076 |
+
msgid "Target"
|
1077 |
+
msgstr "Στόχος"
|
1078 |
+
|
1079 |
+
#: inc/core/data.php:657
|
1080 |
+
msgid "Button link target"
|
1081 |
+
msgstr "Σύνδεσμος προορισμού του κουμπιού"
|
1082 |
+
|
1083 |
+
#: inc/core/data.php:664 inc/core/data.php:816
|
1084 |
+
msgid "Soft"
|
1085 |
+
msgstr "Απαλό"
|
1086 |
+
|
1087 |
+
#: inc/core/data.php:665 inc/core/data.php:817
|
1088 |
+
msgid "Glass"
|
1089 |
+
msgstr "Γυάλινο"
|
1090 |
+
|
1091 |
+
#: inc/core/data.php:666 inc/core/data.php:818
|
1092 |
+
msgid "Bubbles"
|
1093 |
+
msgstr "Φυσαλίδες"
|
1094 |
+
|
1095 |
+
#: inc/core/data.php:667 inc/core/data.php:819
|
1096 |
+
msgid "Noise"
|
1097 |
+
msgstr "Θόρυβος"
|
1098 |
+
|
1099 |
+
#: inc/core/data.php:668
|
1100 |
+
msgid "Stroked"
|
1101 |
+
msgstr "Stroked"
|
1102 |
+
|
1103 |
+
#: inc/core/data.php:669
|
1104 |
+
msgid "3D"
|
1105 |
+
msgstr "3D"
|
1106 |
+
|
1107 |
+
#: inc/core/data.php:672
|
1108 |
+
msgid "Button background style preset"
|
1109 |
+
msgstr "Προκαθορισμένο στυλ φόντου κουμπιού"
|
1110 |
+
|
1111 |
+
#: inc/core/data.php:678
|
1112 |
+
msgid "Button background color"
|
1113 |
+
msgstr "Χρώμα φόντου κουμπιού"
|
1114 |
+
|
1115 |
+
#: inc/core/data.php:685
|
1116 |
+
msgid "Button text color"
|
1117 |
+
msgstr "Χρώμα κειμένου κουμπιού"
|
1118 |
+
|
1119 |
+
#: inc/core/data.php:694
|
1120 |
+
msgid "Button size"
|
1121 |
+
msgstr "Μέγεθος κουμπιού"
|
1122 |
+
|
1123 |
+
#: inc/core/data.php:699
|
1124 |
+
msgid "Fluid"
|
1125 |
+
msgstr "Fluid"
|
1126 |
+
|
1127 |
+
#: inc/core/data.php:699
|
1128 |
+
msgid "Fluid buttons has 100% width"
|
1129 |
+
msgstr "Τα κουμπιά fluid έχουν 100% πλάτος"
|
1130 |
+
|
1131 |
+
#: inc/core/data.php:704
|
1132 |
+
msgid "Is button centered on the page"
|
1133 |
+
msgstr "Είναι το κουμπί κεντραρισμένο στην σελίδα"
|
1134 |
+
|
1135 |
+
#: inc/core/data.php:709
|
1136 |
+
msgid "Auto"
|
1137 |
+
msgstr "Αυτόματα"
|
1138 |
+
|
1139 |
+
#: inc/core/data.php:710
|
1140 |
+
msgid "Round"
|
1141 |
+
msgstr "Κυκλικό"
|
1142 |
+
|
1143 |
+
#: inc/core/data.php:711
|
1144 |
+
msgid "Square"
|
1145 |
+
msgstr "Τετράγωνο"
|
1146 |
+
|
1147 |
+
#: inc/core/data.php:717 inc/core/data.php:844 inc/core/data.php:882
|
1148 |
+
msgid "Radius"
|
1149 |
+
msgstr "Radius"
|
1150 |
+
|
1151 |
+
#: inc/core/data.php:718
|
1152 |
+
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
1153 |
+
msgstr ""
|
1154 |
+
"Στρογγύλεμα των γωνιών του κουμπιού. Ο υπολογισμός για αυτόματο στρογγύλεμα "
|
1155 |
+
"γίνεται βάση του μεγέθους του κουμπιού"
|
1156 |
+
|
1157 |
+
#: inc/core/data.php:724
|
1158 |
+
msgid "You can upload custom icon for this button or pick a built-in icon"
|
1159 |
+
msgstr ""
|
1160 |
+
"Μπορείτε να μεταφορτώσετε δικά σας εικονίδια για αυτό το κουμπί ή να "
|
1161 |
+
"επιλέξετε ένα ενσωματωμένο εικονίδιο"
|
1162 |
+
|
1163 |
+
#: inc/core/data.php:735
|
1164 |
+
msgid "Text shadow"
|
1165 |
+
msgstr "Σκιά κειμένου"
|
1166 |
+
|
1167 |
+
#: inc/core/data.php:736
|
1168 |
+
msgid "Button text shadow"
|
1169 |
+
msgstr "Σκιά κειμένου κουμπιού"
|
1170 |
+
|
1171 |
+
#: inc/core/data.php:740
|
1172 |
+
msgid "Description"
|
1173 |
+
msgstr "Περιγραφή"
|
1174 |
+
|
1175 |
+
#: inc/core/data.php:741
|
1176 |
+
msgid ""
|
1177 |
+
"Small description under button text. This option is incompatible with icon."
|
1178 |
+
msgstr ""
|
1179 |
+
"Μικρή περιγραφή κάτω από το κείμενο του κουμπιού. Αυτή η επιλογή δεν είναι "
|
1180 |
+
"συμβατή με το εικονίδιο."
|
1181 |
+
|
1182 |
+
#: inc/core/data.php:745
|
1183 |
+
msgid "onClick"
|
1184 |
+
msgstr "Στο πάτημα"
|
1185 |
+
|
1186 |
+
#: inc/core/data.php:746
|
1187 |
+
msgid "Advanced JavaScript code for onClick action"
|
1188 |
+
msgstr "Προχωρημένος κώδικας JavaScript για τη λειτουργία στο πάτημα"
|
1189 |
+
|
1190 |
+
#: inc/core/data.php:754
|
1191 |
+
msgid "Button text"
|
1192 |
+
msgstr "Κείμενο κουμπιού"
|
1193 |
+
|
1194 |
+
#: inc/core/data.php:755
|
1195 |
+
msgid "Styled button"
|
1196 |
+
msgstr "Μορφοποίηση κουμπιού"
|
1197 |
+
|
1198 |
+
#: inc/core/data.php:760
|
1199 |
+
msgid "Service"
|
1200 |
+
msgstr "Service"
|
1201 |
+
|
1202 |
+
#: inc/core/data.php:766 inc/core/shortcodes.php:430
|
1203 |
+
msgid "Service title"
|
1204 |
+
msgstr "Τίτλος service"
|
1205 |
+
|
1206 |
+
#: inc/core/data.php:768
|
1207 |
+
msgid "Service name"
|
1208 |
+
msgstr "Όνομα service"
|
1209 |
+
|
1210 |
+
#: inc/core/data.php:774
|
1211 |
+
msgid "You can upload custom icon for this box"
|
1212 |
+
msgstr "Μπορείτε να μεταφορτώσετε δικά σας εικονίδια για αυτό το πλαίσιο"
|
1213 |
+
|
1214 |
+
#: inc/core/data.php:788
|
1215 |
+
msgid "Icon size"
|
1216 |
+
msgstr "Μέγεθος εικονιδίου"
|
1217 |
+
|
1218 |
+
#: inc/core/data.php:789
|
1219 |
+
msgid "Size of the uploaded icon in pixels"
|
1220 |
+
msgstr "Μέγεθος του μεταφορτωμένου εικονιδίου σε pixels"
|
1221 |
+
|
1222 |
+
#: inc/core/data.php:797
|
1223 |
+
msgid "Service description"
|
1224 |
+
msgstr "Περιγραφή Service"
|
1225 |
+
|
1226 |
+
#: inc/core/data.php:798
|
1227 |
+
msgid "Service box with title"
|
1228 |
+
msgstr "Πλαίσιο service με τίτλο"
|
1229 |
+
|
1230 |
+
#: inc/core/data.php:809
|
1231 |
+
msgid "Box title"
|
1232 |
+
msgstr "Τίτλος πλαισίου"
|
1233 |
+
|
1234 |
+
#: inc/core/data.php:810
|
1235 |
+
msgid "Text for the box title"
|
1236 |
+
msgstr "Κείμενο για τον τίτλο του πλαισίου"
|
1237 |
+
|
1238 |
+
#: inc/core/data.php:823
|
1239 |
+
msgid "Box style preset"
|
1240 |
+
msgstr "Προκαθορισμένο στυλ πλαισίου"
|
1241 |
+
|
1242 |
+
#: inc/core/data.php:829 inc/core/generator-views.php:91
|
1243 |
+
msgid "Color"
|
1244 |
+
msgstr "Χρώμα"
|
1245 |
+
|
1246 |
+
#: inc/core/data.php:830
|
1247 |
+
msgid "Color for the box title and borders"
|
1248 |
+
msgstr "Χρώμα τίτλου και περιθωρίων πλαισίου"
|
1249 |
+
|
1250 |
+
#: inc/core/data.php:836
|
1251 |
+
msgid "Title text color"
|
1252 |
+
msgstr "Χρώμα κειμένου τίτλου"
|
1253 |
+
|
1254 |
+
#: inc/core/data.php:836
|
1255 |
+
msgid "Color for the box title text"
|
1256 |
+
msgstr "Χρώμα κειμένου τίτλου του πλαισίου"
|
1257 |
+
|
1258 |
+
#: inc/core/data.php:845
|
1259 |
+
msgid "Box corners radius"
|
1260 |
+
msgstr "Στρογγυλεμένες γωνίες πλαισίου"
|
1261 |
+
|
1262 |
+
#: inc/core/data.php:853
|
1263 |
+
msgid "Box content"
|
1264 |
+
msgstr "Περιεχόμενο πλαισίου"
|
1265 |
+
|
1266 |
+
#: inc/core/data.php:854
|
1267 |
+
msgid "Colored box with caption"
|
1268 |
+
msgstr "Χρωματισμένο πλαίσιο με λεζάντα"
|
1269 |
+
|
1270 |
+
#: inc/core/data.php:859
|
1271 |
+
msgid "Note"
|
1272 |
+
msgstr "Σημείωση"
|
1273 |
+
|
1274 |
+
#: inc/core/data.php:867
|
1275 |
+
msgid "Note background color"
|
1276 |
+
msgstr "Χρώμα φόντου σημείωσης"
|
1277 |
+
|
1278 |
+
#: inc/core/data.php:874
|
1279 |
+
msgid "Note text color"
|
1280 |
+
msgstr "Χρώμα κειμένου σημείωσης"
|
1281 |
+
|
1282 |
+
#: inc/core/data.php:882
|
1283 |
+
msgid "Note corners radius"
|
1284 |
+
msgstr "Στρογγυλεμένες γωνίες σημείωσης"
|
1285 |
+
|
1286 |
+
#: inc/core/data.php:890
|
1287 |
+
msgid "Note text"
|
1288 |
+
msgstr "Κείμενο σημείωσης"
|
1289 |
+
|
1290 |
+
#: inc/core/data.php:891
|
1291 |
+
msgid "Colored box"
|
1292 |
+
msgstr "Χρωματισμένο πλαίσιο"
|
1293 |
+
|
1294 |
+
#: inc/core/data.php:896
|
1295 |
+
msgid "Lightbox"
|
1296 |
+
msgstr "Lightbox"
|
1297 |
+
|
1298 |
+
#: inc/core/data.php:903
|
1299 |
+
msgid "Iframe"
|
1300 |
+
msgstr "Iframe"
|
1301 |
+
|
1302 |
+
#: inc/core/data.php:904
|
1303 |
+
msgid "Image"
|
1304 |
+
msgstr "Image"
|
1305 |
+
|
1306 |
+
#: inc/core/data.php:905
|
1307 |
+
msgid "Inline (html content)"
|
1308 |
+
msgstr "Inline (html περιεχόμενο)"
|
1309 |
+
|
1310 |
+
#: inc/core/data.php:908
|
1311 |
+
msgid "Content type"
|
1312 |
+
msgstr "Τύπος περιεχομένου"
|
1313 |
+
|
1314 |
+
#: inc/core/data.php:909
|
1315 |
+
msgid "Select type of the lightbox window content"
|
1316 |
+
msgstr "Επιλέξτε τον τύπο του περιεχομένου του παραθύρου lightbox"
|
1317 |
+
|
1318 |
+
#: inc/core/data.php:913
|
1319 |
+
msgid "Content source"
|
1320 |
+
msgstr "Πηγή περιεχομένου"
|
1321 |
+
|
1322 |
+
#: inc/core/data.php:914
|
1323 |
+
msgid ""
|
1324 |
+
"Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
|
1325 |
+
"Use CSS selector for Inline content type.<br />Example values:<br /><b"
|
1326 |
+
"%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)"
|
1327 |
+
"<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
|
1328 |
+
"uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
|
1329 |
+
"(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
|
1330 |
+
msgstr ""
|
1331 |
+
"Εισάγετε εδώ την διεύθυνση ή τον επιλογέα CSS. Χρησιμοποιήστε τύπους "
|
1332 |
+
"περιεχομένου για το Iframe και το Image. Χρησιμοποιήστε επιλογέα CSS για "
|
1333 |
+
"Inline τύπο περιεχομένου.<br />Παραδείγματα τιμών:<br /><b%value>http://www."
|
1334 |
+
"youtube.com/watch?v=XXXXXXXXX</b> - YouTube βίντεο (iframe)<br /><b"
|
1335 |
+
"%value>http://example.com/wp-content/uploads/image.jpg</b> - μεταφορτωμένη "
|
1336 |
+
"εικόνα (image)<br /><b%value>http://example.com/</b> - οποιαδήποτε "
|
1337 |
+
"ιστοσελίδα (iframe)<br /><b%value>#contact-form</b> - οποιοδήποτε HTML "
|
1338 |
+
"περιεχόμενο (inline)"
|
1339 |
+
|
1340 |
+
#: inc/core/data.php:922
|
1341 |
+
msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
|
1342 |
+
msgstr ""
|
1343 |
+
"[%prefix_button] Πατήστε εδώ για Αναπαραγωγή του Βίντεο [/%prefix_button]"
|
1344 |
+
|
1345 |
+
#: inc/core/data.php:923
|
1346 |
+
msgid "Lightbox window with custom content"
|
1347 |
+
msgstr "Παράθυρο Lightbox με προσαρμοσμένο περιεχόμενο"
|
1348 |
+
|
1349 |
+
#: inc/core/data.php:928
|
1350 |
+
msgid "Tooltip"
|
1351 |
+
msgstr "Tooltip"
|
1352 |
+
|
1353 |
+
#: inc/core/data.php:935
|
1354 |
+
msgid "Basic: Light"
|
1355 |
+
msgstr "Βασικό: Ανοιχτόχρωμο"
|
1356 |
+
|
1357 |
+
#: inc/core/data.php:936
|
1358 |
+
msgid "Basic: Dark"
|
1359 |
+
msgstr "Βασικό: Σκούρο"
|
1360 |
+
|
1361 |
+
#: inc/core/data.php:937
|
1362 |
+
msgid "Basic: Yellow"
|
1363 |
+
msgstr "Βασικό: Κίτρινο"
|
1364 |
+
|
1365 |
+
#: inc/core/data.php:938
|
1366 |
+
msgid "Basic: Green"
|
1367 |
+
msgstr "Βασικό: Πράσινο"
|
1368 |
+
|
1369 |
+
#: inc/core/data.php:939
|
1370 |
+
msgid "Basic: Red"
|
1371 |
+
msgstr "Βασικό: Κόκκινο"
|
1372 |
+
|
1373 |
+
#: inc/core/data.php:940
|
1374 |
+
msgid "Basic: Blue"
|
1375 |
+
msgstr "Βασικό: Μπλε"
|
1376 |
+
|
1377 |
+
#: inc/core/data.php:941
|
1378 |
+
msgid "Youtube"
|
1379 |
+
msgstr "Youtube"
|
1380 |
+
|
1381 |
+
#: inc/core/data.php:942
|
1382 |
+
msgid "Tipsy"
|
1383 |
+
msgstr "Tipsy"
|
1384 |
+
|
1385 |
+
#: inc/core/data.php:943
|
1386 |
+
msgid "Bootstrap"
|
1387 |
+
msgstr "Bootstrap"
|
1388 |
+
|
1389 |
+
#: inc/core/data.php:944
|
1390 |
+
msgid "jTools"
|
1391 |
+
msgstr "jTools"
|
1392 |
+
|
1393 |
+
#: inc/core/data.php:945
|
1394 |
+
msgid "Tipped"
|
1395 |
+
msgstr "Tipped"
|
1396 |
+
|
1397 |
+
#: inc/core/data.php:946
|
1398 |
+
msgid "Cluetip"
|
1399 |
+
msgstr "Cluetip"
|
1400 |
+
|
1401 |
+
#: inc/core/data.php:950
|
1402 |
+
msgid "Tooltip window style"
|
1403 |
+
msgstr "Στυλ παραθύρου Tooltip"
|
1404 |
+
|
1405 |
+
#: inc/core/data.php:955
|
1406 |
+
msgid "Top"
|
1407 |
+
msgstr "Επάνω"
|
1408 |
+
|
1409 |
+
#: inc/core/data.php:956
|
1410 |
+
msgid "Bottom"
|
1411 |
+
msgstr "Κάτω"
|
1412 |
+
|
1413 |
+
#: inc/core/data.php:961
|
1414 |
+
msgid "Position"
|
1415 |
+
msgstr "Θέση"
|
1416 |
+
|
1417 |
+
#: inc/core/data.php:962
|
1418 |
+
msgid "Tooltip position"
|
1419 |
+
msgstr "Θέση του Tooltip"
|
1420 |
+
|
1421 |
+
#: inc/core/data.php:967
|
1422 |
+
msgid "Shadow"
|
1423 |
+
msgstr "Σκιά"
|
1424 |
+
|
1425 |
+
#: inc/core/data.php:968
|
1426 |
+
msgid ""
|
1427 |
+
"Add shadow to tooltip. This option is only works with basic styes, e.g. "
|
1428 |
+
"blue, green etc."
|
1429 |
+
msgstr ""
|
1430 |
+
"Προσθέστε σκιά στο tooltip. Αυτή η επιλογή λειτουργεί μόνο με τα βασικά "
|
1431 |
+
"στυλ, π.χ. μπλε, πράσινο κτλ."
|
1432 |
+
|
1433 |
+
#: inc/core/data.php:973
|
1434 |
+
msgid "Rounded corners"
|
1435 |
+
msgstr "Στρογγυλεμένες γωνίες"
|
1436 |
+
|
1437 |
+
#: inc/core/data.php:974
|
1438 |
+
msgid ""
|
1439 |
+
"Use rounded for tooltip. This option is only works with basic styes, e.g. "
|
1440 |
+
"blue, green etc."
|
1441 |
+
msgstr ""
|
1442 |
+
"Χρησιμοποιήστε στρογγυλεμένα tooltip. Αυτή η επιλογή λειτουργεί μόνο με τα "
|
1443 |
+
"βασικά στυλ, π.χ. μπλε, πράσινο κτλ."
|
1444 |
+
|
1445 |
+
#: inc/core/data.php:988
|
1446 |
+
msgid "Font size"
|
1447 |
+
msgstr "Μέγεθος γραμματοσειράς"
|
1448 |
+
|
1449 |
+
#: inc/core/data.php:989
|
1450 |
+
msgid "Tooltip font size"
|
1451 |
+
msgstr "Μέγεθος γραμματοσειράς του Tooltip"
|
1452 |
+
|
1453 |
+
#: inc/core/data.php:993
|
1454 |
+
msgid "Tooltip title"
|
1455 |
+
msgstr "Τίτλος Tooltip"
|
1456 |
+
|
1457 |
+
#: inc/core/data.php:994
|
1458 |
+
msgid ""
|
1459 |
+
"Enter title for tooltip window. Leave this field empty to hide the title"
|
1460 |
+
msgstr ""
|
1461 |
+
"Εισάγεται τον τίτλο για το παράθυρο του tooltip. Αφήστε αυτό το πεδίο κενό "
|
1462 |
+
"για να αποκρύψετε τον τίτλο"
|
1463 |
+
|
1464 |
+
#: inc/core/data.php:997 inc/core/shortcodes.php:508
|
1465 |
+
msgid "Tooltip text"
|
1466 |
+
msgstr "Κείμενο Tooltip"
|
1467 |
+
|
1468 |
+
#: inc/core/data.php:998
|
1469 |
+
msgid "Tooltip content"
|
1470 |
+
msgstr "Περιεχόμενο Tooltip"
|
1471 |
+
|
1472 |
+
#: inc/core/data.php:999
|
1473 |
+
msgid "Enter tooltip content here"
|
1474 |
+
msgstr "Εισάγετε το περιεχόμενο του tooltip εδώ"
|
1475 |
+
|
1476 |
+
#: inc/core/data.php:1004
|
1477 |
+
msgid "Show and hide on mouse hover"
|
1478 |
+
msgstr "Προβολή και απόκρυψη όταν είναι το ποντίκι από πάνω"
|
1479 |
+
|
1480 |
+
#: inc/core/data.php:1005
|
1481 |
+
msgid "Show and hide by mouse click"
|
1482 |
+
msgstr "Προβολή και απόκρυψη με πάτημα του ποντικιού"
|
1483 |
+
|
1484 |
+
#: inc/core/data.php:1006
|
1485 |
+
msgid "Always visible"
|
1486 |
+
msgstr "Πάντα ορατό"
|
1487 |
+
|
1488 |
+
#: inc/core/data.php:1009
|
1489 |
+
msgid "Behavior"
|
1490 |
+
msgstr "Συμπεριφορά"
|
1491 |
+
|
1492 |
+
#: inc/core/data.php:1010
|
1493 |
+
msgid "Select tooltip behavior"
|
1494 |
+
msgstr "Επιλέξτε την συμπερηφορά του tooltip"
|
1495 |
+
|
1496 |
+
#: inc/core/data.php:1015
|
1497 |
+
msgid "Close button"
|
1498 |
+
msgstr "Κουμπί κλεισίματος"
|
1499 |
+
|
1500 |
+
#: inc/core/data.php:1016
|
1501 |
+
msgid "Show close button"
|
1502 |
+
msgstr "Προβολή κουμπιού κλεισίματος"
|
1503 |
+
|
1504 |
+
#: inc/core/data.php:1024
|
1505 |
+
msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
|
1506 |
+
msgstr ""
|
1507 |
+
"[%prefix_button] Περάστε το ποντίκι από πάνω για να προβληθεί το tooltip [/"
|
1508 |
+
"%prefix_button]"
|
1509 |
+
|
1510 |
+
#: inc/core/data.php:1025
|
1511 |
+
msgid "Tooltip window with custom content"
|
1512 |
+
msgstr "Παράθυρο tooltip με προσαρμοσμένο περιεχόμενο"
|
1513 |
+
|
1514 |
+
#: inc/core/data.php:1030
|
1515 |
+
msgid "Private"
|
1516 |
+
msgstr "Private"
|
1517 |
+
|
1518 |
+
#: inc/core/data.php:1040
|
1519 |
+
msgid "Private note text"
|
1520 |
+
msgstr "Κείμενο σημείωσης Private"
|
1521 |
+
|
1522 |
+
#: inc/core/data.php:1041
|
1523 |
+
msgid "Private note for post authors"
|
1524 |
+
msgstr "Σημείωση Private για συγγραφείς δημοσιευμάτων"
|
1525 |
+
|
1526 |
+
#: inc/core/data.php:1046
|
1527 |
+
msgid "YouTube"
|
1528 |
+
msgstr "YouTube"
|
1529 |
+
|
1530 |
+
#: inc/core/data.php:1053 inc/core/data.php:1104 inc/core/data.php:1222
|
1531 |
+
#: inc/core/data.php:1271 inc/core/data.php:1525 inc/core/data.php:1622
|
1532 |
+
msgid "Url"
|
1533 |
+
msgstr "Διεύθυνση"
|
1534 |
+
|
1535 |
+
#: inc/core/data.php:1054 inc/core/data.php:1105
|
1536 |
+
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1537 |
+
msgstr ""
|
1538 |
+
"Διεύθυνση της σελίδας YouTube με το βίντεο. Π.χ. http://youtube.com/watch?"
|
1539 |
+
"v=XXXXXX"
|
1540 |
+
|
1541 |
+
#: inc/core/data.php:1062 inc/core/data.php:1118 inc/core/data.php:1230
|
1542 |
+
#: inc/core/data.php:1279 inc/core/data.php:1321 inc/core/data.php:1375
|
1543 |
+
#: inc/core/data.php:1631 inc/core/data.php:1670 inc/core/data.php:1743
|
1544 |
+
#: inc/core/data.php:1851 inc/core/data.php:1978 inc/core/data.php:2194
|
1545 |
+
msgid "Width"
|
1546 |
+
msgstr "Πλάτος"
|
1547 |
+
|
1548 |
+
#: inc/core/data.php:1063 inc/core/data.php:1119 inc/core/data.php:1231
|
1549 |
+
#: inc/core/data.php:1280 inc/core/data.php:1376
|
1550 |
+
msgid "Player width"
|
1551 |
+
msgstr "Πλάτος Player"
|
1552 |
+
|
1553 |
+
#: inc/core/data.php:1072 inc/core/data.php:1128 inc/core/data.php:1240
|
1554 |
+
#: inc/core/data.php:1289 inc/core/data.php:1385
|
1555 |
+
msgid "Player height"
|
1556 |
+
msgstr "Ύψος Player"
|
1557 |
+
|
1558 |
+
#: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
|
1559 |
+
#: inc/core/data.php:1294 inc/core/data.php:1646 inc/core/data.php:1685
|
1560 |
+
#: inc/core/data.php:1756 inc/core/data.php:1866
|
1561 |
+
msgid "Responsive"
|
1562 |
+
msgstr "Ανταπόκριση"
|
1563 |
+
|
1564 |
+
#: inc/core/data.php:1078 inc/core/data.php:1134 inc/core/data.php:1246
|
1565 |
+
#: inc/core/data.php:1295
|
1566 |
+
msgid "Ignore width and height parameters and make player responsive"
|
1567 |
+
msgstr ""
|
1568 |
+
"Αγνόηση των παραμέτρων πλάτους και ύψους, και αυτόματη ανταπόκριση του player"
|
1569 |
+
|
1570 |
+
#: inc/core/data.php:1083 inc/core/data.php:1167 inc/core/data.php:1251
|
1571 |
+
#: inc/core/data.php:1327 inc/core/data.php:1396 inc/core/data.php:1791
|
1572 |
+
#: inc/core/data.php:1918
|
1573 |
+
msgid "Autoplay"
|
1574 |
+
msgstr "Αυτόματη αναπαραγωγή"
|
1575 |
+
|
1576 |
+
#: inc/core/data.php:1084 inc/core/data.php:1168 inc/core/data.php:1252
|
1577 |
+
msgid "Play video automatically when page is loaded"
|
1578 |
+
msgstr "Αυτόματη αναπαραγωγή βίντεο με την φόρτωση της σελίδας"
|
1579 |
+
|
1580 |
+
#: inc/core/data.php:1092
|
1581 |
+
msgid "YouTube video"
|
1582 |
+
msgstr "Βίντεο YouTube"
|
1583 |
+
|
1584 |
+
#: inc/core/data.php:1097
|
1585 |
+
msgid "YouTube Advanced"
|
1586 |
+
msgstr "Προχωρημένες επιλογές για βίντεο YouTube"
|
1587 |
+
|
1588 |
+
#: inc/core/data.php:1109
|
1589 |
+
msgid "Playlist"
|
1590 |
+
msgstr "Λίστα αναπαραγωγής"
|
1591 |
+
|
1592 |
+
#: inc/core/data.php:1110
|
1593 |
+
msgid ""
|
1594 |
+
"Value is a comma-separated list of video IDs to play. If you specify a "
|
1595 |
+
"value, the first video that plays will be the VIDEO_ID specified in the URL "
|
1596 |
+
"path, and the videos specified in the playlist parameter will play thereafter"
|
1597 |
+
msgstr ""
|
1598 |
+
"Η τιμή είναι λίστα με βίντεο IDs, χωρισμένα με κόμμα, για αναπαραγωγή. Εάν "
|
1599 |
+
"καθορίσετε μία τιμή, το πρώτο βίντεο που θα αναπαραγχθεί, θα είναι το "
|
1600 |
+
"VIDEO_ID που καθορίστικε στην διεύθυνση URL, και τα καθορισμένα βίντεο στην "
|
1601 |
+
"παράμετρο της λίστας θα αναπαραγχθούν μετά"
|
1602 |
+
|
1603 |
+
#: inc/core/data.php:1139
|
1604 |
+
msgid "0 - Hide controls"
|
1605 |
+
msgstr "0 - Απόκρυψη στοιχείων ελέγχου"
|
1606 |
+
|
1607 |
+
#: inc/core/data.php:1140
|
1608 |
+
msgid "1 - Show controls"
|
1609 |
+
msgstr "1 - Προβολή στοιχείων ελέγχου"
|
1610 |
+
|
1611 |
+
#: inc/core/data.php:1141
|
1612 |
+
msgid "2 - Show controls when playback is started"
|
1613 |
+
msgstr "2 - Προβολή στοιχείων ελέγχου όταν ξεκινήσει η αναπαραγωγή"
|
1614 |
+
|
1615 |
+
#: inc/core/data.php:1144 inc/core/data.php:1390
|
1616 |
+
msgid "Controls"
|
1617 |
+
msgstr "Χειριστήρια"
|
1618 |
+
|
1619 |
+
#: inc/core/data.php:1145
|
1620 |
+
msgid "This parameter indicates whether the video player controls will display"
|
1621 |
+
msgstr ""
|
1622 |
+
"Αυτή η παράμετρος ελέγχει αν θα εμφανίζονται ή όχι τα στοιχεία ελέγχου του "
|
1623 |
+
"player"
|
1624 |
+
|
1625 |
+
#: inc/core/data.php:1150
|
1626 |
+
msgid "0 - Do not hide controls"
|
1627 |
+
msgstr "0 - Μη απόκρυψη των στοιχείων ελέγχου"
|
1628 |
+
|
1629 |
+
#: inc/core/data.php:1151
|
1630 |
+
msgid "1 - Hide all controls on mouse out"
|
1631 |
+
msgstr ""
|
1632 |
+
"0 - Απόκρυψη όλων των στοιχείων ελέγχου όταν απομακρυνθεί ο δείκτης ποντικιού"
|
1633 |
+
|
1634 |
+
#: inc/core/data.php:1152
|
1635 |
+
msgid "2 - Hide progress bar on mouse out"
|
1636 |
+
msgstr "0 - Απόκρυψη μπάρας προόδου όταν απομακρυνθεί ο δείκτης ποντικιού"
|
1637 |
+
|
1638 |
+
#: inc/core/data.php:1155
|
1639 |
+
msgid "Autohide"
|
1640 |
+
msgstr "Αυτόματη απόκρυψη"
|
1641 |
+
|
1642 |
+
#: inc/core/data.php:1156
|
1643 |
+
msgid ""
|
1644 |
+
"This parameter indicates whether the video controls will automatically hide "
|
1645 |
+
"after a video begins playing"
|
1646 |
+
msgstr ""
|
1647 |
+
"Αυτή η παράμετρος ελέγχει αν θα αποκρύπτονται αυτόματα ή όχι τα στοιχεία "
|
1648 |
+
"ελέγχου του player, μετά την έναρξη της αναπαραγωγής"
|
1649 |
+
|
1650 |
+
#: inc/core/data.php:1161
|
1651 |
+
msgid "Show title bar"
|
1652 |
+
msgstr "Προβολή μπάρας τίτλου"
|
1653 |
+
|
1654 |
+
#: inc/core/data.php:1162
|
1655 |
+
msgid ""
|
1656 |
+
"If you set the parameter value to NO, then the player will not display "
|
1657 |
+
"information like the video title and uploader before the video starts "
|
1658 |
+
"playing."
|
1659 |
+
msgstr ""
|
1660 |
+
"Εάν ρυθμίσετε αυτή την παράμετρο σε ΟΧΙ, τότε το πρόγραμμα αναπαραγωγής δεν "
|
1661 |
+
"θα προβάλει πληροφορίες όπως τον τίτλο του βίντεο και το όνομα του uploader, "
|
1662 |
+
"πριν την αναπαραγωγή του βίντεο"
|
1663 |
+
|
1664 |
+
#: inc/core/data.php:1173 inc/core/data.php:1333 inc/core/data.php:1402
|
1665 |
+
msgid "Loop"
|
1666 |
+
msgstr "Ανακύκλωση"
|
1667 |
+
|
1668 |
+
#: inc/core/data.php:1174
|
1669 |
+
msgid ""
|
1670 |
+
"Setting of YES will cause the player to play the initial video again and "
|
1671 |
+
"again"
|
1672 |
+
msgstr ""
|
1673 |
+
"Η ρύθμιση ΝΑΙ θα κάνει το πρόγραμμα αναπαραγωγής να παίζει το βίντεο ξανά "
|
1674 |
+
"και ξανά"
|
1675 |
+
|
1676 |
+
#: inc/core/data.php:1179
|
1677 |
+
msgid "Related videos"
|
1678 |
+
msgstr "Συσχετισμένα βίντεο"
|
1679 |
+
|
1680 |
+
#: inc/core/data.php:1180
|
1681 |
+
msgid ""
|
1682 |
+
"This parameter indicates whether the player should show related videos when "
|
1683 |
+
"playback of the initial video ends"
|
1684 |
+
msgstr ""
|
1685 |
+
"Αυτή ηπαράμετρος δείχνει το αν θα προβάλλονται συσχετισμένα βίντεο, όταν η "
|
1686 |
+
"αναπαραγωγή του αρχικού βίντεο τελειώσει"
|
1687 |
+
|
1688 |
+
#: inc/core/data.php:1185
|
1689 |
+
msgid "Show full-screen button"
|
1690 |
+
msgstr "Προβολή κουμπιού πλήρους οθόνης"
|
1691 |
+
|
1692 |
+
#: inc/core/data.php:1186
|
1693 |
+
msgid ""
|
1694 |
+
"Setting this parameter to NO prevents the fullscreen button from displaying"
|
1695 |
+
msgstr ""
|
1696 |
+
"Ρυθμίζοντας αυτή την παράμετρο στο ΟΧΙ, εμποδίζεται την εμφάνιση του "
|
1697 |
+
"κουμπιού για πλήρη οθόνη"
|
1698 |
+
|
1699 |
+
#: inc/core/data.php:1192
|
1700 |
+
msgid ""
|
1701 |
+
"This parameter lets you use a YouTube player that does not show a YouTube "
|
1702 |
+
"logo. Set the parameter value to YES to prevent the YouTube logo from "
|
1703 |
+
"displaying in the control bar. Note that a small YouTube text label will "
|
1704 |
+
"still display in the upper-right corner of a paused video when the user's "
|
1705 |
+
"mouse pointer hovers over the player"
|
1706 |
+
msgstr ""
|
1707 |
+
"Αυτή η παράμετρος σας επιτρέπει να χρησιμοποιήσετε ένα πρόγραμμα "
|
1708 |
+
"αναπαραγωγής τύπου YouTube, χωρίς να εμφανίζεται το YouTube logo. Καθορίστε "
|
1709 |
+
"τη τιμή της παραμέτρου σε ΝΑΙ, για να εμποδίσετε την εμφάνιση του YouTube "
|
1710 |
+
"logo στην μπάρα ελέγχου. Σημειώστε ότι μία μικρή ετικέτα κειμένου του "
|
1711 |
+
"YouTube θα συνεχίσει να προβάλλεται στην πάνω δεξιά γωνία ενός σταματημένου "
|
1712 |
+
"βίντεο, όταν ο δείκτης του ποντικιού του χρήστη περάσει πάνω από το "
|
1713 |
+
"πρόγραμμα αναπαραγωγής"
|
1714 |
+
|
1715 |
+
#: inc/core/data.php:1197
|
1716 |
+
msgid "Dark theme"
|
1717 |
+
msgstr "Σκούρο θέμα"
|
1718 |
+
|
1719 |
+
#: inc/core/data.php:1198
|
1720 |
+
msgid "Light theme"
|
1721 |
+
msgstr "Φωτεινό θέμα"
|
1722 |
+
|
1723 |
+
#: inc/core/data.php:1201 inc/core/data.php:2225
|
1724 |
+
msgid "Theme"
|
1725 |
+
msgstr "Θέμα"
|
1726 |
+
|
1727 |
+
#: inc/core/data.php:1202
|
1728 |
+
msgid ""
|
1729 |
+
"This parameter indicates whether the embedded player will display player "
|
1730 |
+
"controls (like a play button or volume control) within a dark or light "
|
1731 |
+
"control bar"
|
1732 |
+
msgstr ""
|
1733 |
+
"Αυτή η παράμετρος καθορίζει αν το ενσωματωμένο πρόγραμμα αναπαραγωγής θα "
|
1734 |
+
"προβάλει τα χειριστήρια ελέγχου (όπως το κουμπί αναπαραγωγής ή το κουμπί "
|
1735 |
+
"ελέγχου έντασης ήχου) μέσα σε σκούρα ή φωτεινή μπάρα ελέγχου"
|
1736 |
+
|
1737 |
+
#: inc/core/data.php:1210
|
1738 |
+
msgid "YouTube video player with advanced settings"
|
1739 |
+
msgstr "Πρόγραμμα αναπαραγωγής βίντεο του YouTube με προχωρημένες επιλογές"
|
1740 |
+
|
1741 |
+
#: inc/core/data.php:1215
|
1742 |
+
msgid "Vimeo"
|
1743 |
+
msgstr "Vimeo"
|
1744 |
+
|
1745 |
+
#: inc/core/data.php:1222
|
1746 |
+
msgid "Url of Vimeo page with video"
|
1747 |
+
msgstr "Διεύθυνση της σελίδας Vimeo με το βίντεο."
|
1748 |
+
|
1749 |
+
#: inc/core/data.php:1260
|
1750 |
+
msgid "Vimeo video"
|
1751 |
+
msgstr "Βίντεο Vimeo"
|
1752 |
+
|
1753 |
+
#: inc/core/data.php:1265
|
1754 |
+
msgid "Screenr"
|
1755 |
+
msgstr "Screenr"
|
1756 |
+
|
1757 |
+
#: inc/core/data.php:1271
|
1758 |
+
msgid "Url of Screenr page with video"
|
1759 |
+
msgstr "Διεύθυνση της σελίδας Screenr με το βίντεο."
|
1760 |
+
|
1761 |
+
#: inc/core/data.php:1303
|
1762 |
+
msgid "Screenr video"
|
1763 |
+
msgstr "Βίντεο Screenr"
|
1764 |
+
|
1765 |
+
#: inc/core/data.php:1308
|
1766 |
+
msgid "Audio"
|
1767 |
+
msgstr "Audio"
|
1768 |
+
|
1769 |
+
#: inc/core/data.php:1315 inc/core/data.php:1354
|
1770 |
+
msgid "File"
|
1771 |
+
msgstr "Αρχείο"
|
1772 |
+
|
1773 |
+
#: inc/core/data.php:1316
|
1774 |
+
msgid "Audio file url. Supported formats: mp3, ogg"
|
1775 |
+
msgstr "Διεύθυνση αρχείου ήχου. Υποστηριζόμενοι τύποι: mp3, ogg"
|
1776 |
+
|
1777 |
+
#: inc/core/data.php:1322
|
1778 |
+
msgid ""
|
1779 |
+
"Player width. You can specify width in percents and player will be "
|
1780 |
+
"responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
|
1781 |
+
msgstr ""
|
1782 |
+
"Πλάτος player. Μπορείτε να ορίσετε το πλάτος σε ποσοστό επί τοις εκατό και ο "
|
1783 |
+
"player θα ανταποκριθεί. Τιμές παραδειγμάτων: <b%value>200px</b>, <b"
|
1784 |
+
"%value>100&#37;</b>"
|
1785 |
+
|
1786 |
+
#: inc/core/data.php:1328 inc/core/data.php:1397
|
1787 |
+
msgid "Play file automatically when page is loaded"
|
1788 |
+
msgstr "Αυτόματη αναπαραγωγή αρχείου όταν θα φορτωθεί η σελίδα"
|
1789 |
+
|
1790 |
+
#: inc/core/data.php:1334 inc/core/data.php:1403
|
1791 |
+
msgid "Repeat when playback is ended"
|
1792 |
+
msgstr "Επανάληψη όταν η αναπαραγωγή τερματιστεί"
|
1793 |
+
|
1794 |
+
#: inc/core/data.php:1342
|
1795 |
+
msgid "Custom audio player"
|
1796 |
+
msgstr "Προσαρμοσμένος player ήχου"
|
1797 |
+
|
1798 |
+
#: inc/core/data.php:1347
|
1799 |
+
msgid "Video"
|
1800 |
+
msgstr "Video"
|
1801 |
+
|
1802 |
+
#: inc/core/data.php:1355
|
1803 |
+
msgid "Url to mp4/flv video-file"
|
1804 |
+
msgstr "Διεύθυνση του αρχείου βίντεο mp4/flv"
|
1805 |
+
|
1806 |
+
#: inc/core/data.php:1360
|
1807 |
+
msgid "Poster"
|
1808 |
+
msgstr "Αφίσα"
|
1809 |
+
|
1810 |
+
#: inc/core/data.php:1361
|
1811 |
+
msgid "Url to poster image, that will be shown before playback"
|
1812 |
+
msgstr ""
|
1813 |
+
"Διεύθυσνη της φωτογραφίας αφίσας, που θα προβάλλεται πριν από την αναπαραγωγή"
|
1814 |
+
|
1815 |
+
#: inc/core/data.php:1367
|
1816 |
+
msgid "Player title"
|
1817 |
+
msgstr "Τίτλος player"
|
1818 |
+
|
1819 |
+
#: inc/core/data.php:1391
|
1820 |
+
msgid "Show player controls (play/pause etc.) or not"
|
1821 |
+
msgstr "Προβολή ή όχι των χειριστηρίων του player (αναπαραγωγή/παύση κτλ)"
|
1822 |
+
|
1823 |
+
#: inc/core/data.php:1411
|
1824 |
+
msgid "Custom video player"
|
1825 |
+
msgstr "Προσαρμοσμένος player για βίντεο"
|
1826 |
+
|
1827 |
+
#: inc/core/data.php:1416
|
1828 |
+
msgid "Table"
|
1829 |
+
msgstr "Table"
|
1830 |
+
|
1831 |
+
#: inc/core/data.php:1423
|
1832 |
+
msgid "CSV file"
|
1833 |
+
msgstr "Αρχείο CSV"
|
1834 |
+
|
1835 |
+
#: inc/core/data.php:1424
|
1836 |
+
msgid "Upload CSV file if you want to create HTML-table from file"
|
1837 |
+
msgstr ""
|
1838 |
+
"Μεταφορτώστε ένα αρχείο CSV αν θέλετε να δημιουργήσετε πίνακα - HTML από "
|
1839 |
+
"αρχείο"
|
1840 |
+
|
1841 |
+
#: inc/core/data.php:1432
|
1842 |
+
msgid ""
|
1843 |
+
"<table>\n"
|
1844 |
+
"<tr>\n"
|
1845 |
+
"\t<td>Table</td>\n"
|
1846 |
+
"\t<td>Table</td>\n"
|
1847 |
+
"</tr>\n"
|
1848 |
+
"<tr>\n"
|
1849 |
+
"\t<td>Table</td>\n"
|
1850 |
+
"\t<td>Table</td>\n"
|
1851 |
+
"</tr>\n"
|
1852 |
+
"</table>"
|
1853 |
+
msgstr ""
|
1854 |
+
"<table>\n"
|
1855 |
+
"<tr>\n"
|
1856 |
+
"\t<td>Πίνακας</td>\n"
|
1857 |
+
"\t<td>Πίνακας</td>\n"
|
1858 |
+
"</tr>\n"
|
1859 |
+
"<tr>\n"
|
1860 |
+
"\t<td>Πίνακας</td>\n"
|
1861 |
+
"\t<td>Πίνακας</td>\n"
|
1862 |
+
"</tr>\n"
|
1863 |
+
"</table>"
|
1864 |
+
|
1865 |
+
#: inc/core/data.php:1433
|
1866 |
+
msgid "Styled table from HTML or CSV file"
|
1867 |
+
msgstr "Μορφοποιημένος πίνακας από HTML ή CSV αρχείο"
|
1868 |
+
|
1869 |
+
#: inc/core/data.php:1438
|
1870 |
+
msgid "Permalink"
|
1871 |
+
msgstr "Permalink"
|
1872 |
+
|
1873 |
+
#: inc/core/data.php:1444
|
1874 |
+
msgid "ID"
|
1875 |
+
msgstr "ID"
|
1876 |
+
|
1877 |
+
#: inc/core/data.php:1445
|
1878 |
+
msgid "Post or page ID"
|
1879 |
+
msgstr "Δημοσίευση ή ID σελίδας"
|
1880 |
+
|
1881 |
+
#: inc/core/data.php:1455
|
1882 |
+
msgid "Link target. blank - link will be opened in new window/tab"
|
1883 |
+
msgstr ""
|
1884 |
+
"Στόχος συναδέσμου. Κενό - ο σύνδεσμος θα ανοίξει σε νέο παράθυρο/νέα καρτέλα"
|
1885 |
+
|
1886 |
+
#: inc/core/data.php:1464
|
1887 |
+
msgid "Permalink to specified post/page"
|
1888 |
+
msgstr "Το permalink για τον ορισμό του δημοσιεύματος/της σελίδας"
|
1889 |
+
|
1890 |
+
#: inc/core/data.php:1469
|
1891 |
+
msgid "Members"
|
1892 |
+
msgstr "Members"
|
1893 |
+
|
1894 |
+
#: inc/core/data.php:1474 inc/core/shortcodes.php:756
|
1895 |
+
msgid "This content is for registered users only. Please %login%."
|
1896 |
+
msgstr ""
|
1897 |
+
"Αυτό το περιεχόμενο είναι μόνο για εγγεγραμμένους χρήστες. Παρακαλώ "
|
1898 |
+
"%συνδεθείτε%."
|
1899 |
+
|
1900 |
+
#: inc/core/data.php:1475
|
1901 |
+
msgid "Message"
|
1902 |
+
msgstr "Μήνυμα"
|
1903 |
+
|
1904 |
+
#: inc/core/data.php:1475
|
1905 |
+
msgid "Message for not logged users"
|
1906 |
+
msgstr "Μήνυμα για μη συνδεδεμένους χρήστες"
|
1907 |
+
|
1908 |
+
#: inc/core/data.php:1480
|
1909 |
+
msgid "Box color"
|
1910 |
+
msgstr "Χρώμα πλαισίου"
|
1911 |
+
|
1912 |
+
#: inc/core/data.php:1480
|
1913 |
+
msgid "This color will applied only to box for not logged users"
|
1914 |
+
msgstr ""
|
1915 |
+
"Αυτό το χρώμα θα εφαρμόζεται στα πλαίσια μόνο για τους μή συνδεδεμένους "
|
1916 |
+
"χρήστες"
|
1917 |
+
|
1918 |
+
#: inc/core/data.php:1483 inc/core/shortcodes.php:759
|
1919 |
+
msgid "login"
|
1920 |
+
msgstr "συνδεθείτε"
|
1921 |
+
|
1922 |
+
#: inc/core/data.php:1484
|
1923 |
+
msgid "Login link text"
|
1924 |
+
msgstr "Κείμενο διεύθυνσης σύνδεσης"
|
1925 |
+
|
1926 |
+
#: inc/core/data.php:1484
|
1927 |
+
msgid "Text for the login link"
|
1928 |
+
msgstr "Κείμενο για την διεύθυσνη σύνδεσης"
|
1929 |
+
|
1930 |
+
#: inc/core/data.php:1488
|
1931 |
+
msgid "Login link url"
|
1932 |
+
msgstr "Διεύθυνση σύνδεσης"
|
1933 |
+
|
1934 |
+
#: inc/core/data.php:1496
|
1935 |
+
msgid "Content for logged members"
|
1936 |
+
msgstr "Περιεχόμενο για συνδεδεμένους χρήστες"
|
1937 |
+
|
1938 |
+
#: inc/core/data.php:1497
|
1939 |
+
msgid "Content for logged in members only"
|
1940 |
+
msgstr "Περιεχόμενο μόνο για συνδεδεμένους χρήστες"
|
1941 |
+
|
1942 |
+
#: inc/core/data.php:1502
|
1943 |
+
msgid "Guests"
|
1944 |
+
msgstr "Guests"
|
1945 |
+
|
1946 |
+
#: inc/core/data.php:1512
|
1947 |
+
msgid "Content for guests"
|
1948 |
+
msgstr "Περιεχόμενο για guests"
|
1949 |
+
|
1950 |
+
#: inc/core/data.php:1513
|
1951 |
+
msgid "Content for guests only"
|
1952 |
+
msgstr "Περιεχόμενο μόνο για guests"
|
1953 |
+
|
1954 |
+
#: inc/core/data.php:1518
|
1955 |
+
msgid "RSS Feed"
|
1956 |
+
msgstr "RSS Feed"
|
1957 |
+
|
1958 |
+
#: inc/core/data.php:1526
|
1959 |
+
msgid "Url to RSS-feed"
|
1960 |
+
msgstr "Διεύθυνση του RSS-feed"
|
1961 |
+
|
1962 |
+
#: inc/core/data.php:1534
|
1963 |
+
msgid "Limit"
|
1964 |
+
msgstr "Όριο"
|
1965 |
+
|
1966 |
+
#: inc/core/data.php:1534
|
1967 |
+
msgid "Number of items to show"
|
1968 |
+
msgstr "Αριθμός αντικειμένων που θα προβάλλονται"
|
1969 |
+
|
1970 |
+
#: inc/core/data.php:1542
|
1971 |
+
msgid "Feed grabber"
|
1972 |
+
msgstr "Feed grabber"
|
1973 |
+
|
1974 |
+
#: inc/core/data.php:1547
|
1975 |
+
msgid "Menu"
|
1976 |
+
msgstr "Menu"
|
1977 |
+
|
1978 |
+
#: inc/core/data.php:1554
|
1979 |
+
msgid "Menu name"
|
1980 |
+
msgstr "Ονομασία μενού"
|
1981 |
+
|
1982 |
+
#: inc/core/data.php:1554
|
1983 |
+
msgid "Custom menu name. Ex: Main menu"
|
1984 |
+
msgstr "Προσαρμοσμένη ονομασία μενού. Π.χ. Main menu"
|
1985 |
+
|
1986 |
+
#: inc/core/data.php:1562
|
1987 |
+
msgid "Custom menu by name"
|
1988 |
+
msgstr "Προσαρμοσμένο μενού κατά όνομα"
|
1989 |
+
|
1990 |
+
#: inc/core/data.php:1567
|
1991 |
+
msgid "Sub pages"
|
1992 |
+
msgstr "Sub pages"
|
1993 |
+
|
1994 |
+
#: inc/core/data.php:1574 inc/core/data.php:1601
|
1995 |
+
msgid "Depth"
|
1996 |
+
msgstr "Βάθος"
|
1997 |
+
|
1998 |
+
#: inc/core/data.php:1575
|
1999 |
+
msgid "Max depth level of children pages"
|
2000 |
+
msgstr "Μέγιστο επίπεδο βάθους για υποσελίδες"
|
2001 |
+
|
2002 |
+
#: inc/core/data.php:1580
|
2003 |
+
msgid "Parent ID"
|
2004 |
+
msgstr "ID γονέα"
|
2005 |
+
|
2006 |
+
#: inc/core/data.php:1581
|
2007 |
+
msgid "ID of the parent page. Leave blank to use current page"
|
2008 |
+
msgstr ""
|
2009 |
+
"ID της γονικής σελίδας. Αφήστε το κενό, ώστε να χρησιμοποιηθεί η τρέχουσα "
|
2010 |
+
"σελίδα"
|
2011 |
+
|
2012 |
+
#: inc/core/data.php:1589
|
2013 |
+
msgid "List of sub pages"
|
2014 |
+
msgstr "Λίστα για υποσελίδες"
|
2015 |
+
|
2016 |
+
#: inc/core/data.php:1594
|
2017 |
+
msgid "Siblings"
|
2018 |
+
msgstr "Siblings"
|
2019 |
+
|
2020 |
+
#: inc/core/data.php:1602
|
2021 |
+
msgid "Max depth level"
|
2022 |
+
msgstr "Μέγιστο επίπεδο βάθους"
|
2023 |
+
|
2024 |
+
#: inc/core/data.php:1610
|
2025 |
+
msgid "List of cureent page siblings"
|
2026 |
+
msgstr "Λίστα από τρέχουσες σελίδες siblings"
|
2027 |
+
|
2028 |
+
#: inc/core/data.php:1615
|
2029 |
+
msgid "Document"
|
2030 |
+
msgstr "Document"
|
2031 |
+
|
2032 |
+
#: inc/core/data.php:1623
|
2033 |
+
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
2034 |
+
msgstr ""
|
2035 |
+
"Διεύθυνση για τη μεταφόρτωση εγγράφου. Υποστηριζόμενοι τύποι: doc, xls, pdf "
|
2036 |
+
"κτλ."
|
2037 |
+
|
2038 |
+
#: inc/core/data.php:1632
|
2039 |
+
msgid "Viewer width"
|
2040 |
+
msgstr "Πλάτος Viewer"
|
2041 |
+
|
2042 |
+
#: inc/core/data.php:1641
|
2043 |
+
msgid "Viewer height"
|
2044 |
+
msgstr "Ύψος Viewer"
|
2045 |
+
|
2046 |
+
#: inc/core/data.php:1647
|
2047 |
+
msgid "Ignore width and height parameters and make viewer responsive"
|
2048 |
+
msgstr ""
|
2049 |
+
"Αγνόηση των παραμέτρων πλάτους και ύψους, και αυτόματη ανταπόκριση του viewer"
|
2050 |
+
|
2051 |
+
#: inc/core/data.php:1655
|
2052 |
+
msgid "Document viewer by Google"
|
2053 |
+
msgstr "Προβολέας εγγράφων από Google"
|
2054 |
+
|
2055 |
+
#: inc/core/data.php:1660
|
2056 |
+
msgid "Gmap"
|
2057 |
+
msgstr "Gmap"
|
2058 |
+
|
2059 |
+
#: inc/core/data.php:1671
|
2060 |
+
msgid "Map width"
|
2061 |
+
msgstr "Πλάτος χάρτη"
|
2062 |
+
|
2063 |
+
#: inc/core/data.php:1680
|
2064 |
+
msgid "Map height"
|
2065 |
+
msgstr "Ύψος χάρτη"
|
2066 |
+
|
2067 |
+
#: inc/core/data.php:1686
|
2068 |
+
msgid "Ignore width and height parameters and make map responsive"
|
2069 |
+
msgstr ""
|
2070 |
+
"Αγνόηση των παραμέτρων πλάτους και ύψους, και αυτόματη ανταπόκριση του χάρτη"
|
2071 |
+
|
2072 |
+
#: inc/core/data.php:1691
|
2073 |
+
msgid "Marker"
|
2074 |
+
msgstr "Δείκτης"
|
2075 |
+
|
2076 |
+
#: inc/core/data.php:1692
|
2077 |
+
msgid "Address for the marker. You can type it in any language"
|
2078 |
+
msgstr "Διεύθυνση του δείκτη. Μπορείτε να την γράψετε σε οποιαδήποτε γλώσσα"
|
2079 |
+
|
2080 |
+
#: inc/core/data.php:1700
|
2081 |
+
msgid "Maps by Google"
|
2082 |
+
msgstr "Χάρτες από Google"
|
2083 |
+
|
2084 |
+
#: inc/core/data.php:1705
|
2085 |
+
msgid "Slider"
|
2086 |
+
msgstr "Slider"
|
2087 |
+
|
2088 |
+
#: inc/core/data.php:1712 inc/core/data.php:1820 inc/core/data.php:1947
|
2089 |
+
msgid "Source"
|
2090 |
+
msgstr "Πηγή"
|
2091 |
+
|
2092 |
+
#: inc/core/data.php:1713 inc/core/data.php:1821 inc/core/data.php:1948
|
2093 |
+
msgid ""
|
2094 |
+
"Choose images source. You can use images from Media library or retrieve it "
|
2095 |
+
"from posts (thumbnails) posted under specified blog category. You can also "
|
2096 |
+
"pick any custom taxonomy"
|
2097 |
+
msgstr ""
|
2098 |
+
"Επιλέξτε την πηγή των εικόνων. Μπορείτε να χρησιμοποιήσετε εικόνες από την "
|
2099 |
+
"βιβλιοθήκη πολυμέσων, ή να ανακτήσετε εικόνες από δημοσιεύματα "
|
2100 |
+
"(μικρογραφίες) που έχουν αναρτηθεί σε συγκεκριμένες κατηγορίες του blog. "
|
2101 |
+
"Μπορείτε επίσης να επιλέξετε οποιονδήποτε δικό σας κανόνα ταξινόμησης"
|
2102 |
+
|
2103 |
+
#: inc/core/data.php:1719
|
2104 |
+
msgid "Full-size image"
|
2105 |
+
msgstr "Εικόνα πλήρους μεγέθους"
|
2106 |
+
|
2107 |
+
#: inc/core/data.php:1720 inc/core/data.php:1828 inc/core/data.php:1955
|
2108 |
+
msgid "Attachment page"
|
2109 |
+
msgstr "Προσάρτηση σελίδας"
|
2110 |
+
|
2111 |
+
#: inc/core/data.php:1721 inc/core/data.php:1829 inc/core/data.php:1956
|
2112 |
+
msgid "Post permalink"
|
2113 |
+
msgstr "Δημοσίευμα permalink"
|
2114 |
+
|
2115 |
+
#: inc/core/data.php:1724 inc/core/data.php:1832 inc/core/data.php:1959
|
2116 |
+
msgid "Links"
|
2117 |
+
msgstr "Σύνδεσμοι"
|
2118 |
+
|
2119 |
+
#: inc/core/data.php:1725 inc/core/data.php:1833 inc/core/data.php:1960
|
2120 |
+
msgid "Select which links will be used for images in this gallery"
|
2121 |
+
msgstr ""
|
2122 |
+
"Επιλέξτε ποιοι σύνδεσμοι θα χρησιμοποιηθούν για τις εικόνες σε αυτή την "
|
2123 |
+
"γκαλερί"
|
2124 |
+
|
2125 |
+
#: inc/core/data.php:1730 inc/core/data.php:1838 inc/core/data.php:1965
|
2126 |
+
msgid "Same window"
|
2127 |
+
msgstr "Ίδιο παράθυρο"
|
2128 |
+
|
2129 |
+
#: inc/core/data.php:1731 inc/core/data.php:1839 inc/core/data.php:1966
|
2130 |
+
msgid "New window"
|
2131 |
+
msgstr "Νέο παράθυρο"
|
2132 |
+
|
2133 |
+
#: inc/core/data.php:1734 inc/core/data.php:1842 inc/core/data.php:1969
|
2134 |
+
msgid "Links target"
|
2135 |
+
msgstr "Στόχος συνδέσμου"
|
2136 |
+
|
2137 |
+
#: inc/core/data.php:1735 inc/core/data.php:1843 inc/core/data.php:1970
|
2138 |
+
msgid "Open links in"
|
2139 |
+
msgstr "Άνοιγμα συνδέσμων σε"
|
2140 |
+
|
2141 |
+
#: inc/core/data.php:1743
|
2142 |
+
msgid "Slider width (in pixels)"
|
2143 |
+
msgstr "Πλάτος slider (σε pixels)"
|
2144 |
+
|
2145 |
+
#: inc/core/data.php:1751
|
2146 |
+
msgid "Slider height (in pixels)"
|
2147 |
+
msgstr "Ycow slider (σε pixels)"
|
2148 |
+
|
2149 |
+
#: inc/core/data.php:1757
|
2150 |
+
msgid "Ignore width and height parameters and make slider responsive"
|
2151 |
+
msgstr ""
|
2152 |
+
"Αγνόηση των παραμέτρων πλάτους και ύψους, και αυτόματη ανταπόκριση του slider"
|
2153 |
+
|
2154 |
+
#: inc/core/data.php:1762 inc/core/data.php:1889 inc/core/data.php:1996
|
2155 |
+
msgid "Show titles"
|
2156 |
+
msgstr "Προβολή τίτλων"
|
2157 |
+
|
2158 |
+
#: inc/core/data.php:1762
|
2159 |
+
msgid "Display slide titles"
|
2160 |
+
msgstr "Προβολή των τίτλων του slide"
|
2161 |
+
|
2162 |
+
#: inc/core/data.php:1767
|
2163 |
+
msgid "Is slider centered on the page"
|
2164 |
+
msgstr "Είναι το slider κεντραρισμένο στην σελίδα"
|
2165 |
+
|
2166 |
+
#: inc/core/data.php:1772 inc/core/data.php:1899
|
2167 |
+
msgid "Arrows"
|
2168 |
+
msgstr "Βέλη"
|
2169 |
+
|
2170 |
+
#: inc/core/data.php:1772 inc/core/data.php:1899
|
2171 |
+
msgid "Show left and right arrows"
|
2172 |
+
msgstr "Προβολή αριστερού και δεξιού βέλους"
|
2173 |
+
|
2174 |
+
#: inc/core/data.php:1777 inc/core/data.php:1904
|
2175 |
+
msgid "Pagination"
|
2176 |
+
msgstr "Σελιδοποίηση"
|
2177 |
+
|
2178 |
+
#: inc/core/data.php:1778 inc/core/data.php:1905
|
2179 |
+
msgid "Show pagination"
|
2180 |
+
msgstr "Προβολή σελιδοποίησης"
|
2181 |
+
|
2182 |
+
#: inc/core/data.php:1782 inc/core/data.php:1909
|
2183 |
+
msgid "Mouse wheel control"
|
2184 |
+
msgstr "Έλεγχος ρόδας ποντικιού"
|
2185 |
+
|
2186 |
+
#: inc/core/data.php:1783
|
2187 |
+
msgid "Allow to change slides with mouse wheel"
|
2188 |
+
msgstr "Επιτρέψτε την αλλαγή των slides με την ρόδα του ποντικιού"
|
2189 |
+
|
2190 |
+
#: inc/core/data.php:1792
|
2191 |
+
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
2192 |
+
msgstr ""
|
2193 |
+
"Επιλέξτε το χρονικό διάστημα μεταξύ των κινούμενων εικόνων του slide. Ορίστε "
|
2194 |
+
"σε 0 για απενεργοποίηση την αυτόματης αναπαραγωγής"
|
2195 |
+
|
2196 |
+
#: inc/core/data.php:1800 inc/core/data.php:1927
|
2197 |
+
msgid "Speed"
|
2198 |
+
msgstr "Ταχύτητα"
|
2199 |
+
|
2200 |
+
#: inc/core/data.php:1800 inc/core/data.php:1927
|
2201 |
+
msgid "Specify animation speed"
|
2202 |
+
msgstr "Καθορίστε την ταχύτητα κίνησης"
|
2203 |
+
|
2204 |
+
#: inc/core/data.php:1808
|
2205 |
+
msgid "Customizable image slider"
|
2206 |
+
msgstr "Προσαρμοζόμενο slider εικόνων"
|
2207 |
+
|
2208 |
+
#: inc/core/data.php:1813
|
2209 |
+
msgid "Carousel"
|
2210 |
+
msgstr "Carousel"
|
2211 |
+
|
2212 |
+
#: inc/core/data.php:1827 inc/core/data.php:1954
|
2213 |
+
msgid "Original image"
|
2214 |
+
msgstr "Αρχική εικόνα"
|
2215 |
+
|
2216 |
+
#: inc/core/data.php:1852
|
2217 |
+
msgid "Carousel width (in pixels)"
|
2218 |
+
msgstr "Πλάτος Carousel (σε pixels)"
|
2219 |
+
|
2220 |
+
#: inc/core/data.php:1861
|
2221 |
+
msgid "Carousel height (in pixels)"
|
2222 |
+
msgstr "Ύψος Carousel (σε pixels)"
|
2223 |
+
|
2224 |
+
#: inc/core/data.php:1867
|
2225 |
+
msgid "Ignore width and height parameters and make carousel responsive"
|
2226 |
+
msgstr ""
|
2227 |
+
"Αγνόηση των παραμέτρων πλάτους και ύψους, και αυτόματη ανταπόκριση του "
|
2228 |
+
"carousel"
|
2229 |
+
|
2230 |
+
#: inc/core/data.php:1875
|
2231 |
+
msgid "Items to show"
|
2232 |
+
msgstr "Αντικείμενα για προβολή"
|
2233 |
+
|
2234 |
+
#: inc/core/data.php:1876
|
2235 |
+
msgid "How much carousel items is visible"
|
2236 |
+
msgstr "Πόσα αντικείμενα του Carousel θα προβάλονται"
|
2237 |
+
|
2238 |
+
#: inc/core/data.php:1883
|
2239 |
+
msgid "Scroll number"
|
2240 |
+
msgstr "Αριθμός κύλισης"
|
2241 |
+
|
2242 |
+
#: inc/core/data.php:1884
|
2243 |
+
msgid "How much items are scrolled in one transition"
|
2244 |
+
msgstr "Πόσα στοιχεία μετακυλίονται σε ένα μεταβατικό στάδιο"
|
2245 |
+
|
2246 |
+
#: inc/core/data.php:1889
|
2247 |
+
msgid "Display titles for each item"
|
2248 |
+
msgstr "Προβολή τίτλων για κάθε αντικέιμενο"
|
2249 |
+
|
2250 |
+
#: inc/core/data.php:1894
|
2251 |
+
msgid "Is carousel centered on the page"
|
2252 |
+
msgstr "Είναι το carousel κεντραρισμένο στην σελίδα"
|
2253 |
+
|
2254 |
+
#: inc/core/data.php:1910
|
2255 |
+
msgid "Allow to rotate carousel with mouse wheel"
|
2256 |
+
msgstr "Να επιτρέπεται η περιστροφή του carousel με τη ρόδα του ποντικιού"
|
2257 |
+
|
2258 |
+
#: inc/core/data.php:1919
|
2259 |
+
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
2260 |
+
msgstr ""
|
2261 |
+
"Επιλέξτε το χρονικό διάστημα μεταξύ των αυτόματων κινούμενων εικόνων. Ορίστε "
|
2262 |
+
"σε 0 για απενεργοποίηση την αυτόματης αναπαραγωγής"
|
2263 |
+
|
2264 |
+
#: inc/core/data.php:1935
|
2265 |
+
msgid "Customizable image carousel"
|
2266 |
+
msgstr "Carousel προσαρμοζόμενης εικόνας"
|
2267 |
+
|
2268 |
+
#: inc/core/data.php:1978
|
2269 |
+
msgid "Single item width (in pixels)"
|
2270 |
+
msgstr "Πλάτος ενιαίου αντικειμένου (σε pixels)"
|
2271 |
+
|
2272 |
+
#: inc/core/data.php:1986
|
2273 |
+
msgid "Single item height (in pixels)"
|
2274 |
+
msgstr "Ύψος ενιαίου αντικειμένου (σε pixels)"
|
2275 |
+
|
2276 |
+
#: inc/core/data.php:1991
|
2277 |
+
msgid "Never"
|
2278 |
+
msgstr "Ποτέ"
|
2279 |
+
|
2280 |
+
#: inc/core/data.php:1992
|
2281 |
+
msgid "On mouse over"
|
2282 |
+
msgstr "Με το ποντίκι πάνω"
|
2283 |
+
|
2284 |
+
#: inc/core/data.php:1993
|
2285 |
+
msgid "Always"
|
2286 |
+
msgstr "Πάντα"
|
2287 |
+
|
2288 |
+
#: inc/core/data.php:1997
|
2289 |
+
msgid "Title display mode"
|
2290 |
+
msgstr "Τρόπος προβολής τίτλου"
|
2291 |
+
|
2292 |
+
#: inc/core/data.php:2005
|
2293 |
+
msgid "Customizable image gallery"
|
2294 |
+
msgstr "Προσαρμόσιμη γκαλερί εικόνων"
|
2295 |
+
|
2296 |
+
#: inc/core/data.php:2010
|
2297 |
+
msgid "Posts"
|
2298 |
+
msgstr "Posts"
|
2299 |
+
|
2300 |
+
#: inc/core/data.php:2015
|
2301 |
+
msgid "Template"
|
2302 |
+
msgstr "Πρότυπο"
|
2303 |
+
|
2304 |
+
#: inc/core/data.php:2016
|
2305 |
+
msgid ""
|
2306 |
+
"<b>Do not change this field value if you do not understand description below."
|
2307 |
+
"</b><br/>Relative path to the template file. Default templates is placed "
|
2308 |
+
"under the plugin directory (templates folder). You can copy it under your "
|
2309 |
+
"theme directory and modify as you want. You can use following default "
|
2310 |
+
"templates that already available in the plugin directory:<br/><b"
|
2311 |
+
"%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
|
2312 |
+
"teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
|
2313 |
+
"%value>templates/single-post.php</b> - single post template<br/><b"
|
2314 |
+
"%value>templates/list-loop.php</b> - unordered list with posts titles"
|
2315 |
+
msgstr ""
|
2316 |
+
"<b>ΜΗΝ αλλάξετε την τιμή αυτού του πεδίου αν δεν καταλαβαίνετε την παρακάτω "
|
2317 |
+
"σημείωση.</b><br/>Σχετισμένη διεύθυνση με το πρότυπο αρχείο. Τα "
|
2318 |
+
"προκαθορισμένα πρότυπα είναι τοποθετημένα στον κατάλογο του πρόσθετου "
|
2319 |
+
"(φάκελος templates). Μπορείτε να τα αντιγράψετε στον κατάλογο του θέματός "
|
2320 |
+
"σας και να τα τροποποιήσετε όπως θέλετε. Μπορείτε να χρησιμοποιήσετε τα "
|
2321 |
+
"επόμενα προκαθορισμένα πρότυπα που είναι ήδη διαθέσιμα στον κατάλογο του "
|
2322 |
+
"πρόσθετου:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b"
|
2323 |
+
"%value>templates/teaser-loop.php</b> - posts loop with thumbnail and "
|
2324 |
+
"title<br/><b%value>templates/single-post.php</b> - single post template<br/"
|
2325 |
+
"><b%value>templates/list-loop.php</b> - unordered list with posts titles"
|
2326 |
+
|
2327 |
+
#: inc/core/data.php:2020
|
2328 |
+
msgid "Post ID's"
|
2329 |
+
msgstr "ID δημοσιευμάτων"
|
2330 |
+
|
2331 |
+
#: inc/core/data.php:2021
|
2332 |
+
msgid "Enter comma separated ID's of the posts that you want to show"
|
2333 |
+
msgstr ""
|
2334 |
+
"Εισάγεται τις ID διαχωρισμένες με κόμμα, για τα δημοσιεύματα που θέλετε να "
|
2335 |
+
"προβάλλονται"
|
2336 |
+
|
2337 |
+
#: inc/core/data.php:2029
|
2338 |
+
msgid "Posts per page"
|
2339 |
+
msgstr "Δημοσιεύματα ανά σελίδα"
|
2340 |
+
|
2341 |
+
#: inc/core/data.php:2030
|
2342 |
+
msgid ""
|
2343 |
+
"Specify number of posts that you want to show. Enter -1 to get all posts"
|
2344 |
+
msgstr ""
|
2345 |
+
"Ορίστε των αριθμό των δημοσιεύσεων που θέλετε να προβάλονται. Εισάγεται -1 "
|
2346 |
+
"για να προβληθούν όλες οι δημοσιεύσεις"
|
2347 |
+
|
2348 |
+
#: inc/core/data.php:2037
|
2349 |
+
msgid "Post types"
|
2350 |
+
msgstr "Τύπος δημοσιευμάτων"
|
2351 |
+
|
2352 |
+
#: inc/core/data.php:2038
|
2353 |
+
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
2354 |
+
msgstr ""
|
2355 |
+
"Επιλέξτε τους τύπους των δημοσιευμάτων. Κρατήστε το πλήκτρο Ctrl για να "
|
2356 |
+
"επιλέξετε πολλαπλούς τύπους δημοσιευμάτων"
|
2357 |
+
|
2358 |
+
#: inc/core/data.php:2044 inc/core/generator-views.php:115
|
2359 |
+
msgid "Taxonomy"
|
2360 |
+
msgstr "Taxonomy"
|
2361 |
+
|
2362 |
+
#: inc/core/data.php:2045
|
2363 |
+
msgid "Select taxonomy to show posts from"
|
2364 |
+
msgstr "Επιλέξτε taxonomy για την προβολή άρθρων"
|
2365 |
+
|
2366 |
+
#: inc/core/data.php:2052
|
2367 |
+
msgid "Terms"
|
2368 |
+
msgstr "Όροι"
|
2369 |
+
|
2370 |
+
#: inc/core/data.php:2053
|
2371 |
+
msgid "Select terms to show posts from"
|
2372 |
+
msgstr "Επιλογή όρων για την προβολή δημοσιευμάτων"
|
2373 |
+
|
2374 |
+
#: inc/core/data.php:2058
|
2375 |
+
msgid "Taxonomy term operator"
|
2376 |
+
msgstr "Taxonomy term operator"
|
2377 |
+
|
2378 |
+
#: inc/core/data.php:2059
|
2379 |
+
msgid ""
|
2380 |
+
"IN - posts that have any of selected categories terms<br/>NOT IN - posts "
|
2381 |
+
"that is does not have any of selected terms<br/>AND - posts that have all "
|
2382 |
+
"selected terms"
|
2383 |
+
msgstr ""
|
2384 |
+
"IN - δημοσιεύματα που έχουν οποιονδήποτε όρο της επιλεγμένης κατηγορίας<br/"
|
2385 |
+
">NOT IN - δημοσιεύματα που δεν έχουν οποιονδήποτε όρο επιλεγμένο<br/>AND - "
|
2386 |
+
"δημοσιεύματα που έχουν όλους τους όρους επιλεγμένους"
|
2387 |
+
|
2388 |
+
#: inc/core/data.php:2066
|
2389 |
+
msgid "Authors"
|
2390 |
+
msgstr "Συγγραφείς"
|
2391 |
+
|
2392 |
+
#: inc/core/data.php:2067
|
2393 |
+
msgid "Choose the authors whose posts you want to show"
|
2394 |
+
msgstr ""
|
2395 |
+
"Επιλέξτε τους συγγραφείς των οποίων τα δημοσιεύματα θέλετε να προβάλλονται"
|
2396 |
+
|
2397 |
+
#: inc/core/data.php:2071
|
2398 |
+
msgid "Meta key"
|
2399 |
+
msgstr "Κλειδιά μεταδεδομένων"
|
2400 |
+
|
2401 |
+
#: inc/core/data.php:2072
|
2402 |
+
msgid "Enter meta key name to show posts that have this key"
|
2403 |
+
msgstr ""
|
2404 |
+
"Εισάγεται ονόματα κλειδιών μεταδεδομένων για να προβληθούν τα δημοσιεύματα "
|
2405 |
+
"που τα έχουν"
|
2406 |
+
|
2407 |
+
#: inc/core/data.php:2079
|
2408 |
+
msgid "Offset"
|
2409 |
+
msgstr "Offset"
|
2410 |
+
|
2411 |
+
#: inc/core/data.php:2080
|
2412 |
+
msgid "Specify offset to start posts loop not from first post"
|
2413 |
+
msgstr ""
|
2414 |
+
"Ορίστε offset για την έναρξη του κύκλου δημοσιευμάτων, όχι από το πρώτο "
|
2415 |
+
"δημοσίευμα"
|
2416 |
+
|
2417 |
+
#: inc/core/data.php:2085
|
2418 |
+
msgid "Descending"
|
2419 |
+
msgstr "Φθίνουσα"
|
2420 |
+
|
2421 |
+
#: inc/core/data.php:2086
|
2422 |
+
msgid "Ascending"
|
2423 |
+
msgstr "Αύξουσα"
|
2424 |
+
|
2425 |
+
#: inc/core/data.php:2089
|
2426 |
+
msgid "Order"
|
2427 |
+
msgstr "Σειρά"
|
2428 |
+
|
2429 |
+
#: inc/core/data.php:2090
|
2430 |
+
msgid "Posts order"
|
2431 |
+
msgstr "Σειρά δημοσιευμάτων"
|
2432 |
+
|
2433 |
+
#: inc/core/data.php:2096
|
2434 |
+
msgid "Post ID"
|
2435 |
+
msgstr "ID δημοσιεύματος"
|
2436 |
+
|
2437 |
+
#: inc/core/data.php:2097
|
2438 |
+
msgid "Post author"
|
2439 |
+
msgstr "Συγγραφέας δημοσιεύματος"
|
2440 |
+
|
2441 |
+
#: inc/core/data.php:2098
|
2442 |
+
msgid "Post title"
|
2443 |
+
msgstr "Τίτλος δημοσιεύματος"
|
2444 |
+
|
2445 |
+
#: inc/core/data.php:2099
|
2446 |
+
msgid "Post slug"
|
2447 |
+
msgstr "Slug δημοσιεύματος"
|
2448 |
+
|
2449 |
+
#: inc/core/data.php:2100
|
2450 |
+
msgid "Date"
|
2451 |
+
msgstr "Ημέρα"
|
2452 |
+
|
2453 |
+
#: inc/core/data.php:2100
|
2454 |
+
msgid "Last modified date"
|
2455 |
+
msgstr "Ημέρα τελευταίας τροποποίησης"
|
2456 |
+
|
2457 |
+
#: inc/core/data.php:2101 inc/core/data.php:2111
|
2458 |
+
msgid "Post parent"
|
2459 |
+
msgstr "Γονέας δημοσιεύματος"
|
2460 |
+
|
2461 |
+
#: inc/core/data.php:2102
|
2462 |
+
msgid "Random"
|
2463 |
+
msgstr "Τυχαίο"
|
2464 |
+
|
2465 |
+
#: inc/core/data.php:2102
|
2466 |
+
msgid "Comments number"
|
2467 |
+
msgstr "Αριθμός σχόλιων"
|
2468 |
+
|
2469 |
+
#: inc/core/data.php:2103
|
2470 |
+
msgid "Menu order"
|
2471 |
+
msgstr "Σειρά μενού"
|
2472 |
+
|
2473 |
+
#: inc/core/data.php:2103
|
2474 |
+
msgid "Meta key values"
|
2475 |
+
msgstr "Τιμές κλειδιών μεταδεδομένων"
|
2476 |
+
|
2477 |
+
#: inc/core/data.php:2106
|
2478 |
+
msgid "Order by"
|
2479 |
+
msgstr "Ταξινόμηση κατά"
|
2480 |
+
|
2481 |
+
#: inc/core/data.php:2107
|
2482 |
+
msgid "Order posts by"
|
2483 |
+
msgstr "Ταξινόμηση δημοσιευμάτων κατά"
|
2484 |
+
|
2485 |
+
#: inc/core/data.php:2112
|
2486 |
+
msgid "Show childrens of entered post (enter post ID)"
|
2487 |
+
msgstr ""
|
2488 |
+
"Προβολή υποδημοσιευμάτων για τα δημοσιεύματα που έχετε εισάγει (εισάγεται ID "
|
2489 |
+
"δημοσιεύματος)"
|
2490 |
+
|
2491 |
+
#: inc/core/data.php:2117
|
2492 |
+
msgid "Published"
|
2493 |
+
msgstr "Δημοσιευμένα"
|
2494 |
+
|
2495 |
+
#: inc/core/data.php:2118
|
2496 |
+
msgid "Pending"
|
2497 |
+
msgstr "Εν αναμονή"
|
2498 |
+
|
2499 |
+
#: inc/core/data.php:2119
|
2500 |
+
msgid "Draft"
|
2501 |
+
msgstr "Προσχέδιο"
|
2502 |
+
|
2503 |
+
#: inc/core/data.php:2120
|
2504 |
+
msgid "Auto-draft"
|
2505 |
+
msgstr "Αυτόματο προσχέδιο"
|
2506 |
+
|
2507 |
+
#: inc/core/data.php:2121
|
2508 |
+
msgid "Future post"
|
2509 |
+
msgstr "Μελλοντικό δημοσίευμα"
|
2510 |
+
|
2511 |
+
#: inc/core/data.php:2122
|
2512 |
+
msgid "Private post"
|
2513 |
+
msgstr "Ιδιωτικό δημοσίευμα"
|
2514 |
+
|
2515 |
+
#: inc/core/data.php:2123
|
2516 |
+
msgid "Inherit"
|
2517 |
+
msgstr "Κληρονομημένο"
|
2518 |
+
|
2519 |
+
#: inc/core/data.php:2124
|
2520 |
+
msgid "Trashed"
|
2521 |
+
msgstr "Διεγραμμένο"
|
2522 |
+
|
2523 |
+
#: inc/core/data.php:2125 inc/core/data.php:2209
|
2524 |
+
msgid "Any"
|
2525 |
+
msgstr "Οποιοδήποτε"
|
2526 |
+
|
2527 |
+
#: inc/core/data.php:2128
|
2528 |
+
msgid "Post status"
|
2529 |
+
msgstr "Κατάσταση δημοσιεύματος"
|
2530 |
+
|
2531 |
+
#: inc/core/data.php:2129
|
2532 |
+
msgid "Show only posts with selected status"
|
2533 |
+
msgstr "Προβολή μόνο των δημοσιευμάτων με την επιλεγμένη κατάσταση"
|
2534 |
+
|
2535 |
+
#: inc/core/data.php:2134
|
2536 |
+
msgid "Ignore sticky"
|
2537 |
+
msgstr "Παράβλεψη καρφιτσωμένων"
|
2538 |
+
|
2539 |
+
#: inc/core/data.php:2135
|
2540 |
+
msgid "Select Yes to ignore posts that is sticked"
|
2541 |
+
msgstr "Επιλέξτε Ναι για να παραβλέψετε τα καρφιτσωμένα δημοσιεύματα"
|
2542 |
+
|
2543 |
+
#: inc/core/data.php:2138
|
2544 |
+
msgid "Custom posts query with customizable template"
|
2545 |
+
msgstr "Προσαρμοσμένο ερώτημα δημοσιευμάτων με προσαρμοζόμενο πρότυπο"
|
2546 |
+
|
2547 |
+
#: inc/core/data.php:2143
|
2548 |
+
msgid "Dummy text"
|
2549 |
+
msgstr "Ενδεικτικό κείμενο"
|
2550 |
+
|
2551 |
+
#: inc/core/data.php:2150
|
2552 |
+
msgid "Paragraphs"
|
2553 |
+
msgstr "Παράγραφοι"
|
2554 |
+
|
2555 |
+
#: inc/core/data.php:2151
|
2556 |
+
msgid "Words"
|
2557 |
+
msgstr "Λέξεις"
|
2558 |
+
|
2559 |
+
#: inc/core/data.php:2152
|
2560 |
+
msgid "Bytes"
|
2561 |
+
msgstr "Bytes"
|
2562 |
+
|
2563 |
+
#: inc/core/data.php:2155
|
2564 |
+
msgid "What"
|
2565 |
+
msgstr "Τι"
|
2566 |
+
|
2567 |
+
#: inc/core/data.php:2156
|
2568 |
+
msgid "What to generate"
|
2569 |
+
msgstr "Τι να παραγχθεί"
|
2570 |
+
|
2571 |
+
#: inc/core/data.php:2164
|
2572 |
+
msgid "Amount"
|
2573 |
+
msgstr "Πλήθος"
|
2574 |
+
|
2575 |
+
#: inc/core/data.php:2165
|
2576 |
+
msgid ""
|
2577 |
+
"How many items (paragraphs or words) to generate. Minimum words amount is 5"
|
2578 |
+
msgstr ""
|
2579 |
+
"Πόσα αντικείμενα (παράγραφοι ή λέξεις) να παραγχθούν. Το ελάχιστο πλήθος "
|
2580 |
+
"λέξεων είναι 5"
|
2581 |
+
|
2582 |
+
#: inc/core/data.php:2170
|
2583 |
+
msgid "Cache"
|
2584 |
+
msgstr "Cache"
|
2585 |
+
|
2586 |
+
#: inc/core/data.php:2171
|
2587 |
+
msgid ""
|
2588 |
+
"Generated text will be cached. Be careful with this option. If you disable "
|
2589 |
+
"it and insert many dummy_text shortcodes the page load time will be highly "
|
2590 |
+
"increased"
|
2591 |
+
msgstr ""
|
2592 |
+
"Το παραγόμενο κείμενο θα αποθηκευτεί προσωρινά. Προσέξτε με αυτή την "
|
2593 |
+
"επιλογή. Εάν την απενεργοποιήσετε και εισάγετε πολλά dummy_text shortcodes, "
|
2594 |
+
"ο χρόνος φόρτωσης της σελίδας θα αυξηθεί υπερβολικά"
|
2595 |
+
|
2596 |
+
#: inc/core/data.php:2179
|
2597 |
+
msgid "Text placeholder"
|
2598 |
+
msgstr "Κειμένου για το πλαίσιο"
|
2599 |
+
|
2600 |
+
#: inc/core/data.php:2184 inc/core/shortcodes.php:1237
|
2601 |
+
msgid "Dummy image"
|
2602 |
+
msgstr "Ενδεικτική εικόνα"
|
2603 |
+
|
2604 |
+
#: inc/core/data.php:2195
|
2605 |
+
msgid "Image width"
|
2606 |
+
msgstr "Πλάτος εικόνας"
|
2607 |
+
|
2608 |
+
#: inc/core/data.php:2204
|
2609 |
+
msgid "Image height"
|
2610 |
+
msgstr "Ύψος εικόνας"
|
2611 |
+
|
2612 |
+
#: inc/core/data.php:2210
|
2613 |
+
msgid "Abstract"
|
2614 |
+
msgstr "Αφηρημένο"
|
2615 |
+
|
2616 |
+
#: inc/core/data.php:2211
|
2617 |
+
msgid "Animals"
|
2618 |
+
msgstr "Ζώα"
|
2619 |
+
|
2620 |
+
#: inc/core/data.php:2212
|
2621 |
+
msgid "Business"
|
2622 |
+
msgstr "Εργασία"
|
2623 |
+
|
2624 |
+
#: inc/core/data.php:2213
|
2625 |
+
msgid "Cats"
|
2626 |
+
msgstr "Γάτες"
|
2627 |
+
|
2628 |
+
#: inc/core/data.php:2214
|
2629 |
+
msgid "City"
|
2630 |
+
msgstr "Πόλη"
|
2631 |
+
|
2632 |
+
#: inc/core/data.php:2215
|
2633 |
+
msgid "Food"
|
2634 |
+
msgstr "Φαγητό"
|
2635 |
+
|
2636 |
+
#: inc/core/data.php:2216
|
2637 |
+
msgid "Night life"
|
2638 |
+
msgstr "Νυχτερινή ζωή"
|
2639 |
+
|
2640 |
+
#: inc/core/data.php:2217
|
2641 |
+
msgid "Fashion"
|
2642 |
+
msgstr "Μόδα"
|
2643 |
+
|
2644 |
+
#: inc/core/data.php:2218
|
2645 |
+
msgid "People"
|
2646 |
+
msgstr "Άνθρωποι"
|
2647 |
+
|
2648 |
+
#: inc/core/data.php:2219
|
2649 |
+
msgid "Nature"
|
2650 |
+
msgstr "Φύση"
|
2651 |
+
|
2652 |
+
#: inc/core/data.php:2220
|
2653 |
+
msgid "Sports"
|
2654 |
+
msgstr "Αθλήματα"
|
2655 |
+
|
2656 |
+
#: inc/core/data.php:2221
|
2657 |
+
msgid "Technics"
|
2658 |
+
msgstr "Τεχνικά"
|
2659 |
+
|
2660 |
+
#: inc/core/data.php:2222
|
2661 |
+
msgid "Transport"
|
2662 |
+
msgstr "Μεταφορικά"
|
2663 |
+
|
2664 |
+
#: inc/core/data.php:2226
|
2665 |
+
msgid "Select the theme for this image"
|
2666 |
+
msgstr "Επιλέξτε το θέμα για αυτή την εικόνα"
|
2667 |
+
|
2668 |
+
#: inc/core/data.php:2234
|
2669 |
+
msgid "Image placeholder with random image"
|
2670 |
+
msgstr "Κράτησης θέσης εικόνας με τυχαία εικόνα"
|
2671 |
+
|
2672 |
+
#: inc/core/data.php:2239 inc/core/data.php:2247
|
2673 |
+
msgid "Animation"
|
2674 |
+
msgstr "Animation"
|
2675 |
+
|
2676 |
+
#: inc/core/data.php:2248
|
2677 |
+
msgid "Select animation type"
|
2678 |
+
msgstr "Επιλέξτε τον τύπο του animation"
|
2679 |
+
|
2680 |
+
#: inc/core/data.php:2256
|
2681 |
+
msgid "Duration"
|
2682 |
+
msgstr "Διάρκεια"
|
2683 |
+
|
2684 |
+
#: inc/core/data.php:2257
|
2685 |
+
msgid "Animation duration (seconds)"
|
2686 |
+
msgstr "Διάρκεια animation (δευτερόλεπτα)"
|
2687 |
+
|
2688 |
+
#: inc/core/data.php:2265
|
2689 |
+
msgid "Delay"
|
2690 |
+
msgstr "Καθυστέρηση"
|
2691 |
+
|
2692 |
+
#: inc/core/data.php:2266
|
2693 |
+
msgid "Animation delay (seconds)"
|
2694 |
+
msgstr "Καθυστέρηση animation (δευτερόλεπτα)"
|
2695 |
+
|
2696 |
+
#: inc/core/data.php:2271
|
2697 |
+
msgid "Inline"
|
2698 |
+
msgstr "Ενσωματωμένο"
|
2699 |
+
|
2700 |
+
#: inc/core/data.php:2272
|
2701 |
+
msgid ""
|
2702 |
+
"This parameter determines what HTML tag will be used for animation wrapper. "
|
2703 |
+
"Turn this option to YES and animated element will be wrapped in SPAN instead "
|
2704 |
+
"of DIV. Useful for inline animations, like buttons"
|
2705 |
+
msgstr ""
|
2706 |
+
"Αυτή η παράμετρος καθορίζει την ετικέτα της HTML που θα χρησιμοποιηθεί για "
|
2707 |
+
"το περίβλημα του animation. Ορίστε αυτή την επιλογή σε ΝΑΙ και τα animated "
|
2708 |
+
"στοιχεία θα περιβληθούν σε ετικέτα SPAN αντί της DIV. Χρήσιμο για inline "
|
2709 |
+
"animations, όπως κουμπιά"
|
2710 |
+
|
2711 |
+
#: inc/core/data.php:2280
|
2712 |
+
msgid "Animated content"
|
2713 |
+
msgstr "Κινούμενο περιεχόμενο"
|
2714 |
+
|
2715 |
+
#: inc/core/data.php:2281
|
2716 |
+
msgid "Wrapper for animation. Any nested element will be animated"
|
2717 |
+
msgstr "Περίμετρος για animation. Κάθε εμφωλευμένο στοιχείο θα έχει εφέ"
|
2718 |
+
|
2719 |
+
#: inc/core/generator-views.php:37
|
2720 |
+
msgid "Yes"
|
2721 |
+
msgstr "Ναι"
|
2722 |
+
|
2723 |
+
#: inc/core/generator-views.php:37
|
2724 |
+
msgid "No"
|
2725 |
+
msgstr "Όχι"
|
2726 |
+
|
2727 |
+
#: inc/core/generator-views.php:42 inc/core/generator-views.php:47
|
2728 |
+
#: inc/vendor/sunrise.php:440
|
2729 |
+
msgid "Media manager"
|
2730 |
+
msgstr "Διαχειριστής πολυμέσων"
|
2731 |
+
|
2732 |
+
#: inc/core/generator-views.php:47
|
2733 |
+
msgid "Icon picker"
|
2734 |
+
msgstr "Επιλογή εικονιδίου"
|
2735 |
+
|
2736 |
+
#: inc/core/generator-views.php:47
|
2737 |
+
msgid "Filter icons"
|
2738 |
+
msgstr "Φίλτρο εικονιδίων"
|
2739 |
+
|
2740 |
+
#: inc/core/generator-views.php:61
|
2741 |
+
msgid "Please wait"
|
2742 |
+
msgstr "Παρακαλώ περιμένετε"
|
2743 |
+
|
2744 |
+
#: inc/core/generator-views.php:68
|
2745 |
+
msgid "Untitled gallery"
|
2746 |
+
msgstr "Γκαλερί χωρίς τίτλο"
|
2747 |
+
|
2748 |
+
#: inc/core/generator-views.php:74
|
2749 |
+
msgid "Galleries not found"
|
2750 |
+
msgstr "Δεν βρέθηκαν γκαλερί"
|
2751 |
+
|
2752 |
+
#: inc/core/generator-views.php:75
|
2753 |
+
msgid "Manage galleries"
|
2754 |
+
msgstr "Διαχείριση γκαλερί"
|
2755 |
+
|
2756 |
+
#: inc/core/generator-views.php:75
|
2757 |
+
msgid "Reload galleries"
|
2758 |
+
msgstr "Επαναφόρτωση των γκαλερί"
|
2759 |
+
|
2760 |
+
#: inc/core/generator-views.php:91
|
2761 |
+
msgid "Horizontal offset"
|
2762 |
+
msgstr "Οριζόντιο offset"
|
2763 |
+
|
2764 |
+
#: inc/core/generator-views.php:91
|
2765 |
+
msgid "Vertical offset"
|
2766 |
+
msgstr "Κάθετο offset"
|
2767 |
+
|
2768 |
+
#: inc/core/generator-views.php:91
|
2769 |
+
msgid "Blur"
|
2770 |
+
msgstr "Θόλωμα"
|
2771 |
+
|
2772 |
+
#: inc/core/generator-views.php:102
|
2773 |
+
msgid "Border width"
|
2774 |
+
msgstr "Πλάτος περιγράμματος"
|
2775 |
+
|
2776 |
+
#: inc/core/generator-views.php:102
|
2777 |
+
msgid "Border style"
|
2778 |
+
msgstr "Στυλ περιγράμματος"
|
2779 |
+
|
2780 |
+
#: inc/core/generator-views.php:102
|
2781 |
+
msgid "Border color"
|
2782 |
+
msgstr "Χρώμα περιγράμματος"
|
2783 |
+
|
2784 |
+
#: inc/core/generator-views.php:112
|
2785 |
+
msgid "Media library"
|
2786 |
+
msgstr "Βιβλιοθήκη πολυμέσων"
|
2787 |
+
|
2788 |
+
#: inc/core/generator-views.php:113
|
2789 |
+
msgid "Recent posts"
|
2790 |
+
msgstr "Πρόσφατα άρθρα"
|
2791 |
+
|
2792 |
+
#: inc/core/generator-views.php:114
|
2793 |
+
msgid "Category"
|
2794 |
+
msgstr "Κατηγορία"
|
2795 |
+
|
2796 |
+
#: inc/core/generator-views.php:118
|
2797 |
+
msgid "Select images source"
|
2798 |
+
msgstr "Επιλέξτε την πηγή της εικόνας"
|
2799 |
+
|
2800 |
+
#: inc/core/generator-views.php:129
|
2801 |
+
msgid "Select taxonomy"
|
2802 |
+
msgstr "Επιλέξτε τους κανόνες ταξινόμησης"
|
2803 |
+
|
2804 |
+
#: inc/core/generator-views.php:140
|
2805 |
+
msgid "Add images"
|
2806 |
+
msgstr "Προσθήκη εικόνων"
|
2807 |
+
|
2808 |
+
#: inc/core/generator-views.php:140
|
2809 |
+
msgid ""
|
2810 |
+
"Click the button above and select images.<br>You can select multimple images "
|
2811 |
+
"with Ctrl (Cmd) key"
|
2812 |
+
msgstr ""
|
2813 |
+
"Πατήστε το κουμπί πιο πάνω και επιλέξτε εικόνες.<br>Μπορείτε να επιλέξετε "
|
2814 |
+
"πολλές εικόνες μαζί με το πλήκτρο Ctrl (Cmd)"
|
2815 |
+
|
2816 |
+
#: inc/core/generator-views.php:140
|
2817 |
+
msgid ""
|
2818 |
+
"Select categories to retrieve posts from.<br>You can select multiple "
|
2819 |
+
"categories with Ctrl (Cmd) key"
|
2820 |
+
msgstr ""
|
2821 |
+
"Επιλέξτε κατηγορίες από τις οποίες θα συλλέγεται άρθρα.<br>Μπορείτε να "
|
2822 |
+
"επιλέξετε πολλές κατηγορίες μαζί με το πλήκτρο Ctrl (Cmd)"
|
2823 |
+
|
2824 |
+
#: inc/core/generator-views.php:140
|
2825 |
+
msgid ""
|
2826 |
+
"Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
|
2827 |
+
"(Cmd) key"
|
2828 |
+
msgstr ""
|
2829 |
+
"Επιλέξτε ταξινόμηση και τους κανόνες της.<br>Μπορείτε να επιλέξετε πολλούς "
|
2830 |
+
"κανόνες μαζί με το πλήκτρο Ctrl (Cmd)"
|
2831 |
+
|
2832 |
+
#: inc/core/generator.php:41 inc/core/generator.php:142
|
2833 |
+
msgid "Insert shortcode"
|
2834 |
+
msgstr "Εισαγωγή shortcode"
|
2835 |
+
|
2836 |
+
#: inc/core/generator.php:84 inc/core/load.php:30 inc/core/load.php:51
|
2837 |
+
#: inc/core/load.php:104 inc/core/load.php:105
|
2838 |
+
msgid "Settings"
|
2839 |
+
msgstr "Ρυθμίσεις"
|
2840 |
+
|
2841 |
+
#: inc/core/generator.php:84
|
2842 |
+
msgid "Plugin settings"
|
2843 |
+
msgstr "Ρυθμίσεις πρόσθετου"
|
2844 |
+
|
2845 |
+
#: inc/core/generator.php:85
|
2846 |
+
msgid "Plugin homepage"
|
2847 |
+
msgstr "Σελίδα πρόσθετου"
|
2848 |
+
|
2849 |
+
#: inc/core/generator.php:86
|
2850 |
+
msgid "Support forums"
|
2851 |
+
msgstr "Forum υποστήριξης"
|
2852 |
+
|
2853 |
+
#: inc/core/generator.php:93
|
2854 |
+
msgid "Search for shortcodes"
|
2855 |
+
msgstr "Αναζήτηση για shortcodes"
|
2856 |
+
|
2857 |
+
#: inc/core/generator.php:95
|
2858 |
+
msgid "Filter by type"
|
2859 |
+
msgstr "Κατηγορίες ανά τύπο"
|
2860 |
+
|
2861 |
+
#: inc/core/generator.php:130
|
2862 |
+
msgid "Shortcode not specified"
|
2863 |
+
msgstr "Δεν καθορίστικε shortcode"
|
2864 |
+
|
2865 |
+
#: inc/core/generator.php:143
|
2866 |
+
msgid "Live preview"
|
2867 |
+
msgstr "Ζωντανή προεπισκόπηση"
|
2868 |
+
|
2869 |
+
#: inc/core/generator.php:147
|
2870 |
+
msgid "Click to return to the shortcodes list"
|
2871 |
+
msgstr "Πατήστε εδώ για να επιστρέψετε στην λίστα των shortcode"
|
2872 |
+
|
2873 |
+
#: inc/core/generator.php:147
|
2874 |
+
msgid "All shortcodes"
|
2875 |
+
msgstr "Όλα τα shortcodes"
|
2876 |
+
|
2877 |
+
#: inc/core/generator.php:163
|
2878 |
+
msgid "Click to set this value"
|
2879 |
+
msgstr "Κάντε κλικ για να ορίσετε αυτήν την τιμή"
|
2880 |
+
|
2881 |
+
#: inc/core/generator.php:187
|
2882 |
+
msgid "Preview"
|
2883 |
+
msgstr "Προεπισκόπηση"
|
2884 |
+
|
2885 |
+
#: inc/core/generator.php:195 inc/core/tools.php:792
|
2886 |
+
msgid "Access denied"
|
2887 |
+
msgstr "Άρνηση πρόσβασης"
|
2888 |
+
|
2889 |
+
#: inc/core/generator.php:230
|
2890 |
+
msgid "Presets"
|
2891 |
+
msgstr "Προκαθορισμένα στυλ"
|
2892 |
+
|
2893 |
+
#: inc/core/generator.php:233
|
2894 |
+
msgid "Save current settings as preset"
|
2895 |
+
msgstr "Αποθήκευση τρέχοντων ρυθμίσεων ως προκαθορισμένο στυλ"
|
2896 |
+
|
2897 |
+
#: inc/core/generator.php:262 inc/core/generator.php:265
|
2898 |
+
msgid "Presets not found"
|
2899 |
+
msgstr "Προκαθορισμένα στυλ δεν βρέθηκαν"
|
2900 |
+
|
2901 |
+
#: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
|
2902 |
+
#: inc/core/load.php:127 inc/core/load.php:139 inc/core/widget.php:14
|
2903 |
+
#: inc/core/widget.php:40
|
2904 |
+
msgid "Shortcodes Ultimate"
|
2905 |
+
msgstr "Shortcodes Ultimate"
|
2906 |
+
|
2907 |
+
#: inc/core/load.php:31
|
2908 |
+
msgid "Shortcodes"
|
2909 |
+
msgstr "Shortcodes"
|
2910 |
+
|
2911 |
+
#: inc/core/load.php:39
|
2912 |
+
msgid "About"
|
2913 |
+
msgstr "Σχετικά με"
|
2914 |
+
|
2915 |
+
#: inc/core/load.php:56
|
2916 |
+
msgid "Custom formatting"
|
2917 |
+
msgstr "Προσαρμοσμένη μορφοποίηση"
|
2918 |
+
|
2919 |
+
#: inc/core/load.php:57
|
2920 |
+
msgid ""
|
2921 |
+
"Disable this option if you have some problems with other plugins or content "
|
2922 |
+
"formatting"
|
2923 |
+
msgstr ""
|
2924 |
+
"Απενεργοποιήστε αυτή την επιλογή αν έχετε προβλήματα με άλλα πρόσθετα ή με "
|
2925 |
+
"την μορφοποίηση του περιεχομένου"
|
2926 |
+
|
2927 |
+
#: inc/core/load.php:57
|
2928 |
+
msgid "Documentation article"
|
2929 |
+
msgstr "Άρθρο τεκμηρίωσης"
|
2930 |
+
|
2931 |
+
#: inc/core/load.php:59 inc/core/load.php:67
|
2932 |
+
msgid "Enabled"
|
2933 |
+
msgstr "Ενεργοποιημένο"
|
2934 |
+
|
2935 |
+
#: inc/core/load.php:64
|
2936 |
+
msgid "Skip default values"
|
2937 |
+
msgstr "Παράληψη προεπιλεγμένων τιμών"
|
2938 |
+
|
2939 |
+
#: inc/core/load.php:65
|
2940 |
+
msgid ""
|
2941 |
+
"Enable this option and the generator will insert a shortcode without default "
|
2942 |
+
"attribute values that you have not changed. As a result, the generated code "
|
2943 |
+
"will be shorter."
|
2944 |
+
msgstr ""
|
2945 |
+
"Ενεργοποιήστε αυτή την επιλογή και θα δημιουργείται shortcode χωρίς "
|
2946 |
+
"προεπιλεγμένες τιμές παραμέτρων που δεν έχετε αλλάξει. Σαν αποτέλεσμα, ο "
|
2947 |
+
"παραγόμενος κώδικας θα είναι μικρότερος."
|
2948 |
+
|
2949 |
+
#: inc/core/load.php:72
|
2950 |
+
msgid "Shortcodes prefix"
|
2951 |
+
msgstr "Προκαθορισμένο στυλ των shortcodes"
|
2952 |
+
|
2953 |
+
#: inc/core/load.php:73
|
2954 |
+
#, php-format
|
2955 |
+
msgid ""
|
2956 |
+
"This prefix will be added to all shortcodes by this plugin. For example, "
|
2957 |
+
"type here %s and you'll get shortcodes like %s and %s. Please keep in mind: "
|
2958 |
+
"this option is not affects your already inserted shortcodes and if you'll "
|
2959 |
+
"change this value your old shortcodes will be broken"
|
2960 |
+
msgstr ""
|
2961 |
+
"Αυτό το πρόθεμα θα προστεθεί σε όλα τα shortcodes από αυτό το πρόσθετο. Για "
|
2962 |
+
"παράδειγμα, γράψτε εδώ %s και θα έχετε shortcodes όπως αυτό %s και αυτό %s. "
|
2963 |
+
"Παρακαλώ να έχετε στο μυαλό σας: αυτή η επιλογή δεν επιρεάζει τα υπάρχοντα "
|
2964 |
+
"shortcodes που έχετε προσθέσει, και εάν θα αλλάξετε την τιμή, τα παλία "
|
2965 |
+
"shortcodes σας δεν θα δουλεύουν"
|
2966 |
+
|
2967 |
+
#: inc/core/load.php:79
|
2968 |
+
msgid "Skin"
|
2969 |
+
msgstr "Θέμα"
|
2970 |
+
|
2971 |
+
#: inc/core/load.php:80
|
2972 |
+
msgid "Choose global skin for shortcodes"
|
2973 |
+
msgstr "Επιλέξτε εννιαίο θέμα για τα shortcodes"
|
2974 |
+
|
2975 |
+
#: inc/core/load.php:88
|
2976 |
+
msgid "Custom CSS"
|
2977 |
+
msgstr "Προσαρμοσμένο CSS"
|
2978 |
+
|
2979 |
+
#: inc/core/load.php:113 inc/core/load.php:114
|
2980 |
+
msgid "Examples"
|
2981 |
+
msgstr "Παραδείγματα"
|
2982 |
+
|
2983 |
+
#: inc/core/load.php:127 inc/core/load.php:128
|
2984 |
+
msgid "Add-ons"
|
2985 |
+
msgstr "Πρόσθετα"
|
2986 |
+
|
2987 |
+
#: inc/core/load.php:140 inc/core/vote.php:42
|
2988 |
+
msgid "Vladimir Anokhin"
|
2989 |
+
msgstr "Vladimir Anokhin"
|
2990 |
+
|
2991 |
+
#: inc/core/load.php:141
|
2992 |
+
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
2993 |
+
msgstr "Εμπλουτίστε το WordPess θέμα σας με ένα μεγάλο πακέτο από shortcodes"
|
2994 |
+
|
2995 |
+
#: inc/core/load.php:223
|
2996 |
+
msgid "Where to start?"
|
2997 |
+
msgstr "Από που να ξεκινήσω;"
|
2998 |
+
|
2999 |
+
#: inc/core/requirements.php:23
|
3000 |
+
#, php-format
|
3001 |
+
msgid ""
|
3002 |
+
"<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
|
3003 |
+
"fully compatible with your PHP version (%s).<br />Reccomended PHP version "
|
3004 |
+
"&ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins "
|
3005 |
+
"screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
|
3006 |
+
msgstr ""
|
3007 |
+
"<h1>Ωπ! Το Πρόσθετο δεν ενεργοποιήθηκε&hellip;</h1> <p>Το Shortcodes "
|
3008 |
+
"Ultimate δεν είναι πλήρως συμβατό με την έκδοση της PHP (%s).<br />Η "
|
3009 |
+
"προτεινόμενη έκδοση της PHP είναι &ndash; %s (ή μεγαλύτερη).</p><a href=\"%s"
|
3010 |
+
"\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and "
|
3011 |
+
"activate anyway &rarr;</a>"
|
3012 |
+
|
3013 |
+
#: inc/core/requirements.php:39
|
3014 |
+
#, php-format
|
3015 |
+
msgid ""
|
3016 |
+
"<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
|
3017 |
+
"fully compatible with your version of WordPress (%s).<br />Reccomended "
|
3018 |
+
"WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to "
|
3019 |
+
"the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</"
|
3020 |
+
"a>"
|
3021 |
+
msgstr ""
|
3022 |
+
"<h1>Ωπ! Το Πρόσθετο δεν ενεργοποιήθηκε&hellip;</h1> <p>Το Shortcodes "
|
3023 |
+
"Ultimate δεν είναι πλήρως συμβατό με την έκδοση του WordPress (%s).<br />Η "
|
3024 |
+
"προτεινόμενη έκδοση του WordPress είναι &ndash; %s (ή μεγαλύτερη).</p><a "
|
3025 |
+
"href=\"%s\">&larr; Επιστροφή στην οθόνη των πρόσθετων</a> <a href=\"%s"
|
3026 |
+
"\"%s>Συνέχεια και ενεργοποίηση οπωσδήποτε &rarr;</a>"
|
3027 |
+
|
3028 |
+
#: inc/core/shortcodes.php:53
|
3029 |
+
msgid "Tab title"
|
3030 |
+
msgstr "Τίτλος καρτέλας"
|
3031 |
+
|
3032 |
+
#: inc/core/shortcodes.php:451
|
3033 |
+
msgid "This is box title"
|
3034 |
+
msgstr "Αυτός είναι τίτλος πλαισίου"
|
3035 |
+
|
3036 |
+
#: inc/core/shortcodes.php:492
|
3037 |
+
msgid "please specify correct source"
|
3038 |
+
msgstr "παρακαλώ να καθορίσετε σωστή διεύθυνση πηγής"
|
3039 |
+
|
3040 |
+
#: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
|
3041 |
+
#: inc/core/shortcodes.php:598 inc/core/shortcodes.php:602
|
3042 |
+
#: inc/core/shortcodes.php:629 inc/core/shortcodes.php:633
|
3043 |
+
#: inc/core/shortcodes.php:657 inc/core/shortcodes.php:661
|
3044 |
+
#: inc/core/shortcodes.php:681 inc/core/shortcodes.php:688
|
3045 |
+
#: inc/core/shortcodes.php:710 inc/core/shortcodes.php:715
|
3046 |
+
msgid "please specify correct url"
|
3047 |
+
msgstr "παρακαλώ να διευκρινίστε σωστή διεύθυνση"
|
3048 |
+
|
3049 |
+
#: inc/core/shortcodes.php:846
|
3050 |
+
msgid "This menu doesn't exists, or has no elements"
|
3051 |
+
msgstr "Αυτό το μενού δεν υπάρχει ή δεν έχει στοιχεία"
|
3052 |
+
|
3053 |
+
#: inc/core/shortcodes.php:944 inc/core/shortcodes.php:1019
|
3054 |
+
#: inc/core/shortcodes.php:1064
|
3055 |
+
msgid "images not found"
|
3056 |
+
msgstr "δεν βρέθηκαν εικόνες"
|
3057 |
+
|
3058 |
+
#: inc/core/shortcodes.php:1199
|
3059 |
+
msgid "template not found"
|
3060 |
+
msgstr "δεν βρέθηκε πρότυπο"
|
3061 |
+
|
3062 |
+
#: inc/core/tools.php:744
|
3063 |
+
msgid "Example code does not found, please check it later"
|
3064 |
+
msgstr "Ο κώδικα παραδείγματος δεν βρέθηκε, παρακαλώ ελέγξτε τον αργότερα"
|
3065 |
+
|
3066 |
+
#: inc/core/tools.php:760
|
3067 |
+
msgid "Get the code"
|
3068 |
+
msgstr "Λήψη του κώδικα"
|
3069 |
+
|
3070 |
+
#: inc/core/vote.php:44
|
3071 |
+
msgid ""
|
3072 |
+
"Hello, my name is Vladimir Anokhin, and I am developer of plugin "
|
3073 |
+
"<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
|
3074 |
+
"words about it at the wordpress.org or twitter. It will help other people "
|
3075 |
+
"find this useful plugin more quickly.<br><b>Thank you!</b>"
|
3076 |
+
msgstr ""
|
3077 |
+
"Γεια σας, το όνομά μου είναι Vladimir Anokhin, και είμαι ο προγραμματιστής "
|
3078 |
+
"του πρόσθετού <b>Shortcodes Ultimate</b>.<br>Εάν σας αρέσει αυτό το "
|
3079 |
+
"πρόσθετο, παρακαλώ γράψτε μερικές καλές κουβέντες στο wordpress.org ή στο "
|
3080 |
+
"twitter. Αυτό θα βοηθήσει και άλλους ανθρώπους να βρούνε αυτό το χρήσιμο "
|
3081 |
+
"πρόσθετο πιο γρήγορα.<br><b>Ευχαριστώ πολύ!</b>"
|
3082 |
+
|
3083 |
+
#: inc/core/vote.php:46
|
3084 |
+
msgid "Rate plugin"
|
3085 |
+
msgstr "Βαθμολογήστε το πρόσθετο"
|
3086 |
+
|
3087 |
+
#: inc/core/vote.php:47
|
3088 |
+
msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
|
3089 |
+
msgstr ""
|
3090 |
+
"Shortcodes Ultimate - ένα πρόσθετο του WordPress που όλοι πρέπει να έχουν "
|
3091 |
+
"#shortcodesultimate"
|
3092 |
+
|
3093 |
+
#: inc/core/vote.php:47
|
3094 |
+
msgid "Tweet"
|
3095 |
+
msgstr "Tweet"
|
3096 |
+
|
3097 |
+
#: inc/core/vote.php:48
|
3098 |
+
msgid "No, thanks"
|
3099 |
+
msgstr "Όχι ευχαριστώ"
|
3100 |
+
|
3101 |
+
#: inc/core/vote.php:49
|
3102 |
+
msgid "or"
|
3103 |
+
msgstr "ή"
|
3104 |
+
|
3105 |
+
#: inc/core/vote.php:50
|
3106 |
+
msgid "Remind me later"
|
3107 |
+
msgstr "Υπενθύμιση αργότερα"
|
3108 |
+
|
3109 |
+
#: inc/core/widget.php:7
|
3110 |
+
msgid "Special Shortcodes Ultimate widget"
|
3111 |
+
msgstr "Ειδικό widget για το Shortcodes Ultimate"
|
3112 |
+
|
3113 |
+
#: inc/core/widget.php:46
|
3114 |
+
msgid "Title:"
|
3115 |
+
msgstr "Τίτλος:"
|
3116 |
+
|
3117 |
+
#: inc/vendor/sunrise.php:90 inc/vendor/sunrise.php:91
|
3118 |
+
#: inc/vendor/sunrise.php:122 inc/vendor/sunrise.php:123
|
3119 |
+
msgid "Plugin Settings"
|
3120 |
+
msgstr "Ρυθμίσεις Πρόσθετου"
|
3121 |
+
|
3122 |
+
#: inc/vendor/sunrise.php:179
|
3123 |
+
msgid "Use selected file"
|
3124 |
+
msgstr "Χρήση επιλεγμένων αρχείων"
|
3125 |
+
|
3126 |
+
#: inc/vendor/sunrise.php:369
|
3127 |
+
msgid "Save changes"
|
3128 |
+
msgstr "Αποθήκευση αλλαγών"
|
3129 |
+
|
3130 |
+
#: inc/vendor/sunrise.php:369
|
3131 |
+
msgid "Saving"
|
3132 |
+
msgstr "Αποθηκεύεται"
|
3133 |
+
|
3134 |
+
#: inc/vendor/sunrise.php:369
|
3135 |
+
msgid "Saved"
|
3136 |
+
msgstr "Αποθηκεύτηκε"
|
3137 |
+
|
3138 |
+
#: inc/vendor/sunrise.php:369
|
3139 |
+
msgid ""
|
3140 |
+
"This action will delete all your settings. Are you sure? This action cannot "
|
3141 |
+
"be undone!"
|
3142 |
+
msgstr ""
|
3143 |
+
"Αυτή η ενέργεια θα διαγράψει όλες τις ρυθμίσεις σας. Είστε σίγουροι; Αυτή η "
|
3144 |
+
"ενέργεια δεν μπορεί να αναιρεθεί!!!"
|
3145 |
+
|
3146 |
+
#: inc/vendor/sunrise.php:369
|
3147 |
+
msgid "Restore default settings"
|
3148 |
+
msgstr "Επαναφορά προκαθορισμένων ρυθμίσεων"
|
3149 |
+
|
3150 |
+
#: inc/vendor/sunrise.php:376 inc/vendor/sunrise.php:385
|
3151 |
+
#: inc/vendor/sunrise.php:435
|
3152 |
+
msgid "Text field"
|
3153 |
+
msgstr "Πλαίσιο κειμένου"
|
3154 |
+
|
3155 |
+
#: inc/vendor/sunrise.php:397
|
3156 |
+
msgid "Textarea field"
|
3157 |
+
msgstr "Πεδίο περιοχής κειμένου"
|
3158 |
+
|
3159 |
+
#: inc/vendor/sunrise.php:408 inc/vendor/sunrise.php:419
|
3160 |
+
msgid "Checkbox"
|
3161 |
+
msgstr "Checkbox"
|
3162 |
+
|
3163 |
+
#: inc/vendor/sunrise.php:445
|
3164 |
+
msgid "Color picker"
|
3165 |
+
msgstr "Επιλογή χρώματος"
|
3166 |
+
|
3167 |
+
#: inc/vendor/sunrise.php:453
|
3168 |
+
msgid "Pick a color"
|
3169 |
+
msgstr "Επιλογή χρώματος"
|
3170 |
+
|
3171 |
+
#: inc/vendor/sunrise.php:477
|
3172 |
+
msgid ""
|
3173 |
+
"For full functionality of this page it is reccomended to enable javascript."
|
3174 |
+
msgstr ""
|
3175 |
+
"Για την πλήρη ενεργοποίηση των χαρακτηριστικών αυτής της σελίδας, προτείνετε "
|
3176 |
+
"να ενεργοποιήσετε την javascript."
|
3177 |
+
|
3178 |
+
#: inc/vendor/sunrise.php:478
|
3179 |
+
msgid "Settings saved successfully"
|
3180 |
+
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν επιτυχώς"
|
3181 |
+
|
3182 |
+
#: inc/vendor/sunrise.php:479
|
3183 |
+
msgid "Settings reseted successfully"
|
3184 |
+
msgstr "Οι ρυθμίσεις επαναφέρθηκαν επιτυχώς"
|
3185 |
+
|
3186 |
+
#: inc/vendor/sunrise.php:508
|
3187 |
+
#, php-format
|
3188 |
+
msgid "option type %s is not callable"
|
3189 |
+
msgstr "Ο τύπος επιλογής %s δεν είναι δυνατό να κληθεί"
|
3190 |
+
|
3191 |
+
#: templates/default-loop.php:15 templates/single-post.php:17
|
3192 |
+
msgid "Posted"
|
3193 |
+
msgstr "Δημοσιεύτηκε"
|
3194 |
+
|
3195 |
+
#: templates/default-loop.php:19 templates/single-post.php:17
|
3196 |
+
msgid "0 comments"
|
3197 |
+
msgstr "0 σχόλια"
|
3198 |
+
|
3199 |
+
#: templates/default-loop.php:19 templates/single-post.php:17
|
3200 |
+
msgid "1 comment"
|
3201 |
+
msgstr "1 σχόλιο"
|
3202 |
+
|
3203 |
+
#: templates/default-loop.php:19 templates/single-post.php:17
|
3204 |
+
msgid "%n comments"
|
3205 |
+
msgstr "%n σχόλια"
|
3206 |
+
|
3207 |
+
#: templates/default-loop.php:27 templates/list-loop.php:16
|
3208 |
+
#: templates/single-post.php:28 templates/teaser-loop.php:20
|
3209 |
+
msgid "Posts not found"
|
3210 |
+
msgstr "Τα δημοσιεύματα δεν βρέθηκαν"
|
3211 |
+
|
3212 |
+
#~ msgid "Heading 2"
|
3213 |
+
#~ msgstr "Κεφαλίδα 2"
|
3214 |
+
|
3215 |
+
#~ msgid "Small"
|
3216 |
+
#~ msgstr "Μικρό"
|
3217 |
+
|
3218 |
+
#~ msgid "Heading 2 style"
|
3219 |
+
#~ msgstr "Στυλ κεφαλίδας 2"
|
3220 |
+
|
3221 |
+
#~ msgid "Heading 2 text"
|
3222 |
+
#~ msgstr "Κείμενο κεφαλίδας 2"
|
3223 |
+
|
3224 |
+
#~ msgid "Styled heading 2"
|
3225 |
+
#~ msgstr "Μορφοποίημένη κεφαλίδα 2"
|
3226 |
+
|
3227 |
+
#~ msgid "Spoiler skin"
|
3228 |
+
#~ msgstr "Spoiler skin"
|
3229 |
+
|
3230 |
+
#~ msgid "Choose source gallery, that will be used for this slider"
|
3231 |
+
#~ msgstr "Επιλέξτε τη γκαλερί που θα χρησιμοποιηθεί σε αυτό το slider"
|
3232 |
+
|
3233 |
+
#~ msgid "Open slides links in new window/tab"
|
3234 |
+
#~ msgstr "Άνοιγμα των συνδέσμων του slide σε νέο παράθυρο/νέα καρτέλα"
|
3235 |
+
|
3236 |
+
#~ msgid "Choose source gallery, that will be used for this carousel"
|
3237 |
+
#~ msgstr "Επιλέξτε τη γκαλερί που θα χρησιμοποιηθεί σε αυτό το carousel"
|
3238 |
+
|
3239 |
+
#~ msgid "Open carousel links in new window/tab"
|
3240 |
+
#~ msgstr "Άνοιγμα των συνδέσμων του carousel σε νέο παράθυρο/νέα καρτέλα"
|
3241 |
+
|
3242 |
+
#~ msgid "Choose source gallery, that will be used for this shortcode"
|
3243 |
+
#~ msgstr "Επιλέξτε τη γκαλερί που θα χρησιμοποιηθεί σε αυτό το shortcode"
|
3244 |
+
|
3245 |
+
#~ msgid "Compatibility mode"
|
3246 |
+
#~ msgstr "Λειτουργία συμβατότητας"
|
3247 |
+
|
3248 |
+
#~ msgid ""
|
3249 |
+
#~ "Enable this option if you have some problems with other plugins that uses "
|
3250 |
+
#~ "similar shortcode names"
|
3251 |
+
#~ msgstr ""
|
3252 |
+
#~ "Ενεργοποιήστε αυτή την επιλογή, αν έχετε προβλήματα με άλλα πρόσθετα που "
|
3253 |
+
#~ "χρησιμοποιούν παρόμοια ονόματα στα shortcode"
|
3254 |
+
|
3255 |
+
#~ msgid "etc."
|
3256 |
+
#~ msgstr "κτλ"
|
3257 |
+
|
3258 |
+
#~ msgid ""
|
3259 |
+
#~ "Choose skin for shortcodes.<br /><a href=\"%s\" target=\"_blank\">Learn "
|
3260 |
+
#~ "how to create custom skin</a><br /><a href=\"%s\" target=\"_blank"
|
3261 |
+
#~ "\"><b>Download more skins</b></a>"
|
3262 |
+
#~ msgstr ""
|
3263 |
+
#~ "Επιλέξτε ένα θέμα για τα shortcodes σας.<br /><a href=\"%s\" target="
|
3264 |
+
#~ "\"_blank\">Μάθετε πως να δημιουργείτε νέα θέματα</a><br /><a href=\"%s\" "
|
3265 |
+
#~ "target=\"_blank\"><b>Μεταφορτώστε περισσότερα θέματα</b></a>"
|
3266 |
+
|
3267 |
+
#~ msgid "Galleries"
|
3268 |
+
#~ msgstr "Γκαλερί"
|
3269 |
+
|
3270 |
+
#~ msgid "Cheatsheet"
|
3271 |
+
#~ msgstr "Αρχείο Cheatsheet"
|
3272 |
+
|
3273 |
+
#~ msgid "year"
|
3274 |
+
#~ msgstr "έτος"
|
3275 |
+
|
3276 |
+
#~ msgid "month"
|
3277 |
+
#~ msgstr "μήνας"
|
3278 |
+
|
3279 |
+
#~ msgid "week"
|
3280 |
+
#~ msgstr "εβδομάδα"
|
3281 |
+
|
3282 |
+
#~ msgid "day"
|
3283 |
+
#~ msgstr "ημέρα"
|
3284 |
+
|
3285 |
+
#~ msgid "hour"
|
3286 |
+
#~ msgstr "ώρα"
|
3287 |
+
|
3288 |
+
#~ msgid "minute"
|
3289 |
+
#~ msgstr "λεπτό"
|
3290 |
+
|
3291 |
+
#~ msgid "s"
|
3292 |
+
#~ msgstr "s"
|
3293 |
+
|
3294 |
+
#~ msgid "username not specified"
|
3295 |
+
#~ msgstr "Τό όνομα χρήστη δεν προσδιορίστηκε"
|
3296 |
+
|
3297 |
+
#~ msgid "no public messages"
|
3298 |
+
#~ msgstr "κανένα δημόσιο μήνυμα"
|
3299 |
+
|
3300 |
+
#~ msgid "Addons"
|
3301 |
+
#~ msgstr "Πρόσθετα"
|
3302 |
+
|
3303 |
+
#~ msgid "Contact author"
|
3304 |
+
#~ msgstr "Επικοινωνήστε με τον συντάκτη"
|
3305 |
+
|
3306 |
+
#~ msgid "Demo"
|
3307 |
+
#~ msgstr "Επίδειξη"
|
3308 |
+
|
3309 |
+
#~ msgid "Default value"
|
3310 |
+
#~ msgstr "Προκαθορισμένη τιμή"
|
3311 |
+
|
3312 |
+
#~ msgid "-- no parameters --"
|
3313 |
+
#~ msgstr "-- χωρίς παραμέτρους --"
|
3314 |
+
|
3315 |
+
#~ msgid ""
|
3316 |
+
#~ "Are you sure that you want to delete this gallery? This action can't be "
|
3317 |
+
#~ "undone!"
|
3318 |
+
#~ msgstr ""
|
3319 |
+
#~ "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή την γκαλερί; Αυτή η ενέργεια "
|
3320 |
+
#~ "δεν μπορεί να αναιρεθεί!!!"
|
3321 |
+
|
3322 |
+
#~ msgid ""
|
3323 |
+
#~ "Are you sure that you want to delete this image? This action can't be "
|
3324 |
+
#~ "undone!"
|
3325 |
+
#~ msgstr ""
|
3326 |
+
#~ "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή την εικόνα; Αυτή η ενέργεια "
|
3327 |
+
#~ "δεν είναι αναστρέψιμη!!!"
|
3328 |
+
|
3329 |
+
#~ msgid "Create new gallery"
|
3330 |
+
#~ msgstr "Δημιουργία νέας γκαλερί"
|
3331 |
+
|
3332 |
+
#~ msgid "Enter gallery name"
|
3333 |
+
#~ msgstr "Εισάγετε το όνομα της γκαλερί"
|
3334 |
+
|
3335 |
+
#~ msgid "Edit gallery"
|
3336 |
+
#~ msgstr "Επεξεργασία γκαλερί"
|
3337 |
+
|
3338 |
+
#~ msgid "Save &amp; close"
|
3339 |
+
#~ msgstr "Αποθήκευση &amp; κλείσιμο"
|
3340 |
+
|
3341 |
+
#~ msgid "Close"
|
3342 |
+
#~ msgstr "Κλείσιμο"
|
3343 |
+
|
3344 |
+
#~ msgid "Delete"
|
3345 |
+
#~ msgstr "Διαγραφή"
|
3346 |
+
|
3347 |
+
#~ msgid "Edit"
|
3348 |
+
#~ msgstr "Επεξεργασία"
|
3349 |
+
|
3350 |
+
#~ msgid "Instructions"
|
3351 |
+
#~ msgstr "Οδηγίες"
|
3352 |
+
|
3353 |
+
#~ msgid "Click to close"
|
3354 |
+
#~ msgstr "Πατήστε για κλείσιμο"
|
3355 |
+
|
3356 |
+
#~ msgid "There is already default settings"
|
3357 |
+
#~ msgstr "Αυτές είναι ήδη οι προκαθορισμένες ρυθμίσεις"
|
3358 |
+
|
3359 |
+
#~ msgid "Settings not saved, because there is no changes"
|
3360 |
+
#~ msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν, διότι δεν υπάρχουν αλλαγές"
|
3361 |
+
|
3362 |
+
#~ msgid "Upload"
|
3363 |
+
#~ msgstr "Μεταφόρτωση"
|
3364 |
+
|
3365 |
+
#~ msgid "Star"
|
3366 |
+
#~ msgstr "Αστέρι"
|
3367 |
+
|
3368 |
+
#~ msgid "Cross"
|
3369 |
+
#~ msgstr "Σταυρός"
|
3370 |
+
|
3371 |
+
#~ msgid "Thumbs up"
|
3372 |
+
#~ msgstr "Thumbs up"
|
3373 |
+
|
3374 |
+
#~ msgid "Gear"
|
3375 |
+
#~ msgstr "Γρανάζι"
|
3376 |
+
|
3377 |
+
#~ msgid "Time"
|
3378 |
+
#~ msgstr "Ώρα"
|
3379 |
+
|
3380 |
+
#~ msgid "Guard"
|
3381 |
+
#~ msgstr "Guard"
|
3382 |
+
|
3383 |
+
#~ msgid "Event"
|
3384 |
+
#~ msgstr "Συμβάν"
|
3385 |
+
|
3386 |
+
#~ msgid "Idea"
|
3387 |
+
#~ msgstr "Ιδέα"
|
3388 |
+
|
3389 |
+
#~ msgid "Twitter"
|
3390 |
+
#~ msgstr "Twitter"
|
3391 |
+
|
3392 |
+
#~ msgid "List items style/icons"
|
3393 |
+
#~ msgstr "Στυλ/Εικονίδια αντικειμένων λίστας"
|
3394 |
+
|
3395 |
+
#~ msgid ""
|
3396 |
+
#~ "You can upload custom icon for this button. Try to begin with <a href="
|
3397 |
+
#~ "\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-"
|
3398 |
+
#~ "freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-"
|
3399 |
+
#~ "quality icons</a>. Download archive, unpack icons and upload in this field"
|
3400 |
+
#~ msgstr ""
|
3401 |
+
#~ "Μπορείτε να μεταφορτώσετε δικά σας εικονίδια για αυτό το κουμπί. "
|
3402 |
+
#~ "Ξεκινήστε με αυτά τα <a href=\"http://webdesign.tutsplus.com/freebies/"
|
3403 |
+
#~ "icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank"
|
3404 |
+
#~ "\">δωρεάν εικονίδια υψηλής ποιότητας</a>. Κατεβάστε το αρχείο, "
|
3405 |
+
#~ "ξεπακετάρετε τα εικονίδια και μεταφορτώστε τα εικονίδια σε αυτό το πεδίο"
|
3406 |
+
|
3407 |
+
#~ msgid "Dark"
|
3408 |
+
#~ msgstr "Σκούρο"
|
3409 |
+
|
3410 |
+
#~ msgid "Color of button text shadow"
|
3411 |
+
#~ msgstr "Χρώμα σκιάς κειμένου του κουμπιού"
|
3412 |
+
|
3413 |
+
#~ msgid "Top right"
|
3414 |
+
#~ msgstr "Πάνω δεξιά"
|
3415 |
+
|
3416 |
+
#~ msgid "Top left"
|
3417 |
+
#~ msgstr "Πάνω αριστερά"
|
3418 |
+
|
3419 |
+
#~ msgid "Bottom right"
|
3420 |
+
#~ msgstr "Κάτω δεξιά"
|
3421 |
+
|
3422 |
+
#~ msgid "Bottom left"
|
3423 |
+
#~ msgstr "Κάτω αριστερά"
|
3424 |
+
|
3425 |
+
#~ msgid "Text shadow position"
|
3426 |
+
#~ msgstr "Θέση σκιάς κειμένου"
|
3427 |
+
|
3428 |
+
#~ msgid "Position of button text shadow"
|
3429 |
+
#~ msgstr "Θέση σκιάς κειμένου κουμπιού"
|
3430 |
+
|
3431 |
+
#~ msgid "Max upload file size"
|
3432 |
+
#~ msgstr "Μέγιστο μέγεθος μεταφόρτωσης αρχείου"
|
3433 |
+
|
3434 |
+
#~ msgid "Mb"
|
3435 |
+
#~ msgstr "Mb"
|
3436 |
+
|
3437 |
+
#~ msgid "How to increase"
|
3438 |
+
#~ msgstr "Πώς να το αυξήσετε"
|
3439 |
+
|
3440 |
+
#~ msgid "Boxes"
|
3441 |
+
#~ msgstr "Πλαίσια"
|
3442 |
+
|
3443 |
+
#~ msgid "Welcome"
|
3444 |
+
#~ msgstr "Καλώς ορίσατε"
|
3445 |
+
|
3446 |
+
#~ msgid "No image URL has been entered."
|
3447 |
+
#~ msgstr "Δεν έχει εισαχθεί καμία διεύθυνση εικόνας"
|
3448 |
+
|
3449 |
+
#~ msgid "Failed to get $file_path information using \"@getimagesize\"."
|
3450 |
+
#~ msgstr ""
|
3451 |
+
#~ "Αποτυχία λήψης πληροφοριών $file_path χρησιμοποιώντας \"@getimagesize\"."
|
3452 |
+
|
3453 |
+
#~ msgid "Resize path invalid (GIF)"
|
3454 |
+
#~ msgstr "Άκυρη διαδρομή αλλαγής μεγέθους (GIF)"
|
3455 |
+
|
3456 |
+
#~ msgid "Resize path invalid (PNG)."
|
3457 |
+
#~ msgstr "Άκυρη διαδρομή αλλαγής μεγέθους (PNG)"
|
3458 |
+
|
3459 |
+
#~ msgid "Resize path invalid (JPG)."
|
3460 |
+
#~ msgstr "Άκυρη διαδρομή αλλαγής μεγέθους (JPG)"
|
3461 |
+
|
3462 |
+
#~ msgid "Failed to get $dest_file_name (resized image) info via @getimagesize"
|
3463 |
+
#~ msgstr ""
|
3464 |
+
#~ "Αποτυχία λήψης πληροφοριών $dest_file_name (αλλαγμένου μεγέθους εικόνας) "
|
3465 |
+
#~ "μέσω του \"@getimagesize\"."
|
3466 |
+
|
3467 |
+
#~ msgid "Metro"
|
3468 |
+
#~ msgstr "Metro"
|
3469 |
+
|
3470 |
+
#~ msgid "Thin"
|
3471 |
+
#~ msgstr "Λεπτό"
|
3472 |
+
|
3473 |
+
#~ msgid "Choose heading style preset"
|
3474 |
+
#~ msgstr "Επιλέξτε προεπιλεγμένο στυλ κεφαλίδας"
|
3475 |
+
|
3476 |
+
#~ msgid "Select spoiler style preset"
|
3477 |
+
#~ msgstr "Επιλογή προκαθορισμένου στυλ spoiler"
|
3478 |
+
|
3479 |
+
#~ msgid "Select divider style preset"
|
3480 |
+
#~ msgstr "Επιλέξτε προκαθορισμένο στυλ divider"
|
3481 |
+
|
3482 |
+
#~ msgid "Quote style preset"
|
3483 |
+
#~ msgstr "Προκαθορισμένο στυλ Quote"
|
3484 |
+
|
3485 |
+
#~ msgid "Align to left"
|
3486 |
+
#~ msgstr "Αριστεή στοίχιση"
|
3487 |
+
|
3488 |
+
#~ msgid "Style preset for the inner columns"
|
3489 |
+
#~ msgstr "Προκαθορισμένο στυλ για τις εσωτερικές στήλες"
|
3490 |
+
|
3491 |
+
#~ msgid "Extra CSS class for button"
|
3492 |
+
#~ msgstr "Επιπλέον κλάση CSS για το κουμπί"
|
3493 |
+
|
3494 |
+
#~ msgid "Hidden"
|
3495 |
+
#~ msgstr "Κρυφό"
|
3496 |
+
|
3497 |
+
#~ msgid "Player style preset"
|
3498 |
+
#~ msgstr "Προκαθορισμένο στυλ player"
|
3499 |
+
|
3500 |
+
#~ msgid "Table style preset"
|
3501 |
+
#~ msgstr "Προκαθορισμένο στυλ πίνακα"
|
3502 |
+
|
3503 |
+
#~ msgid "Toggle fullscreen"
|
3504 |
+
#~ msgstr "Αλλαγή σε πλήρη οθόνη"
|
3505 |
+
</pre><iframe id="rdbIndicator" width="100%" height="270" border="0" src="./su-el_GR_files/indicator.htm" style="display: none; border: 0; position: fixed; left: 0; top: 0; z-index: 2147483647"></iframe></body></html>
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -23,7 +23,7 @@ msgstr "Добро пожаловать в Shortcodes Ultimate"
|
|
23 |
msgid "A real swiss army knife for WordPress"
|
24 |
msgstr "Настоящий швейцарский армейский нож для WordPress"
|
25 |
|
26 |
-
#: inc/core/admin-views.php:11 inc/core/load.php:
|
27 |
msgid "Project homepage"
|
28 |
msgstr "Страница проекта"
|
29 |
|
@@ -31,11 +31,11 @@ msgstr "Страница проекта"
|
|
31 |
msgid "Documentation"
|
32 |
msgstr "Документация"
|
33 |
|
34 |
-
#: inc/core/admin-views.php:13 inc/core/load.php:
|
35 |
msgid "Support forum"
|
36 |
msgstr "Форум поддержки"
|
37 |
|
38 |
-
#: inc/core/admin-views.php:14 inc/core/load.php:
|
39 |
msgid "Changelog"
|
40 |
msgstr "Список изменений"
|
41 |
|
@@ -132,10 +132,22 @@ msgid "plugin url"
|
|
132 |
msgstr "url папки этого плагина"
|
133 |
|
134 |
#: inc/core/admin-views.php:114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
msgid "Maker"
|
136 |
msgstr "Maker"
|
137 |
|
138 |
-
#: inc/core/admin-views.php:
|
139 |
msgid ""
|
140 |
"This add-on allows you to create custom shortcodes. You can easily create "
|
141 |
"any shortcode with different parameters or even override default shortcodes"
|
@@ -143,67 +155,71 @@ msgstr ""
|
|
143 |
"Это дополнение позволит вам создавать собственные шорткоды. Вы можете с "
|
144 |
"легкостью создать новый шорткод или даже перезаписать оригинальный"
|
145 |
|
146 |
-
#: inc/core/admin-views.php:
|
147 |
msgid "Skins"
|
148 |
msgstr "Скины"
|
149 |
|
150 |
-
#: inc/core/admin-views.php:
|
151 |
msgid ""
|
152 |
-
"Set of additional skins for
|
153 |
"accordeons/spoilers, tabs and some other shortcodes"
|
154 |
msgstr ""
|
155 |
"Набор дополнительных скинов для шорткодов плагина. Набор включает в себя "
|
156 |
"скины для аккордеонов/спойлеров, вкладок и некоторых других шорткодов"
|
157 |
|
158 |
-
#: inc/core/admin-views.php:
|
159 |
msgid "Shortcodes Ultimate Add-ons"
|
160 |
msgstr "Дополнения для Shortcodes Ultimate"
|
161 |
|
162 |
-
#: inc/core/admin-views.php:
|
163 |
msgid "Learn more"
|
164 |
msgstr "Узнать больше"
|
165 |
|
166 |
-
#: inc/core/admin-views.php:
|
167 |
msgid "Other WordPress Plugins"
|
168 |
msgstr "Другие плагины для WordPress"
|
169 |
|
170 |
-
#: inc/core/assets.php:
|
171 |
msgid "Choose files"
|
172 |
msgstr "Выбор файлов"
|
173 |
|
174 |
-
#: inc/core/assets.php:
|
175 |
msgid "Add selected files"
|
176 |
msgstr "Добавить выбранные файлы"
|
177 |
|
178 |
-
#: inc/core/assets.php:
|
179 |
msgid "This button is not clickable"
|
180 |
msgstr "Эта кнопка не нажимается"
|
181 |
|
182 |
-
#: inc/core/assets.php:
|
183 |
msgid "Choose file"
|
184 |
msgstr "Выбор файла"
|
185 |
|
186 |
-
#: inc/core/assets.php:
|
187 |
msgid "Insert"
|
188 |
msgstr "Вставить"
|
189 |
|
190 |
-
#: inc/core/assets.php:
|
191 |
msgid "Select images"
|
192 |
msgstr "Выберите изображения"
|
193 |
|
194 |
-
#: inc/core/assets.php:
|
195 |
msgid "Add selected images"
|
196 |
msgstr "Добавить выбранные изображения"
|
197 |
|
198 |
-
#: inc/core/assets.php:
|
199 |
msgid "Please enter a name for new preset"
|
200 |
msgstr "Пожалуйста введите имя для нового шаблона"
|
201 |
|
202 |
-
#: inc/core/assets.php:
|
203 |
msgid "New preset"
|
204 |
msgstr "Новый шаблон"
|
205 |
|
206 |
-
#: inc/core/assets.php:
|
|
|
|
|
|
|
|
|
207 |
msgid ""
|
208 |
"This shortcode doesn't work in live preview. Please insert it into editor "
|
209 |
"and preview on the site."
|
@@ -211,6 +227,10 @@ msgstr ""
|
|
211 |
"Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод "
|
212 |
"в редактор и посмотрите результат на странице записи."
|
213 |
|
|
|
|
|
|
|
|
|
214 |
#: inc/core/data.php:17
|
215 |
msgid "All"
|
216 |
msgstr "Все"
|
@@ -219,7 +239,7 @@ msgstr "Все"
|
|
219 |
msgid "Content"
|
220 |
msgstr "Содержимое"
|
221 |
|
222 |
-
#: inc/core/data.php:19 inc/core/data.php:
|
223 |
msgid "Box"
|
224 |
msgstr "Блок"
|
225 |
|
@@ -227,7 +247,7 @@ msgstr "Блок"
|
|
227 |
msgid "Media"
|
228 |
msgstr "Медиа"
|
229 |
|
230 |
-
#: inc/core/data.php:21 inc/core/data.php:
|
231 |
msgid "Gallery"
|
232 |
msgstr "Галерея"
|
233 |
|
@@ -239,8 +259,8 @@ msgstr "Данные"
|
|
239 |
msgid "Other"
|
240 |
msgstr "Другое"
|
241 |
|
242 |
-
#: inc/core/data.php:29 inc/core/data.php:
|
243 |
-
#: inc/core/data.php:
|
244 |
msgid "None"
|
245 |
msgstr "Нет"
|
246 |
|
@@ -268,184 +288,184 @@ msgstr "Выдавленный"
|
|
268 |
msgid "Ridge"
|
269 |
msgstr "Ребро"
|
270 |
|
271 |
-
#: inc/core/data.php:
|
272 |
msgid "Basic examples"
|
273 |
msgstr "Основные примеры"
|
274 |
|
275 |
-
#: inc/core/data.php:
|
276 |
msgid "Accordions, spoilers, different styles, anchors"
|
277 |
msgstr "Аккордеоны, спойлеры, различные стили, якори"
|
278 |
|
279 |
-
#: inc/core/data.php:
|
280 |
msgid "Tabs, vertical tabs, tab anchors"
|
281 |
msgstr "Вкладки, вертикальные вкладки, якори вкладок"
|
282 |
|
283 |
-
#: inc/core/data.php:
|
284 |
msgid "Column layouts"
|
285 |
msgstr "Использование колонок"
|
286 |
|
287 |
-
#: inc/core/data.php:
|
288 |
msgid ""
|
289 |
"Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
|
290 |
msgstr ""
|
291 |
"Медиа элементы, YouTube, Vimeo, Screenr и видео из медиа библиотеки, аудио "
|
292 |
"плеер"
|
293 |
|
294 |
-
#: inc/core/data.php:
|
295 |
msgid "Unlimited buttons"
|
296 |
msgstr "Всевозможные кнопки"
|
297 |
|
298 |
-
#: inc/core/data.php:
|
299 |
msgid "Animations"
|
300 |
msgstr "Анимации"
|
301 |
|
302 |
-
#: inc/core/data.php:
|
303 |
msgid "Advanced examples"
|
304 |
msgstr "Дополнительные примеры"
|
305 |
|
306 |
-
#: inc/core/data.php:
|
307 |
msgid "Interacting with posts shortcode"
|
308 |
msgstr "Работа с шорткодом posts"
|
309 |
|
310 |
-
#: inc/core/data.php:
|
311 |
msgid "Nested shortcodes, shortcodes inside of attributes"
|
312 |
msgstr "Вложенные шорткоды, шорткоды в атрибутах"
|
313 |
|
314 |
-
#: inc/core/data.php:
|
315 |
msgid "Heading"
|
316 |
msgstr "Заголовок"
|
317 |
|
318 |
-
#: inc/core/data.php:
|
319 |
-
#: inc/core/data.php:
|
320 |
-
#: inc/core/data.php:
|
321 |
-
#: inc/core/data.php:
|
322 |
msgid "Default"
|
323 |
msgstr "По умолчанию"
|
324 |
|
325 |
-
#: inc/core/data.php:
|
326 |
-
#: inc/core/data.php:
|
327 |
-
#: inc/core/data.php:
|
328 |
msgid "Style"
|
329 |
msgstr "Стиль"
|
330 |
|
331 |
-
#: inc/core/data.php:
|
332 |
msgid "Choose style for this heading"
|
333 |
msgstr "Выберите стиль для этого заголовка"
|
334 |
|
335 |
-
#: inc/core/data.php:
|
336 |
-
#: inc/core/data.php:
|
337 |
msgid "Install additional styles"
|
338 |
msgstr "Установить дополнительные стили"
|
339 |
|
340 |
-
#: inc/core/data.php:
|
341 |
-
#: inc/core/data.php:
|
342 |
msgid "Size"
|
343 |
msgstr "Размер"
|
344 |
|
345 |
-
#: inc/core/data.php:
|
346 |
msgid "Select heading size (pixels)"
|
347 |
msgstr "Выберите размер заголовка (в пикселях)"
|
348 |
|
349 |
-
#: inc/core/data.php:
|
350 |
-
#: inc/core/data.php:
|
351 |
msgid "Left"
|
352 |
msgstr "Слева"
|
353 |
|
354 |
-
#: inc/core/data.php:
|
355 |
-
#: inc/core/data.php:
|
356 |
msgid "Center"
|
357 |
msgstr "По центру"
|
358 |
|
359 |
-
#: inc/core/data.php:
|
360 |
-
#: inc/core/data.php:
|
361 |
msgid "Right"
|
362 |
msgstr "Справа"
|
363 |
|
364 |
-
#: inc/core/data.php:
|
365 |
msgid "Align"
|
366 |
msgstr "Выравнивание"
|
367 |
|
368 |
-
#: inc/core/data.php:
|
369 |
msgid "Heading text alignment"
|
370 |
msgstr "Выравнивание текста в заголовке"
|
371 |
|
372 |
-
#: inc/core/data.php:
|
373 |
msgid "Margin"
|
374 |
msgstr "Отступ"
|
375 |
|
376 |
-
#: inc/core/data.php:
|
377 |
msgid "Bottom margin (pixels)"
|
378 |
msgstr "Отступ снизу (в пикселях)"
|
379 |
|
380 |
-
#: inc/core/data.php:
|
381 |
-
#: inc/core/data.php:
|
382 |
-
#: inc/core/data.php:
|
383 |
-
#: inc/core/data.php:
|
384 |
-
#: inc/core/data.php:
|
385 |
-
#: inc/core/data.php:
|
386 |
-
#: inc/core/data.php:
|
387 |
-
#: inc/core/data.php:
|
388 |
-
#: inc/core/data.php:
|
389 |
-
#: inc/core/data.php:
|
390 |
-
#: inc/core/data.php:
|
391 |
-
#: inc/core/data.php:
|
392 |
-
#: inc/core/data.php:
|
393 |
-
#: inc/core/data.php:
|
394 |
-
#: inc/core/data.php:
|
395 |
msgid "Class"
|
396 |
msgstr "Класс"
|
397 |
|
398 |
-
#: inc/core/data.php:
|
399 |
-
#: inc/core/data.php:
|
400 |
-
#: inc/core/data.php:
|
401 |
-
#: inc/core/data.php:
|
402 |
-
#: inc/core/data.php:
|
403 |
-
#: inc/core/data.php:
|
404 |
-
#: inc/core/data.php:
|
405 |
-
#: inc/core/data.php:
|
406 |
-
#: inc/core/data.php:
|
407 |
-
#: inc/core/data.php:
|
408 |
-
#: inc/core/data.php:
|
409 |
-
#: inc/core/data.php:
|
410 |
-
#: inc/core/data.php:
|
411 |
-
#: inc/core/data.php:
|
412 |
-
#: inc/core/data.php:
|
413 |
msgid "Extra CSS class"
|
414 |
msgstr "Дополнительный CSS класс"
|
415 |
|
416 |
-
#: inc/core/data.php:
|
417 |
msgid "Heading text"
|
418 |
msgstr "Текст заголовка"
|
419 |
|
420 |
-
#: inc/core/data.php:
|
421 |
msgid "Styled heading"
|
422 |
msgstr "Стильный заголовок"
|
423 |
|
424 |
-
#: inc/core/data.php:
|
425 |
msgid "Tabs"
|
426 |
msgstr "Вкладки"
|
427 |
|
428 |
-
#: inc/core/data.php:
|
429 |
msgid "Choose style for this tabs"
|
430 |
msgstr "Выберите стиль для этих вкладок"
|
431 |
|
432 |
-
#: inc/core/data.php:
|
433 |
msgid "Active tab"
|
434 |
msgstr "Активная вкладка"
|
435 |
|
436 |
-
#: inc/core/data.php:
|
437 |
msgid "Select which tab is open by default"
|
438 |
msgstr "Выберите какая вкладка будет открыта по умолчанию"
|
439 |
|
440 |
-
#: inc/core/data.php:
|
441 |
msgid "Vertical"
|
442 |
msgstr "Вертикально"
|
443 |
|
444 |
-
#: inc/core/data.php:
|
445 |
msgid "Show tabs vertically"
|
446 |
msgstr "Отображать вкладки вертикально"
|
447 |
|
448 |
-
#: inc/core/data.php:
|
449 |
msgid ""
|
450 |
"[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
|
451 |
"[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
|
@@ -455,40 +475,40 @@ msgstr ""
|
|
455 |
"[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
|
456 |
"[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
|
457 |
|
458 |
-
#: inc/core/data.php:
|
459 |
msgid "Tabs container"
|
460 |
msgstr "Контейнер вкладок"
|
461 |
|
462 |
-
#: inc/core/data.php:
|
463 |
msgid "Tab"
|
464 |
msgstr "Вкладка"
|
465 |
|
466 |
-
#: inc/core/data.php:
|
467 |
msgid "Tab name"
|
468 |
msgstr "Имя вкладки"
|
469 |
|
470 |
-
#: inc/core/data.php:
|
471 |
-
#: inc/core/data.php:
|
472 |
msgid "Title"
|
473 |
msgstr "Заголовок"
|
474 |
|
475 |
-
#: inc/core/data.php:
|
476 |
msgid "Enter tab name"
|
477 |
msgstr "Введите имя вкладки"
|
478 |
|
479 |
-
#: inc/core/data.php:
|
480 |
msgid "Disabled"
|
481 |
msgstr "Отключено"
|
482 |
|
483 |
-
#: inc/core/data.php:
|
484 |
msgid "Is this tab disabled"
|
485 |
msgstr "Эта вкладка отключена"
|
486 |
|
487 |
-
#: inc/core/data.php:
|
488 |
msgid "Anchor"
|
489 |
msgstr "Якорь"
|
490 |
|
491 |
-
#: inc/core/data.php:
|
492 |
msgid ""
|
493 |
"You can use unique anchor for this tab to access it with hash in page url. "
|
494 |
"For example: type here <b%value>Hello</b> and then use url like http://"
|
@@ -499,108 +519,108 @@ msgstr ""
|
|
499 |
"используйте ссылку вида http://example.com/page-utl#Hello. Эта вкладка будет "
|
500 |
"активирована и страница будет прокручена к ней"
|
501 |
|
502 |
-
#: inc/core/data.php:
|
503 |
msgid "Tab content"
|
504 |
msgstr "Содержимое вкладки"
|
505 |
|
506 |
-
#: inc/core/data.php:
|
507 |
msgid "Single tab"
|
508 |
msgstr "Одиночная вкладка"
|
509 |
|
510 |
-
#: inc/core/data.php:
|
511 |
msgid "Spoiler"
|
512 |
msgstr "Спойлер"
|
513 |
|
514 |
-
#: inc/core/data.php:
|
515 |
msgid "Spoiler title"
|
516 |
msgstr "Скрытый текст"
|
517 |
|
518 |
-
#: inc/core/data.php:
|
519 |
msgid "Text in spoiler title"
|
520 |
msgstr "Текст для заголовка спойлера"
|
521 |
|
522 |
-
#: inc/core/data.php:
|
523 |
msgid "Open"
|
524 |
msgstr "Открыт"
|
525 |
|
526 |
-
#: inc/core/data.php:
|
527 |
msgid "Is spoiler content visible by default"
|
528 |
msgstr "Виден ли контент спойлера по умолчанию"
|
529 |
|
530 |
-
#: inc/core/data.php:
|
531 |
msgid "Fancy"
|
532 |
msgstr "Стильный"
|
533 |
|
534 |
-
#: inc/core/data.php:
|
535 |
msgid "Simple"
|
536 |
msgstr "Простой"
|
537 |
|
538 |
-
#: inc/core/data.php:
|
539 |
msgid "Choose style for this spoiler"
|
540 |
msgstr "Выберите стиль для этого спойлера"
|
541 |
|
542 |
-
#: inc/core/data.php:
|
543 |
msgid "Plus"
|
544 |
msgstr "Плюс"
|
545 |
|
546 |
-
#: inc/core/data.php:
|
547 |
msgid "Plus circle"
|
548 |
msgstr "Плюс в круге"
|
549 |
|
550 |
-
#: inc/core/data.php:
|
551 |
msgid "Plus square 1"
|
552 |
msgstr "Плюс в квадрате 1"
|
553 |
|
554 |
-
#: inc/core/data.php:
|
555 |
msgid "Plus square 2"
|
556 |
msgstr "Плюс в квадрате 2"
|
557 |
|
558 |
-
#: inc/core/data.php:
|
559 |
msgid "Arrow"
|
560 |
msgstr "Стрелка"
|
561 |
|
562 |
-
#: inc/core/data.php:
|
563 |
msgid "Arrow circle 1"
|
564 |
msgstr "Стрелка в круге 1"
|
565 |
|
566 |
-
#: inc/core/data.php:
|
567 |
msgid "Arrow circle 2"
|
568 |
msgstr "Стрелка в круге 2"
|
569 |
|
570 |
-
#: inc/core/data.php:
|
571 |
msgid "Chevron"
|
572 |
msgstr "Уголок"
|
573 |
|
574 |
-
#: inc/core/data.php:
|
575 |
msgid "Chevron circle"
|
576 |
msgstr "Уголок в круге"
|
577 |
|
578 |
-
#: inc/core/data.php:
|
579 |
msgid "Caret"
|
580 |
msgstr "Треугольник"
|
581 |
|
582 |
-
#: inc/core/data.php:
|
583 |
msgid "Caret square"
|
584 |
msgstr "Треугольник в квадрате"
|
585 |
|
586 |
-
#: inc/core/data.php:
|
587 |
msgid "Folder 1"
|
588 |
msgstr "Папка 1"
|
589 |
|
590 |
-
#: inc/core/data.php:
|
591 |
msgid "Folder 2"
|
592 |
msgstr "Папка 2"
|
593 |
|
594 |
-
#: inc/core/data.php:
|
595 |
-
#: inc/core/data.php:
|
596 |
msgid "Icon"
|
597 |
msgstr "Иконка"
|
598 |
|
599 |
-
#: inc/core/data.php:
|
600 |
msgid "Icons for spoiler"
|
601 |
msgstr "Иконка для спойлера"
|
602 |
|
603 |
-
#: inc/core/data.php:
|
604 |
msgid ""
|
605 |
"You can use unique anchor for this spoiler to access it with hash in page "
|
606 |
"url. For example: type here <b%value>Hello</b> and then use url like http://"
|
@@ -611,19 +631,19 @@ msgstr ""
|
|
611 |
"используйте ссылку вида http://example.com/page-utl#Hello. Этот спойлер "
|
612 |
"будет открыт и страница будет прокручена к нему"
|
613 |
|
614 |
-
#: inc/core/data.php:
|
615 |
msgid "Hidden content"
|
616 |
msgstr "Скрытое содержимое"
|
617 |
|
618 |
-
#: inc/core/data.php:
|
619 |
msgid "Spoiler with hidden content"
|
620 |
msgstr "Спойлер со скрытым содержимым"
|
621 |
|
622 |
-
#: inc/core/data.php:
|
623 |
msgid "Accordion"
|
624 |
msgstr "Аккордеон"
|
625 |
|
626 |
-
#: inc/core/data.php:
|
627 |
msgid ""
|
628 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
629 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
@@ -633,194 +653,194 @@ msgstr ""
|
|
633 |
"[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
|
634 |
"[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
|
635 |
|
636 |
-
#: inc/core/data.php:
|
637 |
msgid "Accordion with spoilers"
|
638 |
msgstr "Аккордеон со спойлерами"
|
639 |
|
640 |
-
#: inc/core/data.php:
|
641 |
msgid "Divider"
|
642 |
msgstr "Разделитель"
|
643 |
|
644 |
-
#: inc/core/data.php:
|
645 |
msgid "Show TOP link"
|
646 |
msgstr "Показать ссылку ВВЕРХ"
|
647 |
|
648 |
-
#: inc/core/data.php:
|
649 |
msgid "Show link to top of the page or not"
|
650 |
msgstr "Показывать ссылку ВВЕРХ или нет"
|
651 |
|
652 |
-
#: inc/core/data.php:
|
653 |
msgid "Go to top"
|
654 |
msgstr "Вверх"
|
655 |
|
656 |
-
#: inc/core/data.php:
|
657 |
msgid "Link text"
|
658 |
msgstr "Текст ссылки"
|
659 |
|
660 |
-
#: inc/core/data.php:
|
661 |
msgid "Text for the GO TOP link"
|
662 |
msgstr "Текст ссылки ВВЕРХ"
|
663 |
|
664 |
-
#: inc/core/data.php:
|
665 |
msgid "Content divider with optional TOP link"
|
666 |
msgstr "Разделитель текста со ссылкой ВВЕРХ"
|
667 |
|
668 |
-
#: inc/core/data.php:
|
669 |
msgid "Spacer"
|
670 |
msgstr "Пробел"
|
671 |
|
672 |
-
#: inc/core/data.php:
|
673 |
-
#: inc/core/data.php:
|
674 |
-
#: inc/core/data.php:
|
675 |
-
#: inc/core/data.php:
|
676 |
msgid "Height"
|
677 |
msgstr "Высота"
|
678 |
|
679 |
-
#: inc/core/data.php:
|
680 |
msgid "Height of the spacer in pixels"
|
681 |
msgstr "Высота пробела в пикселях"
|
682 |
|
683 |
-
#: inc/core/data.php:
|
684 |
msgid "Empty space with adjustable height"
|
685 |
msgstr "Пробел с настраиваемой высотой"
|
686 |
|
687 |
-
#: inc/core/data.php:
|
688 |
msgid "Highlight"
|
689 |
msgstr "Выделитель"
|
690 |
|
691 |
-
#: inc/core/data.php:
|
692 |
msgid "Background"
|
693 |
msgstr "Фон"
|
694 |
|
695 |
-
#: inc/core/data.php:
|
696 |
msgid "Highlighted text background color"
|
697 |
msgstr "Цвет фона выделяемого текста"
|
698 |
|
699 |
-
#: inc/core/data.php:
|
700 |
msgid "Text color"
|
701 |
msgstr "Цвет текста"
|
702 |
|
703 |
-
#: inc/core/data.php:
|
704 |
msgid "Highlighted text color"
|
705 |
msgstr "Цвет выделяемого текста"
|
706 |
|
707 |
-
#: inc/core/data.php:
|
708 |
msgid "Highlighted text"
|
709 |
msgstr "Подсвеченный текст"
|
710 |
|
711 |
-
#: inc/core/data.php:
|
712 |
msgid "Label"
|
713 |
msgstr "Ярлык"
|
714 |
|
715 |
-
#: inc/core/data.php:
|
716 |
msgid "Success"
|
717 |
msgstr "Успех"
|
718 |
|
719 |
-
#: inc/core/data.php:
|
720 |
msgid "Warning"
|
721 |
msgstr "Внимание"
|
722 |
|
723 |
-
#: inc/core/data.php:
|
724 |
msgid "Important"
|
725 |
msgstr "Важно"
|
726 |
|
727 |
-
#: inc/core/data.php:
|
728 |
msgid "Black"
|
729 |
msgstr "Черный"
|
730 |
|
731 |
-
#: inc/core/data.php:
|
732 |
msgid "Info"
|
733 |
msgstr "Инфо"
|
734 |
|
735 |
-
#: inc/core/data.php:
|
736 |
msgid "Type"
|
737 |
msgstr "Тип"
|
738 |
|
739 |
-
#: inc/core/data.php:
|
740 |
msgid "Style of the label"
|
741 |
msgstr "Стиль ярлыка"
|
742 |
|
743 |
-
#: inc/core/data.php:
|
744 |
msgid "Styled label"
|
745 |
msgstr "Стильный ярлык"
|
746 |
|
747 |
-
#: inc/core/data.php:
|
748 |
msgid "Quote"
|
749 |
msgstr "Цитата"
|
750 |
|
751 |
-
#: inc/core/data.php:
|
752 |
msgid "Choose style for this quote"
|
753 |
msgstr "Выберите стиль для этой цитаты"
|
754 |
|
755 |
-
#: inc/core/data.php:
|
756 |
msgid "Cite"
|
757 |
msgstr "Автор"
|
758 |
|
759 |
-
#: inc/core/data.php:
|
760 |
msgid "Quote author name"
|
761 |
msgstr "Имя автора цитаты"
|
762 |
|
763 |
-
#: inc/core/data.php:
|
764 |
msgid "Cite url"
|
765 |
msgstr "Ссылка автора"
|
766 |
|
767 |
-
#: inc/core/data.php:
|
768 |
msgid "Url of the quote author. Leave empty to disable link"
|
769 |
msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
|
770 |
|
771 |
-
#: inc/core/data.php:
|
772 |
msgid "Blockquote alternative"
|
773 |
msgstr "Альтернатива цитаты"
|
774 |
|
775 |
-
#: inc/core/data.php:
|
776 |
msgid "Pullquote"
|
777 |
msgstr "Цитата с обтеканием"
|
778 |
|
779 |
-
#: inc/core/data.php:
|
780 |
msgid "Pullquote alignment (float)"
|
781 |
msgstr "Выравнивание цитаты (обтекание)"
|
782 |
|
783 |
-
#: inc/core/data.php:
|
784 |
msgid "Dropcap"
|
785 |
msgstr "Буквица"
|
786 |
|
787 |
-
#: inc/core/data.php:
|
788 |
msgid "Flat"
|
789 |
msgstr "Плоский"
|
790 |
|
791 |
-
#: inc/core/data.php:
|
792 |
msgid "Light"
|
793 |
msgstr "Светлый"
|
794 |
|
795 |
-
#: inc/core/data.php:
|
796 |
msgid "Dropcap style preset"
|
797 |
msgstr "Стиль буквицы"
|
798 |
|
799 |
-
#: inc/core/data.php:
|
800 |
msgid "Choose dropcap size"
|
801 |
msgstr "Выберите размер буквицы"
|
802 |
|
803 |
-
#: inc/core/data.php:
|
804 |
msgid "D"
|
805 |
msgstr "D"
|
806 |
|
807 |
-
#: inc/core/data.php:
|
808 |
msgid "Frame"
|
809 |
msgstr "Рамка"
|
810 |
|
811 |
-
#: inc/core/data.php:
|
812 |
msgid "Frame alignment"
|
813 |
msgstr "Выравнивание рамки"
|
814 |
|
815 |
-
#: inc/core/data.php:
|
816 |
msgid "Styled image frame"
|
817 |
msgstr "Стильный рамка изображения"
|
818 |
|
819 |
-
#: inc/core/data.php:
|
820 |
msgid "Row"
|
821 |
msgstr "Колонки"
|
822 |
|
823 |
-
#: inc/core/data.php:
|
824 |
msgid ""
|
825 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
826 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
@@ -830,96 +850,96 @@ msgstr ""
|
|
830 |
"[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
|
831 |
"[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
|
832 |
|
833 |
-
#: inc/core/data.php:
|
834 |
msgid "Row for flexible columns"
|
835 |
msgstr "Контейнер с резиновыми колонками"
|
836 |
|
837 |
-
#: inc/core/data.php:
|
838 |
msgid "Column"
|
839 |
msgstr "Колонка"
|
840 |
|
841 |
-
#: inc/core/data.php:
|
842 |
msgid "Full width"
|
843 |
msgstr "Во всю ширину"
|
844 |
|
845 |
-
#: inc/core/data.php:
|
846 |
msgid "One half"
|
847 |
msgstr "Одна вторая"
|
848 |
|
849 |
-
#: inc/core/data.php:
|
850 |
msgid "One third"
|
851 |
msgstr "Одна третья"
|
852 |
|
853 |
-
#: inc/core/data.php:
|
854 |
msgid "Two third"
|
855 |
msgstr "Две трети"
|
856 |
|
857 |
-
#: inc/core/data.php:
|
858 |
msgid "One fourth"
|
859 |
msgstr "Одна четвертая"
|
860 |
|
861 |
-
#: inc/core/data.php:
|
862 |
msgid "Three fourth"
|
863 |
msgstr "Три четвертых"
|
864 |
|
865 |
-
#: inc/core/data.php:
|
866 |
msgid "One fifth"
|
867 |
msgstr "Одна пятая"
|
868 |
|
869 |
-
#: inc/core/data.php:
|
870 |
msgid "Two fifth"
|
871 |
msgstr "Две пятых"
|
872 |
|
873 |
-
#: inc/core/data.php:
|
874 |
msgid "Three fifth"
|
875 |
msgstr "Три пятых"
|
876 |
|
877 |
-
#: inc/core/data.php:
|
878 |
msgid "Four fifth"
|
879 |
msgstr "Четыре пятых"
|
880 |
|
881 |
-
#: inc/core/data.php:
|
882 |
msgid "One sixth"
|
883 |
msgstr "Одна шестая"
|
884 |
|
885 |
-
#: inc/core/data.php:
|
886 |
msgid "Five sixth"
|
887 |
msgstr "Пять шестых"
|
888 |
|
889 |
-
#: inc/core/data.php:
|
890 |
msgid "Select column width. This width will be calculated depend page width"
|
891 |
msgstr ""
|
892 |
"Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
|
893 |
|
894 |
-
#: inc/core/data.php:
|
895 |
msgid "Centered"
|
896 |
msgstr "По центру"
|
897 |
|
898 |
-
#: inc/core/data.php:
|
899 |
msgid "Is this column centered on the page"
|
900 |
msgstr "Колонка выровнена по центру страницы"
|
901 |
|
902 |
-
#: inc/core/data.php:
|
903 |
msgid "Column content"
|
904 |
msgstr "Содержимое колонки"
|
905 |
|
906 |
-
#: inc/core/data.php:
|
907 |
msgid "Flexible and responsive columns"
|
908 |
msgstr "Резновые колонки"
|
909 |
|
910 |
-
#: inc/core/data.php:
|
911 |
msgid "List"
|
912 |
msgstr "Список"
|
913 |
|
914 |
-
#: inc/core/data.php:
|
915 |
msgid "You can upload custom icon for this list or pick a built-in icon"
|
916 |
msgstr "Вы можете загрузить свою иконку для этого списка или выбрать из списка"
|
917 |
|
918 |
-
#: inc/core/data.php:
|
919 |
msgid "Icon color"
|
920 |
msgstr "Цвет иконки"
|
921 |
|
922 |
-
#: inc/core/data.php:
|
923 |
msgid ""
|
924 |
"This color will be applied to the selected icon. Does not works with "
|
925 |
"uploaded icons"
|
@@ -927,7 +947,7 @@ msgstr ""
|
|
927 |
"Этот цвет будет применен только к иконке выбранной из списка. Не работает "
|
928 |
"для загруженных иконок"
|
929 |
|
930 |
-
#: inc/core/data.php:
|
931 |
msgid ""
|
932 |
"<ul>\n"
|
933 |
"<li>List item</li>\n"
|
@@ -941,275 +961,275 @@ msgstr ""
|
|
941 |
"<li>Элемент списка</li>\n"
|
942 |
"</ul>"
|
943 |
|
944 |
-
#: inc/core/data.php:
|
945 |
msgid "Styled unordered list"
|
946 |
msgstr "Стильный неупорядоченный список"
|
947 |
|
948 |
-
#: inc/core/data.php:
|
949 |
msgid "Button"
|
950 |
msgstr "Кнопка"
|
951 |
|
952 |
-
#: inc/core/data.php:
|
953 |
msgid "Link"
|
954 |
msgstr "Ссылка"
|
955 |
|
956 |
-
#: inc/core/data.php:
|
957 |
msgid "Button link"
|
958 |
msgstr "Ссылка кнопки"
|
959 |
|
960 |
-
#: inc/core/data.php:
|
961 |
msgid "Same tab"
|
962 |
msgstr "Та же вкладка"
|
963 |
|
964 |
-
#: inc/core/data.php:
|
965 |
msgid "New tab"
|
966 |
msgstr "Новая вкладка"
|
967 |
|
968 |
-
#: inc/core/data.php:
|
969 |
msgid "Target"
|
970 |
msgstr "Цель"
|
971 |
|
972 |
-
#: inc/core/data.php:
|
973 |
msgid "Button link target"
|
974 |
msgstr "Цель ссылки кнопки"
|
975 |
|
976 |
-
#: inc/core/data.php:
|
977 |
msgid "Soft"
|
978 |
msgstr "Мягкий"
|
979 |
|
980 |
-
#: inc/core/data.php:
|
981 |
msgid "Glass"
|
982 |
msgstr "Стекло"
|
983 |
|
984 |
-
#: inc/core/data.php:
|
985 |
msgid "Bubbles"
|
986 |
msgstr "Пузыри"
|
987 |
|
988 |
-
#: inc/core/data.php:
|
989 |
msgid "Noise"
|
990 |
msgstr "Шум"
|
991 |
|
992 |
-
#: inc/core/data.php:
|
993 |
msgid "Stroked"
|
994 |
msgstr "Прошитый"
|
995 |
|
996 |
-
#: inc/core/data.php:
|
997 |
msgid "3D"
|
998 |
msgstr "3D"
|
999 |
|
1000 |
-
#: inc/core/data.php:
|
1001 |
msgid "Button background style preset"
|
1002 |
msgstr "Стиль фона кнопки"
|
1003 |
|
1004 |
-
#: inc/core/data.php:
|
1005 |
msgid "Button background color"
|
1006 |
msgstr "Цвет фона кнопки"
|
1007 |
|
1008 |
-
#: inc/core/data.php:
|
1009 |
msgid "Button text color"
|
1010 |
msgstr "Цвет текста кнопки"
|
1011 |
|
1012 |
-
#: inc/core/data.php:
|
1013 |
msgid "Button size"
|
1014 |
msgstr "Размер кнопки"
|
1015 |
|
1016 |
-
#: inc/core/data.php:
|
1017 |
msgid "Fluid"
|
1018 |
msgstr "Резиновая"
|
1019 |
|
1020 |
-
#: inc/core/data.php:
|
1021 |
msgid "Fluid buttons has 100% width"
|
1022 |
msgstr "Резиновые кнопки имеют ширину 100%"
|
1023 |
|
1024 |
-
#: inc/core/data.php:
|
1025 |
msgid "Is button centered on the page"
|
1026 |
msgstr "Кнопка выровнена по центру страницы"
|
1027 |
|
1028 |
-
#: inc/core/data.php:
|
1029 |
msgid "Auto"
|
1030 |
msgstr "Авто"
|
1031 |
|
1032 |
-
#: inc/core/data.php:
|
1033 |
msgid "Round"
|
1034 |
msgstr "Круглый"
|
1035 |
|
1036 |
-
#: inc/core/data.php:
|
1037 |
msgid "Square"
|
1038 |
msgstr "Квадратный"
|
1039 |
|
1040 |
-
#: inc/core/data.php:
|
1041 |
msgid "Radius"
|
1042 |
msgstr "Радиус"
|
1043 |
|
1044 |
-
#: inc/core/data.php:
|
1045 |
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
1046 |
msgstr ""
|
1047 |
"Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
|
1048 |
|
1049 |
-
#: inc/core/data.php:
|
1050 |
msgid "You can upload custom icon for this button or pick a built-in icon"
|
1051 |
msgstr "Вы можете загрузить свою иконку для этой кнопки или выбрать из списка"
|
1052 |
|
1053 |
-
#: inc/core/data.php:
|
1054 |
msgid "Text shadow"
|
1055 |
msgstr "Тень текста"
|
1056 |
|
1057 |
-
#: inc/core/data.php:
|
1058 |
msgid "Button text shadow"
|
1059 |
msgstr "Тень текста на кнопке"
|
1060 |
|
1061 |
-
#: inc/core/data.php:
|
1062 |
msgid "Description"
|
1063 |
msgstr "Описание"
|
1064 |
|
1065 |
-
#: inc/core/data.php:
|
1066 |
msgid ""
|
1067 |
"Small description under button text. This option is incompatible with icon."
|
1068 |
msgstr ""
|
1069 |
"Небольшое описание под текстом кнопки. Это описание не совместимо с иконками "
|
1070 |
"кнопок."
|
1071 |
|
1072 |
-
#: inc/core/data.php:
|
1073 |
msgid "onClick"
|
1074 |
msgstr "onClick"
|
1075 |
|
1076 |
-
#: inc/core/data.php:
|
1077 |
msgid "Advanced JavaScript code for onClick action"
|
1078 |
msgstr "JavaScript код для атрибута onClick"
|
1079 |
|
1080 |
-
#: inc/core/data.php:
|
1081 |
msgid "Button text"
|
1082 |
msgstr "Текст кнопки"
|
1083 |
|
1084 |
-
#: inc/core/data.php:
|
1085 |
msgid "Styled button"
|
1086 |
msgstr "Стильная кнопка"
|
1087 |
|
1088 |
-
#: inc/core/data.php:
|
1089 |
msgid "Service"
|
1090 |
msgstr "Услуга"
|
1091 |
|
1092 |
-
#: inc/core/data.php:
|
1093 |
msgid "Service title"
|
1094 |
msgstr "Название услуги"
|
1095 |
|
1096 |
-
#: inc/core/data.php:
|
1097 |
msgid "Service name"
|
1098 |
msgstr "Название услуги"
|
1099 |
|
1100 |
-
#: inc/core/data.php:
|
1101 |
msgid "You can upload custom icon for this box"
|
1102 |
msgstr "Вы можете загрузить свою иконку для этого блока"
|
1103 |
|
1104 |
-
#: inc/core/data.php:
|
1105 |
msgid "Icon size"
|
1106 |
msgstr "Размер иконки"
|
1107 |
|
1108 |
-
#: inc/core/data.php:
|
1109 |
msgid "Size of the uploaded icon in pixels"
|
1110 |
msgstr "Размер загруженной иконки в пикселях"
|
1111 |
|
1112 |
-
#: inc/core/data.php:
|
1113 |
msgid "Service description"
|
1114 |
msgstr "Описание услуги"
|
1115 |
|
1116 |
-
#: inc/core/data.php:
|
1117 |
msgid "Service box with title"
|
1118 |
msgstr "Блок услуга с заголовком"
|
1119 |
|
1120 |
-
#: inc/core/data.php:
|
1121 |
msgid "Box title"
|
1122 |
msgstr "Заголовок блока"
|
1123 |
|
1124 |
-
#: inc/core/data.php:
|
1125 |
msgid "Text for the box title"
|
1126 |
msgstr "Текст для заголовка блока"
|
1127 |
|
1128 |
-
#: inc/core/data.php:
|
1129 |
msgid "Box style preset"
|
1130 |
msgstr "Стиль блока"
|
1131 |
|
1132 |
-
#: inc/core/data.php:
|
1133 |
msgid "Color"
|
1134 |
msgstr "Цвет"
|
1135 |
|
1136 |
-
#: inc/core/data.php:
|
1137 |
msgid "Color for the box title and borders"
|
1138 |
msgstr "Цвет заголовка блока и его рамки"
|
1139 |
|
1140 |
-
#: inc/core/data.php:
|
1141 |
msgid "Title text color"
|
1142 |
msgstr "Цвет текста заголовка"
|
1143 |
|
1144 |
-
#: inc/core/data.php:
|
1145 |
msgid "Color for the box title text"
|
1146 |
msgstr "Цвет текста в заголовке блока"
|
1147 |
|
1148 |
-
#: inc/core/data.php:
|
1149 |
msgid "Box corners radius"
|
1150 |
msgstr "Радиус углов"
|
1151 |
|
1152 |
-
#: inc/core/data.php:
|
1153 |
msgid "Box content"
|
1154 |
msgstr "Содержимое блока"
|
1155 |
|
1156 |
-
#: inc/core/data.php:
|
1157 |
msgid "Colored box with caption"
|
1158 |
msgstr "Цветной блок с заголовком"
|
1159 |
|
1160 |
-
#: inc/core/data.php:
|
1161 |
msgid "Note"
|
1162 |
msgstr "Заметка"
|
1163 |
|
1164 |
-
#: inc/core/data.php:
|
1165 |
msgid "Note background color"
|
1166 |
msgstr "Цвет фона заметки"
|
1167 |
|
1168 |
-
#: inc/core/data.php:
|
1169 |
msgid "Note text color"
|
1170 |
msgstr "Цвет текста заметки"
|
1171 |
|
1172 |
-
#: inc/core/data.php:
|
1173 |
msgid "Note corners radius"
|
1174 |
msgstr "Радиус углов"
|
1175 |
|
1176 |
-
#: inc/core/data.php:
|
1177 |
msgid "Note text"
|
1178 |
msgstr "Текст заметки"
|
1179 |
|
1180 |
-
#: inc/core/data.php:
|
1181 |
msgid "Colored box"
|
1182 |
msgstr "Цветной блок"
|
1183 |
|
1184 |
-
#: inc/core/data.php:
|
1185 |
msgid "Lightbox"
|
1186 |
msgstr "Лайтбокс"
|
1187 |
|
1188 |
-
#: inc/core/data.php:
|
1189 |
msgid "Iframe"
|
1190 |
msgstr "Фрейм (iframe)"
|
1191 |
|
1192 |
-
#: inc/core/data.php:
|
1193 |
msgid "Image"
|
1194 |
msgstr "Изображение"
|
1195 |
|
1196 |
-
#: inc/core/data.php:
|
1197 |
msgid "Inline (html content)"
|
1198 |
msgstr "HTML элемент"
|
1199 |
|
1200 |
-
#: inc/core/data.php:
|
1201 |
msgid "Content type"
|
1202 |
msgstr "Тип содержимого"
|
1203 |
|
1204 |
-
#: inc/core/data.php:
|
1205 |
msgid "Select type of the lightbox window content"
|
1206 |
msgstr "Выберите тип содержимого в окне лайтбокса"
|
1207 |
|
1208 |
-
#: inc/core/data.php:
|
1209 |
msgid "Content source"
|
1210 |
msgstr "Источник содержимого"
|
1211 |
|
1212 |
-
#: inc/core/data.php:
|
1213 |
msgid ""
|
1214 |
"Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
|
1215 |
"Use CSS selector for Inline content type.<br />Example values:<br /><b"
|
@@ -1226,102 +1246,102 @@ msgstr ""
|
|
1226 |
"%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b"
|
1227 |
"%value>#contact-form</b> - любой HTML элемент (html элемент)"
|
1228 |
|
1229 |
-
#: inc/core/data.php:
|
1230 |
msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
|
1231 |
msgstr ""
|
1232 |
"[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
|
1233 |
|
1234 |
-
#: inc/core/data.php:
|
1235 |
msgid "Lightbox window with custom content"
|
1236 |
msgstr "Лайтбокс с произвольным содержимым"
|
1237 |
|
1238 |
-
#: inc/core/data.php:
|
1239 |
msgid "Tooltip"
|
1240 |
msgstr "Подсказка"
|
1241 |
|
1242 |
-
#: inc/core/data.php:
|
1243 |
msgid "Basic: Light"
|
1244 |
msgstr "Базовый: Светлый"
|
1245 |
|
1246 |
-
#: inc/core/data.php:
|
1247 |
msgid "Basic: Dark"
|
1248 |
msgstr "Базовый: Темный"
|
1249 |
|
1250 |
-
#: inc/core/data.php:
|
1251 |
msgid "Basic: Yellow"
|
1252 |
msgstr "Базовый: Желтый"
|
1253 |
|
1254 |
-
#: inc/core/data.php:
|
1255 |
msgid "Basic: Green"
|
1256 |
msgstr "Базовый: Зеленый"
|
1257 |
|
1258 |
-
#: inc/core/data.php:
|
1259 |
msgid "Basic: Red"
|
1260 |
msgstr "Базовый: Красный"
|
1261 |
|
1262 |
-
#: inc/core/data.php:
|
1263 |
msgid "Basic: Blue"
|
1264 |
msgstr "Базовый: Голубой"
|
1265 |
|
1266 |
-
#: inc/core/data.php:
|
1267 |
msgid "Youtube"
|
1268 |
msgstr "Youtube"
|
1269 |
|
1270 |
-
#: inc/core/data.php:
|
1271 |
msgid "Tipsy"
|
1272 |
msgstr "Tipsy"
|
1273 |
|
1274 |
-
#: inc/core/data.php:
|
1275 |
msgid "Bootstrap"
|
1276 |
msgstr "Bootstrap"
|
1277 |
|
1278 |
-
#: inc/core/data.php:
|
1279 |
msgid "jTools"
|
1280 |
msgstr "jTools"
|
1281 |
|
1282 |
-
#: inc/core/data.php:
|
1283 |
msgid "Tipped"
|
1284 |
msgstr "Tipped"
|
1285 |
|
1286 |
-
#: inc/core/data.php:
|
1287 |
msgid "Cluetip"
|
1288 |
msgstr "Cluetip"
|
1289 |
|
1290 |
-
#: inc/core/data.php:
|
1291 |
msgid "Tooltip window style"
|
1292 |
msgstr "Стиль окна подсказки"
|
1293 |
|
1294 |
-
#: inc/core/data.php:
|
1295 |
msgid "Top"
|
1296 |
msgstr "Сверху"
|
1297 |
|
1298 |
-
#: inc/core/data.php:
|
1299 |
msgid "Bottom"
|
1300 |
msgstr "Снизу"
|
1301 |
|
1302 |
-
#: inc/core/data.php:
|
1303 |
msgid "Position"
|
1304 |
msgstr "Положение"
|
1305 |
|
1306 |
-
#: inc/core/data.php:
|
1307 |
msgid "Tooltip position"
|
1308 |
msgstr "Положение всплывающей подсказки"
|
1309 |
|
1310 |
-
#: inc/core/data.php:
|
1311 |
msgid "Shadow"
|
1312 |
msgstr "Тень"
|
1313 |
|
1314 |
-
#: inc/core/data.php:
|
1315 |
msgid ""
|
1316 |
"Add shadow to tooltip. This option is only works with basic styes, e.g. "
|
1317 |
"blue, green etc."
|
1318 |
msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
|
1319 |
|
1320 |
-
#: inc/core/data.php:
|
1321 |
msgid "Rounded corners"
|
1322 |
msgstr "Скругление"
|
1323 |
|
1324 |
-
#: inc/core/data.php:
|
1325 |
msgid ""
|
1326 |
"Use rounded for tooltip. This option is only works with basic styes, e.g. "
|
1327 |
"blue, green etc."
|
@@ -1329,152 +1349,152 @@ msgstr ""
|
|
1329 |
"Добавить скругленные уголки окну подсказки. Скругление работает только для "
|
1330 |
"базовых стилей."
|
1331 |
|
1332 |
-
#: inc/core/data.php:
|
1333 |
msgid "Font size"
|
1334 |
msgstr "Размер шрифта"
|
1335 |
|
1336 |
-
#: inc/core/data.php:
|
1337 |
msgid "Tooltip font size"
|
1338 |
msgstr "Размер шрифта подсказки"
|
1339 |
|
1340 |
-
#: inc/core/data.php:
|
1341 |
msgid "Tooltip title"
|
1342 |
msgstr "Заголовок подсказки"
|
1343 |
|
1344 |
-
#: inc/core/data.php:
|
1345 |
msgid ""
|
1346 |
"Enter title for tooltip window. Leave this field empty to hide the title"
|
1347 |
msgstr ""
|
1348 |
"Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть "
|
1349 |
"заголовок"
|
1350 |
|
1351 |
-
#: inc/core/data.php:
|
1352 |
msgid "Tooltip text"
|
1353 |
msgstr "Текст подсказки"
|
1354 |
|
1355 |
-
#: inc/core/data.php:
|
1356 |
msgid "Tooltip content"
|
1357 |
msgstr "Содержимое подсказки"
|
1358 |
|
1359 |
-
#: inc/core/data.php:
|
1360 |
msgid "Enter tooltip content here"
|
1361 |
msgstr "Введите сюда содержимое подсказки"
|
1362 |
|
1363 |
-
#: inc/core/data.php:
|
1364 |
msgid "Show and hide on mouse hover"
|
1365 |
msgstr "Показать и скрыть при наведении мыши"
|
1366 |
|
1367 |
-
#: inc/core/data.php:
|
1368 |
msgid "Show and hide by mouse click"
|
1369 |
msgstr "Показать и скрыть по клику мыши"
|
1370 |
|
1371 |
-
#: inc/core/data.php:
|
1372 |
msgid "Always visible"
|
1373 |
msgstr "Всегда видима"
|
1374 |
|
1375 |
-
#: inc/core/data.php:
|
1376 |
msgid "Behavior"
|
1377 |
msgstr "Поведение"
|
1378 |
|
1379 |
-
#: inc/core/data.php:
|
1380 |
msgid "Select tooltip behavior"
|
1381 |
msgstr "Выберите поведение подсказки"
|
1382 |
|
1383 |
-
#: inc/core/data.php:
|
1384 |
msgid "Close button"
|
1385 |
msgstr "Кнопка закрыть"
|
1386 |
|
1387 |
-
#: inc/core/data.php:
|
1388 |
msgid "Show close button"
|
1389 |
msgstr "Показывать кнопку закрыть"
|
1390 |
|
1391 |
-
#: inc/core/data.php:
|
1392 |
msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
|
1393 |
msgstr ""
|
1394 |
"[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
|
1395 |
|
1396 |
-
#: inc/core/data.php:
|
1397 |
msgid "Tooltip window with custom content"
|
1398 |
msgstr "Всплывающая подсказка с произвольным содержимым"
|
1399 |
|
1400 |
-
#: inc/core/data.php:
|
1401 |
msgid "Private"
|
1402 |
msgstr "Заметка для авторов"
|
1403 |
|
1404 |
-
#: inc/core/data.php:
|
1405 |
msgid "Private note text"
|
1406 |
msgstr "Текст приватной заметки"
|
1407 |
|
1408 |
-
#: inc/core/data.php:
|
1409 |
msgid "Private note for post authors"
|
1410 |
msgstr "Приватный текст для других авторов"
|
1411 |
|
1412 |
-
#: inc/core/data.php:
|
1413 |
msgid "YouTube"
|
1414 |
msgstr "YouTube"
|
1415 |
|
1416 |
-
#: inc/core/data.php:
|
1417 |
-
#: inc/core/data.php:
|
1418 |
msgid "Url"
|
1419 |
msgstr "Ссылка"
|
1420 |
|
1421 |
-
#: inc/core/data.php:
|
1422 |
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1423 |
msgstr ""
|
1424 |
"Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
|
1425 |
|
1426 |
-
#: inc/core/data.php:
|
1427 |
-
#: inc/core/data.php:
|
1428 |
-
#: inc/core/data.php:
|
1429 |
-
#: inc/core/data.php:
|
1430 |
msgid "Width"
|
1431 |
msgstr "Ширина"
|
1432 |
|
1433 |
-
#: inc/core/data.php:
|
1434 |
-
#: inc/core/data.php:
|
1435 |
msgid "Player width"
|
1436 |
msgstr "Ширина плеера"
|
1437 |
|
1438 |
-
#: inc/core/data.php:
|
1439 |
-
#: inc/core/data.php:
|
1440 |
msgid "Player height"
|
1441 |
msgstr "Высота плеера"
|
1442 |
|
1443 |
-
#: inc/core/data.php:
|
1444 |
-
#: inc/core/data.php:
|
1445 |
-
#: inc/core/data.php:
|
1446 |
msgid "Responsive"
|
1447 |
msgstr "Отзывчивость (responsive)"
|
1448 |
|
1449 |
-
#: inc/core/data.php:
|
1450 |
-
#: inc/core/data.php:
|
1451 |
msgid "Ignore width and height parameters and make player responsive"
|
1452 |
msgstr ""
|
1453 |
"Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
|
1454 |
|
1455 |
-
#: inc/core/data.php:
|
1456 |
-
#: inc/core/data.php:
|
1457 |
-
#: inc/core/data.php:
|
1458 |
msgid "Autoplay"
|
1459 |
msgstr "Автовоспроизведение"
|
1460 |
|
1461 |
-
#: inc/core/data.php:
|
1462 |
msgid "Play video automatically when page is loaded"
|
1463 |
msgstr "Воспроизвести видео автоматически при открытии страницы"
|
1464 |
|
1465 |
-
#: inc/core/data.php:
|
1466 |
msgid "YouTube video"
|
1467 |
msgstr "Видео YouTube"
|
1468 |
|
1469 |
-
#: inc/core/data.php:
|
1470 |
msgid "YouTube Advanced"
|
1471 |
msgstr "YouTube продвинутый"
|
1472 |
|
1473 |
-
#: inc/core/data.php:
|
1474 |
msgid "Playlist"
|
1475 |
msgstr "Плейлист"
|
1476 |
|
1477 |
-
#: inc/core/data.php:
|
1478 |
msgid ""
|
1479 |
"Value is a comma-separated list of video IDs to play. If you specify a "
|
1480 |
"value, the first video that plays will be the VIDEO_ID specified in the URL "
|
@@ -1484,44 +1504,44 @@ msgstr ""
|
|
1484 |
"значение, то первым будет проиграно видео из параметра URL, а указанные "
|
1485 |
"здесь видео будут проиграны после него"
|
1486 |
|
1487 |
-
#: inc/core/data.php:
|
1488 |
msgid "0 - Hide controls"
|
1489 |
msgstr "0 - Спрятать панель"
|
1490 |
|
1491 |
-
#: inc/core/data.php:
|
1492 |
msgid "1 - Show controls"
|
1493 |
msgstr "1 - Показать панель"
|
1494 |
|
1495 |
-
#: inc/core/data.php:
|
1496 |
msgid "2 - Show controls when playback is started"
|
1497 |
msgstr "2 - Показать панель при начале воспроизведения"
|
1498 |
|
1499 |
-
#: inc/core/data.php:
|
1500 |
msgid "Controls"
|
1501 |
msgstr "Элементы управления"
|
1502 |
|
1503 |
-
#: inc/core/data.php:
|
1504 |
msgid "This parameter indicates whether the video player controls will display"
|
1505 |
msgstr ""
|
1506 |
"Этот параметр определяет как показывать панель управления воспроизведением"
|
1507 |
|
1508 |
-
#: inc/core/data.php:
|
1509 |
msgid "0 - Do not hide controls"
|
1510 |
msgstr "0 - Не прятать панель"
|
1511 |
|
1512 |
-
#: inc/core/data.php:
|
1513 |
msgid "1 - Hide all controls on mouse out"
|
1514 |
msgstr "1 - Спрятать панель при уходе мыши"
|
1515 |
|
1516 |
-
#: inc/core/data.php:
|
1517 |
msgid "2 - Hide progress bar on mouse out"
|
1518 |
msgstr "2 - Спрятать полосу прокрутки при уходе мыши"
|
1519 |
|
1520 |
-
#: inc/core/data.php:
|
1521 |
msgid "Autohide"
|
1522 |
msgstr "Авто-скрытие"
|
1523 |
|
1524 |
-
#: inc/core/data.php:
|
1525 |
msgid ""
|
1526 |
"This parameter indicates whether the video controls will automatically hide "
|
1527 |
"after a video begins playing"
|
@@ -1529,11 +1549,11 @@ msgstr ""
|
|
1529 |
"Этот параметр определяет как скрывать панель управления воспроизведением во "
|
1530 |
"время проигрывания ролика"
|
1531 |
|
1532 |
-
#: inc/core/data.php:
|
1533 |
msgid "Show title bar"
|
1534 |
msgstr "Показывать заголовок"
|
1535 |
|
1536 |
-
#: inc/core/data.php:
|
1537 |
msgid ""
|
1538 |
"If you set the parameter value to NO, then the player will not display "
|
1539 |
"information like the video title and uploader before the video starts "
|
@@ -1542,21 +1562,21 @@ msgstr ""
|
|
1542 |
"Если вы установите параметр на НЕТ, то в плеере не будет показан заголовок с "
|
1543 |
"названием видео и имя автора видео"
|
1544 |
|
1545 |
-
#: inc/core/data.php:
|
1546 |
msgid "Loop"
|
1547 |
msgstr "Повтор"
|
1548 |
|
1549 |
-
#: inc/core/data.php:
|
1550 |
msgid ""
|
1551 |
"Setting of YES will cause the player to play the initial video again and "
|
1552 |
"again"
|
1553 |
msgstr "Видео будет снова проиграно по окнчании воспроизведения"
|
1554 |
|
1555 |
-
#: inc/core/data.php:
|
1556 |
msgid "Related videos"
|
1557 |
msgstr "Похожие видео"
|
1558 |
|
1559 |
-
#: inc/core/data.php:
|
1560 |
msgid ""
|
1561 |
"This parameter indicates whether the player should show related videos when "
|
1562 |
"playback of the initial video ends"
|
@@ -1564,17 +1584,17 @@ msgstr ""
|
|
1564 |
"Этот параметр позволяет отключать показ похожих видео по окончании "
|
1565 |
"воспроизведения"
|
1566 |
|
1567 |
-
#: inc/core/data.php:
|
1568 |
msgid "Show full-screen button"
|
1569 |
msgstr "Показывать кнопку полноэкранного режима"
|
1570 |
|
1571 |
-
#: inc/core/data.php:
|
1572 |
msgid ""
|
1573 |
"Setting this parameter to NO prevents the fullscreen button from displaying"
|
1574 |
msgstr ""
|
1575 |
"Установка этого параметра на НЕТ скроет кнопку перехода в полноэкранный режим"
|
1576 |
|
1577 |
-
#: inc/core/data.php:
|
1578 |
msgid ""
|
1579 |
"This parameter lets you use a YouTube player that does not show a YouTube "
|
1580 |
"logo. Set the parameter value to YES to prevent the YouTube logo from "
|
@@ -1586,66 +1606,66 @@ msgstr ""
|
|
1586 |
"управления воспроизведением. Вместо он будет показан либо в панели заголовка "
|
1587 |
"видео, либо как полупрозрачный над видео"
|
1588 |
|
1589 |
-
#: inc/core/data.php:
|
1590 |
msgid "Dark theme"
|
1591 |
msgstr "Темная тема"
|
1592 |
|
1593 |
-
#: inc/core/data.php:
|
1594 |
msgid "Light theme"
|
1595 |
msgstr "Светлая тема"
|
1596 |
|
1597 |
-
#: inc/core/data.php:
|
1598 |
msgid "Theme"
|
1599 |
msgstr "Тема"
|
1600 |
|
1601 |
-
#: inc/core/data.php:
|
1602 |
msgid ""
|
1603 |
"This parameter indicates whether the embedded player will display player "
|
1604 |
"controls (like a play button or volume control) within a dark or light "
|
1605 |
"control bar"
|
1606 |
msgstr "Выберите тему для проигрывателя"
|
1607 |
|
1608 |
-
#: inc/core/data.php:
|
1609 |
msgid "YouTube video player with advanced settings"
|
1610 |
msgstr "YouTube видео плеер с расширенными настройками"
|
1611 |
|
1612 |
-
#: inc/core/data.php:
|
1613 |
msgid "Vimeo"
|
1614 |
msgstr "Vimeo"
|
1615 |
|
1616 |
-
#: inc/core/data.php:
|
1617 |
msgid "Url of Vimeo page with video"
|
1618 |
msgstr "Ссылка на страницу Vimeo с видео"
|
1619 |
|
1620 |
-
#: inc/core/data.php:
|
1621 |
msgid "Vimeo video"
|
1622 |
msgstr "Видео Vimeo"
|
1623 |
|
1624 |
-
#: inc/core/data.php:
|
1625 |
msgid "Screenr"
|
1626 |
msgstr "Screenr"
|
1627 |
|
1628 |
-
#: inc/core/data.php:
|
1629 |
msgid "Url of Screenr page with video"
|
1630 |
msgstr "Ссылка на страницу Screenr с видео"
|
1631 |
|
1632 |
-
#: inc/core/data.php:
|
1633 |
msgid "Screenr video"
|
1634 |
msgstr "Видео Screenr"
|
1635 |
|
1636 |
-
#: inc/core/data.php:
|
1637 |
msgid "Audio"
|
1638 |
msgstr "Аудио"
|
1639 |
|
1640 |
-
#: inc/core/data.php:
|
1641 |
msgid "File"
|
1642 |
msgstr "Файл"
|
1643 |
|
1644 |
-
#: inc/core/data.php:
|
1645 |
msgid "Audio file url. Supported formats: mp3, ogg"
|
1646 |
msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
|
1647 |
|
1648 |
-
#: inc/core/data.php:
|
1649 |
msgid ""
|
1650 |
"Player width. You can specify width in percents and player will be "
|
1651 |
"responsive. Example values: <b%value>200px</b>, <b%value>100%</b>"
|
@@ -1654,63 +1674,63 @@ msgstr ""
|
|
1654 |
"отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b"
|
1655 |
"%value>100%</b>"
|
1656 |
|
1657 |
-
#: inc/core/data.php:
|
1658 |
msgid "Play file automatically when page is loaded"
|
1659 |
msgstr "Воспроизводить файл автоматически при открытии страницы"
|
1660 |
|
1661 |
-
#: inc/core/data.php:
|
1662 |
msgid "Repeat when playback is ended"
|
1663 |
msgstr "Повторять, когда воспроизведение окночено"
|
1664 |
|
1665 |
-
#: inc/core/data.php:
|
1666 |
msgid "Custom audio player"
|
1667 |
msgstr "Настраиваемый аудио-плеер"
|
1668 |
|
1669 |
-
#: inc/core/data.php:
|
1670 |
msgid "Video"
|
1671 |
msgstr "Видео"
|
1672 |
|
1673 |
-
#: inc/core/data.php:
|
1674 |
msgid "Url to mp4/flv video-file"
|
1675 |
msgstr "Ссылка на mp4/flv видео-файл"
|
1676 |
|
1677 |
-
#: inc/core/data.php:
|
1678 |
msgid "Poster"
|
1679 |
msgstr "Постер"
|
1680 |
|
1681 |
-
#: inc/core/data.php:
|
1682 |
msgid "Url to poster image, that will be shown before playback"
|
1683 |
msgstr ""
|
1684 |
"Ссылка на изображение постера. Изображение будет показано перед началом "
|
1685 |
"воспроизведения"
|
1686 |
|
1687 |
-
#: inc/core/data.php:
|
1688 |
msgid "Player title"
|
1689 |
msgstr "Заголовок плеера"
|
1690 |
|
1691 |
-
#: inc/core/data.php:
|
1692 |
msgid "Show player controls (play/pause etc.) or not"
|
1693 |
msgstr ""
|
1694 |
"Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
|
1695 |
|
1696 |
-
#: inc/core/data.php:
|
1697 |
msgid "Custom video player"
|
1698 |
msgstr "Настраиваемый видео-плеер"
|
1699 |
|
1700 |
-
#: inc/core/data.php:
|
1701 |
msgid "Table"
|
1702 |
msgstr "Таблица"
|
1703 |
|
1704 |
-
#: inc/core/data.php:
|
1705 |
msgid "CSV file"
|
1706 |
msgstr "CSV файл"
|
1707 |
|
1708 |
-
#: inc/core/data.php:
|
1709 |
msgid "Upload CSV file if you want to create HTML-table from file"
|
1710 |
msgstr ""
|
1711 |
"Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
|
1712 |
|
1713 |
-
#: inc/core/data.php:
|
1714 |
msgid ""
|
1715 |
"<table>\n"
|
1716 |
"<tr>\n"
|
@@ -1734,230 +1754,231 @@ msgstr ""
|
|
1734 |
"</tr>\n"
|
1735 |
"</table>"
|
1736 |
|
1737 |
-
#: inc/core/data.php:
|
1738 |
msgid "Styled table from HTML or CSV file"
|
1739 |
msgstr "Стильная таблица из HTML или CSV файла"
|
1740 |
|
1741 |
-
#: inc/core/data.php:
|
1742 |
msgid "Permalink"
|
1743 |
msgstr "Постоянная ссылка"
|
1744 |
|
1745 |
-
#: inc/core/data.php:
|
1746 |
msgid "ID"
|
1747 |
msgstr "ID"
|
1748 |
|
1749 |
-
#: inc/core/data.php:
|
1750 |
msgid "Post or page ID"
|
1751 |
msgstr "ID записи или страницы"
|
1752 |
|
1753 |
-
#: inc/core/data.php:
|
1754 |
msgid "Link target. blank - link will be opened in new window/tab"
|
1755 |
msgstr ""
|
1756 |
"Цель ссылки. blank - означает что ссылка будет открыта в новом окне или "
|
1757 |
"вкладке"
|
1758 |
|
1759 |
-
#: inc/core/data.php:
|
1760 |
msgid "Permalink to specified post/page"
|
1761 |
msgstr "Постоянная ссылка на страницу"
|
1762 |
|
1763 |
-
#: inc/core/data.php:
|
1764 |
msgid "Members"
|
1765 |
msgstr "Участники"
|
1766 |
|
1767 |
-
#: inc/core/data.php:
|
1768 |
msgid "This content is for registered users only. Please %login%."
|
1769 |
msgstr ""
|
1770 |
"Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
|
1771 |
|
1772 |
-
#: inc/core/data.php:
|
1773 |
msgid "Message"
|
1774 |
msgstr "Сообщение"
|
1775 |
|
1776 |
-
#: inc/core/data.php:
|
1777 |
msgid "Message for not logged users"
|
1778 |
msgstr "Собщение для неавторизованных"
|
1779 |
|
1780 |
-
#: inc/core/data.php:
|
1781 |
msgid "Box color"
|
1782 |
msgstr "Цвет блока"
|
1783 |
|
1784 |
-
#: inc/core/data.php:
|
1785 |
msgid "This color will applied only to box for not logged users"
|
1786 |
msgstr ""
|
1787 |
"Этот цвет будет применен только к блоку для не авторизованных посетителей"
|
1788 |
|
1789 |
-
#: inc/core/data.php:
|
1790 |
msgid "login"
|
1791 |
msgstr "войдите"
|
1792 |
|
1793 |
-
#: inc/core/data.php:
|
1794 |
msgid "Login link text"
|
1795 |
msgstr "Текст ссылки войти"
|
1796 |
|
1797 |
-
#: inc/core/data.php:
|
1798 |
msgid "Text for the login link"
|
1799 |
msgstr "Текст ссылки ВОЙТИ"
|
1800 |
|
1801 |
-
#: inc/core/data.php:
|
1802 |
msgid "Login link url"
|
1803 |
msgstr "Адрес ссылки войти"
|
1804 |
|
1805 |
-
#: inc/core/data.php:
|
1806 |
msgid "Content for logged members"
|
1807 |
msgstr "Содержимое для авторизованых пользователей"
|
1808 |
|
1809 |
-
#: inc/core/data.php:
|
1810 |
msgid "Content for logged in members only"
|
1811 |
msgstr "Ссодержимое для авторизованых"
|
1812 |
|
1813 |
-
#: inc/core/data.php:
|
1814 |
msgid "Guests"
|
1815 |
msgstr "Гости"
|
1816 |
|
1817 |
-
#: inc/core/data.php:
|
1818 |
msgid "Content for guests"
|
1819 |
msgstr "Содержимое для гостей"
|
1820 |
|
1821 |
-
#: inc/core/data.php:
|
1822 |
msgid "Content for guests only"
|
1823 |
msgstr "Ссодержимое только для гостей"
|
1824 |
|
1825 |
-
#: inc/core/data.php:
|
1826 |
msgid "RSS Feed"
|
1827 |
msgstr "RSS лента"
|
1828 |
|
1829 |
-
#: inc/core/data.php:
|
1830 |
msgid "Url to RSS-feed"
|
1831 |
msgstr "Ссылка на RSS-ленту"
|
1832 |
|
1833 |
-
#: inc/core/data.php:
|
|
|
1834 |
msgid "Limit"
|
1835 |
msgstr "Лимит"
|
1836 |
|
1837 |
-
#: inc/core/data.php:
|
1838 |
msgid "Number of items to show"
|
1839 |
msgstr "Количество элементов для отображения"
|
1840 |
|
1841 |
-
#: inc/core/data.php:
|
1842 |
msgid "Feed grabber"
|
1843 |
msgstr "Граббер новостных лент"
|
1844 |
|
1845 |
-
#: inc/core/data.php:
|
1846 |
msgid "Menu"
|
1847 |
msgstr "Меню"
|
1848 |
|
1849 |
-
#: inc/core/data.php:
|
1850 |
msgid "Menu name"
|
1851 |
msgstr "Имя меню"
|
1852 |
|
1853 |
-
#: inc/core/data.php:
|
1854 |
msgid "Custom menu name. Ex: Main menu"
|
1855 |
msgstr "Имя произвольного меню. Например: Главное меню"
|
1856 |
|
1857 |
-
#: inc/core/data.php:
|
1858 |
msgid "Custom menu by name"
|
1859 |
msgstr "Произвольное меню"
|
1860 |
|
1861 |
-
#: inc/core/data.php:
|
1862 |
msgid "Sub pages"
|
1863 |
msgstr "Подстраницы"
|
1864 |
|
1865 |
-
#: inc/core/data.php:
|
1866 |
msgid "Depth"
|
1867 |
msgstr "Глубина"
|
1868 |
|
1869 |
-
#: inc/core/data.php:
|
1870 |
msgid "Max depth level of children pages"
|
1871 |
msgstr "Максимальная глубина дочерних страниц"
|
1872 |
|
1873 |
-
#: inc/core/data.php:
|
1874 |
msgid "Parent ID"
|
1875 |
msgstr "ID родителя"
|
1876 |
|
1877 |
-
#: inc/core/data.php:
|
1878 |
msgid "ID of the parent page. Leave blank to use current page"
|
1879 |
msgstr ""
|
1880 |
"ID родительской страницы. Оставьте пустым, чтобы использовать текущую "
|
1881 |
"страницу"
|
1882 |
|
1883 |
-
#: inc/core/data.php:
|
1884 |
msgid "List of sub pages"
|
1885 |
msgstr "Список дочерних страниц"
|
1886 |
|
1887 |
-
#: inc/core/data.php:
|
1888 |
msgid "Siblings"
|
1889 |
msgstr "Соседние страницы"
|
1890 |
|
1891 |
-
#: inc/core/data.php:
|
1892 |
msgid "Max depth level"
|
1893 |
msgstr "Максимальный уровень вложенности"
|
1894 |
|
1895 |
-
#: inc/core/data.php:
|
1896 |
msgid "List of cureent page siblings"
|
1897 |
msgstr "Список страниц, соседних с текущей"
|
1898 |
|
1899 |
-
#: inc/core/data.php:
|
1900 |
msgid "Document"
|
1901 |
msgstr "Документ"
|
1902 |
|
1903 |
-
#: inc/core/data.php:
|
1904 |
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
1905 |
msgstr ""
|
1906 |
"Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
|
1907 |
|
1908 |
-
#: inc/core/data.php:
|
1909 |
msgid "Viewer width"
|
1910 |
msgstr "Ширина просмотрщика"
|
1911 |
|
1912 |
-
#: inc/core/data.php:
|
1913 |
msgid "Viewer height"
|
1914 |
msgstr "Высота просмотрщика"
|
1915 |
|
1916 |
-
#: inc/core/data.php:
|
1917 |
msgid "Ignore width and height parameters and make viewer responsive"
|
1918 |
msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
|
1919 |
|
1920 |
-
#: inc/core/data.php:
|
1921 |
msgid "Document viewer by Google"
|
1922 |
msgstr "Просмотрщик документов от Google"
|
1923 |
|
1924 |
-
#: inc/core/data.php:
|
1925 |
msgid "Gmap"
|
1926 |
msgstr "Google карта"
|
1927 |
|
1928 |
-
#: inc/core/data.php:
|
1929 |
msgid "Map width"
|
1930 |
msgstr "Ширина карты"
|
1931 |
|
1932 |
-
#: inc/core/data.php:
|
1933 |
msgid "Map height"
|
1934 |
msgstr "Высота карты"
|
1935 |
|
1936 |
-
#: inc/core/data.php:
|
1937 |
msgid "Ignore width and height parameters and make map responsive"
|
1938 |
msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
|
1939 |
|
1940 |
-
#: inc/core/data.php:
|
1941 |
msgid "Marker"
|
1942 |
msgstr "Маркер"
|
1943 |
|
1944 |
-
#: inc/core/data.php:
|
1945 |
msgid "Address for the marker. You can type it in any language"
|
1946 |
msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
|
1947 |
|
1948 |
-
#: inc/core/data.php:
|
1949 |
msgid "Maps by Google"
|
1950 |
msgstr "Карты от Google"
|
1951 |
|
1952 |
-
#: inc/core/data.php:
|
1953 |
msgid "Slider"
|
1954 |
msgstr "Слайдер"
|
1955 |
|
1956 |
-
#: inc/core/data.php:
|
1957 |
msgid "Source"
|
1958 |
msgstr "Источник"
|
1959 |
|
1960 |
-
#: inc/core/data.php:
|
1961 |
msgid ""
|
1962 |
"Choose images source. You can use images from Media library or retrieve it "
|
1963 |
"from posts (thumbnails) posted under specified blog category. You can also "
|
@@ -1968,203 +1989,211 @@ msgstr ""
|
|
1968 |
"опубликованных в выбранной категории. Вы также можете выбрать произвольную "
|
1969 |
"таксономию и её рубрики"
|
1970 |
|
1971 |
-
#: inc/core/data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1972 |
msgid "Full-size image"
|
1973 |
msgstr "Полноразмерное изображение"
|
1974 |
|
1975 |
-
#: inc/core/data.php:
|
1976 |
msgid "Attachment page"
|
1977 |
msgstr "Страница медиа-файла"
|
1978 |
|
1979 |
-
#: inc/core/data.php:
|
1980 |
msgid "Post permalink"
|
1981 |
msgstr "Ссылка записи"
|
1982 |
|
1983 |
-
#: inc/core/data.php:
|
1984 |
msgid "Links"
|
1985 |
msgstr "Ссылки"
|
1986 |
|
1987 |
-
#: inc/core/data.php:
|
1988 |
msgid "Select which links will be used for images in this gallery"
|
1989 |
msgstr "Выберите какие ссылки использовать для элементов этой галереи"
|
1990 |
|
1991 |
-
#: inc/core/data.php:
|
1992 |
msgid "Same window"
|
1993 |
msgstr "То же окно"
|
1994 |
|
1995 |
-
#: inc/core/data.php:
|
1996 |
msgid "New window"
|
1997 |
msgstr "Новое окно"
|
1998 |
|
1999 |
-
#: inc/core/data.php:
|
2000 |
msgid "Links target"
|
2001 |
msgstr "Цель ссылок"
|
2002 |
|
2003 |
-
#: inc/core/data.php:
|
2004 |
msgid "Open links in"
|
2005 |
msgstr "Открывать ссылки в"
|
2006 |
|
2007 |
-
#: inc/core/data.php:
|
2008 |
msgid "Slider width (in pixels)"
|
2009 |
msgstr "Ширина слайдера (в пикселях)"
|
2010 |
|
2011 |
-
#: inc/core/data.php:
|
2012 |
msgid "Slider height (in pixels)"
|
2013 |
msgstr "Высота слайдера (в пикселях)"
|
2014 |
|
2015 |
-
#: inc/core/data.php:
|
2016 |
msgid "Ignore width and height parameters and make slider responsive"
|
2017 |
msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
|
2018 |
|
2019 |
-
#: inc/core/data.php:
|
2020 |
msgid "Show titles"
|
2021 |
msgstr "Показывать заголовки"
|
2022 |
|
2023 |
-
#: inc/core/data.php:
|
2024 |
msgid "Display slide titles"
|
2025 |
msgstr "Отображать заголовки слайдов"
|
2026 |
|
2027 |
-
#: inc/core/data.php:
|
2028 |
msgid "Is slider centered on the page"
|
2029 |
msgstr "Слайдер выровнен по центру страницы"
|
2030 |
|
2031 |
-
#: inc/core/data.php:
|
2032 |
msgid "Arrows"
|
2033 |
msgstr "Стрелки"
|
2034 |
|
2035 |
-
#: inc/core/data.php:
|
2036 |
msgid "Show left and right arrows"
|
2037 |
msgstr "Показывать стрелки влево/вправо"
|
2038 |
|
2039 |
-
#: inc/core/data.php:
|
2040 |
msgid "Pagination"
|
2041 |
msgstr "Страницы"
|
2042 |
|
2043 |
-
#: inc/core/data.php:
|
2044 |
msgid "Show pagination"
|
2045 |
msgstr "Показывать страницы"
|
2046 |
|
2047 |
-
#: inc/core/data.php:
|
2048 |
msgid "Mouse wheel control"
|
2049 |
msgstr "Управление колесом мыши"
|
2050 |
|
2051 |
-
#: inc/core/data.php:
|
2052 |
msgid "Allow to change slides with mouse wheel"
|
2053 |
msgstr "Разрешить перелистывание слайдов колесом мышки"
|
2054 |
|
2055 |
-
#: inc/core/data.php:
|
2056 |
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
2057 |
msgstr ""
|
2058 |
"Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы "
|
2059 |
"отключить автовоспроизведение"
|
2060 |
|
2061 |
-
#: inc/core/data.php:
|
2062 |
msgid "Speed"
|
2063 |
msgstr "Скорость"
|
2064 |
|
2065 |
-
#: inc/core/data.php:
|
2066 |
msgid "Specify animation speed"
|
2067 |
msgstr "Укажите скорость анимации"
|
2068 |
|
2069 |
-
#: inc/core/data.php:
|
2070 |
msgid "Customizable image slider"
|
2071 |
msgstr "Настраиваемый слайдер изображений"
|
2072 |
|
2073 |
-
#: inc/core/data.php:
|
2074 |
msgid "Carousel"
|
2075 |
msgstr "Карусель"
|
2076 |
|
2077 |
-
#: inc/core/data.php:
|
2078 |
msgid "Original image"
|
2079 |
msgstr "Оригинальное изображение"
|
2080 |
|
2081 |
-
#: inc/core/data.php:
|
2082 |
msgid "Carousel width (in pixels)"
|
2083 |
msgstr "Ширина карусели (в пикселях)"
|
2084 |
|
2085 |
-
#: inc/core/data.php:
|
2086 |
msgid "Carousel height (in pixels)"
|
2087 |
msgstr "Высота карусели (в пикселях)"
|
2088 |
|
2089 |
-
#: inc/core/data.php:
|
2090 |
msgid "Ignore width and height parameters and make carousel responsive"
|
2091 |
msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
|
2092 |
|
2093 |
-
#: inc/core/data.php:
|
2094 |
msgid "Items to show"
|
2095 |
msgstr "Количество элементов для отображения"
|
2096 |
|
2097 |
-
#: inc/core/data.php:
|
2098 |
msgid "How much carousel items is visible"
|
2099 |
msgstr "Сколько элементов карусели видны постоянно"
|
2100 |
|
2101 |
-
#: inc/core/data.php:
|
2102 |
msgid "Scroll number"
|
2103 |
msgstr "Кол-во прокручиваемых"
|
2104 |
|
2105 |
-
#: inc/core/data.php:
|
2106 |
msgid "How much items are scrolled in one transition"
|
2107 |
msgstr "Сколько элементов карусели прокручивается за один переход"
|
2108 |
|
2109 |
-
#: inc/core/data.php:
|
2110 |
msgid "Display titles for each item"
|
2111 |
msgstr "Показывать заголовки для каждого элемента карусели"
|
2112 |
|
2113 |
-
#: inc/core/data.php:
|
2114 |
msgid "Is carousel centered on the page"
|
2115 |
msgstr "Карусель выровнена по центру страницы"
|
2116 |
|
2117 |
-
#: inc/core/data.php:
|
2118 |
msgid "Allow to rotate carousel with mouse wheel"
|
2119 |
msgstr "Разрешить прокрутку карусели колесом мыши"
|
2120 |
|
2121 |
-
#: inc/core/data.php:
|
2122 |
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
2123 |
msgstr ""
|
2124 |
"Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить "
|
2125 |
"автовоспроизведение"
|
2126 |
|
2127 |
-
#: inc/core/data.php:
|
2128 |
msgid "Customizable image carousel"
|
2129 |
msgstr "Настраиваемая карусель изображений"
|
2130 |
|
2131 |
-
#: inc/core/data.php:
|
2132 |
msgid "Single item width (in pixels)"
|
2133 |
msgstr "Ширина одного изображения (в пикселях)"
|
2134 |
|
2135 |
-
#: inc/core/data.php:
|
2136 |
msgid "Single item height (in pixels)"
|
2137 |
msgstr "Высота одного изображения (в пикселях)"
|
2138 |
|
2139 |
-
#: inc/core/data.php:
|
2140 |
msgid "Never"
|
2141 |
msgstr "Никогда"
|
2142 |
|
2143 |
-
#: inc/core/data.php:
|
2144 |
msgid "On mouse over"
|
2145 |
msgstr "При наведении мыши"
|
2146 |
|
2147 |
-
#: inc/core/data.php:
|
2148 |
msgid "Always"
|
2149 |
msgstr "Всегда"
|
2150 |
|
2151 |
-
#: inc/core/data.php:
|
2152 |
msgid "Title display mode"
|
2153 |
msgstr "Режим отображения заголовков"
|
2154 |
|
2155 |
-
#: inc/core/data.php:
|
2156 |
msgid "Customizable image gallery"
|
2157 |
msgstr "Настраиваемая галерея изображений"
|
2158 |
|
2159 |
-
#: inc/core/data.php:
|
2160 |
msgid "Posts"
|
2161 |
msgstr "Записи"
|
2162 |
|
2163 |
-
#: inc/core/data.php:
|
2164 |
msgid "Template"
|
2165 |
msgstr "Шаблон"
|
2166 |
|
2167 |
-
#: inc/core/data.php:
|
2168 |
msgid ""
|
2169 |
"<b>Do not change this field value if you do not understand description below."
|
2170 |
"</b><br/>Relative path to the template file. Default templates is placed "
|
@@ -2187,55 +2216,55 @@ msgstr ""
|
|
2187 |
"одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - "
|
2188 |
"маркированный список с заголовками постов"
|
2189 |
|
2190 |
-
#: inc/core/data.php:
|
2191 |
msgid "Post ID's"
|
2192 |
msgstr "ID постов"
|
2193 |
|
2194 |
-
#: inc/core/data.php:
|
2195 |
msgid "Enter comma separated ID's of the posts that you want to show"
|
2196 |
msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
|
2197 |
|
2198 |
-
#: inc/core/data.php:
|
2199 |
msgid "Posts per page"
|
2200 |
msgstr "Кол-во записей"
|
2201 |
|
2202 |
-
#: inc/core/data.php:
|
2203 |
msgid ""
|
2204 |
"Specify number of posts that you want to show. Enter -1 to get all posts"
|
2205 |
msgstr ""
|
2206 |
"Укажите число записей, которое хотите отобразить. Введите -1 чтобы "
|
2207 |
"отобразить все найденные записи"
|
2208 |
|
2209 |
-
#: inc/core/data.php:
|
2210 |
msgid "Post types"
|
2211 |
msgstr "Типы постов"
|
2212 |
|
2213 |
-
#: inc/core/data.php:
|
2214 |
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
2215 |
msgstr ""
|
2216 |
"Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
|
2217 |
|
2218 |
-
#: inc/core/data.php:
|
2219 |
msgid "Taxonomy"
|
2220 |
msgstr "Таксономия"
|
2221 |
|
2222 |
-
#: inc/core/data.php:
|
2223 |
msgid "Select taxonomy to show posts from"
|
2224 |
msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
|
2225 |
|
2226 |
-
#: inc/core/data.php:
|
2227 |
msgid "Terms"
|
2228 |
msgstr "Категории (terms)"
|
2229 |
|
2230 |
-
#: inc/core/data.php:
|
2231 |
msgid "Select terms to show posts from"
|
2232 |
msgstr "Выберите категории, из которых нужно показать записи"
|
2233 |
|
2234 |
-
#: inc/core/data.php:
|
2235 |
msgid "Taxonomy term operator"
|
2236 |
msgstr "Оператор выбора категорий"
|
2237 |
|
2238 |
-
#: inc/core/data.php:
|
2239 |
msgid ""
|
2240 |
"IN - posts that have any of selected categories terms<br/>NOT IN - posts "
|
2241 |
"that is does not have any of selected terms<br/>AND - posts that have all "
|
@@ -2245,203 +2274,203 @@ msgstr ""
|
|
2245 |
"будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/"
|
2246 |
">AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
|
2247 |
|
2248 |
-
#: inc/core/data.php:
|
2249 |
msgid "Authors"
|
2250 |
msgstr "Авторы"
|
2251 |
|
2252 |
-
#: inc/core/data.php:
|
2253 |
msgid "Choose the authors whose posts you want to show"
|
2254 |
msgstr "Выберите авторов, чьи записи хотите показать"
|
2255 |
|
2256 |
-
#: inc/core/data.php:
|
2257 |
msgid "Meta key"
|
2258 |
msgstr "Произвольное поле"
|
2259 |
|
2260 |
-
#: inc/core/data.php:
|
2261 |
msgid "Enter meta key name to show posts that have this key"
|
2262 |
msgstr ""
|
2263 |
"Введите оригинальное имя произвольного поля, чтобы показать все записи у "
|
2264 |
"которых это поле задано"
|
2265 |
|
2266 |
-
#: inc/core/data.php:
|
2267 |
msgid "Offset"
|
2268 |
msgstr "Смещение (offset)"
|
2269 |
|
2270 |
-
#: inc/core/data.php:
|
2271 |
msgid "Specify offset to start posts loop not from first post"
|
2272 |
msgstr ""
|
2273 |
"Укажите кол-во записей, которые будут пропущены и не показаны. Например, "
|
2274 |
"если указать 2, то будут показаны записи начиная со третьей"
|
2275 |
|
2276 |
-
#: inc/core/data.php:
|
2277 |
msgid "Descending"
|
2278 |
msgstr "По убыванию"
|
2279 |
|
2280 |
-
#: inc/core/data.php:
|
2281 |
msgid "Ascending"
|
2282 |
msgstr "По возрастанию"
|
2283 |
|
2284 |
-
#: inc/core/data.php:
|
2285 |
msgid "Order"
|
2286 |
msgstr "Порядок"
|
2287 |
|
2288 |
-
#: inc/core/data.php:
|
2289 |
msgid "Posts order"
|
2290 |
msgstr "Порядок сортировки записей"
|
2291 |
|
2292 |
-
#: inc/core/data.php:
|
2293 |
-
#: inc/core/data.php:
|
2294 |
msgid "Post ID"
|
2295 |
msgstr "ID записи"
|
2296 |
|
2297 |
-
#: inc/core/data.php:
|
2298 |
msgid "Post author"
|
2299 |
msgstr "Автор записи"
|
2300 |
|
2301 |
-
#: inc/core/data.php:
|
2302 |
msgid "Post title"
|
2303 |
msgstr "Заголовок записи"
|
2304 |
|
2305 |
-
#: inc/core/data.php:
|
2306 |
msgid "Post slug"
|
2307 |
msgstr "Ссылка записи (slug)"
|
2308 |
|
2309 |
-
#: inc/core/data.php:
|
2310 |
msgid "Date"
|
2311 |
msgstr "Дата"
|
2312 |
|
2313 |
-
#: inc/core/data.php:
|
2314 |
msgid "Last modified date"
|
2315 |
msgstr "Дата изменения"
|
2316 |
|
2317 |
-
#: inc/core/data.php:
|
2318 |
msgid "Post parent"
|
2319 |
msgstr "Родитель"
|
2320 |
|
2321 |
-
#: inc/core/data.php:
|
2322 |
msgid "Random"
|
2323 |
msgstr "Случайно"
|
2324 |
|
2325 |
-
#: inc/core/data.php:
|
2326 |
msgid "Comments number"
|
2327 |
msgstr "Кол-во комментариев"
|
2328 |
|
2329 |
-
#: inc/core/data.php:
|
2330 |
msgid "Menu order"
|
2331 |
msgstr "Порядок меню"
|
2332 |
|
2333 |
-
#: inc/core/data.php:
|
2334 |
msgid "Meta key values"
|
2335 |
msgstr "Значение произвольного поля"
|
2336 |
|
2337 |
-
#: inc/core/data.php:
|
2338 |
msgid "Order by"
|
2339 |
msgstr "Сортировать по"
|
2340 |
|
2341 |
-
#: inc/core/data.php:
|
2342 |
msgid "Order posts by"
|
2343 |
msgstr "Сортировать записи по следующему признаку"
|
2344 |
|
2345 |
-
#: inc/core/data.php:
|
2346 |
msgid "Show childrens of entered post (enter post ID)"
|
2347 |
msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
|
2348 |
|
2349 |
-
#: inc/core/data.php:
|
2350 |
msgid "Published"
|
2351 |
msgstr "Опубликован"
|
2352 |
|
2353 |
-
#: inc/core/data.php:
|
2354 |
msgid "Pending"
|
2355 |
msgstr "Ожидает"
|
2356 |
|
2357 |
-
#: inc/core/data.php:
|
2358 |
msgid "Draft"
|
2359 |
msgstr "Черновик"
|
2360 |
|
2361 |
-
#: inc/core/data.php:
|
2362 |
msgid "Auto-draft"
|
2363 |
msgstr "Авто-черновик"
|
2364 |
|
2365 |
-
#: inc/core/data.php:
|
2366 |
msgid "Future post"
|
2367 |
msgstr "Запланирован"
|
2368 |
|
2369 |
-
#: inc/core/data.php:
|
2370 |
msgid "Private post"
|
2371 |
msgstr "Приватная запись"
|
2372 |
|
2373 |
-
#: inc/core/data.php:
|
2374 |
msgid "Inherit"
|
2375 |
msgstr "Вложенный"
|
2376 |
|
2377 |
-
#: inc/core/data.php:
|
2378 |
msgid "Trashed"
|
2379 |
msgstr "В корзине"
|
2380 |
|
2381 |
-
#: inc/core/data.php:
|
2382 |
msgid "Any"
|
2383 |
msgstr "Любой"
|
2384 |
|
2385 |
-
#: inc/core/data.php:
|
2386 |
msgid "Post status"
|
2387 |
msgstr "Статус записи"
|
2388 |
|
2389 |
-
#: inc/core/data.php:
|
2390 |
msgid "Show only posts with selected status"
|
2391 |
msgstr "Показать только записи с выбранным статусом"
|
2392 |
|
2393 |
-
#: inc/core/data.php:
|
2394 |
msgid "Ignore sticky"
|
2395 |
msgstr "Игнорировать прикрепленные"
|
2396 |
|
2397 |
-
#: inc/core/data.php:
|
2398 |
msgid "Select Yes to ignore posts that is sticked"
|
2399 |
msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
|
2400 |
|
2401 |
-
#: inc/core/data.php:
|
2402 |
msgid "Custom posts query with customizable template"
|
2403 |
msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
|
2404 |
|
2405 |
-
#: inc/core/data.php:
|
2406 |
msgid "Dummy text"
|
2407 |
msgstr "Текст рыба"
|
2408 |
|
2409 |
-
#: inc/core/data.php:
|
2410 |
msgid "Paragraphs"
|
2411 |
msgstr "Параграфы"
|
2412 |
|
2413 |
-
#: inc/core/data.php:
|
2414 |
msgid "Words"
|
2415 |
msgstr "Слова"
|
2416 |
|
2417 |
-
#: inc/core/data.php:
|
2418 |
msgid "Bytes"
|
2419 |
msgstr "Байты"
|
2420 |
|
2421 |
-
#: inc/core/data.php:
|
2422 |
msgid "What"
|
2423 |
msgstr "Что"
|
2424 |
|
2425 |
-
#: inc/core/data.php:
|
2426 |
msgid "What to generate"
|
2427 |
msgstr "Что генерировать"
|
2428 |
|
2429 |
-
#: inc/core/data.php:
|
2430 |
msgid "Amount"
|
2431 |
msgstr "Количество"
|
2432 |
|
2433 |
-
#: inc/core/data.php:
|
2434 |
msgid ""
|
2435 |
"How many items (paragraphs or words) to generate. Minimum words amount is 5"
|
2436 |
msgstr ""
|
2437 |
"Какое количество (параграфов или слов) генерировать. Минимальное количество "
|
2438 |
"слов - 5"
|
2439 |
|
2440 |
-
#: inc/core/data.php:
|
2441 |
msgid "Cache"
|
2442 |
msgstr "Кеш"
|
2443 |
|
2444 |
-
#: inc/core/data.php:
|
2445 |
msgid ""
|
2446 |
"Generated text will be cached. Be careful with this option. If you disable "
|
2447 |
"it and insert many dummy_text shortcodes the page load time will be highly "
|
@@ -2451,111 +2480,111 @@ msgstr ""
|
|
2451 |
"вы отключите её и вставите много таких шорткодов на странице, то время "
|
2452 |
"загрузки страницы может сильно возрости"
|
2453 |
|
2454 |
-
#: inc/core/data.php:
|
2455 |
msgid "Text placeholder"
|
2456 |
msgstr "Текст болванка"
|
2457 |
|
2458 |
-
#: inc/core/data.php:
|
2459 |
msgid "Dummy image"
|
2460 |
msgstr "Изображение болванка"
|
2461 |
|
2462 |
-
#: inc/core/data.php:
|
2463 |
msgid "Image width"
|
2464 |
msgstr "Ширина изображения"
|
2465 |
|
2466 |
-
#: inc/core/data.php:
|
2467 |
msgid "Image height"
|
2468 |
msgstr "Высота изображения"
|
2469 |
|
2470 |
-
#: inc/core/data.php:
|
2471 |
msgid "Abstract"
|
2472 |
msgstr "Абстрактное"
|
2473 |
|
2474 |
-
#: inc/core/data.php:
|
2475 |
msgid "Animals"
|
2476 |
msgstr "Животные"
|
2477 |
|
2478 |
-
#: inc/core/data.php:
|
2479 |
msgid "Business"
|
2480 |
msgstr "Бизнес"
|
2481 |
|
2482 |
-
#: inc/core/data.php:
|
2483 |
msgid "Cats"
|
2484 |
msgstr "Котэ"
|
2485 |
|
2486 |
-
#: inc/core/data.php:
|
2487 |
msgid "City"
|
2488 |
msgstr "Город"
|
2489 |
|
2490 |
-
#: inc/core/data.php:
|
2491 |
msgid "Food"
|
2492 |
msgstr "Еда"
|
2493 |
|
2494 |
-
#: inc/core/data.php:
|
2495 |
msgid "Night life"
|
2496 |
msgstr "Ночная жизнь"
|
2497 |
|
2498 |
-
#: inc/core/data.php:
|
2499 |
msgid "Fashion"
|
2500 |
msgstr "Мода"
|
2501 |
|
2502 |
-
#: inc/core/data.php:
|
2503 |
msgid "People"
|
2504 |
msgstr "Люди"
|
2505 |
|
2506 |
-
#: inc/core/data.php:
|
2507 |
msgid "Nature"
|
2508 |
msgstr "Природа"
|
2509 |
|
2510 |
-
#: inc/core/data.php:
|
2511 |
msgid "Sports"
|
2512 |
msgstr "Спорт"
|
2513 |
|
2514 |
-
#: inc/core/data.php:
|
2515 |
msgid "Technics"
|
2516 |
msgstr "Техника"
|
2517 |
|
2518 |
-
#: inc/core/data.php:
|
2519 |
msgid "Transport"
|
2520 |
msgstr "Транспорт"
|
2521 |
|
2522 |
-
#: inc/core/data.php:
|
2523 |
msgid "Select the theme for this image"
|
2524 |
msgstr "Выберите тему изображений"
|
2525 |
|
2526 |
-
#: inc/core/data.php:
|
2527 |
msgid "Image placeholder with random image"
|
2528 |
msgstr "Изображение болванка со случайным изображением"
|
2529 |
|
2530 |
-
#: inc/core/data.php:
|
2531 |
msgid "Animation"
|
2532 |
msgstr "Анимация"
|
2533 |
|
2534 |
-
#: inc/core/data.php:
|
2535 |
msgid "Select animation type"
|
2536 |
msgstr "Выберите тип анимации"
|
2537 |
|
2538 |
-
#: inc/core/data.php:
|
2539 |
msgid "Duration"
|
2540 |
msgstr "Продолжительность"
|
2541 |
|
2542 |
-
#: inc/core/data.php:
|
2543 |
msgid "Animation duration (seconds)"
|
2544 |
msgstr "Продолжительность анимации (секунды)"
|
2545 |
|
2546 |
-
#: inc/core/data.php:
|
2547 |
msgid "Delay"
|
2548 |
msgstr "Задержка"
|
2549 |
|
2550 |
-
#: inc/core/data.php:
|
2551 |
msgid "Animation delay (seconds)"
|
2552 |
msgstr "Задержка перед началом анимации (секунды)"
|
2553 |
|
2554 |
-
#: inc/core/data.php:
|
2555 |
msgid "Inline"
|
2556 |
msgstr "Строковый"
|
2557 |
|
2558 |
-
#: inc/core/data.php:
|
2559 |
msgid ""
|
2560 |
"This parameter determines what HTML tag will be used for animation wrapper. "
|
2561 |
"Turn this option to YES and animated element will be wrapped in SPAN instead "
|
@@ -2565,49 +2594,49 @@ msgstr ""
|
|
2565 |
"Переключите этот параметр на ДА и будет использован тег span вместо div. "
|
2566 |
"Данная опция полезна для анимации строковых жлементов, например кнопок"
|
2567 |
|
2568 |
-
#: inc/core/data.php:
|
2569 |
msgid "Animated content"
|
2570 |
msgstr "Анимированное содержимое"
|
2571 |
|
2572 |
-
#: inc/core/data.php:
|
2573 |
msgid "Wrapper for animation. Any nested element will be animated"
|
2574 |
msgstr ""
|
2575 |
"Контейнер для анимации. Любой элемент помещенный в этот контейнер будет "
|
2576 |
"анимирован"
|
2577 |
|
2578 |
-
#: inc/core/data.php:
|
2579 |
msgid "Meta"
|
2580 |
msgstr "Мета"
|
2581 |
|
2582 |
-
#: inc/core/data.php:
|
2583 |
msgid "Key"
|
2584 |
msgstr "Ключ"
|
2585 |
|
2586 |
-
#: inc/core/data.php:
|
2587 |
msgid "Meta key name"
|
2588 |
msgstr "Имя произвольного поля"
|
2589 |
|
2590 |
-
#: inc/core/data.php:
|
2591 |
msgid "This text will be shown if data is not found"
|
2592 |
msgstr "Этот текст будет показан если не будет найдено запрошенное значение"
|
2593 |
|
2594 |
-
#: inc/core/data.php:
|
2595 |
msgid "Before"
|
2596 |
msgstr "Перед"
|
2597 |
|
2598 |
-
#: inc/core/data.php:
|
2599 |
msgid "This content will be shown before the value"
|
2600 |
msgstr "Этот текст будет показан перед результатом"
|
2601 |
|
2602 |
-
#: inc/core/data.php:
|
2603 |
msgid "After"
|
2604 |
msgstr "После"
|
2605 |
|
2606 |
-
#: inc/core/data.php:
|
2607 |
msgid "This content will be shown after the value"
|
2608 |
msgstr "Этот текст будет показан после результата"
|
2609 |
|
2610 |
-
#: inc/core/data.php:
|
2611 |
msgid ""
|
2612 |
"You can specify custom post ID. Leave this field empty to use an ID of the "
|
2613 |
"current post. Current post ID may not work in Live Preview mode"
|
@@ -2616,11 +2645,11 @@ msgstr ""
|
|
2616 |
"использовать ID текущей записи. ID текущей записи может не работать в режиме "
|
2617 |
"предпросмотра"
|
2618 |
|
2619 |
-
#: inc/core/data.php:
|
2620 |
msgid "Filter"
|
2621 |
msgstr "Фильтр"
|
2622 |
|
2623 |
-
#: inc/core/data.php:
|
2624 |
msgid ""
|
2625 |
"You can apply custom filter to the retrieved value. Enter here function "
|
2626 |
"name. Your function must accept one argument and return modified value. "
|
@@ -2630,59 +2659,59 @@ msgstr ""
|
|
2630 |
"здесь имя функции. Ваша функция должна принимать один аргумент и возвращать "
|
2631 |
"измененное значение. Пример функции: "
|
2632 |
|
2633 |
-
#: inc/core/data.php:
|
2634 |
msgid "Post meta"
|
2635 |
msgstr "Произвольное поле"
|
2636 |
|
2637 |
-
#: inc/core/data.php:
|
2638 |
msgid "User"
|
2639 |
msgstr "Пользователь"
|
2640 |
|
2641 |
-
#: inc/core/data.php:
|
2642 |
msgid "Display name"
|
2643 |
msgstr "Отображаемое имя"
|
2644 |
|
2645 |
-
#: inc/core/data.php:
|
2646 |
msgid "Login"
|
2647 |
msgstr "Логин"
|
2648 |
|
2649 |
-
#: inc/core/data.php:
|
2650 |
msgid "Nice name"
|
2651 |
msgstr "Красивое имя"
|
2652 |
|
2653 |
-
#: inc/core/data.php:
|
2654 |
msgid "Email"
|
2655 |
msgstr "Email"
|
2656 |
|
2657 |
-
#: inc/core/data.php:
|
2658 |
msgid "URL"
|
2659 |
msgstr "URL"
|
2660 |
|
2661 |
-
#: inc/core/data.php:
|
2662 |
msgid "Registered"
|
2663 |
msgstr "Зарегистрирован"
|
2664 |
|
2665 |
-
#: inc/core/data.php:
|
2666 |
msgid "Activation key"
|
2667 |
msgstr "Ключ активации"
|
2668 |
|
2669 |
-
#: inc/core/data.php:
|
2670 |
msgid "Status"
|
2671 |
msgstr "Статус"
|
2672 |
|
2673 |
-
#: inc/core/data.php:
|
2674 |
msgid "Field"
|
2675 |
msgstr "Поле"
|
2676 |
|
2677 |
-
#: inc/core/data.php:
|
2678 |
msgid "User data field name"
|
2679 |
msgstr "Имя поля с информацией о пользователе"
|
2680 |
|
2681 |
-
#: inc/core/data.php:
|
2682 |
msgid "User ID"
|
2683 |
msgstr "ID пользователя"
|
2684 |
|
2685 |
-
#: inc/core/data.php:
|
2686 |
msgid ""
|
2687 |
"You can specify custom user ID. Leave this field empty to use an ID of the "
|
2688 |
"current user"
|
@@ -2690,160 +2719,179 @@ msgstr ""
|
|
2690 |
"Вы можете указать ID любого пользователя. Оставьте это поле пустым, чтобы "
|
2691 |
"использовать ID текущего пользователя"
|
2692 |
|
2693 |
-
#: inc/core/data.php:
|
2694 |
msgid "User data"
|
2695 |
msgstr "Данные пользователя"
|
2696 |
|
2697 |
-
#: inc/core/data.php:
|
2698 |
msgid "Post"
|
2699 |
msgstr "Запись"
|
2700 |
|
2701 |
-
#: inc/core/data.php:
|
2702 |
msgid "Post date"
|
2703 |
msgstr "Дата записи"
|
2704 |
|
2705 |
-
#: inc/core/data.php:
|
2706 |
msgid "Post content"
|
2707 |
msgstr "Содержимое записи"
|
2708 |
|
2709 |
-
#: inc/core/data.php:
|
2710 |
msgid "Post excerpt"
|
2711 |
msgstr "Цитата записи"
|
2712 |
|
2713 |
-
#: inc/core/data.php:
|
2714 |
msgid "Comment status"
|
2715 |
msgstr "Статус комментариев"
|
2716 |
|
2717 |
-
#: inc/core/data.php:
|
2718 |
msgid "Ping status"
|
2719 |
msgstr "Статус пингов"
|
2720 |
|
2721 |
-
#: inc/core/data.php:
|
2722 |
msgid "Post name"
|
2723 |
msgstr "Имя записи"
|
2724 |
|
2725 |
-
#: inc/core/data.php:
|
2726 |
msgid "Post modified"
|
2727 |
msgstr "Дата изменения"
|
2728 |
|
2729 |
-
#: inc/core/data.php:
|
2730 |
msgid "Filtered post content"
|
2731 |
msgstr "Фильтрованное содержимое записи"
|
2732 |
|
2733 |
-
#: inc/core/data.php:
|
2734 |
msgid "GUID"
|
2735 |
msgstr "GUID"
|
2736 |
|
2737 |
-
#: inc/core/data.php:
|
2738 |
msgid "Post type"
|
2739 |
msgstr "Тип записи"
|
2740 |
|
2741 |
-
#: inc/core/data.php:
|
2742 |
msgid "Post mime type"
|
2743 |
msgstr "Типы файла записи (mime-type)"
|
2744 |
|
2745 |
-
#: inc/core/data.php:
|
2746 |
msgid "Comment count"
|
2747 |
msgstr "Количество комментариев"
|
2748 |
|
2749 |
-
#: inc/core/data.php:
|
2750 |
msgid "Post data field name"
|
2751 |
msgstr "Имя поля с информацией записи"
|
2752 |
|
2753 |
-
#: inc/core/data.php:
|
2754 |
msgid "Post data"
|
2755 |
msgstr "Данные записи"
|
2756 |
|
2757 |
-
#: inc/core/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2758 |
msgid "Yes"
|
2759 |
msgstr "Да"
|
2760 |
|
2761 |
-
#: inc/core/generator-views.php:
|
2762 |
msgid "No"
|
2763 |
msgstr "Нет"
|
2764 |
|
2765 |
-
#: inc/core/generator-views.php:
|
2766 |
#: inc/vendor/sunrise.php:440
|
2767 |
msgid "Media manager"
|
2768 |
msgstr "Медиа менеджер"
|
2769 |
|
2770 |
-
#: inc/core/generator-views.php:
|
2771 |
msgid "Icon picker"
|
2772 |
msgstr "Выбрать иконку"
|
2773 |
|
2774 |
-
#: inc/core/generator-views.php:
|
2775 |
msgid "Filter icons"
|
2776 |
msgstr "Фильтр иконок"
|
2777 |
|
2778 |
-
#: inc/core/generator-views.php:
|
2779 |
msgid "Please wait"
|
2780 |
msgstr "Пожалуйста подождите"
|
2781 |
|
2782 |
-
#: inc/core/generator-views.php:
|
2783 |
msgid "Untitled gallery"
|
2784 |
msgstr "Галерея без имени"
|
2785 |
|
2786 |
-
#: inc/core/generator-views.php:
|
2787 |
msgid "Galleries not found"
|
2788 |
msgstr "Галереи не найдены"
|
2789 |
|
2790 |
-
#: inc/core/generator-views.php:
|
2791 |
msgid "Manage galleries"
|
2792 |
msgstr "Управление галереями"
|
2793 |
|
2794 |
-
#: inc/core/generator-views.php:
|
2795 |
msgid "Reload galleries"
|
2796 |
msgstr "Обновить список"
|
2797 |
|
2798 |
-
#: inc/core/generator-views.php:
|
2799 |
msgid "Horizontal offset"
|
2800 |
msgstr "Горизонтально"
|
2801 |
|
2802 |
-
#: inc/core/generator-views.php:
|
2803 |
msgid "Vertical offset"
|
2804 |
msgstr "Вертикально"
|
2805 |
|
2806 |
-
#: inc/core/generator-views.php:
|
2807 |
msgid "Blur"
|
2808 |
msgstr "Размытие"
|
2809 |
|
2810 |
-
#: inc/core/generator-views.php:
|
2811 |
msgid "Border width"
|
2812 |
msgstr "Ширина рамки"
|
2813 |
|
2814 |
-
#: inc/core/generator-views.php:
|
2815 |
msgid "Border style"
|
2816 |
msgstr "Стиль рамки"
|
2817 |
|
2818 |
-
#: inc/core/generator-views.php:
|
2819 |
msgid "Border color"
|
2820 |
msgstr "Цвет рамки"
|
2821 |
|
2822 |
-
#: inc/core/generator-views.php:
|
2823 |
msgid "Media library"
|
2824 |
msgstr "Медиа библиотека"
|
2825 |
|
2826 |
-
#: inc/core/generator-views.php:
|
2827 |
msgid "Recent posts"
|
2828 |
msgstr "Последние записи"
|
2829 |
|
2830 |
-
#: inc/core/generator-views.php:
|
2831 |
msgid "Category"
|
2832 |
msgstr "Категория"
|
2833 |
|
2834 |
-
#: inc/core/generator-views.php:
|
2835 |
msgid "Select images source"
|
2836 |
msgstr "Выберите источник изображений"
|
2837 |
|
2838 |
-
#: inc/core/generator-views.php:
|
2839 |
msgid "Select taxonomy"
|
2840 |
msgstr "Выберите таксономию"
|
2841 |
|
2842 |
-
#: inc/core/generator-views.php:
|
2843 |
msgid "Add images"
|
2844 |
msgstr "Добавить изображения"
|
2845 |
|
2846 |
-
#: inc/core/generator-views.php:
|
2847 |
msgid ""
|
2848 |
"Click the button above and select images.<br>You can select multimple images "
|
2849 |
"with Ctrl (Cmd) key"
|
@@ -2851,7 +2899,7 @@ msgstr ""
|
|
2851 |
"Нажмите кнопку выше и выберите изображения.<br>Вы можете выбрать несколько "
|
2852 |
"изображений удерживая клавишу Ctrl (Cmd)"
|
2853 |
|
2854 |
-
#: inc/core/generator-views.php:
|
2855 |
msgid ""
|
2856 |
"Select categories to retrieve posts from.<br>You can select multiple "
|
2857 |
"categories with Ctrl (Cmd) key"
|
@@ -2859,7 +2907,7 @@ msgstr ""
|
|
2859 |
"Выберите категории из которых брать записи.<br>Вы можете выбрать несколько "
|
2860 |
"категорий удерживая клавишу Ctrl (Cmd)"
|
2861 |
|
2862 |
-
#: inc/core/generator-views.php:
|
2863 |
msgid ""
|
2864 |
"Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
|
2865 |
"(Cmd) key"
|
@@ -2920,19 +2968,19 @@ msgstr "Нажмите чтобы установить это значение"
|
|
2920 |
msgid "Preview"
|
2921 |
msgstr "Предпросмотр"
|
2922 |
|
2923 |
-
#: inc/core/generator.php:
|
2924 |
msgid "Access denied"
|
2925 |
msgstr "Доступ запрещен"
|
2926 |
|
2927 |
-
#: inc/core/generator.php:
|
2928 |
msgid "Presets"
|
2929 |
msgstr "Шаблоны"
|
2930 |
|
2931 |
-
#: inc/core/generator.php:
|
2932 |
msgid "Save current settings as preset"
|
2933 |
msgstr "Сохранить настройки как новый шаблон"
|
2934 |
|
2935 |
-
#: inc/core/generator.php:
|
2936 |
msgid "Presets not found"
|
2937 |
msgstr "Шаблоны не найдены"
|
2938 |
|
@@ -3030,7 +3078,7 @@ msgstr "Владимир Анохин"
|
|
3030 |
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
3031 |
msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
|
3032 |
|
3033 |
-
#: inc/core/load.php:
|
3034 |
msgid "Where to start?"
|
3035 |
msgstr "С чего начать?"
|
3036 |
|
@@ -3087,36 +3135,40 @@ msgstr "пожалуйста укажите корректную ссылку"
|
|
3087 |
msgid "This menu doesn't exists, or has no elements"
|
3088 |
msgstr "Такое меню не существует, или в нем нет ни одного элемента"
|
3089 |
|
3090 |
-
#: inc/core/shortcodes.php:
|
3091 |
-
#: inc/core/shortcodes.php:
|
3092 |
msgid "images not found"
|
3093 |
msgstr "изображения не найдены"
|
3094 |
|
3095 |
-
#: inc/core/shortcodes.php:
|
3096 |
msgid "template not found"
|
3097 |
msgstr "шаблон не найден"
|
3098 |
|
3099 |
-
#: inc/core/shortcodes.php:
|
3100 |
msgid "post ID is incorrect"
|
3101 |
msgstr "ID записи указан неверно"
|
3102 |
|
3103 |
-
#: inc/core/shortcodes.php:
|
3104 |
msgid "please specify meta key name"
|
3105 |
msgstr "пожалуйста укажите имя ключа произвольного поля"
|
3106 |
|
3107 |
-
#: inc/core/shortcodes.php:
|
3108 |
msgid "password field is not allowed"
|
3109 |
msgstr "поле пароль запрещено"
|
3110 |
|
3111 |
-
#: inc/core/shortcodes.php:
|
3112 |
msgid "user ID is incorrect"
|
3113 |
msgstr "ID пользователя указан неверно"
|
3114 |
|
3115 |
-
#: inc/core/
|
|
|
|
|
|
|
|
|
3116 |
msgid "Example code does not found, please check it later"
|
3117 |
msgstr "Код примера не найден, возвращайтесь позже"
|
3118 |
|
3119 |
-
#: inc/core/tools.php:
|
3120 |
msgid "Get the code"
|
3121 |
msgstr "Получить код"
|
3122 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gn_themes\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-29 06:16+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-29 06:16+0300\n"
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
23 |
msgid "A real swiss army knife for WordPress"
|
24 |
msgstr "Настоящий швейцарский армейский нож для WordPress"
|
25 |
|
26 |
+
#: inc/core/admin-views.php:11 inc/core/load.php:228
|
27 |
msgid "Project homepage"
|
28 |
msgstr "Страница проекта"
|
29 |
|
31 |
msgid "Documentation"
|
32 |
msgstr "Документация"
|
33 |
|
34 |
+
#: inc/core/admin-views.php:13 inc/core/load.php:229
|
35 |
msgid "Support forum"
|
36 |
msgstr "Форум поддержки"
|
37 |
|
38 |
+
#: inc/core/admin-views.php:14 inc/core/load.php:230
|
39 |
msgid "Changelog"
|
40 |
msgstr "Список изменений"
|
41 |
|
132 |
msgstr "url папки этого плагина"
|
133 |
|
134 |
#: inc/core/admin-views.php:114
|
135 |
+
msgid "New Shortcodes"
|
136 |
+
msgstr "Новые Шорткоды"
|
137 |
+
|
138 |
+
#: inc/core/admin-views.php:115
|
139 |
+
msgid ""
|
140 |
+
"Parallax sections, responsive content slider, pricing tables, vector icons, "
|
141 |
+
"testimonials, progress bars and even more"
|
142 |
+
msgstr ""
|
143 |
+
"Секции с параллакс эффектом, адаптивный слайдер контента, тарифные таблицы, "
|
144 |
+
"векторные иконки, отзывы, прогресс бары и даже больше"
|
145 |
+
|
146 |
+
#: inc/core/admin-views.php:120
|
147 |
msgid "Maker"
|
148 |
msgstr "Maker"
|
149 |
|
150 |
+
#: inc/core/admin-views.php:121
|
151 |
msgid ""
|
152 |
"This add-on allows you to create custom shortcodes. You can easily create "
|
153 |
"any shortcode with different parameters or even override default shortcodes"
|
155 |
"Это дополнение позволит вам создавать собственные шорткоды. Вы можете с "
|
156 |
"легкостью создать новый шорткод или даже перезаписать оригинальный"
|
157 |
|
158 |
+
#: inc/core/admin-views.php:126
|
159 |
msgid "Skins"
|
160 |
msgstr "Скины"
|
161 |
|
162 |
+
#: inc/core/admin-views.php:127
|
163 |
msgid ""
|
164 |
+
"Set of additional skins for Shortcodes Ultimate. It includes skins for "
|
165 |
"accordeons/spoilers, tabs and some other shortcodes"
|
166 |
msgstr ""
|
167 |
"Набор дополнительных скинов для шорткодов плагина. Набор включает в себя "
|
168 |
"скины для аккордеонов/спойлеров, вкладок и некоторых других шорткодов"
|
169 |
|
170 |
+
#: inc/core/admin-views.php:133
|
171 |
msgid "Shortcodes Ultimate Add-ons"
|
172 |
msgstr "Дополнения для Shortcodes Ultimate"
|
173 |
|
174 |
+
#: inc/core/admin-views.php:136 inc/core/admin-views.php:143
|
175 |
msgid "Learn more"
|
176 |
msgstr "Узнать больше"
|
177 |
|
178 |
+
#: inc/core/admin-views.php:140
|
179 |
msgid "Other WordPress Plugins"
|
180 |
msgstr "Другие плагины для WordPress"
|
181 |
|
182 |
+
#: inc/core/assets.php:76
|
183 |
msgid "Choose files"
|
184 |
msgstr "Выбор файлов"
|
185 |
|
186 |
+
#: inc/core/assets.php:77
|
187 |
msgid "Add selected files"
|
188 |
msgstr "Добавить выбранные файлы"
|
189 |
|
190 |
+
#: inc/core/assets.php:78
|
191 |
msgid "This button is not clickable"
|
192 |
msgstr "Эта кнопка не нажимается"
|
193 |
|
194 |
+
#: inc/core/assets.php:84 inc/vendor/sunrise.php:178
|
195 |
msgid "Choose file"
|
196 |
msgstr "Выбор файла"
|
197 |
|
198 |
+
#: inc/core/assets.php:85
|
199 |
msgid "Insert"
|
200 |
msgstr "Вставить"
|
201 |
|
202 |
+
#: inc/core/assets.php:86
|
203 |
msgid "Select images"
|
204 |
msgstr "Выберите изображения"
|
205 |
|
206 |
+
#: inc/core/assets.php:87
|
207 |
msgid "Add selected images"
|
208 |
msgstr "Добавить выбранные изображения"
|
209 |
|
210 |
+
#: inc/core/assets.php:88
|
211 |
msgid "Please enter a name for new preset"
|
212 |
msgstr "Пожалуйста введите имя для нового шаблона"
|
213 |
|
214 |
+
#: inc/core/assets.php:89
|
215 |
msgid "New preset"
|
216 |
msgstr "Новый шаблон"
|
217 |
|
218 |
+
#: inc/core/assets.php:90
|
219 |
+
msgid "Last used settings"
|
220 |
+
msgstr "Последние настройки"
|
221 |
+
|
222 |
+
#: inc/core/assets.php:103
|
223 |
msgid ""
|
224 |
"This shortcode doesn't work in live preview. Please insert it into editor "
|
225 |
"and preview on the site."
|
227 |
"Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод "
|
228 |
"в редактор и посмотрите результат на странице записи."
|
229 |
|
230 |
+
#: inc/core/counters.php:29
|
231 |
+
msgid "1 new add-on for Shortcodes Ultimate"
|
232 |
+
msgstr "1 новое дополнение для плагина Шорткоды"
|
233 |
+
|
234 |
#: inc/core/data.php:17
|
235 |
msgid "All"
|
236 |
msgstr "Все"
|
239 |
msgid "Content"
|
240 |
msgstr "Содержимое"
|
241 |
|
242 |
+
#: inc/core/data.php:19 inc/core/data.php:808
|
243 |
msgid "Box"
|
244 |
msgstr "Блок"
|
245 |
|
247 |
msgid "Media"
|
248 |
msgstr "Медиа"
|
249 |
|
250 |
+
#: inc/core/data.php:21 inc/core/data.php:1963
|
251 |
msgid "Gallery"
|
252 |
msgstr "Галерея"
|
253 |
|
259 |
msgid "Other"
|
260 |
msgstr "Другое"
|
261 |
|
262 |
+
#: inc/core/data.php:29 inc/core/data.php:1732 inc/core/data.php:1849
|
263 |
+
#: inc/core/data.php:1985 inc/core/data.php:2127
|
264 |
msgid "None"
|
265 |
msgstr "Нет"
|
266 |
|
288 |
msgid "Ridge"
|
289 |
msgstr "Ребро"
|
290 |
|
291 |
+
#: inc/core/data.php:53
|
292 |
msgid "Basic examples"
|
293 |
msgstr "Основные примеры"
|
294 |
|
295 |
+
#: inc/core/data.php:56
|
296 |
msgid "Accordions, spoilers, different styles, anchors"
|
297 |
msgstr "Аккордеоны, спойлеры, различные стили, якори"
|
298 |
|
299 |
+
#: inc/core/data.php:62
|
300 |
msgid "Tabs, vertical tabs, tab anchors"
|
301 |
msgstr "Вкладки, вертикальные вкладки, якори вкладок"
|
302 |
|
303 |
+
#: inc/core/data.php:68
|
304 |
msgid "Column layouts"
|
305 |
msgstr "Использование колонок"
|
306 |
|
307 |
+
#: inc/core/data.php:74
|
308 |
msgid ""
|
309 |
"Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
|
310 |
msgstr ""
|
311 |
"Медиа элементы, YouTube, Vimeo, Screenr и видео из медиа библиотеки, аудио "
|
312 |
"плеер"
|
313 |
|
314 |
+
#: inc/core/data.php:80
|
315 |
msgid "Unlimited buttons"
|
316 |
msgstr "Всевозможные кнопки"
|
317 |
|
318 |
+
#: inc/core/data.php:86
|
319 |
msgid "Animations"
|
320 |
msgstr "Анимации"
|
321 |
|
322 |
+
#: inc/core/data.php:94
|
323 |
msgid "Advanced examples"
|
324 |
msgstr "Дополнительные примеры"
|
325 |
|
326 |
+
#: inc/core/data.php:97
|
327 |
msgid "Interacting with posts shortcode"
|
328 |
msgstr "Работа с шорткодом posts"
|
329 |
|
330 |
+
#: inc/core/data.php:103
|
331 |
msgid "Nested shortcodes, shortcodes inside of attributes"
|
332 |
msgstr "Вложенные шорткоды, шорткоды в атрибутах"
|
333 |
|
334 |
+
#: inc/core/data.php:120
|
335 |
msgid "Heading"
|
336 |
msgstr "Заголовок"
|
337 |
|
338 |
+
#: inc/core/data.php:127 inc/core/data.php:181 inc/core/data.php:263
|
339 |
+
#: inc/core/data.php:411 inc/core/data.php:441 inc/core/data.php:502
|
340 |
+
#: inc/core/data.php:667 inc/core/data.php:820 inc/core/data.php:984
|
341 |
+
#: inc/core/data.php:2329 inc/core/data.php:2381 inc/core/data.php:2444
|
342 |
msgid "Default"
|
343 |
msgstr "По умолчанию"
|
344 |
|
345 |
+
#: inc/core/data.php:130 inc/core/data.php:184 inc/core/data.php:268
|
346 |
+
#: inc/core/data.php:444 inc/core/data.php:508 inc/core/data.php:677
|
347 |
+
#: inc/core/data.php:827 inc/core/data.php:954
|
348 |
msgid "Style"
|
349 |
msgstr "Стиль"
|
350 |
|
351 |
+
#: inc/core/data.php:131
|
352 |
msgid "Choose style for this heading"
|
353 |
msgstr "Выберите стиль для этого заголовка"
|
354 |
|
355 |
+
#: inc/core/data.php:131 inc/core/data.php:185 inc/core/data.php:269
|
356 |
+
#: inc/core/data.php:445
|
357 |
msgid "Install additional styles"
|
358 |
msgstr "Установить дополнительные стили"
|
359 |
|
360 |
+
#: inc/core/data.php:139 inc/core/data.php:516 inc/core/data.php:595
|
361 |
+
#: inc/core/data.php:698
|
362 |
msgid "Size"
|
363 |
msgstr "Размер"
|
364 |
|
365 |
+
#: inc/core/data.php:140
|
366 |
msgid "Select heading size (pixels)"
|
367 |
msgstr "Выберите размер заголовка (в пикселях)"
|
368 |
|
369 |
+
#: inc/core/data.php:145 inc/core/data.php:477 inc/core/data.php:538
|
370 |
+
#: inc/core/data.php:962
|
371 |
msgid "Left"
|
372 |
msgstr "Слева"
|
373 |
|
374 |
+
#: inc/core/data.php:146 inc/core/data.php:539 inc/core/data.php:1781
|
375 |
+
#: inc/core/data.php:1917
|
376 |
msgid "Center"
|
377 |
msgstr "По центру"
|
378 |
|
379 |
+
#: inc/core/data.php:147 inc/core/data.php:478 inc/core/data.php:540
|
380 |
+
#: inc/core/data.php:963
|
381 |
msgid "Right"
|
382 |
msgstr "Справа"
|
383 |
|
384 |
+
#: inc/core/data.php:150 inc/core/data.php:481 inc/core/data.php:543
|
385 |
msgid "Align"
|
386 |
msgstr "Выравнивание"
|
387 |
|
388 |
+
#: inc/core/data.php:151
|
389 |
msgid "Heading text alignment"
|
390 |
msgstr "Выравнивание текста в заголовке"
|
391 |
|
392 |
+
#: inc/core/data.php:159
|
393 |
msgid "Margin"
|
394 |
msgstr "Отступ"
|
395 |
|
396 |
+
#: inc/core/data.php:160
|
397 |
msgid "Bottom margin (pixels)"
|
398 |
msgstr "Отступ снизу (в пикселях)"
|
399 |
|
400 |
+
#: inc/core/data.php:164 inc/core/data.php:204 inc/core/data.php:236
|
401 |
+
#: inc/core/data.php:299 inc/core/data.php:315 inc/core/data.php:342
|
402 |
+
#: inc/core/data.php:366 inc/core/data.php:394 inc/core/data.php:424
|
403 |
+
#: inc/core/data.php:460 inc/core/data.php:485 inc/core/data.php:521
|
404 |
+
#: inc/core/data.php:548 inc/core/data.php:564 inc/core/data.php:606
|
405 |
+
#: inc/core/data.php:634 inc/core/data.php:755 inc/core/data.php:798
|
406 |
+
#: inc/core/data.php:854 inc/core/data.php:891 inc/core/data.php:923
|
407 |
+
#: inc/core/data.php:1025 inc/core/data.php:1041 inc/core/data.php:1093
|
408 |
+
#: inc/core/data.php:1211 inc/core/data.php:1261 inc/core/data.php:1304
|
409 |
+
#: inc/core/data.php:1343 inc/core/data.php:1412 inc/core/data.php:1433
|
410 |
+
#: inc/core/data.php:1464 inc/core/data.php:1497 inc/core/data.php:1513
|
411 |
+
#: inc/core/data.php:1543 inc/core/data.php:1563 inc/core/data.php:1590
|
412 |
+
#: inc/core/data.php:1611 inc/core/data.php:1656 inc/core/data.php:1701
|
413 |
+
#: inc/core/data.php:1818 inc/core/data.php:1954 inc/core/data.php:2033
|
414 |
+
#: inc/core/data.php:2207 inc/core/data.php:2262 inc/core/data.php:2308
|
415 |
msgid "Class"
|
416 |
msgstr "Класс"
|
417 |
|
418 |
+
#: inc/core/data.php:165 inc/core/data.php:205 inc/core/data.php:237
|
419 |
+
#: inc/core/data.php:300 inc/core/data.php:316 inc/core/data.php:343
|
420 |
+
#: inc/core/data.php:367 inc/core/data.php:395 inc/core/data.php:425
|
421 |
+
#: inc/core/data.php:461 inc/core/data.php:486 inc/core/data.php:522
|
422 |
+
#: inc/core/data.php:549 inc/core/data.php:565 inc/core/data.php:607
|
423 |
+
#: inc/core/data.php:635 inc/core/data.php:756 inc/core/data.php:799
|
424 |
+
#: inc/core/data.php:855 inc/core/data.php:892 inc/core/data.php:924
|
425 |
+
#: inc/core/data.php:1026 inc/core/data.php:1042 inc/core/data.php:1094
|
426 |
+
#: inc/core/data.php:1212 inc/core/data.php:1262 inc/core/data.php:1305
|
427 |
+
#: inc/core/data.php:1344 inc/core/data.php:1413 inc/core/data.php:1434
|
428 |
+
#: inc/core/data.php:1465 inc/core/data.php:1498 inc/core/data.php:1514
|
429 |
+
#: inc/core/data.php:1544 inc/core/data.php:1564 inc/core/data.php:1591
|
430 |
+
#: inc/core/data.php:1612 inc/core/data.php:1657 inc/core/data.php:1702
|
431 |
+
#: inc/core/data.php:1819 inc/core/data.php:1955 inc/core/data.php:2034
|
432 |
+
#: inc/core/data.php:2208 inc/core/data.php:2263 inc/core/data.php:2309
|
433 |
msgid "Extra CSS class"
|
434 |
msgstr "Дополнительный CSS класс"
|
435 |
|
436 |
+
#: inc/core/data.php:168
|
437 |
msgid "Heading text"
|
438 |
msgstr "Текст заголовка"
|
439 |
|
440 |
+
#: inc/core/data.php:169
|
441 |
msgid "Styled heading"
|
442 |
msgstr "Стильный заголовок"
|
443 |
|
444 |
+
#: inc/core/data.php:174
|
445 |
msgid "Tabs"
|
446 |
msgstr "Вкладки"
|
447 |
|
448 |
+
#: inc/core/data.php:185
|
449 |
msgid "Choose style for this tabs"
|
450 |
msgstr "Выберите стиль для этих вкладок"
|
451 |
|
452 |
+
#: inc/core/data.php:193
|
453 |
msgid "Active tab"
|
454 |
msgstr "Активная вкладка"
|
455 |
|
456 |
+
#: inc/core/data.php:194
|
457 |
msgid "Select which tab is open by default"
|
458 |
msgstr "Выберите какая вкладка будет открыта по умолчанию"
|
459 |
|
460 |
+
#: inc/core/data.php:199
|
461 |
msgid "Vertical"
|
462 |
msgstr "Вертикально"
|
463 |
|
464 |
+
#: inc/core/data.php:200
|
465 |
msgid "Show tabs vertically"
|
466 |
msgstr "Отображать вкладки вертикально"
|
467 |
|
468 |
+
#: inc/core/data.php:208
|
469 |
msgid ""
|
470 |
"[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
|
471 |
"[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
|
475 |
"[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
|
476 |
"[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
|
477 |
|
478 |
+
#: inc/core/data.php:209
|
479 |
msgid "Tabs container"
|
480 |
msgstr "Контейнер вкладок"
|
481 |
|
482 |
+
#: inc/core/data.php:214
|
483 |
msgid "Tab"
|
484 |
msgstr "Вкладка"
|
485 |
|
486 |
+
#: inc/core/data.php:219
|
487 |
msgid "Tab name"
|
488 |
msgstr "Имя вкладки"
|
489 |
|
490 |
+
#: inc/core/data.php:220 inc/core/data.php:252 inc/core/data.php:772
|
491 |
+
#: inc/core/data.php:815 inc/core/data.php:1371
|
492 |
msgid "Title"
|
493 |
msgstr "Заголовок"
|
494 |
|
495 |
+
#: inc/core/data.php:221
|
496 |
msgid "Enter tab name"
|
497 |
msgstr "Введите имя вкладки"
|
498 |
|
499 |
+
#: inc/core/data.php:226
|
500 |
msgid "Disabled"
|
501 |
msgstr "Отключено"
|
502 |
|
503 |
+
#: inc/core/data.php:227
|
504 |
msgid "Is this tab disabled"
|
505 |
msgstr "Эта вкладка отключена"
|
506 |
|
507 |
+
#: inc/core/data.php:231 inc/core/data.php:294
|
508 |
msgid "Anchor"
|
509 |
msgstr "Якорь"
|
510 |
|
511 |
+
#: inc/core/data.php:232
|
512 |
msgid ""
|
513 |
"You can use unique anchor for this tab to access it with hash in page url. "
|
514 |
"For example: type here <b%value>Hello</b> and then use url like http://"
|
519 |
"используйте ссылку вида http://example.com/page-utl#Hello. Эта вкладка будет "
|
520 |
"активирована и страница будет прокручена к ней"
|
521 |
|
522 |
+
#: inc/core/data.php:240
|
523 |
msgid "Tab content"
|
524 |
msgstr "Содержимое вкладки"
|
525 |
|
526 |
+
#: inc/core/data.php:241
|
527 |
msgid "Single tab"
|
528 |
msgstr "Одиночная вкладка"
|
529 |
|
530 |
+
#: inc/core/data.php:246
|
531 |
msgid "Spoiler"
|
532 |
msgstr "Спойлер"
|
533 |
|
534 |
+
#: inc/core/data.php:251 inc/core/shortcodes.php:72
|
535 |
msgid "Spoiler title"
|
536 |
msgstr "Скрытый текст"
|
537 |
|
538 |
+
#: inc/core/data.php:252
|
539 |
msgid "Text in spoiler title"
|
540 |
msgstr "Текст для заголовка спойлера"
|
541 |
|
542 |
+
#: inc/core/data.php:257
|
543 |
msgid "Open"
|
544 |
msgstr "Открыт"
|
545 |
|
546 |
+
#: inc/core/data.php:258
|
547 |
msgid "Is spoiler content visible by default"
|
548 |
msgstr "Виден ли контент спойлера по умолчанию"
|
549 |
|
550 |
+
#: inc/core/data.php:264
|
551 |
msgid "Fancy"
|
552 |
msgstr "Стильный"
|
553 |
|
554 |
+
#: inc/core/data.php:265 inc/core/data.php:505
|
555 |
msgid "Simple"
|
556 |
msgstr "Простой"
|
557 |
|
558 |
+
#: inc/core/data.php:269
|
559 |
msgid "Choose style for this spoiler"
|
560 |
msgstr "Выберите стиль для этого спойлера"
|
561 |
|
562 |
+
#: inc/core/data.php:274
|
563 |
msgid "Plus"
|
564 |
msgstr "Плюс"
|
565 |
|
566 |
+
#: inc/core/data.php:275
|
567 |
msgid "Plus circle"
|
568 |
msgstr "Плюс в круге"
|
569 |
|
570 |
+
#: inc/core/data.php:276
|
571 |
msgid "Plus square 1"
|
572 |
msgstr "Плюс в квадрате 1"
|
573 |
|
574 |
+
#: inc/core/data.php:277
|
575 |
msgid "Plus square 2"
|
576 |
msgstr "Плюс в квадрате 2"
|
577 |
|
578 |
+
#: inc/core/data.php:278
|
579 |
msgid "Arrow"
|
580 |
msgstr "Стрелка"
|
581 |
|
582 |
+
#: inc/core/data.php:279
|
583 |
msgid "Arrow circle 1"
|
584 |
msgstr "Стрелка в круге 1"
|
585 |
|
586 |
+
#: inc/core/data.php:280
|
587 |
msgid "Arrow circle 2"
|
588 |
msgstr "Стрелка в круге 2"
|
589 |
|
590 |
+
#: inc/core/data.php:281
|
591 |
msgid "Chevron"
|
592 |
msgstr "Уголок"
|
593 |
|
594 |
+
#: inc/core/data.php:282
|
595 |
msgid "Chevron circle"
|
596 |
msgstr "Уголок в круге"
|
597 |
|
598 |
+
#: inc/core/data.php:283
|
599 |
msgid "Caret"
|
600 |
msgstr "Треугольник"
|
601 |
|
602 |
+
#: inc/core/data.php:284
|
603 |
msgid "Caret square"
|
604 |
msgstr "Треугольник в квадрате"
|
605 |
|
606 |
+
#: inc/core/data.php:285
|
607 |
msgid "Folder 1"
|
608 |
msgstr "Папка 1"
|
609 |
|
610 |
+
#: inc/core/data.php:286
|
611 |
msgid "Folder 2"
|
612 |
msgstr "Папка 2"
|
613 |
|
614 |
+
#: inc/core/data.php:289 inc/core/data.php:623 inc/core/data.php:728
|
615 |
+
#: inc/core/data.php:778
|
616 |
msgid "Icon"
|
617 |
msgstr "Иконка"
|
618 |
|
619 |
+
#: inc/core/data.php:290
|
620 |
msgid "Icons for spoiler"
|
621 |
msgstr "Иконка для спойлера"
|
622 |
|
623 |
+
#: inc/core/data.php:295
|
624 |
msgid ""
|
625 |
"You can use unique anchor for this spoiler to access it with hash in page "
|
626 |
"url. For example: type here <b%value>Hello</b> and then use url like http://"
|
631 |
"используйте ссылку вида http://example.com/page-utl#Hello. Этот спойлер "
|
632 |
"будет открыт и страница будет прокручена к нему"
|
633 |
|
634 |
+
#: inc/core/data.php:303
|
635 |
msgid "Hidden content"
|
636 |
msgstr "Скрытое содержимое"
|
637 |
|
638 |
+
#: inc/core/data.php:304
|
639 |
msgid "Spoiler with hidden content"
|
640 |
msgstr "Спойлер со скрытым содержимым"
|
641 |
|
642 |
+
#: inc/core/data.php:309
|
643 |
msgid "Accordion"
|
644 |
msgstr "Аккордеон"
|
645 |
|
646 |
+
#: inc/core/data.php:319
|
647 |
msgid ""
|
648 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
649 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
653 |
"[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
|
654 |
"[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
|
655 |
|
656 |
+
#: inc/core/data.php:320
|
657 |
msgid "Accordion with spoilers"
|
658 |
msgstr "Аккордеон со спойлерами"
|
659 |
|
660 |
+
#: inc/core/data.php:325
|
661 |
msgid "Divider"
|
662 |
msgstr "Разделитель"
|
663 |
|
664 |
+
#: inc/core/data.php:332
|
665 |
msgid "Show TOP link"
|
666 |
msgstr "Показать ссылку ВВЕРХ"
|
667 |
|
668 |
+
#: inc/core/data.php:333
|
669 |
msgid "Show link to top of the page or not"
|
670 |
msgstr "Показывать ссылку ВВЕРХ или нет"
|
671 |
|
672 |
+
#: inc/core/data.php:337 inc/core/shortcodes.php:99
|
673 |
msgid "Go to top"
|
674 |
msgstr "Вверх"
|
675 |
|
676 |
+
#: inc/core/data.php:338
|
677 |
msgid "Link text"
|
678 |
msgstr "Текст ссылки"
|
679 |
|
680 |
+
#: inc/core/data.php:338
|
681 |
msgid "Text for the GO TOP link"
|
682 |
msgstr "Текст ссылки ВВЕРХ"
|
683 |
|
684 |
+
#: inc/core/data.php:346
|
685 |
msgid "Content divider with optional TOP link"
|
686 |
msgstr "Разделитель текста со ссылкой ВВЕРХ"
|
687 |
|
688 |
+
#: inc/core/data.php:351
|
689 |
msgid "Spacer"
|
690 |
msgstr "Пробел"
|
691 |
|
692 |
+
#: inc/core/data.php:361 inc/core/data.php:1076 inc/core/data.php:1132
|
693 |
+
#: inc/core/data.php:1244 inc/core/data.php:1293 inc/core/data.php:1389
|
694 |
+
#: inc/core/data.php:1645 inc/core/data.php:1684 inc/core/data.php:1765
|
695 |
+
#: inc/core/data.php:1883 inc/core/data.php:2018 inc/core/data.php:2235
|
696 |
msgid "Height"
|
697 |
msgstr "Высота"
|
698 |
|
699 |
+
#: inc/core/data.php:362
|
700 |
msgid "Height of the spacer in pixels"
|
701 |
msgstr "Высота пробела в пикселях"
|
702 |
|
703 |
+
#: inc/core/data.php:370
|
704 |
msgid "Empty space with adjustable height"
|
705 |
msgstr "Пробел с настраиваемой высотой"
|
706 |
|
707 |
+
#: inc/core/data.php:375
|
708 |
msgid "Highlight"
|
709 |
msgstr "Выделитель"
|
710 |
|
711 |
+
#: inc/core/data.php:383 inc/core/data.php:683 inc/core/data.php:872
|
712 |
msgid "Background"
|
713 |
msgstr "Фон"
|
714 |
|
715 |
+
#: inc/core/data.php:384
|
716 |
msgid "Highlighted text background color"
|
717 |
msgstr "Цвет фона выделяемого текста"
|
718 |
|
719 |
+
#: inc/core/data.php:390 inc/core/data.php:689 inc/core/data.php:878
|
720 |
msgid "Text color"
|
721 |
msgstr "Цвет текста"
|
722 |
|
723 |
+
#: inc/core/data.php:390
|
724 |
msgid "Highlighted text color"
|
725 |
msgstr "Цвет выделяемого текста"
|
726 |
|
727 |
+
#: inc/core/data.php:398 inc/core/data.php:399
|
728 |
msgid "Highlighted text"
|
729 |
msgstr "Подсвеченный текст"
|
730 |
|
731 |
+
#: inc/core/data.php:404 inc/core/data.php:428 inc/vendor/sunrise.php:409
|
732 |
msgid "Label"
|
733 |
msgstr "Ярлык"
|
734 |
|
735 |
+
#: inc/core/data.php:412
|
736 |
msgid "Success"
|
737 |
msgstr "Успех"
|
738 |
|
739 |
+
#: inc/core/data.php:413
|
740 |
msgid "Warning"
|
741 |
msgstr "Внимание"
|
742 |
|
743 |
+
#: inc/core/data.php:414
|
744 |
msgid "Important"
|
745 |
msgstr "Важно"
|
746 |
|
747 |
+
#: inc/core/data.php:415
|
748 |
msgid "Black"
|
749 |
msgstr "Черный"
|
750 |
|
751 |
+
#: inc/core/data.php:416
|
752 |
msgid "Info"
|
753 |
msgstr "Инфо"
|
754 |
|
755 |
+
#: inc/core/data.php:419
|
756 |
msgid "Type"
|
757 |
msgstr "Тип"
|
758 |
|
759 |
+
#: inc/core/data.php:420
|
760 |
msgid "Style of the label"
|
761 |
msgstr "Стиль ярлыка"
|
762 |
|
763 |
+
#: inc/core/data.php:429
|
764 |
msgid "Styled label"
|
765 |
msgstr "Стильный ярлык"
|
766 |
|
767 |
+
#: inc/core/data.php:434 inc/core/data.php:464
|
768 |
msgid "Quote"
|
769 |
msgstr "Цитата"
|
770 |
|
771 |
+
#: inc/core/data.php:445
|
772 |
msgid "Choose style for this quote"
|
773 |
msgstr "Выберите стиль для этой цитаты"
|
774 |
|
775 |
+
#: inc/core/data.php:449
|
776 |
msgid "Cite"
|
777 |
msgstr "Автор"
|
778 |
|
779 |
+
#: inc/core/data.php:450
|
780 |
msgid "Quote author name"
|
781 |
msgstr "Имя автора цитаты"
|
782 |
|
783 |
+
#: inc/core/data.php:455
|
784 |
msgid "Cite url"
|
785 |
msgstr "Ссылка автора"
|
786 |
|
787 |
+
#: inc/core/data.php:456
|
788 |
msgid "Url of the quote author. Leave empty to disable link"
|
789 |
msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
|
790 |
|
791 |
+
#: inc/core/data.php:465
|
792 |
msgid "Blockquote alternative"
|
793 |
msgstr "Альтернатива цитаты"
|
794 |
|
795 |
+
#: inc/core/data.php:470 inc/core/data.php:489 inc/core/data.php:490
|
796 |
msgid "Pullquote"
|
797 |
msgstr "Цитата с обтеканием"
|
798 |
|
799 |
+
#: inc/core/data.php:481
|
800 |
msgid "Pullquote alignment (float)"
|
801 |
msgstr "Выравнивание цитаты (обтекание)"
|
802 |
|
803 |
+
#: inc/core/data.php:495 inc/core/data.php:526
|
804 |
msgid "Dropcap"
|
805 |
msgstr "Буквица"
|
806 |
|
807 |
+
#: inc/core/data.php:503 inc/core/data.php:668
|
808 |
msgid "Flat"
|
809 |
msgstr "Плоский"
|
810 |
|
811 |
+
#: inc/core/data.php:504
|
812 |
msgid "Light"
|
813 |
msgstr "Светлый"
|
814 |
|
815 |
+
#: inc/core/data.php:508
|
816 |
msgid "Dropcap style preset"
|
817 |
msgstr "Стиль буквицы"
|
818 |
|
819 |
+
#: inc/core/data.php:517
|
820 |
msgid "Choose dropcap size"
|
821 |
msgstr "Выберите размер буквицы"
|
822 |
|
823 |
+
#: inc/core/data.php:525
|
824 |
msgid "D"
|
825 |
msgstr "D"
|
826 |
|
827 |
+
#: inc/core/data.php:531
|
828 |
msgid "Frame"
|
829 |
msgstr "Рамка"
|
830 |
|
831 |
+
#: inc/core/data.php:544
|
832 |
msgid "Frame alignment"
|
833 |
msgstr "Выравнивание рамки"
|
834 |
|
835 |
+
#: inc/core/data.php:553
|
836 |
msgid "Styled image frame"
|
837 |
msgstr "Стильный рамка изображения"
|
838 |
|
839 |
+
#: inc/core/data.php:558
|
840 |
msgid "Row"
|
841 |
msgstr "Колонки"
|
842 |
|
843 |
+
#: inc/core/data.php:568
|
844 |
msgid ""
|
845 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
846 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
850 |
"[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
|
851 |
"[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
|
852 |
|
853 |
+
#: inc/core/data.php:569
|
854 |
msgid "Row for flexible columns"
|
855 |
msgstr "Контейнер с резиновыми колонками"
|
856 |
|
857 |
+
#: inc/core/data.php:574
|
858 |
msgid "Column"
|
859 |
msgstr "Колонка"
|
860 |
|
861 |
+
#: inc/core/data.php:581
|
862 |
msgid "Full width"
|
863 |
msgstr "Во всю ширину"
|
864 |
|
865 |
+
#: inc/core/data.php:582
|
866 |
msgid "One half"
|
867 |
msgstr "Одна вторая"
|
868 |
|
869 |
+
#: inc/core/data.php:583
|
870 |
msgid "One third"
|
871 |
msgstr "Одна третья"
|
872 |
|
873 |
+
#: inc/core/data.php:584
|
874 |
msgid "Two third"
|
875 |
msgstr "Две трети"
|
876 |
|
877 |
+
#: inc/core/data.php:585
|
878 |
msgid "One fourth"
|
879 |
msgstr "Одна четвертая"
|
880 |
|
881 |
+
#: inc/core/data.php:586
|
882 |
msgid "Three fourth"
|
883 |
msgstr "Три четвертых"
|
884 |
|
885 |
+
#: inc/core/data.php:587
|
886 |
msgid "One fifth"
|
887 |
msgstr "Одна пятая"
|
888 |
|
889 |
+
#: inc/core/data.php:588
|
890 |
msgid "Two fifth"
|
891 |
msgstr "Две пятых"
|
892 |
|
893 |
+
#: inc/core/data.php:589
|
894 |
msgid "Three fifth"
|
895 |
msgstr "Три пятых"
|
896 |
|
897 |
+
#: inc/core/data.php:590
|
898 |
msgid "Four fifth"
|
899 |
msgstr "Четыре пятых"
|
900 |
|
901 |
+
#: inc/core/data.php:591
|
902 |
msgid "One sixth"
|
903 |
msgstr "Одна шестая"
|
904 |
|
905 |
+
#: inc/core/data.php:592
|
906 |
msgid "Five sixth"
|
907 |
msgstr "Пять шестых"
|
908 |
|
909 |
+
#: inc/core/data.php:596
|
910 |
msgid "Select column width. This width will be calculated depend page width"
|
911 |
msgstr ""
|
912 |
"Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
|
913 |
|
914 |
+
#: inc/core/data.php:601 inc/core/data.php:709
|
915 |
msgid "Centered"
|
916 |
msgstr "По центру"
|
917 |
|
918 |
+
#: inc/core/data.php:602
|
919 |
msgid "Is this column centered on the page"
|
920 |
msgstr "Колонка выровнена по центру страницы"
|
921 |
|
922 |
+
#: inc/core/data.php:610
|
923 |
msgid "Column content"
|
924 |
msgstr "Содержимое колонки"
|
925 |
|
926 |
+
#: inc/core/data.php:611
|
927 |
msgid "Flexible and responsive columns"
|
928 |
msgstr "Резновые колонки"
|
929 |
|
930 |
+
#: inc/core/data.php:616
|
931 |
msgid "List"
|
932 |
msgstr "Список"
|
933 |
|
934 |
+
#: inc/core/data.php:624
|
935 |
msgid "You can upload custom icon for this list or pick a built-in icon"
|
936 |
msgstr "Вы можете загрузить свою иконку для этого списка или выбрать из списка"
|
937 |
|
938 |
+
#: inc/core/data.php:629 inc/core/data.php:734 inc/core/data.php:784
|
939 |
msgid "Icon color"
|
940 |
msgstr "Цвет иконки"
|
941 |
|
942 |
+
#: inc/core/data.php:630 inc/core/data.php:735 inc/core/data.php:785
|
943 |
msgid ""
|
944 |
"This color will be applied to the selected icon. Does not works with "
|
945 |
"uploaded icons"
|
947 |
"Этот цвет будет применен только к иконке выбранной из списка. Не работает "
|
948 |
"для загруженных иконок"
|
949 |
|
950 |
+
#: inc/core/data.php:638
|
951 |
msgid ""
|
952 |
"<ul>\n"
|
953 |
"<li>List item</li>\n"
|
961 |
"<li>Элемент списка</li>\n"
|
962 |
"</ul>"
|
963 |
|
964 |
+
#: inc/core/data.php:639
|
965 |
msgid "Styled unordered list"
|
966 |
msgstr "Стильный неупорядоченный список"
|
967 |
|
968 |
+
#: inc/core/data.php:644
|
969 |
msgid "Button"
|
970 |
msgstr "Кнопка"
|
971 |
|
972 |
+
#: inc/core/data.php:651
|
973 |
msgid "Link"
|
974 |
msgstr "Ссылка"
|
975 |
|
976 |
+
#: inc/core/data.php:652
|
977 |
msgid "Button link"
|
978 |
msgstr "Ссылка кнопки"
|
979 |
|
980 |
+
#: inc/core/data.php:657 inc/core/data.php:1455
|
981 |
msgid "Same tab"
|
982 |
msgstr "Та же вкладка"
|
983 |
|
984 |
+
#: inc/core/data.php:658 inc/core/data.php:1456
|
985 |
msgid "New tab"
|
986 |
msgstr "Новая вкладка"
|
987 |
|
988 |
+
#: inc/core/data.php:661 inc/core/data.php:1459
|
989 |
msgid "Target"
|
990 |
msgstr "Цель"
|
991 |
|
992 |
+
#: inc/core/data.php:662
|
993 |
msgid "Button link target"
|
994 |
msgstr "Цель ссылки кнопки"
|
995 |
|
996 |
+
#: inc/core/data.php:669 inc/core/data.php:821
|
997 |
msgid "Soft"
|
998 |
msgstr "Мягкий"
|
999 |
|
1000 |
+
#: inc/core/data.php:670 inc/core/data.php:822
|
1001 |
msgid "Glass"
|
1002 |
msgstr "Стекло"
|
1003 |
|
1004 |
+
#: inc/core/data.php:671 inc/core/data.php:823
|
1005 |
msgid "Bubbles"
|
1006 |
msgstr "Пузыри"
|
1007 |
|
1008 |
+
#: inc/core/data.php:672 inc/core/data.php:824
|
1009 |
msgid "Noise"
|
1010 |
msgstr "Шум"
|
1011 |
|
1012 |
+
#: inc/core/data.php:673
|
1013 |
msgid "Stroked"
|
1014 |
msgstr "Прошитый"
|
1015 |
|
1016 |
+
#: inc/core/data.php:674
|
1017 |
msgid "3D"
|
1018 |
msgstr "3D"
|
1019 |
|
1020 |
+
#: inc/core/data.php:677
|
1021 |
msgid "Button background style preset"
|
1022 |
msgstr "Стиль фона кнопки"
|
1023 |
|
1024 |
+
#: inc/core/data.php:683
|
1025 |
msgid "Button background color"
|
1026 |
msgstr "Цвет фона кнопки"
|
1027 |
|
1028 |
+
#: inc/core/data.php:690
|
1029 |
msgid "Button text color"
|
1030 |
msgstr "Цвет текста кнопки"
|
1031 |
|
1032 |
+
#: inc/core/data.php:699
|
1033 |
msgid "Button size"
|
1034 |
msgstr "Размер кнопки"
|
1035 |
|
1036 |
+
#: inc/core/data.php:704
|
1037 |
msgid "Fluid"
|
1038 |
msgstr "Резиновая"
|
1039 |
|
1040 |
+
#: inc/core/data.php:704
|
1041 |
msgid "Fluid buttons has 100% width"
|
1042 |
msgstr "Резиновые кнопки имеют ширину 100%"
|
1043 |
|
1044 |
+
#: inc/core/data.php:709
|
1045 |
msgid "Is button centered on the page"
|
1046 |
msgstr "Кнопка выровнена по центру страницы"
|
1047 |
|
1048 |
+
#: inc/core/data.php:714
|
1049 |
msgid "Auto"
|
1050 |
msgstr "Авто"
|
1051 |
|
1052 |
+
#: inc/core/data.php:715
|
1053 |
msgid "Round"
|
1054 |
msgstr "Круглый"
|
1055 |
|
1056 |
+
#: inc/core/data.php:716
|
1057 |
msgid "Square"
|
1058 |
msgstr "Квадратный"
|
1059 |
|
1060 |
+
#: inc/core/data.php:722 inc/core/data.php:849 inc/core/data.php:887
|
1061 |
msgid "Radius"
|
1062 |
msgstr "Радиус"
|
1063 |
|
1064 |
+
#: inc/core/data.php:723
|
1065 |
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
1066 |
msgstr ""
|
1067 |
"Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
|
1068 |
|
1069 |
+
#: inc/core/data.php:729
|
1070 |
msgid "You can upload custom icon for this button or pick a built-in icon"
|
1071 |
msgstr "Вы можете загрузить свою иконку для этой кнопки или выбрать из списка"
|
1072 |
|
1073 |
+
#: inc/core/data.php:740
|
1074 |
msgid "Text shadow"
|
1075 |
msgstr "Тень текста"
|
1076 |
|
1077 |
+
#: inc/core/data.php:741
|
1078 |
msgid "Button text shadow"
|
1079 |
msgstr "Тень текста на кнопке"
|
1080 |
|
1081 |
+
#: inc/core/data.php:745
|
1082 |
msgid "Description"
|
1083 |
msgstr "Описание"
|
1084 |
|
1085 |
+
#: inc/core/data.php:746
|
1086 |
msgid ""
|
1087 |
"Small description under button text. This option is incompatible with icon."
|
1088 |
msgstr ""
|
1089 |
"Небольшое описание под текстом кнопки. Это описание не совместимо с иконками "
|
1090 |
"кнопок."
|
1091 |
|
1092 |
+
#: inc/core/data.php:750
|
1093 |
msgid "onClick"
|
1094 |
msgstr "onClick"
|
1095 |
|
1096 |
+
#: inc/core/data.php:751
|
1097 |
msgid "Advanced JavaScript code for onClick action"
|
1098 |
msgstr "JavaScript код для атрибута onClick"
|
1099 |
|
1100 |
+
#: inc/core/data.php:759
|
1101 |
msgid "Button text"
|
1102 |
msgstr "Текст кнопки"
|
1103 |
|
1104 |
+
#: inc/core/data.php:760
|
1105 |
msgid "Styled button"
|
1106 |
msgstr "Стильная кнопка"
|
1107 |
|
1108 |
+
#: inc/core/data.php:765
|
1109 |
msgid "Service"
|
1110 |
msgstr "Услуга"
|
1111 |
|
1112 |
+
#: inc/core/data.php:771 inc/core/shortcodes.php:430
|
1113 |
msgid "Service title"
|
1114 |
msgstr "Название услуги"
|
1115 |
|
1116 |
+
#: inc/core/data.php:773
|
1117 |
msgid "Service name"
|
1118 |
msgstr "Название услуги"
|
1119 |
|
1120 |
+
#: inc/core/data.php:779
|
1121 |
msgid "You can upload custom icon for this box"
|
1122 |
msgstr "Вы можете загрузить свою иконку для этого блока"
|
1123 |
|
1124 |
+
#: inc/core/data.php:793
|
1125 |
msgid "Icon size"
|
1126 |
msgstr "Размер иконки"
|
1127 |
|
1128 |
+
#: inc/core/data.php:794
|
1129 |
msgid "Size of the uploaded icon in pixels"
|
1130 |
msgstr "Размер загруженной иконки в пикселях"
|
1131 |
|
1132 |
+
#: inc/core/data.php:802
|
1133 |
msgid "Service description"
|
1134 |
msgstr "Описание услуги"
|
1135 |
|
1136 |
+
#: inc/core/data.php:803
|
1137 |
msgid "Service box with title"
|
1138 |
msgstr "Блок услуга с заголовком"
|
1139 |
|
1140 |
+
#: inc/core/data.php:814
|
1141 |
msgid "Box title"
|
1142 |
msgstr "Заголовок блока"
|
1143 |
|
1144 |
+
#: inc/core/data.php:815
|
1145 |
msgid "Text for the box title"
|
1146 |
msgstr "Текст для заголовка блока"
|
1147 |
|
1148 |
+
#: inc/core/data.php:828
|
1149 |
msgid "Box style preset"
|
1150 |
msgstr "Стиль блока"
|
1151 |
|
1152 |
+
#: inc/core/data.php:834 inc/core/generator-views.php:99
|
1153 |
msgid "Color"
|
1154 |
msgstr "Цвет"
|
1155 |
|
1156 |
+
#: inc/core/data.php:835
|
1157 |
msgid "Color for the box title and borders"
|
1158 |
msgstr "Цвет заголовка блока и его рамки"
|
1159 |
|
1160 |
+
#: inc/core/data.php:841
|
1161 |
msgid "Title text color"
|
1162 |
msgstr "Цвет текста заголовка"
|
1163 |
|
1164 |
+
#: inc/core/data.php:841
|
1165 |
msgid "Color for the box title text"
|
1166 |
msgstr "Цвет текста в заголовке блока"
|
1167 |
|
1168 |
+
#: inc/core/data.php:850
|
1169 |
msgid "Box corners radius"
|
1170 |
msgstr "Радиус углов"
|
1171 |
|
1172 |
+
#: inc/core/data.php:858
|
1173 |
msgid "Box content"
|
1174 |
msgstr "Содержимое блока"
|
1175 |
|
1176 |
+
#: inc/core/data.php:859
|
1177 |
msgid "Colored box with caption"
|
1178 |
msgstr "Цветной блок с заголовком"
|
1179 |
|
1180 |
+
#: inc/core/data.php:864
|
1181 |
msgid "Note"
|
1182 |
msgstr "Заметка"
|
1183 |
|
1184 |
+
#: inc/core/data.php:872
|
1185 |
msgid "Note background color"
|
1186 |
msgstr "Цвет фона заметки"
|
1187 |
|
1188 |
+
#: inc/core/data.php:879
|
1189 |
msgid "Note text color"
|
1190 |
msgstr "Цвет текста заметки"
|
1191 |
|
1192 |
+
#: inc/core/data.php:887
|
1193 |
msgid "Note corners radius"
|
1194 |
msgstr "Радиус углов"
|
1195 |
|
1196 |
+
#: inc/core/data.php:895
|
1197 |
msgid "Note text"
|
1198 |
msgstr "Текст заметки"
|
1199 |
|
1200 |
+
#: inc/core/data.php:896
|
1201 |
msgid "Colored box"
|
1202 |
msgstr "Цветной блок"
|
1203 |
|
1204 |
+
#: inc/core/data.php:901
|
1205 |
msgid "Lightbox"
|
1206 |
msgstr "Лайтбокс"
|
1207 |
|
1208 |
+
#: inc/core/data.php:908
|
1209 |
msgid "Iframe"
|
1210 |
msgstr "Фрейм (iframe)"
|
1211 |
|
1212 |
+
#: inc/core/data.php:909
|
1213 |
msgid "Image"
|
1214 |
msgstr "Изображение"
|
1215 |
|
1216 |
+
#: inc/core/data.php:910
|
1217 |
msgid "Inline (html content)"
|
1218 |
msgstr "HTML элемент"
|
1219 |
|
1220 |
+
#: inc/core/data.php:913
|
1221 |
msgid "Content type"
|
1222 |
msgstr "Тип содержимого"
|
1223 |
|
1224 |
+
#: inc/core/data.php:914
|
1225 |
msgid "Select type of the lightbox window content"
|
1226 |
msgstr "Выберите тип содержимого в окне лайтбокса"
|
1227 |
|
1228 |
+
#: inc/core/data.php:918
|
1229 |
msgid "Content source"
|
1230 |
msgstr "Источник содержимого"
|
1231 |
|
1232 |
+
#: inc/core/data.php:919
|
1233 |
msgid ""
|
1234 |
"Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
|
1235 |
"Use CSS selector for Inline content type.<br />Example values:<br /><b"
|
1246 |
"%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b"
|
1247 |
"%value>#contact-form</b> - любой HTML элемент (html элемент)"
|
1248 |
|
1249 |
+
#: inc/core/data.php:927
|
1250 |
msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
|
1251 |
msgstr ""
|
1252 |
"[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
|
1253 |
|
1254 |
+
#: inc/core/data.php:928
|
1255 |
msgid "Lightbox window with custom content"
|
1256 |
msgstr "Лайтбокс с произвольным содержимым"
|
1257 |
|
1258 |
+
#: inc/core/data.php:933
|
1259 |
msgid "Tooltip"
|
1260 |
msgstr "Подсказка"
|
1261 |
|
1262 |
+
#: inc/core/data.php:940
|
1263 |
msgid "Basic: Light"
|
1264 |
msgstr "Базовый: Светлый"
|
1265 |
|
1266 |
+
#: inc/core/data.php:941
|
1267 |
msgid "Basic: Dark"
|
1268 |
msgstr "Базовый: Темный"
|
1269 |
|
1270 |
+
#: inc/core/data.php:942
|
1271 |
msgid "Basic: Yellow"
|
1272 |
msgstr "Базовый: Желтый"
|
1273 |
|
1274 |
+
#: inc/core/data.php:943
|
1275 |
msgid "Basic: Green"
|
1276 |
msgstr "Базовый: Зеленый"
|
1277 |
|
1278 |
+
#: inc/core/data.php:944
|
1279 |
msgid "Basic: Red"
|
1280 |
msgstr "Базовый: Красный"
|
1281 |
|
1282 |
+
#: inc/core/data.php:945
|
1283 |
msgid "Basic: Blue"
|
1284 |
msgstr "Базовый: Голубой"
|
1285 |
|
1286 |
+
#: inc/core/data.php:946
|
1287 |
msgid "Youtube"
|
1288 |
msgstr "Youtube"
|
1289 |
|
1290 |
+
#: inc/core/data.php:947
|
1291 |
msgid "Tipsy"
|
1292 |
msgstr "Tipsy"
|
1293 |
|
1294 |
+
#: inc/core/data.php:948
|
1295 |
msgid "Bootstrap"
|
1296 |
msgstr "Bootstrap"
|
1297 |
|
1298 |
+
#: inc/core/data.php:949
|
1299 |
msgid "jTools"
|
1300 |
msgstr "jTools"
|
1301 |
|
1302 |
+
#: inc/core/data.php:950
|
1303 |
msgid "Tipped"
|
1304 |
msgstr "Tipped"
|
1305 |
|
1306 |
+
#: inc/core/data.php:951
|
1307 |
msgid "Cluetip"
|
1308 |
msgstr "Cluetip"
|
1309 |
|
1310 |
+
#: inc/core/data.php:955
|
1311 |
msgid "Tooltip window style"
|
1312 |
msgstr "Стиль окна подсказки"
|
1313 |
|
1314 |
+
#: inc/core/data.php:960
|
1315 |
msgid "Top"
|
1316 |
msgstr "Сверху"
|
1317 |
|
1318 |
+
#: inc/core/data.php:961
|
1319 |
msgid "Bottom"
|
1320 |
msgstr "Снизу"
|
1321 |
|
1322 |
+
#: inc/core/data.php:966
|
1323 |
msgid "Position"
|
1324 |
msgstr "Положение"
|
1325 |
|
1326 |
+
#: inc/core/data.php:967
|
1327 |
msgid "Tooltip position"
|
1328 |
msgstr "Положение всплывающей подсказки"
|
1329 |
|
1330 |
+
#: inc/core/data.php:972
|
1331 |
msgid "Shadow"
|
1332 |
msgstr "Тень"
|
1333 |
|
1334 |
+
#: inc/core/data.php:973
|
1335 |
msgid ""
|
1336 |
"Add shadow to tooltip. This option is only works with basic styes, e.g. "
|
1337 |
"blue, green etc."
|
1338 |
msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
|
1339 |
|
1340 |
+
#: inc/core/data.php:978
|
1341 |
msgid "Rounded corners"
|
1342 |
msgstr "Скругление"
|
1343 |
|
1344 |
+
#: inc/core/data.php:979
|
1345 |
msgid ""
|
1346 |
"Use rounded for tooltip. This option is only works with basic styes, e.g. "
|
1347 |
"blue, green etc."
|
1349 |
"Добавить скругленные уголки окну подсказки. Скругление работает только для "
|
1350 |
"базовых стилей."
|
1351 |
|
1352 |
+
#: inc/core/data.php:993
|
1353 |
msgid "Font size"
|
1354 |
msgstr "Размер шрифта"
|
1355 |
|
1356 |
+
#: inc/core/data.php:994
|
1357 |
msgid "Tooltip font size"
|
1358 |
msgstr "Размер шрифта подсказки"
|
1359 |
|
1360 |
+
#: inc/core/data.php:998
|
1361 |
msgid "Tooltip title"
|
1362 |
msgstr "Заголовок подсказки"
|
1363 |
|
1364 |
+
#: inc/core/data.php:999
|
1365 |
msgid ""
|
1366 |
"Enter title for tooltip window. Leave this field empty to hide the title"
|
1367 |
msgstr ""
|
1368 |
"Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть "
|
1369 |
"заголовок"
|
1370 |
|
1371 |
+
#: inc/core/data.php:1002 inc/core/shortcodes.php:508
|
1372 |
msgid "Tooltip text"
|
1373 |
msgstr "Текст подсказки"
|
1374 |
|
1375 |
+
#: inc/core/data.php:1003
|
1376 |
msgid "Tooltip content"
|
1377 |
msgstr "Содержимое подсказки"
|
1378 |
|
1379 |
+
#: inc/core/data.php:1004
|
1380 |
msgid "Enter tooltip content here"
|
1381 |
msgstr "Введите сюда содержимое подсказки"
|
1382 |
|
1383 |
+
#: inc/core/data.php:1009
|
1384 |
msgid "Show and hide on mouse hover"
|
1385 |
msgstr "Показать и скрыть при наведении мыши"
|
1386 |
|
1387 |
+
#: inc/core/data.php:1010
|
1388 |
msgid "Show and hide by mouse click"
|
1389 |
msgstr "Показать и скрыть по клику мыши"
|
1390 |
|
1391 |
+
#: inc/core/data.php:1011
|
1392 |
msgid "Always visible"
|
1393 |
msgstr "Всегда видима"
|
1394 |
|
1395 |
+
#: inc/core/data.php:1014
|
1396 |
msgid "Behavior"
|
1397 |
msgstr "Поведение"
|
1398 |
|
1399 |
+
#: inc/core/data.php:1015
|
1400 |
msgid "Select tooltip behavior"
|
1401 |
msgstr "Выберите поведение подсказки"
|
1402 |
|
1403 |
+
#: inc/core/data.php:1020
|
1404 |
msgid "Close button"
|
1405 |
msgstr "Кнопка закрыть"
|
1406 |
|
1407 |
+
#: inc/core/data.php:1021
|
1408 |
msgid "Show close button"
|
1409 |
msgstr "Показывать кнопку закрыть"
|
1410 |
|
1411 |
+
#: inc/core/data.php:1029
|
1412 |
msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
|
1413 |
msgstr ""
|
1414 |
"[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
|
1415 |
|
1416 |
+
#: inc/core/data.php:1030
|
1417 |
msgid "Tooltip window with custom content"
|
1418 |
msgstr "Всплывающая подсказка с произвольным содержимым"
|
1419 |
|
1420 |
+
#: inc/core/data.php:1035
|
1421 |
msgid "Private"
|
1422 |
msgstr "Заметка для авторов"
|
1423 |
|
1424 |
+
#: inc/core/data.php:1045
|
1425 |
msgid "Private note text"
|
1426 |
msgstr "Текст приватной заметки"
|
1427 |
|
1428 |
+
#: inc/core/data.php:1046
|
1429 |
msgid "Private note for post authors"
|
1430 |
msgstr "Приватный текст для других авторов"
|
1431 |
|
1432 |
+
#: inc/core/data.php:1051
|
1433 |
msgid "YouTube"
|
1434 |
msgstr "YouTube"
|
1435 |
|
1436 |
+
#: inc/core/data.php:1058 inc/core/data.php:1109 inc/core/data.php:1227
|
1437 |
+
#: inc/core/data.php:1276 inc/core/data.php:1530 inc/core/data.php:1627
|
1438 |
msgid "Url"
|
1439 |
msgstr "Ссылка"
|
1440 |
|
1441 |
+
#: inc/core/data.php:1059 inc/core/data.php:1110
|
1442 |
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1443 |
msgstr ""
|
1444 |
"Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
|
1445 |
|
1446 |
+
#: inc/core/data.php:1067 inc/core/data.php:1123 inc/core/data.php:1235
|
1447 |
+
#: inc/core/data.php:1284 inc/core/data.php:1326 inc/core/data.php:1380
|
1448 |
+
#: inc/core/data.php:1636 inc/core/data.php:1675 inc/core/data.php:1757
|
1449 |
+
#: inc/core/data.php:1874 inc/core/data.php:2010 inc/core/data.php:2226
|
1450 |
msgid "Width"
|
1451 |
msgstr "Ширина"
|
1452 |
|
1453 |
+
#: inc/core/data.php:1068 inc/core/data.php:1124 inc/core/data.php:1236
|
1454 |
+
#: inc/core/data.php:1285 inc/core/data.php:1381
|
1455 |
msgid "Player width"
|
1456 |
msgstr "Ширина плеера"
|
1457 |
|
1458 |
+
#: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
|
1459 |
+
#: inc/core/data.php:1294 inc/core/data.php:1390
|
1460 |
msgid "Player height"
|
1461 |
msgstr "Высота плеера"
|
1462 |
|
1463 |
+
#: inc/core/data.php:1082 inc/core/data.php:1138 inc/core/data.php:1250
|
1464 |
+
#: inc/core/data.php:1299 inc/core/data.php:1651 inc/core/data.php:1690
|
1465 |
+
#: inc/core/data.php:1770 inc/core/data.php:1889
|
1466 |
msgid "Responsive"
|
1467 |
msgstr "Отзывчивость (responsive)"
|
1468 |
|
1469 |
+
#: inc/core/data.php:1083 inc/core/data.php:1139 inc/core/data.php:1251
|
1470 |
+
#: inc/core/data.php:1300
|
1471 |
msgid "Ignore width and height parameters and make player responsive"
|
1472 |
msgstr ""
|
1473 |
"Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
|
1474 |
|
1475 |
+
#: inc/core/data.php:1088 inc/core/data.php:1172 inc/core/data.php:1256
|
1476 |
+
#: inc/core/data.php:1332 inc/core/data.php:1401 inc/core/data.php:1805
|
1477 |
+
#: inc/core/data.php:1941
|
1478 |
msgid "Autoplay"
|
1479 |
msgstr "Автовоспроизведение"
|
1480 |
|
1481 |
+
#: inc/core/data.php:1089 inc/core/data.php:1173 inc/core/data.php:1257
|
1482 |
msgid "Play video automatically when page is loaded"
|
1483 |
msgstr "Воспроизвести видео автоматически при открытии страницы"
|
1484 |
|
1485 |
+
#: inc/core/data.php:1097
|
1486 |
msgid "YouTube video"
|
1487 |
msgstr "Видео YouTube"
|
1488 |
|
1489 |
+
#: inc/core/data.php:1102
|
1490 |
msgid "YouTube Advanced"
|
1491 |
msgstr "YouTube продвинутый"
|
1492 |
|
1493 |
+
#: inc/core/data.php:1114
|
1494 |
msgid "Playlist"
|
1495 |
msgstr "Плейлист"
|
1496 |
|
1497 |
+
#: inc/core/data.php:1115
|
1498 |
msgid ""
|
1499 |
"Value is a comma-separated list of video IDs to play. If you specify a "
|
1500 |
"value, the first video that plays will be the VIDEO_ID specified in the URL "
|
1504 |
"значение, то первым будет проиграно видео из параметра URL, а указанные "
|
1505 |
"здесь видео будут проиграны после него"
|
1506 |
|
1507 |
+
#: inc/core/data.php:1144
|
1508 |
msgid "0 - Hide controls"
|
1509 |
msgstr "0 - Спрятать панель"
|
1510 |
|
1511 |
+
#: inc/core/data.php:1145
|
1512 |
msgid "1 - Show controls"
|
1513 |
msgstr "1 - Показать панель"
|
1514 |
|
1515 |
+
#: inc/core/data.php:1146
|
1516 |
msgid "2 - Show controls when playback is started"
|
1517 |
msgstr "2 - Показать панель при начале воспроизведения"
|
1518 |
|
1519 |
+
#: inc/core/data.php:1149 inc/core/data.php:1395
|
1520 |
msgid "Controls"
|
1521 |
msgstr "Элементы управления"
|
1522 |
|
1523 |
+
#: inc/core/data.php:1150
|
1524 |
msgid "This parameter indicates whether the video player controls will display"
|
1525 |
msgstr ""
|
1526 |
"Этот параметр определяет как показывать панель управления воспроизведением"
|
1527 |
|
1528 |
+
#: inc/core/data.php:1155
|
1529 |
msgid "0 - Do not hide controls"
|
1530 |
msgstr "0 - Не прятать панель"
|
1531 |
|
1532 |
+
#: inc/core/data.php:1156
|
1533 |
msgid "1 - Hide all controls on mouse out"
|
1534 |
msgstr "1 - Спрятать панель при уходе мыши"
|
1535 |
|
1536 |
+
#: inc/core/data.php:1157
|
1537 |
msgid "2 - Hide progress bar on mouse out"
|
1538 |
msgstr "2 - Спрятать полосу прокрутки при уходе мыши"
|
1539 |
|
1540 |
+
#: inc/core/data.php:1160
|
1541 |
msgid "Autohide"
|
1542 |
msgstr "Авто-скрытие"
|
1543 |
|
1544 |
+
#: inc/core/data.php:1161
|
1545 |
msgid ""
|
1546 |
"This parameter indicates whether the video controls will automatically hide "
|
1547 |
"after a video begins playing"
|
1549 |
"Этот параметр определяет как скрывать панель управления воспроизведением во "
|
1550 |
"время проигрывания ролика"
|
1551 |
|
1552 |
+
#: inc/core/data.php:1166
|
1553 |
msgid "Show title bar"
|
1554 |
msgstr "Показывать заголовок"
|
1555 |
|
1556 |
+
#: inc/core/data.php:1167
|
1557 |
msgid ""
|
1558 |
"If you set the parameter value to NO, then the player will not display "
|
1559 |
"information like the video title and uploader before the video starts "
|
1562 |
"Если вы установите параметр на НЕТ, то в плеере не будет показан заголовок с "
|
1563 |
"названием видео и имя автора видео"
|
1564 |
|
1565 |
+
#: inc/core/data.php:1178 inc/core/data.php:1338 inc/core/data.php:1407
|
1566 |
msgid "Loop"
|
1567 |
msgstr "Повтор"
|
1568 |
|
1569 |
+
#: inc/core/data.php:1179
|
1570 |
msgid ""
|
1571 |
"Setting of YES will cause the player to play the initial video again and "
|
1572 |
"again"
|
1573 |
msgstr "Видео будет снова проиграно по окнчании воспроизведения"
|
1574 |
|
1575 |
+
#: inc/core/data.php:1184
|
1576 |
msgid "Related videos"
|
1577 |
msgstr "Похожие видео"
|
1578 |
|
1579 |
+
#: inc/core/data.php:1185
|
1580 |
msgid ""
|
1581 |
"This parameter indicates whether the player should show related videos when "
|
1582 |
"playback of the initial video ends"
|
1584 |
"Этот параметр позволяет отключать показ похожих видео по окончании "
|
1585 |
"воспроизведения"
|
1586 |
|
1587 |
+
#: inc/core/data.php:1190
|
1588 |
msgid "Show full-screen button"
|
1589 |
msgstr "Показывать кнопку полноэкранного режима"
|
1590 |
|
1591 |
+
#: inc/core/data.php:1191
|
1592 |
msgid ""
|
1593 |
"Setting this parameter to NO prevents the fullscreen button from displaying"
|
1594 |
msgstr ""
|
1595 |
"Установка этого параметра на НЕТ скроет кнопку перехода в полноэкранный режим"
|
1596 |
|
1597 |
+
#: inc/core/data.php:1197
|
1598 |
msgid ""
|
1599 |
"This parameter lets you use a YouTube player that does not show a YouTube "
|
1600 |
"logo. Set the parameter value to YES to prevent the YouTube logo from "
|
1606 |
"управления воспроизведением. Вместо он будет показан либо в панели заголовка "
|
1607 |
"видео, либо как полупрозрачный над видео"
|
1608 |
|
1609 |
+
#: inc/core/data.php:1202
|
1610 |
msgid "Dark theme"
|
1611 |
msgstr "Темная тема"
|
1612 |
|
1613 |
+
#: inc/core/data.php:1203
|
1614 |
msgid "Light theme"
|
1615 |
msgstr "Светлая тема"
|
1616 |
|
1617 |
+
#: inc/core/data.php:1206 inc/core/data.php:2257
|
1618 |
msgid "Theme"
|
1619 |
msgstr "Тема"
|
1620 |
|
1621 |
+
#: inc/core/data.php:1207
|
1622 |
msgid ""
|
1623 |
"This parameter indicates whether the embedded player will display player "
|
1624 |
"controls (like a play button or volume control) within a dark or light "
|
1625 |
"control bar"
|
1626 |
msgstr "Выберите тему для проигрывателя"
|
1627 |
|
1628 |
+
#: inc/core/data.php:1215
|
1629 |
msgid "YouTube video player with advanced settings"
|
1630 |
msgstr "YouTube видео плеер с расширенными настройками"
|
1631 |
|
1632 |
+
#: inc/core/data.php:1220
|
1633 |
msgid "Vimeo"
|
1634 |
msgstr "Vimeo"
|
1635 |
|
1636 |
+
#: inc/core/data.php:1227
|
1637 |
msgid "Url of Vimeo page with video"
|
1638 |
msgstr "Ссылка на страницу Vimeo с видео"
|
1639 |
|
1640 |
+
#: inc/core/data.php:1265
|
1641 |
msgid "Vimeo video"
|
1642 |
msgstr "Видео Vimeo"
|
1643 |
|
1644 |
+
#: inc/core/data.php:1270
|
1645 |
msgid "Screenr"
|
1646 |
msgstr "Screenr"
|
1647 |
|
1648 |
+
#: inc/core/data.php:1276
|
1649 |
msgid "Url of Screenr page with video"
|
1650 |
msgstr "Ссылка на страницу Screenr с видео"
|
1651 |
|
1652 |
+
#: inc/core/data.php:1308
|
1653 |
msgid "Screenr video"
|
1654 |
msgstr "Видео Screenr"
|
1655 |
|
1656 |
+
#: inc/core/data.php:1313
|
1657 |
msgid "Audio"
|
1658 |
msgstr "Аудио"
|
1659 |
|
1660 |
+
#: inc/core/data.php:1320 inc/core/data.php:1359
|
1661 |
msgid "File"
|
1662 |
msgstr "Файл"
|
1663 |
|
1664 |
+
#: inc/core/data.php:1321
|
1665 |
msgid "Audio file url. Supported formats: mp3, ogg"
|
1666 |
msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
|
1667 |
|
1668 |
+
#: inc/core/data.php:1327
|
1669 |
msgid ""
|
1670 |
"Player width. You can specify width in percents and player will be "
|
1671 |
"responsive. Example values: <b%value>200px</b>, <b%value>100%</b>"
|
1674 |
"отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b"
|
1675 |
"%value>100%</b>"
|
1676 |
|
1677 |
+
#: inc/core/data.php:1333 inc/core/data.php:1402
|
1678 |
msgid "Play file automatically when page is loaded"
|
1679 |
msgstr "Воспроизводить файл автоматически при открытии страницы"
|
1680 |
|
1681 |
+
#: inc/core/data.php:1339 inc/core/data.php:1408
|
1682 |
msgid "Repeat when playback is ended"
|
1683 |
msgstr "Повторять, когда воспроизведение окночено"
|
1684 |
|
1685 |
+
#: inc/core/data.php:1347
|
1686 |
msgid "Custom audio player"
|
1687 |
msgstr "Настраиваемый аудио-плеер"
|
1688 |
|
1689 |
+
#: inc/core/data.php:1352
|
1690 |
msgid "Video"
|
1691 |
msgstr "Видео"
|
1692 |
|
1693 |
+
#: inc/core/data.php:1360
|
1694 |
msgid "Url to mp4/flv video-file"
|
1695 |
msgstr "Ссылка на mp4/flv видео-файл"
|
1696 |
|
1697 |
+
#: inc/core/data.php:1365
|
1698 |
msgid "Poster"
|
1699 |
msgstr "Постер"
|
1700 |
|
1701 |
+
#: inc/core/data.php:1366
|
1702 |
msgid "Url to poster image, that will be shown before playback"
|
1703 |
msgstr ""
|
1704 |
"Ссылка на изображение постера. Изображение будет показано перед началом "
|
1705 |
"воспроизведения"
|
1706 |
|
1707 |
+
#: inc/core/data.php:1372
|
1708 |
msgid "Player title"
|
1709 |
msgstr "Заголовок плеера"
|
1710 |
|
1711 |
+
#: inc/core/data.php:1396
|
1712 |
msgid "Show player controls (play/pause etc.) or not"
|
1713 |
msgstr ""
|
1714 |
"Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
|
1715 |
|
1716 |
+
#: inc/core/data.php:1416
|
1717 |
msgid "Custom video player"
|
1718 |
msgstr "Настраиваемый видео-плеер"
|
1719 |
|
1720 |
+
#: inc/core/data.php:1421
|
1721 |
msgid "Table"
|
1722 |
msgstr "Таблица"
|
1723 |
|
1724 |
+
#: inc/core/data.php:1428
|
1725 |
msgid "CSV file"
|
1726 |
msgstr "CSV файл"
|
1727 |
|
1728 |
+
#: inc/core/data.php:1429
|
1729 |
msgid "Upload CSV file if you want to create HTML-table from file"
|
1730 |
msgstr ""
|
1731 |
"Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
|
1732 |
|
1733 |
+
#: inc/core/data.php:1437
|
1734 |
msgid ""
|
1735 |
"<table>\n"
|
1736 |
"<tr>\n"
|
1754 |
"</tr>\n"
|
1755 |
"</table>"
|
1756 |
|
1757 |
+
#: inc/core/data.php:1438
|
1758 |
msgid "Styled table from HTML or CSV file"
|
1759 |
msgstr "Стильная таблица из HTML или CSV файла"
|
1760 |
|
1761 |
+
#: inc/core/data.php:1443
|
1762 |
msgid "Permalink"
|
1763 |
msgstr "Постоянная ссылка"
|
1764 |
|
1765 |
+
#: inc/core/data.php:1449 inc/core/data.php:2366
|
1766 |
msgid "ID"
|
1767 |
msgstr "ID"
|
1768 |
|
1769 |
+
#: inc/core/data.php:1450
|
1770 |
msgid "Post or page ID"
|
1771 |
msgstr "ID записи или страницы"
|
1772 |
|
1773 |
+
#: inc/core/data.php:1460
|
1774 |
msgid "Link target. blank - link will be opened in new window/tab"
|
1775 |
msgstr ""
|
1776 |
"Цель ссылки. blank - означает что ссылка будет открыта в новом окне или "
|
1777 |
"вкладке"
|
1778 |
|
1779 |
+
#: inc/core/data.php:1469
|
1780 |
msgid "Permalink to specified post/page"
|
1781 |
msgstr "Постоянная ссылка на страницу"
|
1782 |
|
1783 |
+
#: inc/core/data.php:1474
|
1784 |
msgid "Members"
|
1785 |
msgstr "Участники"
|
1786 |
|
1787 |
+
#: inc/core/data.php:1479 inc/core/shortcodes.php:756
|
1788 |
msgid "This content is for registered users only. Please %login%."
|
1789 |
msgstr ""
|
1790 |
"Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
|
1791 |
|
1792 |
+
#: inc/core/data.php:1480
|
1793 |
msgid "Message"
|
1794 |
msgstr "Сообщение"
|
1795 |
|
1796 |
+
#: inc/core/data.php:1480
|
1797 |
msgid "Message for not logged users"
|
1798 |
msgstr "Собщение для неавторизованных"
|
1799 |
|
1800 |
+
#: inc/core/data.php:1485
|
1801 |
msgid "Box color"
|
1802 |
msgstr "Цвет блока"
|
1803 |
|
1804 |
+
#: inc/core/data.php:1485
|
1805 |
msgid "This color will applied only to box for not logged users"
|
1806 |
msgstr ""
|
1807 |
"Этот цвет будет применен только к блоку для не авторизованных посетителей"
|
1808 |
|
1809 |
+
#: inc/core/data.php:1488 inc/core/shortcodes.php:759
|
1810 |
msgid "login"
|
1811 |
msgstr "войдите"
|
1812 |
|
1813 |
+
#: inc/core/data.php:1489
|
1814 |
msgid "Login link text"
|
1815 |
msgstr "Текст ссылки войти"
|
1816 |
|
1817 |
+
#: inc/core/data.php:1489
|
1818 |
msgid "Text for the login link"
|
1819 |
msgstr "Текст ссылки ВОЙТИ"
|
1820 |
|
1821 |
+
#: inc/core/data.php:1493
|
1822 |
msgid "Login link url"
|
1823 |
msgstr "Адрес ссылки войти"
|
1824 |
|
1825 |
+
#: inc/core/data.php:1501
|
1826 |
msgid "Content for logged members"
|
1827 |
msgstr "Содержимое для авторизованых пользователей"
|
1828 |
|
1829 |
+
#: inc/core/data.php:1502
|
1830 |
msgid "Content for logged in members only"
|
1831 |
msgstr "Ссодержимое для авторизованых"
|
1832 |
|
1833 |
+
#: inc/core/data.php:1507
|
1834 |
msgid "Guests"
|
1835 |
msgstr "Гости"
|
1836 |
|
1837 |
+
#: inc/core/data.php:1517
|
1838 |
msgid "Content for guests"
|
1839 |
msgstr "Содержимое для гостей"
|
1840 |
|
1841 |
+
#: inc/core/data.php:1518
|
1842 |
msgid "Content for guests only"
|
1843 |
msgstr "Ссодержимое только для гостей"
|
1844 |
|
1845 |
+
#: inc/core/data.php:1523
|
1846 |
msgid "RSS Feed"
|
1847 |
msgstr "RSS лента"
|
1848 |
|
1849 |
+
#: inc/core/data.php:1531
|
1850 |
msgid "Url to RSS-feed"
|
1851 |
msgstr "Ссылка на RSS-ленту"
|
1852 |
|
1853 |
+
#: inc/core/data.php:1539 inc/core/data.php:1726 inc/core/data.php:1843
|
1854 |
+
#: inc/core/data.php:1979
|
1855 |
msgid "Limit"
|
1856 |
msgstr "Лимит"
|
1857 |
|
1858 |
+
#: inc/core/data.php:1539
|
1859 |
msgid "Number of items to show"
|
1860 |
msgstr "Количество элементов для отображения"
|
1861 |
|
1862 |
+
#: inc/core/data.php:1547
|
1863 |
msgid "Feed grabber"
|
1864 |
msgstr "Граббер новостных лент"
|
1865 |
|
1866 |
+
#: inc/core/data.php:1552
|
1867 |
msgid "Menu"
|
1868 |
msgstr "Меню"
|
1869 |
|
1870 |
+
#: inc/core/data.php:1559
|
1871 |
msgid "Menu name"
|
1872 |
msgstr "Имя меню"
|
1873 |
|
1874 |
+
#: inc/core/data.php:1559
|
1875 |
msgid "Custom menu name. Ex: Main menu"
|
1876 |
msgstr "Имя произвольного меню. Например: Главное меню"
|
1877 |
|
1878 |
+
#: inc/core/data.php:1567
|
1879 |
msgid "Custom menu by name"
|
1880 |
msgstr "Произвольное меню"
|
1881 |
|
1882 |
+
#: inc/core/data.php:1572
|
1883 |
msgid "Sub pages"
|
1884 |
msgstr "Подстраницы"
|
1885 |
|
1886 |
+
#: inc/core/data.php:1579 inc/core/data.php:1606
|
1887 |
msgid "Depth"
|
1888 |
msgstr "Глубина"
|
1889 |
|
1890 |
+
#: inc/core/data.php:1580
|
1891 |
msgid "Max depth level of children pages"
|
1892 |
msgstr "Максимальная глубина дочерних страниц"
|
1893 |
|
1894 |
+
#: inc/core/data.php:1585
|
1895 |
msgid "Parent ID"
|
1896 |
msgstr "ID родителя"
|
1897 |
|
1898 |
+
#: inc/core/data.php:1586
|
1899 |
msgid "ID of the parent page. Leave blank to use current page"
|
1900 |
msgstr ""
|
1901 |
"ID родительской страницы. Оставьте пустым, чтобы использовать текущую "
|
1902 |
"страницу"
|
1903 |
|
1904 |
+
#: inc/core/data.php:1594
|
1905 |
msgid "List of sub pages"
|
1906 |
msgstr "Список дочерних страниц"
|
1907 |
|
1908 |
+
#: inc/core/data.php:1599
|
1909 |
msgid "Siblings"
|
1910 |
msgstr "Соседние страницы"
|
1911 |
|
1912 |
+
#: inc/core/data.php:1607
|
1913 |
msgid "Max depth level"
|
1914 |
msgstr "Максимальный уровень вложенности"
|
1915 |
|
1916 |
+
#: inc/core/data.php:1615
|
1917 |
msgid "List of cureent page siblings"
|
1918 |
msgstr "Список страниц, соседних с текущей"
|
1919 |
|
1920 |
+
#: inc/core/data.php:1620
|
1921 |
msgid "Document"
|
1922 |
msgstr "Документ"
|
1923 |
|
1924 |
+
#: inc/core/data.php:1628
|
1925 |
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
1926 |
msgstr ""
|
1927 |
"Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
|
1928 |
|
1929 |
+
#: inc/core/data.php:1637
|
1930 |
msgid "Viewer width"
|
1931 |
msgstr "Ширина просмотрщика"
|
1932 |
|
1933 |
+
#: inc/core/data.php:1646
|
1934 |
msgid "Viewer height"
|
1935 |
msgstr "Высота просмотрщика"
|
1936 |
|
1937 |
+
#: inc/core/data.php:1652
|
1938 |
msgid "Ignore width and height parameters and make viewer responsive"
|
1939 |
msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
|
1940 |
|
1941 |
+
#: inc/core/data.php:1660
|
1942 |
msgid "Document viewer by Google"
|
1943 |
msgstr "Просмотрщик документов от Google"
|
1944 |
|
1945 |
+
#: inc/core/data.php:1665
|
1946 |
msgid "Gmap"
|
1947 |
msgstr "Google карта"
|
1948 |
|
1949 |
+
#: inc/core/data.php:1676
|
1950 |
msgid "Map width"
|
1951 |
msgstr "Ширина карты"
|
1952 |
|
1953 |
+
#: inc/core/data.php:1685
|
1954 |
msgid "Map height"
|
1955 |
msgstr "Высота карты"
|
1956 |
|
1957 |
+
#: inc/core/data.php:1691
|
1958 |
msgid "Ignore width and height parameters and make map responsive"
|
1959 |
msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
|
1960 |
|
1961 |
+
#: inc/core/data.php:1696
|
1962 |
msgid "Marker"
|
1963 |
msgstr "Маркер"
|
1964 |
|
1965 |
+
#: inc/core/data.php:1697
|
1966 |
msgid "Address for the marker. You can type it in any language"
|
1967 |
msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
|
1968 |
|
1969 |
+
#: inc/core/data.php:1705
|
1970 |
msgid "Maps by Google"
|
1971 |
msgstr "Карты от Google"
|
1972 |
|
1973 |
+
#: inc/core/data.php:1710
|
1974 |
msgid "Slider"
|
1975 |
msgstr "Слайдер"
|
1976 |
|
1977 |
+
#: inc/core/data.php:1717 inc/core/data.php:1834 inc/core/data.php:1970
|
1978 |
msgid "Source"
|
1979 |
msgstr "Источник"
|
1980 |
|
1981 |
+
#: inc/core/data.php:1718 inc/core/data.php:1835 inc/core/data.php:1971
|
1982 |
msgid ""
|
1983 |
"Choose images source. You can use images from Media library or retrieve it "
|
1984 |
"from posts (thumbnails) posted under specified blog category. You can also "
|
1989 |
"опубликованных в выбранной категории. Вы также можете выбрать произвольную "
|
1990 |
"таксономию и её рубрики"
|
1991 |
|
1992 |
+
#: inc/core/data.php:1727 inc/core/data.php:1844 inc/core/data.php:1980
|
1993 |
+
msgid ""
|
1994 |
+
"Maximum number of image source posts (for recent posts, category and custom "
|
1995 |
+
"taxonomy)"
|
1996 |
+
msgstr ""
|
1997 |
+
"Максимальное кол-во записей с изображениями (для последних записей, "
|
1998 |
+
"категорий и произвольных таксономий)"
|
1999 |
+
|
2000 |
+
#: inc/core/data.php:1733
|
2001 |
msgid "Full-size image"
|
2002 |
msgstr "Полноразмерное изображение"
|
2003 |
|
2004 |
+
#: inc/core/data.php:1734 inc/core/data.php:1851 inc/core/data.php:1987
|
2005 |
msgid "Attachment page"
|
2006 |
msgstr "Страница медиа-файла"
|
2007 |
|
2008 |
+
#: inc/core/data.php:1735 inc/core/data.php:1852 inc/core/data.php:1988
|
2009 |
msgid "Post permalink"
|
2010 |
msgstr "Ссылка записи"
|
2011 |
|
2012 |
+
#: inc/core/data.php:1738 inc/core/data.php:1855 inc/core/data.php:1991
|
2013 |
msgid "Links"
|
2014 |
msgstr "Ссылки"
|
2015 |
|
2016 |
+
#: inc/core/data.php:1739 inc/core/data.php:1856 inc/core/data.php:1992
|
2017 |
msgid "Select which links will be used for images in this gallery"
|
2018 |
msgstr "Выберите какие ссылки использовать для элементов этой галереи"
|
2019 |
|
2020 |
+
#: inc/core/data.php:1744 inc/core/data.php:1861 inc/core/data.php:1997
|
2021 |
msgid "Same window"
|
2022 |
msgstr "То же окно"
|
2023 |
|
2024 |
+
#: inc/core/data.php:1745 inc/core/data.php:1862 inc/core/data.php:1998
|
2025 |
msgid "New window"
|
2026 |
msgstr "Новое окно"
|
2027 |
|
2028 |
+
#: inc/core/data.php:1748 inc/core/data.php:1865 inc/core/data.php:2001
|
2029 |
msgid "Links target"
|
2030 |
msgstr "Цель ссылок"
|
2031 |
|
2032 |
+
#: inc/core/data.php:1749 inc/core/data.php:1866 inc/core/data.php:2002
|
2033 |
msgid "Open links in"
|
2034 |
msgstr "Открывать ссылки в"
|
2035 |
|
2036 |
+
#: inc/core/data.php:1757
|
2037 |
msgid "Slider width (in pixels)"
|
2038 |
msgstr "Ширина слайдера (в пикселях)"
|
2039 |
|
2040 |
+
#: inc/core/data.php:1765
|
2041 |
msgid "Slider height (in pixels)"
|
2042 |
msgstr "Высота слайдера (в пикселях)"
|
2043 |
|
2044 |
+
#: inc/core/data.php:1771
|
2045 |
msgid "Ignore width and height parameters and make slider responsive"
|
2046 |
msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
|
2047 |
|
2048 |
+
#: inc/core/data.php:1776 inc/core/data.php:1912 inc/core/data.php:2028
|
2049 |
msgid "Show titles"
|
2050 |
msgstr "Показывать заголовки"
|
2051 |
|
2052 |
+
#: inc/core/data.php:1776
|
2053 |
msgid "Display slide titles"
|
2054 |
msgstr "Отображать заголовки слайдов"
|
2055 |
|
2056 |
+
#: inc/core/data.php:1781
|
2057 |
msgid "Is slider centered on the page"
|
2058 |
msgstr "Слайдер выровнен по центру страницы"
|
2059 |
|
2060 |
+
#: inc/core/data.php:1786 inc/core/data.php:1922
|
2061 |
msgid "Arrows"
|
2062 |
msgstr "Стрелки"
|
2063 |
|
2064 |
+
#: inc/core/data.php:1786 inc/core/data.php:1922
|
2065 |
msgid "Show left and right arrows"
|
2066 |
msgstr "Показывать стрелки влево/вправо"
|
2067 |
|
2068 |
+
#: inc/core/data.php:1791 inc/core/data.php:1927
|
2069 |
msgid "Pagination"
|
2070 |
msgstr "Страницы"
|
2071 |
|
2072 |
+
#: inc/core/data.php:1792 inc/core/data.php:1928
|
2073 |
msgid "Show pagination"
|
2074 |
msgstr "Показывать страницы"
|
2075 |
|
2076 |
+
#: inc/core/data.php:1796 inc/core/data.php:1932
|
2077 |
msgid "Mouse wheel control"
|
2078 |
msgstr "Управление колесом мыши"
|
2079 |
|
2080 |
+
#: inc/core/data.php:1797
|
2081 |
msgid "Allow to change slides with mouse wheel"
|
2082 |
msgstr "Разрешить перелистывание слайдов колесом мышки"
|
2083 |
|
2084 |
+
#: inc/core/data.php:1806
|
2085 |
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
2086 |
msgstr ""
|
2087 |
"Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы "
|
2088 |
"отключить автовоспроизведение"
|
2089 |
|
2090 |
+
#: inc/core/data.php:1814 inc/core/data.php:1950
|
2091 |
msgid "Speed"
|
2092 |
msgstr "Скорость"
|
2093 |
|
2094 |
+
#: inc/core/data.php:1814 inc/core/data.php:1950
|
2095 |
msgid "Specify animation speed"
|
2096 |
msgstr "Укажите скорость анимации"
|
2097 |
|
2098 |
+
#: inc/core/data.php:1822
|
2099 |
msgid "Customizable image slider"
|
2100 |
msgstr "Настраиваемый слайдер изображений"
|
2101 |
|
2102 |
+
#: inc/core/data.php:1827
|
2103 |
msgid "Carousel"
|
2104 |
msgstr "Карусель"
|
2105 |
|
2106 |
+
#: inc/core/data.php:1850 inc/core/data.php:1986
|
2107 |
msgid "Original image"
|
2108 |
msgstr "Оригинальное изображение"
|
2109 |
|
2110 |
+
#: inc/core/data.php:1875
|
2111 |
msgid "Carousel width (in pixels)"
|
2112 |
msgstr "Ширина карусели (в пикселях)"
|
2113 |
|
2114 |
+
#: inc/core/data.php:1884
|
2115 |
msgid "Carousel height (in pixels)"
|
2116 |
msgstr "Высота карусели (в пикселях)"
|
2117 |
|
2118 |
+
#: inc/core/data.php:1890
|
2119 |
msgid "Ignore width and height parameters and make carousel responsive"
|
2120 |
msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
|
2121 |
|
2122 |
+
#: inc/core/data.php:1898
|
2123 |
msgid "Items to show"
|
2124 |
msgstr "Количество элементов для отображения"
|
2125 |
|
2126 |
+
#: inc/core/data.php:1899
|
2127 |
msgid "How much carousel items is visible"
|
2128 |
msgstr "Сколько элементов карусели видны постоянно"
|
2129 |
|
2130 |
+
#: inc/core/data.php:1906
|
2131 |
msgid "Scroll number"
|
2132 |
msgstr "Кол-во прокручиваемых"
|
2133 |
|
2134 |
+
#: inc/core/data.php:1907
|
2135 |
msgid "How much items are scrolled in one transition"
|
2136 |
msgstr "Сколько элементов карусели прокручивается за один переход"
|
2137 |
|
2138 |
+
#: inc/core/data.php:1912
|
2139 |
msgid "Display titles for each item"
|
2140 |
msgstr "Показывать заголовки для каждого элемента карусели"
|
2141 |
|
2142 |
+
#: inc/core/data.php:1917
|
2143 |
msgid "Is carousel centered on the page"
|
2144 |
msgstr "Карусель выровнена по центру страницы"
|
2145 |
|
2146 |
+
#: inc/core/data.php:1933
|
2147 |
msgid "Allow to rotate carousel with mouse wheel"
|
2148 |
msgstr "Разрешить прокрутку карусели колесом мыши"
|
2149 |
|
2150 |
+
#: inc/core/data.php:1942
|
2151 |
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
2152 |
msgstr ""
|
2153 |
"Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить "
|
2154 |
"автовоспроизведение"
|
2155 |
|
2156 |
+
#: inc/core/data.php:1958
|
2157 |
msgid "Customizable image carousel"
|
2158 |
msgstr "Настраиваемая карусель изображений"
|
2159 |
|
2160 |
+
#: inc/core/data.php:2010
|
2161 |
msgid "Single item width (in pixels)"
|
2162 |
msgstr "Ширина одного изображения (в пикселях)"
|
2163 |
|
2164 |
+
#: inc/core/data.php:2018
|
2165 |
msgid "Single item height (in pixels)"
|
2166 |
msgstr "Высота одного изображения (в пикселях)"
|
2167 |
|
2168 |
+
#: inc/core/data.php:2023
|
2169 |
msgid "Never"
|
2170 |
msgstr "Никогда"
|
2171 |
|
2172 |
+
#: inc/core/data.php:2024
|
2173 |
msgid "On mouse over"
|
2174 |
msgstr "При наведении мыши"
|
2175 |
|
2176 |
+
#: inc/core/data.php:2025
|
2177 |
msgid "Always"
|
2178 |
msgstr "Всегда"
|
2179 |
|
2180 |
+
#: inc/core/data.php:2029
|
2181 |
msgid "Title display mode"
|
2182 |
msgstr "Режим отображения заголовков"
|
2183 |
|
2184 |
+
#: inc/core/data.php:2037
|
2185 |
msgid "Customizable image gallery"
|
2186 |
msgstr "Настраиваемая галерея изображений"
|
2187 |
|
2188 |
+
#: inc/core/data.php:2042
|
2189 |
msgid "Posts"
|
2190 |
msgstr "Записи"
|
2191 |
|
2192 |
+
#: inc/core/data.php:2047 inc/core/data.php:2473
|
2193 |
msgid "Template"
|
2194 |
msgstr "Шаблон"
|
2195 |
|
2196 |
+
#: inc/core/data.php:2048
|
2197 |
msgid ""
|
2198 |
"<b>Do not change this field value if you do not understand description below."
|
2199 |
"</b><br/>Relative path to the template file. Default templates is placed "
|
2216 |
"одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - "
|
2217 |
"маркированный список с заголовками постов"
|
2218 |
|
2219 |
+
#: inc/core/data.php:2052
|
2220 |
msgid "Post ID's"
|
2221 |
msgstr "ID постов"
|
2222 |
|
2223 |
+
#: inc/core/data.php:2053
|
2224 |
msgid "Enter comma separated ID's of the posts that you want to show"
|
2225 |
msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
|
2226 |
|
2227 |
+
#: inc/core/data.php:2061
|
2228 |
msgid "Posts per page"
|
2229 |
msgstr "Кол-во записей"
|
2230 |
|
2231 |
+
#: inc/core/data.php:2062
|
2232 |
msgid ""
|
2233 |
"Specify number of posts that you want to show. Enter -1 to get all posts"
|
2234 |
msgstr ""
|
2235 |
"Укажите число записей, которое хотите отобразить. Введите -1 чтобы "
|
2236 |
"отобразить все найденные записи"
|
2237 |
|
2238 |
+
#: inc/core/data.php:2069
|
2239 |
msgid "Post types"
|
2240 |
msgstr "Типы постов"
|
2241 |
|
2242 |
+
#: inc/core/data.php:2070
|
2243 |
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
2244 |
msgstr ""
|
2245 |
"Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
|
2246 |
|
2247 |
+
#: inc/core/data.php:2076 inc/core/generator-views.php:123
|
2248 |
msgid "Taxonomy"
|
2249 |
msgstr "Таксономия"
|
2250 |
|
2251 |
+
#: inc/core/data.php:2077
|
2252 |
msgid "Select taxonomy to show posts from"
|
2253 |
msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
|
2254 |
|
2255 |
+
#: inc/core/data.php:2084
|
2256 |
msgid "Terms"
|
2257 |
msgstr "Категории (terms)"
|
2258 |
|
2259 |
+
#: inc/core/data.php:2085
|
2260 |
msgid "Select terms to show posts from"
|
2261 |
msgstr "Выберите категории, из которых нужно показать записи"
|
2262 |
|
2263 |
+
#: inc/core/data.php:2090
|
2264 |
msgid "Taxonomy term operator"
|
2265 |
msgstr "Оператор выбора категорий"
|
2266 |
|
2267 |
+
#: inc/core/data.php:2091
|
2268 |
msgid ""
|
2269 |
"IN - posts that have any of selected categories terms<br/>NOT IN - posts "
|
2270 |
"that is does not have any of selected terms<br/>AND - posts that have all "
|
2274 |
"будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/"
|
2275 |
">AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
|
2276 |
|
2277 |
+
#: inc/core/data.php:2098
|
2278 |
msgid "Authors"
|
2279 |
msgstr "Авторы"
|
2280 |
|
2281 |
+
#: inc/core/data.php:2099
|
2282 |
msgid "Choose the authors whose posts you want to show"
|
2283 |
msgstr "Выберите авторов, чьи записи хотите показать"
|
2284 |
|
2285 |
+
#: inc/core/data.php:2103
|
2286 |
msgid "Meta key"
|
2287 |
msgstr "Произвольное поле"
|
2288 |
|
2289 |
+
#: inc/core/data.php:2104
|
2290 |
msgid "Enter meta key name to show posts that have this key"
|
2291 |
msgstr ""
|
2292 |
"Введите оригинальное имя произвольного поля, чтобы показать все записи у "
|
2293 |
"которых это поле задано"
|
2294 |
|
2295 |
+
#: inc/core/data.php:2111
|
2296 |
msgid "Offset"
|
2297 |
msgstr "Смещение (offset)"
|
2298 |
|
2299 |
+
#: inc/core/data.php:2112
|
2300 |
msgid "Specify offset to start posts loop not from first post"
|
2301 |
msgstr ""
|
2302 |
"Укажите кол-во записей, которые будут пропущены и не показаны. Например, "
|
2303 |
"если указать 2, то будут показаны записи начиная со третьей"
|
2304 |
|
2305 |
+
#: inc/core/data.php:2117
|
2306 |
msgid "Descending"
|
2307 |
msgstr "По убыванию"
|
2308 |
|
2309 |
+
#: inc/core/data.php:2118
|
2310 |
msgid "Ascending"
|
2311 |
msgstr "По возрастанию"
|
2312 |
|
2313 |
+
#: inc/core/data.php:2121
|
2314 |
msgid "Order"
|
2315 |
msgstr "Порядок"
|
2316 |
|
2317 |
+
#: inc/core/data.php:2122
|
2318 |
msgid "Posts order"
|
2319 |
msgstr "Порядок сортировки записей"
|
2320 |
|
2321 |
+
#: inc/core/data.php:2128 inc/core/data.php:2344 inc/core/data.php:2417
|
2322 |
+
#: inc/core/data.php:2459
|
2323 |
msgid "Post ID"
|
2324 |
msgstr "ID записи"
|
2325 |
|
2326 |
+
#: inc/core/data.php:2129 inc/core/data.php:2418
|
2327 |
msgid "Post author"
|
2328 |
msgstr "Автор записи"
|
2329 |
|
2330 |
+
#: inc/core/data.php:2130 inc/core/data.php:2422
|
2331 |
msgid "Post title"
|
2332 |
msgstr "Заголовок записи"
|
2333 |
|
2334 |
+
#: inc/core/data.php:2131
|
2335 |
msgid "Post slug"
|
2336 |
msgstr "Ссылка записи (slug)"
|
2337 |
|
2338 |
+
#: inc/core/data.php:2132
|
2339 |
msgid "Date"
|
2340 |
msgstr "Дата"
|
2341 |
|
2342 |
+
#: inc/core/data.php:2132
|
2343 |
msgid "Last modified date"
|
2344 |
msgstr "Дата изменения"
|
2345 |
|
2346 |
+
#: inc/core/data.php:2133 inc/core/data.php:2143 inc/core/data.php:2431
|
2347 |
msgid "Post parent"
|
2348 |
msgstr "Родитель"
|
2349 |
|
2350 |
+
#: inc/core/data.php:2134
|
2351 |
msgid "Random"
|
2352 |
msgstr "Случайно"
|
2353 |
|
2354 |
+
#: inc/core/data.php:2134
|
2355 |
msgid "Comments number"
|
2356 |
msgstr "Кол-во комментариев"
|
2357 |
|
2358 |
+
#: inc/core/data.php:2135 inc/core/data.php:2433
|
2359 |
msgid "Menu order"
|
2360 |
msgstr "Порядок меню"
|
2361 |
|
2362 |
+
#: inc/core/data.php:2135
|
2363 |
msgid "Meta key values"
|
2364 |
msgstr "Значение произвольного поля"
|
2365 |
|
2366 |
+
#: inc/core/data.php:2138
|
2367 |
msgid "Order by"
|
2368 |
msgstr "Сортировать по"
|
2369 |
|
2370 |
+
#: inc/core/data.php:2139
|
2371 |
msgid "Order posts by"
|
2372 |
msgstr "Сортировать записи по следующему признаку"
|
2373 |
|
2374 |
+
#: inc/core/data.php:2144
|
2375 |
msgid "Show childrens of entered post (enter post ID)"
|
2376 |
msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
|
2377 |
|
2378 |
+
#: inc/core/data.php:2149
|
2379 |
msgid "Published"
|
2380 |
msgstr "Опубликован"
|
2381 |
|
2382 |
+
#: inc/core/data.php:2150
|
2383 |
msgid "Pending"
|
2384 |
msgstr "Ожидает"
|
2385 |
|
2386 |
+
#: inc/core/data.php:2151
|
2387 |
msgid "Draft"
|
2388 |
msgstr "Черновик"
|
2389 |
|
2390 |
+
#: inc/core/data.php:2152
|
2391 |
msgid "Auto-draft"
|
2392 |
msgstr "Авто-черновик"
|
2393 |
|
2394 |
+
#: inc/core/data.php:2153
|
2395 |
msgid "Future post"
|
2396 |
msgstr "Запланирован"
|
2397 |
|
2398 |
+
#: inc/core/data.php:2154
|
2399 |
msgid "Private post"
|
2400 |
msgstr "Приватная запись"
|
2401 |
|
2402 |
+
#: inc/core/data.php:2155
|
2403 |
msgid "Inherit"
|
2404 |
msgstr "Вложенный"
|
2405 |
|
2406 |
+
#: inc/core/data.php:2156
|
2407 |
msgid "Trashed"
|
2408 |
msgstr "В корзине"
|
2409 |
|
2410 |
+
#: inc/core/data.php:2157 inc/core/data.php:2241
|
2411 |
msgid "Any"
|
2412 |
msgstr "Любой"
|
2413 |
|
2414 |
+
#: inc/core/data.php:2160 inc/core/data.php:2424
|
2415 |
msgid "Post status"
|
2416 |
msgstr "Статус записи"
|
2417 |
|
2418 |
+
#: inc/core/data.php:2161
|
2419 |
msgid "Show only posts with selected status"
|
2420 |
msgstr "Показать только записи с выбранным статусом"
|
2421 |
|
2422 |
+
#: inc/core/data.php:2166
|
2423 |
msgid "Ignore sticky"
|
2424 |
msgstr "Игнорировать прикрепленные"
|
2425 |
|
2426 |
+
#: inc/core/data.php:2167
|
2427 |
msgid "Select Yes to ignore posts that is sticked"
|
2428 |
msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
|
2429 |
|
2430 |
+
#: inc/core/data.php:2170
|
2431 |
msgid "Custom posts query with customizable template"
|
2432 |
msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
|
2433 |
|
2434 |
+
#: inc/core/data.php:2175
|
2435 |
msgid "Dummy text"
|
2436 |
msgstr "Текст рыба"
|
2437 |
|
2438 |
+
#: inc/core/data.php:2182
|
2439 |
msgid "Paragraphs"
|
2440 |
msgstr "Параграфы"
|
2441 |
|
2442 |
+
#: inc/core/data.php:2183
|
2443 |
msgid "Words"
|
2444 |
msgstr "Слова"
|
2445 |
|
2446 |
+
#: inc/core/data.php:2184
|
2447 |
msgid "Bytes"
|
2448 |
msgstr "Байты"
|
2449 |
|
2450 |
+
#: inc/core/data.php:2187
|
2451 |
msgid "What"
|
2452 |
msgstr "Что"
|
2453 |
|
2454 |
+
#: inc/core/data.php:2188
|
2455 |
msgid "What to generate"
|
2456 |
msgstr "Что генерировать"
|
2457 |
|
2458 |
+
#: inc/core/data.php:2196
|
2459 |
msgid "Amount"
|
2460 |
msgstr "Количество"
|
2461 |
|
2462 |
+
#: inc/core/data.php:2197
|
2463 |
msgid ""
|
2464 |
"How many items (paragraphs or words) to generate. Minimum words amount is 5"
|
2465 |
msgstr ""
|
2466 |
"Какое количество (параграфов или слов) генерировать. Минимальное количество "
|
2467 |
"слов - 5"
|
2468 |
|
2469 |
+
#: inc/core/data.php:2202
|
2470 |
msgid "Cache"
|
2471 |
msgstr "Кеш"
|
2472 |
|
2473 |
+
#: inc/core/data.php:2203
|
2474 |
msgid ""
|
2475 |
"Generated text will be cached. Be careful with this option. If you disable "
|
2476 |
"it and insert many dummy_text shortcodes the page load time will be highly "
|
2480 |
"вы отключите её и вставите много таких шорткодов на странице, то время "
|
2481 |
"загрузки страницы может сильно возрости"
|
2482 |
|
2483 |
+
#: inc/core/data.php:2211
|
2484 |
msgid "Text placeholder"
|
2485 |
msgstr "Текст болванка"
|
2486 |
|
2487 |
+
#: inc/core/data.php:2216 inc/core/shortcodes.php:1241
|
2488 |
msgid "Dummy image"
|
2489 |
msgstr "Изображение болванка"
|
2490 |
|
2491 |
+
#: inc/core/data.php:2227
|
2492 |
msgid "Image width"
|
2493 |
msgstr "Ширина изображения"
|
2494 |
|
2495 |
+
#: inc/core/data.php:2236
|
2496 |
msgid "Image height"
|
2497 |
msgstr "Высота изображения"
|
2498 |
|
2499 |
+
#: inc/core/data.php:2242
|
2500 |
msgid "Abstract"
|
2501 |
msgstr "Абстрактное"
|
2502 |
|
2503 |
+
#: inc/core/data.php:2243
|
2504 |
msgid "Animals"
|
2505 |
msgstr "Животные"
|
2506 |
|
2507 |
+
#: inc/core/data.php:2244
|
2508 |
msgid "Business"
|
2509 |
msgstr "Бизнес"
|
2510 |
|
2511 |
+
#: inc/core/data.php:2245
|
2512 |
msgid "Cats"
|
2513 |
msgstr "Котэ"
|
2514 |
|
2515 |
+
#: inc/core/data.php:2246
|
2516 |
msgid "City"
|
2517 |
msgstr "Город"
|
2518 |
|
2519 |
+
#: inc/core/data.php:2247
|
2520 |
msgid "Food"
|
2521 |
msgstr "Еда"
|
2522 |
|
2523 |
+
#: inc/core/data.php:2248
|
2524 |
msgid "Night life"
|
2525 |
msgstr "Ночная жизнь"
|
2526 |
|
2527 |
+
#: inc/core/data.php:2249
|
2528 |
msgid "Fashion"
|
2529 |
msgstr "Мода"
|
2530 |
|
2531 |
+
#: inc/core/data.php:2250
|
2532 |
msgid "People"
|
2533 |
msgstr "Люди"
|
2534 |
|
2535 |
+
#: inc/core/data.php:2251
|
2536 |
msgid "Nature"
|
2537 |
msgstr "Природа"
|
2538 |
|
2539 |
+
#: inc/core/data.php:2252
|
2540 |
msgid "Sports"
|
2541 |
msgstr "Спорт"
|
2542 |
|
2543 |
+
#: inc/core/data.php:2253
|
2544 |
msgid "Technics"
|
2545 |
msgstr "Техника"
|
2546 |
|
2547 |
+
#: inc/core/data.php:2254
|
2548 |
msgid "Transport"
|
2549 |
msgstr "Транспорт"
|
2550 |
|
2551 |
+
#: inc/core/data.php:2258
|
2552 |
msgid "Select the theme for this image"
|
2553 |
msgstr "Выберите тему изображений"
|
2554 |
|
2555 |
+
#: inc/core/data.php:2266
|
2556 |
msgid "Image placeholder with random image"
|
2557 |
msgstr "Изображение болванка со случайным изображением"
|
2558 |
|
2559 |
+
#: inc/core/data.php:2271 inc/core/data.php:2279
|
2560 |
msgid "Animation"
|
2561 |
msgstr "Анимация"
|
2562 |
|
2563 |
+
#: inc/core/data.php:2280
|
2564 |
msgid "Select animation type"
|
2565 |
msgstr "Выберите тип анимации"
|
2566 |
|
2567 |
+
#: inc/core/data.php:2288
|
2568 |
msgid "Duration"
|
2569 |
msgstr "Продолжительность"
|
2570 |
|
2571 |
+
#: inc/core/data.php:2289
|
2572 |
msgid "Animation duration (seconds)"
|
2573 |
msgstr "Продолжительность анимации (секунды)"
|
2574 |
|
2575 |
+
#: inc/core/data.php:2297
|
2576 |
msgid "Delay"
|
2577 |
msgstr "Задержка"
|
2578 |
|
2579 |
+
#: inc/core/data.php:2298
|
2580 |
msgid "Animation delay (seconds)"
|
2581 |
msgstr "Задержка перед началом анимации (секунды)"
|
2582 |
|
2583 |
+
#: inc/core/data.php:2303
|
2584 |
msgid "Inline"
|
2585 |
msgstr "Строковый"
|
2586 |
|
2587 |
+
#: inc/core/data.php:2304
|
2588 |
msgid ""
|
2589 |
"This parameter determines what HTML tag will be used for animation wrapper. "
|
2590 |
"Turn this option to YES and animated element will be wrapped in SPAN instead "
|
2594 |
"Переключите этот параметр на ДА и будет использован тег span вместо div. "
|
2595 |
"Данная опция полезна для анимации строковых жлементов, например кнопок"
|
2596 |
|
2597 |
+
#: inc/core/data.php:2312
|
2598 |
msgid "Animated content"
|
2599 |
msgstr "Анимированное содержимое"
|
2600 |
|
2601 |
+
#: inc/core/data.php:2313
|
2602 |
msgid "Wrapper for animation. Any nested element will be animated"
|
2603 |
msgstr ""
|
2604 |
"Контейнер для анимации. Любой элемент помещенный в этот контейнер будет "
|
2605 |
"анимирован"
|
2606 |
|
2607 |
+
#: inc/core/data.php:2318
|
2608 |
msgid "Meta"
|
2609 |
msgstr "Мета"
|
2610 |
|
2611 |
+
#: inc/core/data.php:2324
|
2612 |
msgid "Key"
|
2613 |
msgstr "Ключ"
|
2614 |
|
2615 |
+
#: inc/core/data.php:2325
|
2616 |
msgid "Meta key name"
|
2617 |
msgstr "Имя произвольного поля"
|
2618 |
|
2619 |
+
#: inc/core/data.php:2330 inc/core/data.php:2382 inc/core/data.php:2445
|
2620 |
msgid "This text will be shown if data is not found"
|
2621 |
msgstr "Этот текст будет показан если не будет найдено запрошенное значение"
|
2622 |
|
2623 |
+
#: inc/core/data.php:2334 inc/core/data.php:2386 inc/core/data.php:2449
|
2624 |
msgid "Before"
|
2625 |
msgstr "Перед"
|
2626 |
|
2627 |
+
#: inc/core/data.php:2335 inc/core/data.php:2387 inc/core/data.php:2450
|
2628 |
msgid "This content will be shown before the value"
|
2629 |
msgstr "Этот текст будет показан перед результатом"
|
2630 |
|
2631 |
+
#: inc/core/data.php:2339 inc/core/data.php:2391 inc/core/data.php:2454
|
2632 |
msgid "After"
|
2633 |
msgstr "После"
|
2634 |
|
2635 |
+
#: inc/core/data.php:2340 inc/core/data.php:2392 inc/core/data.php:2455
|
2636 |
msgid "This content will be shown after the value"
|
2637 |
msgstr "Этот текст будет показан после результата"
|
2638 |
|
2639 |
+
#: inc/core/data.php:2345 inc/core/data.php:2460
|
2640 |
msgid ""
|
2641 |
"You can specify custom post ID. Leave this field empty to use an ID of the "
|
2642 |
"current post. Current post ID may not work in Live Preview mode"
|
2645 |
"использовать ID текущей записи. ID текущей записи может не работать в режиме "
|
2646 |
"предпросмотра"
|
2647 |
|
2648 |
+
#: inc/core/data.php:2349 inc/core/data.php:2401 inc/core/data.php:2464
|
2649 |
msgid "Filter"
|
2650 |
msgstr "Фильтр"
|
2651 |
|
2652 |
+
#: inc/core/data.php:2350 inc/core/data.php:2402 inc/core/data.php:2465
|
2653 |
msgid ""
|
2654 |
"You can apply custom filter to the retrieved value. Enter here function "
|
2655 |
"name. Your function must accept one argument and return modified value. "
|
2659 |
"здесь имя функции. Ваша функция должна принимать один аргумент и возвращать "
|
2660 |
"измененное значение. Пример функции: "
|
2661 |
|
2662 |
+
#: inc/core/data.php:2353
|
2663 |
msgid "Post meta"
|
2664 |
msgstr "Произвольное поле"
|
2665 |
|
2666 |
+
#: inc/core/data.php:2358
|
2667 |
msgid "User"
|
2668 |
msgstr "Пользователь"
|
2669 |
|
2670 |
+
#: inc/core/data.php:2365
|
2671 |
msgid "Display name"
|
2672 |
msgstr "Отображаемое имя"
|
2673 |
|
2674 |
+
#: inc/core/data.php:2367
|
2675 |
msgid "Login"
|
2676 |
msgstr "Логин"
|
2677 |
|
2678 |
+
#: inc/core/data.php:2368
|
2679 |
msgid "Nice name"
|
2680 |
msgstr "Красивое имя"
|
2681 |
|
2682 |
+
#: inc/core/data.php:2369
|
2683 |
msgid "Email"
|
2684 |
msgstr "Email"
|
2685 |
|
2686 |
+
#: inc/core/data.php:2370
|
2687 |
msgid "URL"
|
2688 |
msgstr "URL"
|
2689 |
|
2690 |
+
#: inc/core/data.php:2371
|
2691 |
msgid "Registered"
|
2692 |
msgstr "Зарегистрирован"
|
2693 |
|
2694 |
+
#: inc/core/data.php:2372
|
2695 |
msgid "Activation key"
|
2696 |
msgstr "Ключ активации"
|
2697 |
|
2698 |
+
#: inc/core/data.php:2373
|
2699 |
msgid "Status"
|
2700 |
msgstr "Статус"
|
2701 |
|
2702 |
+
#: inc/core/data.php:2376 inc/core/data.php:2439
|
2703 |
msgid "Field"
|
2704 |
msgstr "Поле"
|
2705 |
|
2706 |
+
#: inc/core/data.php:2377
|
2707 |
msgid "User data field name"
|
2708 |
msgstr "Имя поля с информацией о пользователе"
|
2709 |
|
2710 |
+
#: inc/core/data.php:2396
|
2711 |
msgid "User ID"
|
2712 |
msgstr "ID пользователя"
|
2713 |
|
2714 |
+
#: inc/core/data.php:2397
|
2715 |
msgid ""
|
2716 |
"You can specify custom user ID. Leave this field empty to use an ID of the "
|
2717 |
"current user"
|
2719 |
"Вы можете указать ID любого пользователя. Оставьте это поле пустым, чтобы "
|
2720 |
"использовать ID текущего пользователя"
|
2721 |
|
2722 |
+
#: inc/core/data.php:2405
|
2723 |
msgid "User data"
|
2724 |
msgstr "Данные пользователя"
|
2725 |
|
2726 |
+
#: inc/core/data.php:2410
|
2727 |
msgid "Post"
|
2728 |
msgstr "Запись"
|
2729 |
|
2730 |
+
#: inc/core/data.php:2419 inc/core/data.php:2420
|
2731 |
msgid "Post date"
|
2732 |
msgstr "Дата записи"
|
2733 |
|
2734 |
+
#: inc/core/data.php:2421
|
2735 |
msgid "Post content"
|
2736 |
msgstr "Содержимое записи"
|
2737 |
|
2738 |
+
#: inc/core/data.php:2423
|
2739 |
msgid "Post excerpt"
|
2740 |
msgstr "Цитата записи"
|
2741 |
|
2742 |
+
#: inc/core/data.php:2425
|
2743 |
msgid "Comment status"
|
2744 |
msgstr "Статус комментариев"
|
2745 |
|
2746 |
+
#: inc/core/data.php:2426
|
2747 |
msgid "Ping status"
|
2748 |
msgstr "Статус пингов"
|
2749 |
|
2750 |
+
#: inc/core/data.php:2427
|
2751 |
msgid "Post name"
|
2752 |
msgstr "Имя записи"
|
2753 |
|
2754 |
+
#: inc/core/data.php:2428 inc/core/data.php:2429
|
2755 |
msgid "Post modified"
|
2756 |
msgstr "Дата изменения"
|
2757 |
|
2758 |
+
#: inc/core/data.php:2430
|
2759 |
msgid "Filtered post content"
|
2760 |
msgstr "Фильтрованное содержимое записи"
|
2761 |
|
2762 |
+
#: inc/core/data.php:2432
|
2763 |
msgid "GUID"
|
2764 |
msgstr "GUID"
|
2765 |
|
2766 |
+
#: inc/core/data.php:2434
|
2767 |
msgid "Post type"
|
2768 |
msgstr "Тип записи"
|
2769 |
|
2770 |
+
#: inc/core/data.php:2435
|
2771 |
msgid "Post mime type"
|
2772 |
msgstr "Типы файла записи (mime-type)"
|
2773 |
|
2774 |
+
#: inc/core/data.php:2436
|
2775 |
msgid "Comment count"
|
2776 |
msgstr "Количество комментариев"
|
2777 |
|
2778 |
+
#: inc/core/data.php:2440
|
2779 |
msgid "Post data field name"
|
2780 |
msgstr "Имя поля с информацией записи"
|
2781 |
|
2782 |
+
#: inc/core/data.php:2468
|
2783 |
msgid "Post data"
|
2784 |
msgstr "Данные записи"
|
2785 |
|
2786 |
+
#: inc/core/data.php:2479
|
2787 |
+
msgid "Template name"
|
2788 |
+
msgstr "Имя шаблона"
|
2789 |
+
|
2790 |
+
#: inc/core/data.php:2480
|
2791 |
+
#, php-format
|
2792 |
+
msgid ""
|
2793 |
+
"Use template file name (with optional .php extension). If you need to use "
|
2794 |
+
"templates from theme sub-folder, use relative path. Example values: %s, %s, "
|
2795 |
+
"%s"
|
2796 |
+
msgstr ""
|
2797 |
+
"Используйте имя файла шаблона (использование расширения .php не "
|
2798 |
+
"обязательно). Если нужно использовать шаблоны из под-папки темы, используйте "
|
2799 |
+
"относительный путь. Примеры значений: %s, %s, %s"
|
2800 |
+
|
2801 |
+
#: inc/core/data.php:2483
|
2802 |
+
msgid "Theme template"
|
2803 |
+
msgstr "Шаблон темы"
|
2804 |
+
|
2805 |
+
#: inc/core/generator-views.php:45
|
2806 |
msgid "Yes"
|
2807 |
msgstr "Да"
|
2808 |
|
2809 |
+
#: inc/core/generator-views.php:45
|
2810 |
msgid "No"
|
2811 |
msgstr "Нет"
|
2812 |
|
2813 |
+
#: inc/core/generator-views.php:50 inc/core/generator-views.php:55
|
2814 |
#: inc/vendor/sunrise.php:440
|
2815 |
msgid "Media manager"
|
2816 |
msgstr "Медиа менеджер"
|
2817 |
|
2818 |
+
#: inc/core/generator-views.php:55
|
2819 |
msgid "Icon picker"
|
2820 |
msgstr "Выбрать иконку"
|
2821 |
|
2822 |
+
#: inc/core/generator-views.php:55
|
2823 |
msgid "Filter icons"
|
2824 |
msgstr "Фильтр иконок"
|
2825 |
|
2826 |
+
#: inc/core/generator-views.php:69
|
2827 |
msgid "Please wait"
|
2828 |
msgstr "Пожалуйста подождите"
|
2829 |
|
2830 |
+
#: inc/core/generator-views.php:76
|
2831 |
msgid "Untitled gallery"
|
2832 |
msgstr "Галерея без имени"
|
2833 |
|
2834 |
+
#: inc/core/generator-views.php:82
|
2835 |
msgid "Galleries not found"
|
2836 |
msgstr "Галереи не найдены"
|
2837 |
|
2838 |
+
#: inc/core/generator-views.php:83
|
2839 |
msgid "Manage galleries"
|
2840 |
msgstr "Управление галереями"
|
2841 |
|
2842 |
+
#: inc/core/generator-views.php:83
|
2843 |
msgid "Reload galleries"
|
2844 |
msgstr "Обновить список"
|
2845 |
|
2846 |
+
#: inc/core/generator-views.php:99
|
2847 |
msgid "Horizontal offset"
|
2848 |
msgstr "Горизонтально"
|
2849 |
|
2850 |
+
#: inc/core/generator-views.php:99
|
2851 |
msgid "Vertical offset"
|
2852 |
msgstr "Вертикально"
|
2853 |
|
2854 |
+
#: inc/core/generator-views.php:99
|
2855 |
msgid "Blur"
|
2856 |
msgstr "Размытие"
|
2857 |
|
2858 |
+
#: inc/core/generator-views.php:110
|
2859 |
msgid "Border width"
|
2860 |
msgstr "Ширина рамки"
|
2861 |
|
2862 |
+
#: inc/core/generator-views.php:110
|
2863 |
msgid "Border style"
|
2864 |
msgstr "Стиль рамки"
|
2865 |
|
2866 |
+
#: inc/core/generator-views.php:110
|
2867 |
msgid "Border color"
|
2868 |
msgstr "Цвет рамки"
|
2869 |
|
2870 |
+
#: inc/core/generator-views.php:120
|
2871 |
msgid "Media library"
|
2872 |
msgstr "Медиа библиотека"
|
2873 |
|
2874 |
+
#: inc/core/generator-views.php:121
|
2875 |
msgid "Recent posts"
|
2876 |
msgstr "Последние записи"
|
2877 |
|
2878 |
+
#: inc/core/generator-views.php:122
|
2879 |
msgid "Category"
|
2880 |
msgstr "Категория"
|
2881 |
|
2882 |
+
#: inc/core/generator-views.php:126
|
2883 |
msgid "Select images source"
|
2884 |
msgstr "Выберите источник изображений"
|
2885 |
|
2886 |
+
#: inc/core/generator-views.php:137
|
2887 |
msgid "Select taxonomy"
|
2888 |
msgstr "Выберите таксономию"
|
2889 |
|
2890 |
+
#: inc/core/generator-views.php:148
|
2891 |
msgid "Add images"
|
2892 |
msgstr "Добавить изображения"
|
2893 |
|
2894 |
+
#: inc/core/generator-views.php:148
|
2895 |
msgid ""
|
2896 |
"Click the button above and select images.<br>You can select multimple images "
|
2897 |
"with Ctrl (Cmd) key"
|
2899 |
"Нажмите кнопку выше и выберите изображения.<br>Вы можете выбрать несколько "
|
2900 |
"изображений удерживая клавишу Ctrl (Cmd)"
|
2901 |
|
2902 |
+
#: inc/core/generator-views.php:148
|
2903 |
msgid ""
|
2904 |
"Select categories to retrieve posts from.<br>You can select multiple "
|
2905 |
"categories with Ctrl (Cmd) key"
|
2907 |
"Выберите категории из которых брать записи.<br>Вы можете выбрать несколько "
|
2908 |
"категорий удерживая клавишу Ctrl (Cmd)"
|
2909 |
|
2910 |
+
#: inc/core/generator-views.php:148
|
2911 |
msgid ""
|
2912 |
"Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
|
2913 |
"(Cmd) key"
|
2968 |
msgid "Preview"
|
2969 |
msgstr "Предпросмотр"
|
2970 |
|
2971 |
+
#: inc/core/generator.php:196 inc/core/tools.php:863
|
2972 |
msgid "Access denied"
|
2973 |
msgstr "Доступ запрещен"
|
2974 |
|
2975 |
+
#: inc/core/generator.php:231
|
2976 |
msgid "Presets"
|
2977 |
msgstr "Шаблоны"
|
2978 |
|
2979 |
+
#: inc/core/generator.php:234
|
2980 |
msgid "Save current settings as preset"
|
2981 |
msgstr "Сохранить настройки как новый шаблон"
|
2982 |
|
2983 |
+
#: inc/core/generator.php:263 inc/core/generator.php:266
|
2984 |
msgid "Presets not found"
|
2985 |
msgstr "Шаблоны не найдены"
|
2986 |
|
3078 |
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
3079 |
msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
|
3080 |
|
3081 |
+
#: inc/core/load.php:217
|
3082 |
msgid "Where to start?"
|
3083 |
msgstr "С чего начать?"
|
3084 |
|
3135 |
msgid "This menu doesn't exists, or has no elements"
|
3136 |
msgstr "Такое меню не существует, или в нем нет ни одного элемента"
|
3137 |
|
3138 |
+
#: inc/core/shortcodes.php:945 inc/core/shortcodes.php:1021
|
3139 |
+
#: inc/core/shortcodes.php:1067
|
3140 |
msgid "images not found"
|
3141 |
msgstr "изображения не найдены"
|
3142 |
|
3143 |
+
#: inc/core/shortcodes.php:1203
|
3144 |
msgid "template not found"
|
3145 |
msgstr "шаблон не найден"
|
3146 |
|
3147 |
+
#: inc/core/shortcodes.php:1281 inc/core/shortcodes.php:1331
|
3148 |
msgid "post ID is incorrect"
|
3149 |
msgstr "ID записи указан неверно"
|
3150 |
|
3151 |
+
#: inc/core/shortcodes.php:1283
|
3152 |
msgid "please specify meta key name"
|
3153 |
msgstr "пожалуйста укажите имя ключа произвольного поля"
|
3154 |
|
3155 |
+
#: inc/core/shortcodes.php:1304
|
3156 |
msgid "password field is not allowed"
|
3157 |
msgstr "поле пароль запрещено"
|
3158 |
|
3159 |
+
#: inc/core/shortcodes.php:1308
|
3160 |
msgid "user ID is incorrect"
|
3161 |
msgstr "ID пользователя указан неверно"
|
3162 |
|
3163 |
+
#: inc/core/shortcodes.php:1347
|
3164 |
+
msgid "please specify template name"
|
3165 |
+
msgstr "пожалуйста укажите имя шаблона"
|
3166 |
+
|
3167 |
+
#: inc/core/tools.php:782
|
3168 |
msgid "Example code does not found, please check it later"
|
3169 |
msgstr "Код примера не найден, возвращайтесь позже"
|
3170 |
|
3171 |
+
#: inc/core/tools.php:798
|
3172 |
msgid "Get the code"
|
3173 |
msgstr "Получить код"
|
3174 |
|
languages/su-vi.mo
ADDED
Binary file
|
languages/su-vi.po
ADDED
@@ -0,0 +1,3050 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Shortcodes Ultimate\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-11-19 08:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-19 18:09+0700\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Top1best's WP-based blog | http://top1best.com <trong."
|
9 |
+
"dzang@gmail.com>\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.7\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: inc/core/admin-views.php:9
|
20 |
+
msgid "Welcome to Shortcodes Ultimate"
|
21 |
+
msgstr "Chào mừng đến với Shortcodes Ultimate"
|
22 |
+
|
23 |
+
#: inc/core/admin-views.php:9
|
24 |
+
msgid "A real swiss army knife for WordPress"
|
25 |
+
msgstr "Một con dao quân đội Thụy sĩ thực sự cho WordPress (ý là đa năng)"
|
26 |
+
|
27 |
+
#: inc/core/admin-views.php:11 inc/core/load.php:234
|
28 |
+
msgid "Project homepage"
|
29 |
+
msgstr "Trang chủ dự án"
|
30 |
+
|
31 |
+
#: inc/core/admin-views.php:12
|
32 |
+
msgid "Documentation"
|
33 |
+
msgstr "Tài liệu"
|
34 |
+
|
35 |
+
#: inc/core/admin-views.php:13 inc/core/load.php:235
|
36 |
+
msgid "Support forum"
|
37 |
+
msgstr "Hỗ trợ diễn đàn"
|
38 |
+
|
39 |
+
#: inc/core/admin-views.php:14 inc/core/load.php:236
|
40 |
+
msgid "Changelog"
|
41 |
+
msgstr "Thay đổi"
|
42 |
+
|
43 |
+
#: inc/core/admin-views.php:15
|
44 |
+
msgid "Fork on GitHub"
|
45 |
+
msgstr "Lấy trên GitHub"
|
46 |
+
|
47 |
+
#: inc/core/admin-views.php:19
|
48 |
+
msgid "Plugin features"
|
49 |
+
msgstr "Tính năng"
|
50 |
+
|
51 |
+
#: inc/core/admin-views.php:21
|
52 |
+
msgid "40+ amazing shortcodes"
|
53 |
+
msgstr "40 + Shortcodes tuyệt vời"
|
54 |
+
|
55 |
+
#: inc/core/admin-views.php:22
|
56 |
+
msgid "Power of CSS3 transitions"
|
57 |
+
msgstr "Sức mạnh của transitions CSS3"
|
58 |
+
|
59 |
+
#: inc/core/admin-views.php:23
|
60 |
+
msgid "Handy shortcodes generator"
|
61 |
+
msgstr "Bộ sinh Shortcodes tiện dụng"
|
62 |
+
|
63 |
+
#: inc/core/admin-views.php:24
|
64 |
+
msgid "International"
|
65 |
+
msgstr "Quốc tế"
|
66 |
+
|
67 |
+
#: inc/core/admin-views.php:25
|
68 |
+
msgid "Documented API"
|
69 |
+
msgstr "Tài liệu API"
|
70 |
+
|
71 |
+
#: inc/core/admin-views.php:29
|
72 |
+
msgid "What is a shortcode?"
|
73 |
+
msgstr "Một shortcode là gì?"
|
74 |
+
|
75 |
+
#: inc/core/admin-views.php:30
|
76 |
+
msgid ""
|
77 |
+
"<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
|
78 |
+
"nifty things with very little effort."
|
79 |
+
msgstr ""
|
80 |
+
"<strong>Shortcode</strong> là mã dành riêng cho WordPress cho phép bạn làm "
|
81 |
+
"việc thuận tiện với nỗ lực rất ít."
|
82 |
+
|
83 |
+
#: inc/core/admin-views.php:31
|
84 |
+
msgid ""
|
85 |
+
"Shortcodes can embed files or create objects that would normally require "
|
86 |
+
"lots of complicated, ugly code in just one line. Shortcode = shortcut."
|
87 |
+
msgstr ""
|
88 |
+
"Shortcodes có thể nhúng tập tin hoặc tạo ra các đối tượng thường đòi hỏi rất "
|
89 |
+
"nhiều phức tạp mã trong chỉ cần một dòng. Shortcode = phím tắt."
|
90 |
+
|
91 |
+
#: inc/core/admin-views.php:36
|
92 |
+
msgid "How does it works"
|
93 |
+
msgstr "Nó hoạt động như thế nào"
|
94 |
+
|
95 |
+
#: inc/core/admin-views.php:40
|
96 |
+
msgid "More videos"
|
97 |
+
msgstr "Thêm video"
|
98 |
+
|
99 |
+
#: inc/core/admin-views.php:42
|
100 |
+
msgid "Shortcodes Ultimate Tutorial"
|
101 |
+
msgstr "Shortcodes Ultimate Hướng dẫn"
|
102 |
+
|
103 |
+
#: inc/core/admin-views.php:43
|
104 |
+
msgid "How to use special widget"
|
105 |
+
msgstr "Làm thế nào để sử dụng tiện ích"
|
106 |
+
|
107 |
+
#: inc/core/admin-views.php:44
|
108 |
+
msgid "How to create Carousel"
|
109 |
+
msgstr "Làm thế nào để tạo Carousel"
|
110 |
+
|
111 |
+
#: inc/core/admin-views.php:45
|
112 |
+
msgid "How to create image gallery"
|
113 |
+
msgstr "Làm thế nào để tạo thư viện hình ảnh"
|
114 |
+
|
115 |
+
#: inc/core/admin-views.php:63
|
116 |
+
msgid "You can overview the original styles to override it"
|
117 |
+
msgstr "Bạn có thể tổng quan các phong cách ban đầu để ghi đè lên nó"
|
118 |
+
|
119 |
+
#: inc/core/admin-views.php:74
|
120 |
+
msgid "You can use next variables in your custom CSS"
|
121 |
+
msgstr "Bạn có thể sử dụng biến trong CSS tùy chỉnh của bạn"
|
122 |
+
|
123 |
+
#: inc/core/admin-views.php:75
|
124 |
+
msgid "home url"
|
125 |
+
msgstr "home url"
|
126 |
+
|
127 |
+
#: inc/core/admin-views.php:76
|
128 |
+
msgid "theme url"
|
129 |
+
msgstr "thêm đề url"
|
130 |
+
|
131 |
+
#: inc/core/admin-views.php:77
|
132 |
+
msgid "plugin url"
|
133 |
+
msgstr "plugin url"
|
134 |
+
|
135 |
+
#: inc/core/admin-views.php:114
|
136 |
+
msgid "Maker"
|
137 |
+
msgstr "Hãng sản xuất"
|
138 |
+
|
139 |
+
#: inc/core/admin-views.php:115
|
140 |
+
msgid ""
|
141 |
+
"This add-on allows you to create custom shortcodes. You can easily create "
|
142 |
+
"any shortcode with different parameters or even override default shortcodes"
|
143 |
+
msgstr ""
|
144 |
+
"Tiện ích này cho phép bạn tạo tùy chỉnh Shortcodes. Bạn có thể dễ dàng tạo "
|
145 |
+
"ra bất kỳ shortcode với thông số khác nhau hoặc thậm chí ghi đè mặc định "
|
146 |
+
"Shortcodes"
|
147 |
+
|
148 |
+
#: inc/core/admin-views.php:120
|
149 |
+
msgid "Skins"
|
150 |
+
msgstr "Skins"
|
151 |
+
|
152 |
+
#: inc/core/admin-views.php:121
|
153 |
+
msgid ""
|
154 |
+
"Set of additional skins for Shrtcodes Ultimate. It includes skins for "
|
155 |
+
"accordeons/spoilers, tabs and some other shortcodes"
|
156 |
+
msgstr ""
|
157 |
+
"Tập hợp bổ sung giao diện cho Shrtcodes Ultimate. Nó bao gồm giao diện cho "
|
158 |
+
"accordeons/spoilers, tab và một số Shortcodes khác"
|
159 |
+
|
160 |
+
#: inc/core/admin-views.php:127
|
161 |
+
msgid "Shortcodes Ultimate Add-ons"
|
162 |
+
msgstr "Shortcodes Ultimate tiện ích"
|
163 |
+
|
164 |
+
#: inc/core/admin-views.php:130 inc/core/admin-views.php:137
|
165 |
+
msgid "Learn more"
|
166 |
+
msgstr "Tìm hiểu thêm"
|
167 |
+
|
168 |
+
#: inc/core/admin-views.php:134
|
169 |
+
msgid "Other WordPress Plugins"
|
170 |
+
msgstr "WordPress Plugins khác"
|
171 |
+
|
172 |
+
#: inc/core/assets.php:70
|
173 |
+
msgid "Choose files"
|
174 |
+
msgstr "Chọn tập tin"
|
175 |
+
|
176 |
+
#: inc/core/assets.php:71
|
177 |
+
msgid "Add selected files"
|
178 |
+
msgstr "Thêm các tệp đã chọn"
|
179 |
+
|
180 |
+
#: inc/core/assets.php:72
|
181 |
+
msgid "This button is not clickable"
|
182 |
+
msgstr "Nút này không phải là nhấp"
|
183 |
+
|
184 |
+
#: inc/core/assets.php:78 inc/vendor/sunrise.php:178
|
185 |
+
msgid "Choose file"
|
186 |
+
msgstr "Chọn tập tin"
|
187 |
+
|
188 |
+
#: inc/core/assets.php:79
|
189 |
+
msgid "Insert"
|
190 |
+
msgstr "Chèn"
|
191 |
+
|
192 |
+
#: inc/core/assets.php:80
|
193 |
+
msgid "Select images"
|
194 |
+
msgstr "Chọn hình ảnh"
|
195 |
+
|
196 |
+
#: inc/core/assets.php:81
|
197 |
+
msgid "Add selected images"
|
198 |
+
msgstr "Thêm hình ảnh được chọn"
|
199 |
+
|
200 |
+
#: inc/core/assets.php:82
|
201 |
+
msgid "Please enter a name for new preset"
|
202 |
+
msgstr "Vui lòng nhập một tên mới cài sẵn"
|
203 |
+
|
204 |
+
#: inc/core/assets.php:83
|
205 |
+
msgid "New preset"
|
206 |
+
msgstr "Mới cài sẵn"
|
207 |
+
|
208 |
+
#: inc/core/assets.php:96
|
209 |
+
msgid ""
|
210 |
+
"This shortcode doesn't work in live preview. Please insert it into editor "
|
211 |
+
"and preview on the site."
|
212 |
+
msgstr ""
|
213 |
+
"Shortcode này không hoạt động trong bản xem trước sống. Hãy đưa nó vào trình "
|
214 |
+
"soạn thảo và xem trước trên trang web."
|
215 |
+
|
216 |
+
#: inc/core/data.php:17
|
217 |
+
msgid "All"
|
218 |
+
msgstr "Tất cả"
|
219 |
+
|
220 |
+
#: inc/core/data.php:18 inc/core/generator.php:170
|
221 |
+
msgid "Content"
|
222 |
+
msgstr "Nội dung"
|
223 |
+
|
224 |
+
#: inc/core/data.php:19 inc/core/data.php:803
|
225 |
+
msgid "Box"
|
226 |
+
msgstr "Hộp"
|
227 |
+
|
228 |
+
#: inc/core/data.php:20
|
229 |
+
msgid "Media"
|
230 |
+
msgstr "Phương tiện truyền thông"
|
231 |
+
|
232 |
+
#: inc/core/data.php:21 inc/core/data.php:1940
|
233 |
+
msgid "Gallery"
|
234 |
+
msgstr "Thư viện ảnh"
|
235 |
+
|
236 |
+
#: inc/core/data.php:22
|
237 |
+
msgid "Other"
|
238 |
+
msgstr "Khác"
|
239 |
+
|
240 |
+
#: inc/core/data.php:28 inc/core/data.php:1718 inc/core/data.php:1826
|
241 |
+
#: inc/core/data.php:1953 inc/core/data.php:2095
|
242 |
+
msgid "None"
|
243 |
+
msgstr "Không có"
|
244 |
+
|
245 |
+
#: inc/core/data.php:29
|
246 |
+
msgid "Solid"
|
247 |
+
msgstr "Rắn"
|
248 |
+
|
249 |
+
#: inc/core/data.php:30
|
250 |
+
msgid "Dotted"
|
251 |
+
msgstr "Rải rác"
|
252 |
+
|
253 |
+
#: inc/core/data.php:31
|
254 |
+
msgid "Dashed"
|
255 |
+
msgstr "Tiêu tan"
|
256 |
+
|
257 |
+
#: inc/core/data.php:32
|
258 |
+
msgid "Double"
|
259 |
+
msgstr "Đôi"
|
260 |
+
|
261 |
+
#: inc/core/data.php:33
|
262 |
+
msgid "Groove"
|
263 |
+
msgstr "Đường rãnh"
|
264 |
+
|
265 |
+
#: inc/core/data.php:34
|
266 |
+
msgid "Ridge"
|
267 |
+
msgstr "Ridge"
|
268 |
+
|
269 |
+
#: inc/core/data.php:48
|
270 |
+
msgid "Basic examples"
|
271 |
+
msgstr "Ví dụ cơ bản"
|
272 |
+
|
273 |
+
#: inc/core/data.php:51
|
274 |
+
msgid "Accordions, spoilers, different styles, anchors"
|
275 |
+
msgstr "Đàn phong cầm, tấm lái ngang, phong cách khác nhau, neo"
|
276 |
+
|
277 |
+
#: inc/core/data.php:57
|
278 |
+
msgid "Tabs, vertical tabs, tab anchors"
|
279 |
+
msgstr "Tab, dọc tab, tab neo"
|
280 |
+
|
281 |
+
#: inc/core/data.php:63
|
282 |
+
msgid "Column layouts"
|
283 |
+
msgstr "Cột bố trí"
|
284 |
+
|
285 |
+
#: inc/core/data.php:69
|
286 |
+
msgid ""
|
287 |
+
"Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
|
288 |
+
msgstr ""
|
289 |
+
"Yếu tố phương tiện truyền thông, YouTube, Vimeo, Screenr và tự lưu trữ "
|
290 |
+
"video, máy nghe nhạc"
|
291 |
+
|
292 |
+
#: inc/core/data.php:75
|
293 |
+
msgid "Unlimited buttons"
|
294 |
+
msgstr "Không giới hạn nút"
|
295 |
+
|
296 |
+
#: inc/core/data.php:81
|
297 |
+
msgid "Animations"
|
298 |
+
msgstr "Hình ảnh động"
|
299 |
+
|
300 |
+
#: inc/core/data.php:89
|
301 |
+
msgid "Advanced examples"
|
302 |
+
msgstr "Nâng cao ví dụ"
|
303 |
+
|
304 |
+
#: inc/core/data.php:92
|
305 |
+
msgid "Interacting with posts shortcode"
|
306 |
+
msgstr "Tương tác với bài viết shortcode"
|
307 |
+
|
308 |
+
#: inc/core/data.php:98
|
309 |
+
msgid "Nested shortcodes, shortcodes inside of attributes"
|
310 |
+
msgstr "Shortcodes lồng nhau, các Shortcodes bên trong của thuộc tính"
|
311 |
+
|
312 |
+
#: inc/core/data.php:115
|
313 |
+
msgid "Heading"
|
314 |
+
msgstr "Tiêu đề"
|
315 |
+
|
316 |
+
#: inc/core/data.php:122 inc/core/data.php:176 inc/core/data.php:258
|
317 |
+
#: inc/core/data.php:406 inc/core/data.php:436 inc/core/data.php:497
|
318 |
+
#: inc/core/data.php:662 inc/core/data.php:815 inc/core/data.php:979
|
319 |
+
msgid "Default"
|
320 |
+
msgstr "Mặc định"
|
321 |
+
|
322 |
+
#: inc/core/data.php:125 inc/core/data.php:179 inc/core/data.php:263
|
323 |
+
#: inc/core/data.php:439 inc/core/data.php:503 inc/core/data.php:672
|
324 |
+
#: inc/core/data.php:822 inc/core/data.php:949
|
325 |
+
msgid "Style"
|
326 |
+
msgstr "Phong cách"
|
327 |
+
|
328 |
+
#: inc/core/data.php:126
|
329 |
+
msgid "Choose style for this heading"
|
330 |
+
msgstr "Chọn phong cách cho nhóm này"
|
331 |
+
|
332 |
+
#: inc/core/data.php:126 inc/core/data.php:180 inc/core/data.php:264
|
333 |
+
#: inc/core/data.php:440
|
334 |
+
msgid "Install additional styles"
|
335 |
+
msgstr "Cài đặt bổ sung phong cách"
|
336 |
+
|
337 |
+
#: inc/core/data.php:134 inc/core/data.php:511 inc/core/data.php:590
|
338 |
+
#: inc/core/data.php:693
|
339 |
+
msgid "Size"
|
340 |
+
msgstr "Kích thước"
|
341 |
+
|
342 |
+
#: inc/core/data.php:135
|
343 |
+
msgid "Select heading size (pixels)"
|
344 |
+
msgstr "Chọn nhóm kích thước (pixel)"
|
345 |
+
|
346 |
+
#: inc/core/data.php:140 inc/core/data.php:472 inc/core/data.php:533
|
347 |
+
#: inc/core/data.php:957
|
348 |
+
msgid "Left"
|
349 |
+
msgstr "Trái"
|
350 |
+
|
351 |
+
#: inc/core/data.php:141 inc/core/data.php:534 inc/core/data.php:1767
|
352 |
+
#: inc/core/data.php:1894
|
353 |
+
msgid "Center"
|
354 |
+
msgstr "Trung tâm"
|
355 |
+
|
356 |
+
#: inc/core/data.php:142 inc/core/data.php:473 inc/core/data.php:535
|
357 |
+
#: inc/core/data.php:958
|
358 |
+
msgid "Right"
|
359 |
+
msgstr "Đúng"
|
360 |
+
|
361 |
+
#: inc/core/data.php:145 inc/core/data.php:476 inc/core/data.php:538
|
362 |
+
msgid "Align"
|
363 |
+
msgstr "Sắp xếp"
|
364 |
+
|
365 |
+
#: inc/core/data.php:146
|
366 |
+
msgid "Heading text alignment"
|
367 |
+
msgstr "Căn chỉnh văn bản tiêu đề"
|
368 |
+
|
369 |
+
#: inc/core/data.php:154
|
370 |
+
msgid "Margin"
|
371 |
+
msgstr "Lợi nhuận"
|
372 |
+
|
373 |
+
#: inc/core/data.php:155
|
374 |
+
msgid "Bottom margin (pixels)"
|
375 |
+
msgstr "Đáy lề (pixel)"
|
376 |
+
|
377 |
+
#: inc/core/data.php:159 inc/core/data.php:199 inc/core/data.php:231
|
378 |
+
#: inc/core/data.php:294 inc/core/data.php:310 inc/core/data.php:337
|
379 |
+
#: inc/core/data.php:361 inc/core/data.php:389 inc/core/data.php:419
|
380 |
+
#: inc/core/data.php:455 inc/core/data.php:480 inc/core/data.php:516
|
381 |
+
#: inc/core/data.php:543 inc/core/data.php:559 inc/core/data.php:601
|
382 |
+
#: inc/core/data.php:629 inc/core/data.php:750 inc/core/data.php:793
|
383 |
+
#: inc/core/data.php:849 inc/core/data.php:886 inc/core/data.php:918
|
384 |
+
#: inc/core/data.php:1020 inc/core/data.php:1036 inc/core/data.php:1088
|
385 |
+
#: inc/core/data.php:1206 inc/core/data.php:1256 inc/core/data.php:1299
|
386 |
+
#: inc/core/data.php:1338 inc/core/data.php:1407 inc/core/data.php:1428
|
387 |
+
#: inc/core/data.php:1459 inc/core/data.php:1492 inc/core/data.php:1508
|
388 |
+
#: inc/core/data.php:1538 inc/core/data.php:1558 inc/core/data.php:1585
|
389 |
+
#: inc/core/data.php:1606 inc/core/data.php:1651 inc/core/data.php:1696
|
390 |
+
#: inc/core/data.php:1804 inc/core/data.php:1931 inc/core/data.php:2001
|
391 |
+
#: inc/core/data.php:2175 inc/core/data.php:2230 inc/core/data.php:2276
|
392 |
+
msgid "Class"
|
393 |
+
msgstr "Lớp học"
|
394 |
+
|
395 |
+
#: inc/core/data.php:160 inc/core/data.php:200 inc/core/data.php:232
|
396 |
+
#: inc/core/data.php:295 inc/core/data.php:311 inc/core/data.php:338
|
397 |
+
#: inc/core/data.php:362 inc/core/data.php:390 inc/core/data.php:420
|
398 |
+
#: inc/core/data.php:456 inc/core/data.php:481 inc/core/data.php:517
|
399 |
+
#: inc/core/data.php:544 inc/core/data.php:560 inc/core/data.php:602
|
400 |
+
#: inc/core/data.php:630 inc/core/data.php:751 inc/core/data.php:794
|
401 |
+
#: inc/core/data.php:850 inc/core/data.php:887 inc/core/data.php:919
|
402 |
+
#: inc/core/data.php:1021 inc/core/data.php:1037 inc/core/data.php:1089
|
403 |
+
#: inc/core/data.php:1207 inc/core/data.php:1257 inc/core/data.php:1300
|
404 |
+
#: inc/core/data.php:1339 inc/core/data.php:1408 inc/core/data.php:1429
|
405 |
+
#: inc/core/data.php:1460 inc/core/data.php:1493 inc/core/data.php:1509
|
406 |
+
#: inc/core/data.php:1539 inc/core/data.php:1559 inc/core/data.php:1586
|
407 |
+
#: inc/core/data.php:1607 inc/core/data.php:1652 inc/core/data.php:1697
|
408 |
+
#: inc/core/data.php:1805 inc/core/data.php:1932 inc/core/data.php:2002
|
409 |
+
#: inc/core/data.php:2176 inc/core/data.php:2231 inc/core/data.php:2277
|
410 |
+
msgid "Extra CSS class"
|
411 |
+
msgstr "Thêm lớp CSS"
|
412 |
+
|
413 |
+
#: inc/core/data.php:163
|
414 |
+
msgid "Heading text"
|
415 |
+
msgstr "Tiêu đề văn bản"
|
416 |
+
|
417 |
+
#: inc/core/data.php:164
|
418 |
+
msgid "Styled heading"
|
419 |
+
msgstr "Theo kiểu nhóm"
|
420 |
+
|
421 |
+
#: inc/core/data.php:169
|
422 |
+
msgid "Tabs"
|
423 |
+
msgstr "Tab"
|
424 |
+
|
425 |
+
#: inc/core/data.php:180
|
426 |
+
msgid "Choose style for this tabs"
|
427 |
+
msgstr "Chọn phong cách cho các tab này"
|
428 |
+
|
429 |
+
#: inc/core/data.php:188
|
430 |
+
msgid "Active tab"
|
431 |
+
msgstr "Tab hoạt động"
|
432 |
+
|
433 |
+
#: inc/core/data.php:189
|
434 |
+
msgid "Select which tab is open by default"
|
435 |
+
msgstr "Chọn tab đó là mở theo mặc định"
|
436 |
+
|
437 |
+
#: inc/core/data.php:194
|
438 |
+
msgid "Vertical"
|
439 |
+
msgstr "Thẳng đứng"
|
440 |
+
|
441 |
+
#: inc/core/data.php:195
|
442 |
+
msgid "Show tabs vertically"
|
443 |
+
msgstr "Hiển thị tab theo chiều dọc"
|
444 |
+
|
445 |
+
#: inc/core/data.php:203
|
446 |
+
msgid ""
|
447 |
+
"[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
|
448 |
+
"[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
|
449 |
+
"[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
|
450 |
+
msgstr ""
|
451 |
+
"[%prefix_tab tiêu đề =\"Tiêu đề 1\"] nội dung 1 [/%prefix_tab]\n"
|
452 |
+
"[%prefix_tab tiêu đề =\"Tiêu đề 2\"] nội dung 2 [/%prefix_tab]\n"
|
453 |
+
"[%prefix_tab tiêu đề =\"Tiêu đề 3\"] nội dung 3 [/%prefix_tab]"
|
454 |
+
|
455 |
+
#: inc/core/data.php:204
|
456 |
+
msgid "Tabs container"
|
457 |
+
msgstr "Tab container"
|
458 |
+
|
459 |
+
#: inc/core/data.php:209
|
460 |
+
msgid "Tab"
|
461 |
+
msgstr "Tab"
|
462 |
+
|
463 |
+
#: inc/core/data.php:214
|
464 |
+
msgid "Tab name"
|
465 |
+
msgstr "Tab tên"
|
466 |
+
|
467 |
+
#: inc/core/data.php:215 inc/core/data.php:247 inc/core/data.php:767
|
468 |
+
#: inc/core/data.php:810 inc/core/data.php:1366
|
469 |
+
msgid "Title"
|
470 |
+
msgstr "Tiêu đề"
|
471 |
+
|
472 |
+
#: inc/core/data.php:216
|
473 |
+
msgid "Enter tab name"
|
474 |
+
msgstr "Tên thẻ"
|
475 |
+
|
476 |
+
#: inc/core/data.php:221
|
477 |
+
msgid "Disabled"
|
478 |
+
msgstr "Khuyết tật"
|
479 |
+
|
480 |
+
#: inc/core/data.php:222
|
481 |
+
msgid "Is this tab disabled"
|
482 |
+
msgstr "Tab này vô hiệu hóa"
|
483 |
+
|
484 |
+
#: inc/core/data.php:226 inc/core/data.php:289
|
485 |
+
msgid "Anchor"
|
486 |
+
msgstr "Neo"
|
487 |
+
|
488 |
+
#: inc/core/data.php:227
|
489 |
+
msgid ""
|
490 |
+
"You can use unique anchor for this tab to access it with hash in page url. "
|
491 |
+
"For example: type here <b%value>Hello</b> and then use url like http://"
|
492 |
+
"example.com/page-url#Hello. This tab will be activated and scrolled in"
|
493 |
+
msgstr ""
|
494 |
+
"Bạn có thể sử dụng duy nhất neo cho tab này để truy cập nó với băm trong url "
|
495 |
+
"trang. Ví dụ: gõ vào đây <b%giá trị> Xin chào </b> và sau đó sử dụng url như "
|
496 |
+
"http://example.com/page-url#Hello. Tab này sẽ được kích hoạt và cuộn trong"
|
497 |
+
|
498 |
+
#: inc/core/data.php:235
|
499 |
+
msgid "Tab content"
|
500 |
+
msgstr "Tab nội dung"
|
501 |
+
|
502 |
+
#: inc/core/data.php:236
|
503 |
+
msgid "Single tab"
|
504 |
+
msgstr "Đơn tab"
|
505 |
+
|
506 |
+
#: inc/core/data.php:241
|
507 |
+
msgid "Spoiler"
|
508 |
+
msgstr "Spoiler"
|
509 |
+
|
510 |
+
#: inc/core/data.php:246 inc/core/shortcodes.php:72
|
511 |
+
msgid "Spoiler title"
|
512 |
+
msgstr "Spoiler tiêu đề"
|
513 |
+
|
514 |
+
#: inc/core/data.php:247
|
515 |
+
msgid "Text in spoiler title"
|
516 |
+
msgstr "Văn bản trong tiêu đề spoiler"
|
517 |
+
|
518 |
+
#: inc/core/data.php:252
|
519 |
+
msgid "Open"
|
520 |
+
msgstr "Mở"
|
521 |
+
|
522 |
+
#: inc/core/data.php:253
|
523 |
+
msgid "Is spoiler content visible by default"
|
524 |
+
msgstr "Là nội dung spoiler hiện hữu"
|
525 |
+
|
526 |
+
#: inc/core/data.php:259
|
527 |
+
msgid "Fancy"
|
528 |
+
msgstr "Ưa thích"
|
529 |
+
|
530 |
+
#: inc/core/data.php:260 inc/core/data.php:500
|
531 |
+
msgid "Simple"
|
532 |
+
msgstr "Đơn giản"
|
533 |
+
|
534 |
+
#: inc/core/data.php:264
|
535 |
+
msgid "Choose style for this spoiler"
|
536 |
+
msgstr "Chọn phong cách cho spoiler này"
|
537 |
+
|
538 |
+
#: inc/core/data.php:269
|
539 |
+
msgid "Plus"
|
540 |
+
msgstr "Plus"
|
541 |
+
|
542 |
+
#: inc/core/data.php:270
|
543 |
+
msgid "Plus circle"
|
544 |
+
msgstr "Cộng với vòng tròn"
|
545 |
+
|
546 |
+
#: inc/core/data.php:271
|
547 |
+
msgid "Plus square 1"
|
548 |
+
msgstr "Cộng với square 1"
|
549 |
+
|
550 |
+
#: inc/core/data.php:272
|
551 |
+
msgid "Plus square 2"
|
552 |
+
msgstr "Cộng với square 2"
|
553 |
+
|
554 |
+
#: inc/core/data.php:273
|
555 |
+
msgid "Arrow"
|
556 |
+
msgstr "Mũi tên"
|
557 |
+
|
558 |
+
#: inc/core/data.php:274
|
559 |
+
msgid "Arrow circle 1"
|
560 |
+
msgstr "Mũi tên vòng tròn 1"
|
561 |
+
|
562 |
+
#: inc/core/data.php:275
|
563 |
+
msgid "Arrow circle 2"
|
564 |
+
msgstr "Mũi tên vòng tròn 2"
|
565 |
+
|
566 |
+
#: inc/core/data.php:276
|
567 |
+
msgid "Chevron"
|
568 |
+
msgstr "Chevron"
|
569 |
+
|
570 |
+
#: inc/core/data.php:277
|
571 |
+
msgid "Chevron circle"
|
572 |
+
msgstr "Chevron vòng tròn"
|
573 |
+
|
574 |
+
#: inc/core/data.php:278
|
575 |
+
msgid "Caret"
|
576 |
+
msgstr "Caret"
|
577 |
+
|
578 |
+
#: inc/core/data.php:279
|
579 |
+
msgid "Caret square"
|
580 |
+
msgstr "Caret square"
|
581 |
+
|
582 |
+
#: inc/core/data.php:280
|
583 |
+
msgid "Folder 1"
|
584 |
+
msgstr "Thư mục 1"
|
585 |
+
|
586 |
+
#: inc/core/data.php:281
|
587 |
+
msgid "Folder 2"
|
588 |
+
msgstr "Thư mục 2"
|
589 |
+
|
590 |
+
#: inc/core/data.php:284 inc/core/data.php:618 inc/core/data.php:723
|
591 |
+
#: inc/core/data.php:773
|
592 |
+
msgid "Icon"
|
593 |
+
msgstr "Biểu tượng"
|
594 |
+
|
595 |
+
#: inc/core/data.php:285
|
596 |
+
msgid "Icons for spoiler"
|
597 |
+
msgstr "Biểu tượng cho spoiler"
|
598 |
+
|
599 |
+
#: inc/core/data.php:290
|
600 |
+
msgid ""
|
601 |
+
"You can use unique anchor for this spoiler to access it with hash in page "
|
602 |
+
"url. For example: type here <b%value>Hello</b> and then use url like http://"
|
603 |
+
"example.com/page-url#Hello. This spoiler will be open and scrolled in"
|
604 |
+
msgstr ""
|
605 |
+
"Bạn có thể sử dụng duy nhất neo cho spoiler này để truy cập nó với băm trong "
|
606 |
+
"url trang. Ví dụ: gõ vào đây <b%giá trị> Xin chào </b> và sau đó sử dụng url "
|
607 |
+
"như http://example.com/page-url#Hello. Spoiler này sẽ được mở và cuộn trong"
|
608 |
+
|
609 |
+
#: inc/core/data.php:298
|
610 |
+
msgid "Hidden content"
|
611 |
+
msgstr "Ẩn nội dung"
|
612 |
+
|
613 |
+
#: inc/core/data.php:299
|
614 |
+
msgid "Spoiler with hidden content"
|
615 |
+
msgstr "Spoiler với nội dung ẩn"
|
616 |
+
|
617 |
+
#: inc/core/data.php:304
|
618 |
+
msgid "Accordion"
|
619 |
+
msgstr "Accordion"
|
620 |
+
|
621 |
+
#: inc/core/data.php:314
|
622 |
+
msgid ""
|
623 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
624 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
625 |
+
"[%prefix_spoiler]Content[/%prefix_spoiler]"
|
626 |
+
msgstr ""
|
627 |
+
"[%prefix_spoiler] nội dung [/%prefix_spoiler]\n"
|
628 |
+
"[%prefix_spoiler] nội dung [/%prefix_spoiler]\n"
|
629 |
+
"[%prefix_spoiler] nội dung [/%prefix_spoiler]"
|
630 |
+
|
631 |
+
#: inc/core/data.php:315
|
632 |
+
msgid "Accordion with spoilers"
|
633 |
+
msgstr "Accordion với tấm lái ngang"
|
634 |
+
|
635 |
+
#: inc/core/data.php:320
|
636 |
+
msgid "Divider"
|
637 |
+
msgstr "Dải phân cách"
|
638 |
+
|
639 |
+
#: inc/core/data.php:327
|
640 |
+
msgid "Show TOP link"
|
641 |
+
msgstr "Hiển thị liên kết đầu trang"
|
642 |
+
|
643 |
+
#: inc/core/data.php:328
|
644 |
+
msgid "Show link to top of the page or not"
|
645 |
+
msgstr "Hiển thị các liên kết để đầu trang hay không"
|
646 |
+
|
647 |
+
#: inc/core/data.php:332 inc/core/shortcodes.php:99
|
648 |
+
msgid "Go to top"
|
649 |
+
msgstr "Về đầu trang"
|
650 |
+
|
651 |
+
#: inc/core/data.php:333
|
652 |
+
msgid "Link text"
|
653 |
+
msgstr "Văn bản liên kết"
|
654 |
+
|
655 |
+
#: inc/core/data.php:333
|
656 |
+
msgid "Text for the GO TOP link"
|
657 |
+
msgstr "Các văn bản cho các liên kết đi đầu"
|
658 |
+
|
659 |
+
#: inc/core/data.php:341
|
660 |
+
msgid "Content divider with optional TOP link"
|
661 |
+
msgstr "Nội dung chia với tùy chọn đầu liên kết"
|
662 |
+
|
663 |
+
#: inc/core/data.php:346
|
664 |
+
msgid "Spacer"
|
665 |
+
msgstr "Spacer"
|
666 |
+
|
667 |
+
#: inc/core/data.php:356 inc/core/data.php:1071 inc/core/data.php:1127
|
668 |
+
#: inc/core/data.php:1239 inc/core/data.php:1288 inc/core/data.php:1384
|
669 |
+
#: inc/core/data.php:1640 inc/core/data.php:1679 inc/core/data.php:1751
|
670 |
+
#: inc/core/data.php:1860 inc/core/data.php:1986 inc/core/data.php:2203
|
671 |
+
msgid "Height"
|
672 |
+
msgstr "Chiều cao"
|
673 |
+
|
674 |
+
#: inc/core/data.php:357
|
675 |
+
msgid "Height of the spacer in pixels"
|
676 |
+
msgstr "Chiều cao của spacer bằng pixel"
|
677 |
+
|
678 |
+
#: inc/core/data.php:365
|
679 |
+
msgid "Empty space with adjustable height"
|
680 |
+
msgstr "Các không gian trống rỗng với điều chỉnh chiều cao"
|
681 |
+
|
682 |
+
#: inc/core/data.php:370
|
683 |
+
msgid "Highlight"
|
684 |
+
msgstr "Điểm nổi bật"
|
685 |
+
|
686 |
+
#: inc/core/data.php:378 inc/core/data.php:678 inc/core/data.php:867
|
687 |
+
msgid "Background"
|
688 |
+
msgstr "Nền"
|
689 |
+
|
690 |
+
#: inc/core/data.php:379
|
691 |
+
msgid "Highlighted text background color"
|
692 |
+
msgstr "Đánh dấu màu nền văn bản"
|
693 |
+
|
694 |
+
#: inc/core/data.php:385 inc/core/data.php:684 inc/core/data.php:873
|
695 |
+
msgid "Text color"
|
696 |
+
msgstr "Văn bản màu"
|
697 |
+
|
698 |
+
#: inc/core/data.php:385
|
699 |
+
msgid "Highlighted text color"
|
700 |
+
msgstr "Văn bản được đánh dấu màu"
|
701 |
+
|
702 |
+
#: inc/core/data.php:393 inc/core/data.php:394
|
703 |
+
msgid "Highlighted text"
|
704 |
+
msgstr "Văn bản được đánh dấu"
|
705 |
+
|
706 |
+
#: inc/core/data.php:399 inc/core/data.php:423 inc/vendor/sunrise.php:409
|
707 |
+
msgid "Label"
|
708 |
+
msgstr "Nhãn"
|
709 |
+
|
710 |
+
#: inc/core/data.php:407
|
711 |
+
msgid "Success"
|
712 |
+
msgstr "Thành công"
|
713 |
+
|
714 |
+
#: inc/core/data.php:408
|
715 |
+
msgid "Warning"
|
716 |
+
msgstr "Cảnh báo"
|
717 |
+
|
718 |
+
#: inc/core/data.php:409
|
719 |
+
msgid "Important"
|
720 |
+
msgstr "Quan trọng"
|
721 |
+
|
722 |
+
#: inc/core/data.php:410
|
723 |
+
msgid "Black"
|
724 |
+
msgstr "Đen"
|
725 |
+
|
726 |
+
#: inc/core/data.php:411
|
727 |
+
msgid "Info"
|
728 |
+
msgstr "Thông tin"
|
729 |
+
|
730 |
+
#: inc/core/data.php:414
|
731 |
+
msgid "Type"
|
732 |
+
msgstr "Loại"
|
733 |
+
|
734 |
+
#: inc/core/data.php:415
|
735 |
+
msgid "Style of the label"
|
736 |
+
msgstr "Phong cách của nhãn"
|
737 |
+
|
738 |
+
#: inc/core/data.php:424
|
739 |
+
msgid "Styled label"
|
740 |
+
msgstr "Theo kiểu nhãn"
|
741 |
+
|
742 |
+
#: inc/core/data.php:429 inc/core/data.php:459
|
743 |
+
msgid "Quote"
|
744 |
+
msgstr "Trích dẫn"
|
745 |
+
|
746 |
+
#: inc/core/data.php:440
|
747 |
+
msgid "Choose style for this quote"
|
748 |
+
msgstr "Chọn phong cách cho báo này"
|
749 |
+
|
750 |
+
#: inc/core/data.php:444
|
751 |
+
msgid "Cite"
|
752 |
+
msgstr "Trích dẫn"
|
753 |
+
|
754 |
+
#: inc/core/data.php:445
|
755 |
+
msgid "Quote author name"
|
756 |
+
msgstr "Trích dẫn tên tác giả"
|
757 |
+
|
758 |
+
#: inc/core/data.php:450
|
759 |
+
msgid "Cite url"
|
760 |
+
msgstr "Trích dẫn các url"
|
761 |
+
|
762 |
+
#: inc/core/data.php:451
|
763 |
+
msgid "Url of the quote author. Leave empty to disable link"
|
764 |
+
msgstr "URL của tác giả trích dẫn. Để trống để vô hiệu hoá liên kết"
|
765 |
+
|
766 |
+
#: inc/core/data.php:460
|
767 |
+
msgid "Blockquote alternative"
|
768 |
+
msgstr "Blockquote thay thế"
|
769 |
+
|
770 |
+
#: inc/core/data.php:465 inc/core/data.php:484 inc/core/data.php:485
|
771 |
+
msgid "Pullquote"
|
772 |
+
msgstr "Pullquote"
|
773 |
+
|
774 |
+
#: inc/core/data.php:476
|
775 |
+
msgid "Pullquote alignment (float)"
|
776 |
+
msgstr "Pullquote liên kết (nổi)"
|
777 |
+
|
778 |
+
#: inc/core/data.php:490 inc/core/data.php:521
|
779 |
+
msgid "Dropcap"
|
780 |
+
msgstr "Dropcap"
|
781 |
+
|
782 |
+
#: inc/core/data.php:498 inc/core/data.php:663
|
783 |
+
msgid "Flat"
|
784 |
+
msgstr "Phẳng"
|
785 |
+
|
786 |
+
#: inc/core/data.php:499
|
787 |
+
msgid "Light"
|
788 |
+
msgstr "Ánh sáng"
|
789 |
+
|
790 |
+
#: inc/core/data.php:503
|
791 |
+
msgid "Dropcap style preset"
|
792 |
+
msgstr "Dropcap phong cách cài sẵn"
|
793 |
+
|
794 |
+
#: inc/core/data.php:512
|
795 |
+
msgid "Choose dropcap size"
|
796 |
+
msgstr "Chọn kích thước dropcap"
|
797 |
+
|
798 |
+
#: inc/core/data.php:520
|
799 |
+
msgid "D"
|
800 |
+
msgstr "D"
|
801 |
+
|
802 |
+
#: inc/core/data.php:526
|
803 |
+
msgid "Frame"
|
804 |
+
msgstr "Khung"
|
805 |
+
|
806 |
+
#: inc/core/data.php:539
|
807 |
+
msgid "Frame alignment"
|
808 |
+
msgstr "Khung chỉnh"
|
809 |
+
|
810 |
+
#: inc/core/data.php:548
|
811 |
+
msgid "Styled image frame"
|
812 |
+
msgstr "Theo kiểu hình ảnh khung"
|
813 |
+
|
814 |
+
#: inc/core/data.php:553
|
815 |
+
msgid "Row"
|
816 |
+
msgstr "Hàng"
|
817 |
+
|
818 |
+
#: inc/core/data.php:563
|
819 |
+
msgid ""
|
820 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
821 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
822 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
|
823 |
+
msgstr ""
|
824 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
825 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
826 |
+
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
|
827 |
+
|
828 |
+
#: inc/core/data.php:564
|
829 |
+
msgid "Row for flexible columns"
|
830 |
+
msgstr "Hàng cho cột linh hoạt"
|
831 |
+
|
832 |
+
#: inc/core/data.php:569
|
833 |
+
msgid "Column"
|
834 |
+
msgstr "Cột"
|
835 |
+
|
836 |
+
#: inc/core/data.php:576
|
837 |
+
msgid "Full width"
|
838 |
+
msgstr "Toàn bộ chiều rộng"
|
839 |
+
|
840 |
+
#: inc/core/data.php:577
|
841 |
+
msgid "One half"
|
842 |
+
msgstr "Một nửa"
|
843 |
+
|
844 |
+
#: inc/core/data.php:578
|
845 |
+
msgid "One third"
|
846 |
+
msgstr "Một phần ba"
|
847 |
+
|
848 |
+
#: inc/core/data.php:579
|
849 |
+
msgid "Two third"
|
850 |
+
msgstr "Hai ba"
|
851 |
+
|
852 |
+
#: inc/core/data.php:580
|
853 |
+
msgid "One fourth"
|
854 |
+
msgstr "1/4"
|
855 |
+
|
856 |
+
#: inc/core/data.php:581
|
857 |
+
msgid "Three fourth"
|
858 |
+
msgstr "Ba tư"
|
859 |
+
|
860 |
+
#: inc/core/data.php:582
|
861 |
+
msgid "One fifth"
|
862 |
+
msgstr "1/5"
|
863 |
+
|
864 |
+
#: inc/core/data.php:583
|
865 |
+
msgid "Two fifth"
|
866 |
+
msgstr "Hai năm"
|
867 |
+
|
868 |
+
#: inc/core/data.php:584
|
869 |
+
msgid "Three fifth"
|
870 |
+
msgstr "Ba năm"
|
871 |
+
|
872 |
+
#: inc/core/data.php:585
|
873 |
+
msgid "Four fifth"
|
874 |
+
msgstr "Bốn năm"
|
875 |
+
|
876 |
+
#: inc/core/data.php:586
|
877 |
+
msgid "One sixth"
|
878 |
+
msgstr "1/6"
|
879 |
+
|
880 |
+
#: inc/core/data.php:587
|
881 |
+
msgid "Five sixth"
|
882 |
+
msgstr "Năm sáu"
|
883 |
+
|
884 |
+
#: inc/core/data.php:591
|
885 |
+
msgid "Select column width. This width will be calculated depend page width"
|
886 |
+
msgstr ""
|
887 |
+
"Chọn cột chiều rộng. Chiều rộng này sẽ được tính toán phụ thuộc trang chiều "
|
888 |
+
"rộng"
|
889 |
+
|
890 |
+
#: inc/core/data.php:596 inc/core/data.php:704
|
891 |
+
msgid "Centered"
|
892 |
+
msgstr "Trung tâm"
|
893 |
+
|
894 |
+
#: inc/core/data.php:597
|
895 |
+
msgid "Is this column centered on the page"
|
896 |
+
msgstr "Cột này có trung tâm trên trang"
|
897 |
+
|
898 |
+
#: inc/core/data.php:605
|
899 |
+
msgid "Column content"
|
900 |
+
msgstr "Cột nội dung"
|
901 |
+
|
902 |
+
#: inc/core/data.php:606
|
903 |
+
msgid "Flexible and responsive columns"
|
904 |
+
msgstr "Linh hoạt và đáp ứng cột"
|
905 |
+
|
906 |
+
#: inc/core/data.php:611
|
907 |
+
msgid "List"
|
908 |
+
msgstr "Danh sách"
|
909 |
+
|
910 |
+
#: inc/core/data.php:619
|
911 |
+
msgid "You can upload custom icon for this list or pick a built-in icon"
|
912 |
+
msgstr ""
|
913 |
+
"Bạn có thể tải lên biểu tượng tuỳ chỉnh cho danh sách này hay chọn một biểu "
|
914 |
+
"tượng được xây dựng trong"
|
915 |
+
|
916 |
+
#: inc/core/data.php:624 inc/core/data.php:729 inc/core/data.php:779
|
917 |
+
msgid "Icon color"
|
918 |
+
msgstr "Biểu tượng màu sắc"
|
919 |
+
|
920 |
+
#: inc/core/data.php:625 inc/core/data.php:730 inc/core/data.php:780
|
921 |
+
msgid ""
|
922 |
+
"This color will be applied to the selected icon. Does not works with "
|
923 |
+
"uploaded icons"
|
924 |
+
msgstr ""
|
925 |
+
"Màu này sẽ được áp dụng cho biểu tượng được chọn. Không làm việc với tải lên "
|
926 |
+
"biểu tượng"
|
927 |
+
|
928 |
+
#: inc/core/data.php:633
|
929 |
+
msgid ""
|
930 |
+
"<ul>\n"
|
931 |
+
"<li>List item</li>\n"
|
932 |
+
"<li>List item</li>\n"
|
933 |
+
"<li>List item</li>\n"
|
934 |
+
"</ul>"
|
935 |
+
msgstr ""
|
936 |
+
"<ul>\n"
|
937 |
+
"<li>List item</li>\n"
|
938 |
+
"<li>List item</li>\n"
|
939 |
+
"<li>List item</li>\n"
|
940 |
+
"</ul>"
|
941 |
+
|
942 |
+
#: inc/core/data.php:634
|
943 |
+
msgid "Styled unordered list"
|
944 |
+
msgstr "Theo kiểu danh sách có thứ tự"
|
945 |
+
|
946 |
+
#: inc/core/data.php:639
|
947 |
+
msgid "Button"
|
948 |
+
msgstr "Nút"
|
949 |
+
|
950 |
+
#: inc/core/data.php:646
|
951 |
+
msgid "Link"
|
952 |
+
msgstr "Liên kết"
|
953 |
+
|
954 |
+
#: inc/core/data.php:647
|
955 |
+
msgid "Button link"
|
956 |
+
msgstr "Nút liên kết"
|
957 |
+
|
958 |
+
#: inc/core/data.php:652 inc/core/data.php:1450
|
959 |
+
msgid "Same tab"
|
960 |
+
msgstr "Cùng một thẻ"
|
961 |
+
|
962 |
+
#: inc/core/data.php:653 inc/core/data.php:1451
|
963 |
+
msgid "New tab"
|
964 |
+
msgstr "Tab mới"
|
965 |
+
|
966 |
+
#: inc/core/data.php:656 inc/core/data.php:1454
|
967 |
+
msgid "Target"
|
968 |
+
msgstr "Mục tiêu"
|
969 |
+
|
970 |
+
#: inc/core/data.php:657
|
971 |
+
msgid "Button link target"
|
972 |
+
msgstr "Nút liên kết mục tiêu"
|
973 |
+
|
974 |
+
#: inc/core/data.php:664 inc/core/data.php:816
|
975 |
+
msgid "Soft"
|
976 |
+
msgstr "Mềm"
|
977 |
+
|
978 |
+
#: inc/core/data.php:665 inc/core/data.php:817
|
979 |
+
msgid "Glass"
|
980 |
+
msgstr "Thủy tinh"
|
981 |
+
|
982 |
+
#: inc/core/data.php:666 inc/core/data.php:818
|
983 |
+
msgid "Bubbles"
|
984 |
+
msgstr "Bong bóng"
|
985 |
+
|
986 |
+
#: inc/core/data.php:667 inc/core/data.php:819
|
987 |
+
msgid "Noise"
|
988 |
+
msgstr "Tiếng ồn"
|
989 |
+
|
990 |
+
#: inc/core/data.php:668
|
991 |
+
msgid "Stroked"
|
992 |
+
msgstr "Vuốt ve"
|
993 |
+
|
994 |
+
#: inc/core/data.php:669
|
995 |
+
msgid "3D"
|
996 |
+
msgstr "3D"
|
997 |
+
|
998 |
+
#: inc/core/data.php:672
|
999 |
+
msgid "Button background style preset"
|
1000 |
+
msgstr "Nút nền phong cách cài sẵn"
|
1001 |
+
|
1002 |
+
#: inc/core/data.php:678
|
1003 |
+
msgid "Button background color"
|
1004 |
+
msgstr "Nút màu nền"
|
1005 |
+
|
1006 |
+
#: inc/core/data.php:685
|
1007 |
+
msgid "Button text color"
|
1008 |
+
msgstr "Nút màu chữ"
|
1009 |
+
|
1010 |
+
#: inc/core/data.php:694
|
1011 |
+
msgid "Button size"
|
1012 |
+
msgstr "Nút kích thước"
|
1013 |
+
|
1014 |
+
#: inc/core/data.php:699
|
1015 |
+
msgid "Fluid"
|
1016 |
+
msgstr "Chất lỏng"
|
1017 |
+
|
1018 |
+
#: inc/core/data.php:699
|
1019 |
+
msgid "Fluid buttons has 100% width"
|
1020 |
+
msgstr "Chất lỏng nút có 100% chiều rộng"
|
1021 |
+
|
1022 |
+
#: inc/core/data.php:704
|
1023 |
+
msgid "Is button centered on the page"
|
1024 |
+
msgstr "Có nút trung tâm trên trang"
|
1025 |
+
|
1026 |
+
#: inc/core/data.php:709
|
1027 |
+
msgid "Auto"
|
1028 |
+
msgstr "Tự động"
|
1029 |
+
|
1030 |
+
#: inc/core/data.php:710
|
1031 |
+
msgid "Round"
|
1032 |
+
msgstr "Vòng"
|
1033 |
+
|
1034 |
+
#: inc/core/data.php:711
|
1035 |
+
msgid "Square"
|
1036 |
+
msgstr "Vuông"
|
1037 |
+
|
1038 |
+
#: inc/core/data.php:717 inc/core/data.php:844 inc/core/data.php:882
|
1039 |
+
msgid "Radius"
|
1040 |
+
msgstr "Bán kính"
|
1041 |
+
|
1042 |
+
#: inc/core/data.php:718
|
1043 |
+
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
1044 |
+
msgstr ""
|
1045 |
+
"Bán kính của nút góc. Bán kính tự động tính toán dựa trên nút kích thước"
|
1046 |
+
|
1047 |
+
#: inc/core/data.php:724
|
1048 |
+
msgid "You can upload custom icon for this button or pick a built-in icon"
|
1049 |
+
msgstr ""
|
1050 |
+
"Bạn có thể tải lên biểu tượng tuỳ chỉnh cho nút này hoặc chọn một biểu tượng "
|
1051 |
+
"được xây dựng trong"
|
1052 |
+
|
1053 |
+
#: inc/core/data.php:735
|
1054 |
+
msgid "Text shadow"
|
1055 |
+
msgstr "Văn bản bóng"
|
1056 |
+
|
1057 |
+
#: inc/core/data.php:736
|
1058 |
+
msgid "Button text shadow"
|
1059 |
+
msgstr "Nút văn bản bóng"
|
1060 |
+
|
1061 |
+
#: inc/core/data.php:740
|
1062 |
+
msgid "Description"
|
1063 |
+
msgstr "Mô tả"
|
1064 |
+
|
1065 |
+
#: inc/core/data.php:741
|
1066 |
+
msgid ""
|
1067 |
+
"Small description under button text. This option is incompatible with icon."
|
1068 |
+
msgstr ""
|
1069 |
+
"Mô tả nhỏ dưới nút văn bản. Tùy chọn này là không tương thích với biểu tượng."
|
1070 |
+
|
1071 |
+
#: inc/core/data.php:745
|
1072 |
+
msgid "onClick"
|
1073 |
+
msgstr "tự động trượt"
|
1074 |
+
|
1075 |
+
#: inc/core/data.php:746
|
1076 |
+
msgid "Advanced JavaScript code for onClick action"
|
1077 |
+
msgstr "Mã JavaScript nâng cao cho hành động nhiều cấp"
|
1078 |
+
|
1079 |
+
#: inc/core/data.php:754
|
1080 |
+
msgid "Button text"
|
1081 |
+
msgstr "Nút văn bản"
|
1082 |
+
|
1083 |
+
#: inc/core/data.php:755
|
1084 |
+
msgid "Styled button"
|
1085 |
+
msgstr "Theo kiểu nút"
|
1086 |
+
|
1087 |
+
#: inc/core/data.php:760
|
1088 |
+
msgid "Service"
|
1089 |
+
msgstr "Dịch vụ"
|
1090 |
+
|
1091 |
+
#: inc/core/data.php:766 inc/core/shortcodes.php:430
|
1092 |
+
msgid "Service title"
|
1093 |
+
msgstr "Tiêu đề dịch vụ"
|
1094 |
+
|
1095 |
+
#: inc/core/data.php:768
|
1096 |
+
msgid "Service name"
|
1097 |
+
msgstr "Tên dịch vụ"
|
1098 |
+
|
1099 |
+
#: inc/core/data.php:774
|
1100 |
+
msgid "You can upload custom icon for this box"
|
1101 |
+
msgstr "Bạn có thể tải lên biểu tượng tuỳ chỉnh cho hộp này"
|
1102 |
+
|
1103 |
+
#: inc/core/data.php:788
|
1104 |
+
msgid "Icon size"
|
1105 |
+
msgstr "Kích cỡ biểu tượng"
|
1106 |
+
|
1107 |
+
#: inc/core/data.php:789
|
1108 |
+
msgid "Size of the uploaded icon in pixels"
|
1109 |
+
msgstr "Kích thước của biểu tượng được tải lên trong pixel"
|
1110 |
+
|
1111 |
+
#: inc/core/data.php:797
|
1112 |
+
msgid "Service description"
|
1113 |
+
msgstr "Mô tả Dịch vụ"
|
1114 |
+
|
1115 |
+
#: inc/core/data.php:798
|
1116 |
+
msgid "Service box with title"
|
1117 |
+
msgstr "Dịch vụ hộp với tiêu đề"
|
1118 |
+
|
1119 |
+
#: inc/core/data.php:809
|
1120 |
+
msgid "Box title"
|
1121 |
+
msgstr "Tiêu đề hộp"
|
1122 |
+
|
1123 |
+
#: inc/core/data.php:810
|
1124 |
+
msgid "Text for the box title"
|
1125 |
+
msgstr "Các văn bản cho tiêu đề hộp"
|
1126 |
+
|
1127 |
+
#: inc/core/data.php:823
|
1128 |
+
msgid "Box style preset"
|
1129 |
+
msgstr "Hộp phong cách cài sẵn"
|
1130 |
+
|
1131 |
+
#: inc/core/data.php:829 inc/core/generator-views.php:91
|
1132 |
+
msgid "Color"
|
1133 |
+
msgstr "Màu sắc"
|
1134 |
+
|
1135 |
+
#: inc/core/data.php:830
|
1136 |
+
msgid "Color for the box title and borders"
|
1137 |
+
msgstr "Màu cho tiêu đề hộp và biên giới"
|
1138 |
+
|
1139 |
+
#: inc/core/data.php:836
|
1140 |
+
msgid "Title text color"
|
1141 |
+
msgstr "Tiêu đề văn bản màu"
|
1142 |
+
|
1143 |
+
#: inc/core/data.php:836
|
1144 |
+
msgid "Color for the box title text"
|
1145 |
+
msgstr "Màu sắc cho văn bản tiêu đề hộp"
|
1146 |
+
|
1147 |
+
#: inc/core/data.php:845
|
1148 |
+
msgid "Box corners radius"
|
1149 |
+
msgstr "Bán kính góc hộp"
|
1150 |
+
|
1151 |
+
#: inc/core/data.php:853
|
1152 |
+
msgid "Box content"
|
1153 |
+
msgstr "Nội dung hộp"
|
1154 |
+
|
1155 |
+
#: inc/core/data.php:854
|
1156 |
+
msgid "Colored box with caption"
|
1157 |
+
msgstr "Hộp màu với các chú thích"
|
1158 |
+
|
1159 |
+
#: inc/core/data.php:859
|
1160 |
+
msgid "Note"
|
1161 |
+
msgstr "Lưu ý"
|
1162 |
+
|
1163 |
+
#: inc/core/data.php:867
|
1164 |
+
msgid "Note background color"
|
1165 |
+
msgstr "Lưu ý màu nền"
|
1166 |
+
|
1167 |
+
#: inc/core/data.php:874
|
1168 |
+
msgid "Note text color"
|
1169 |
+
msgstr "Lưu ý màu chữ"
|
1170 |
+
|
1171 |
+
#: inc/core/data.php:882
|
1172 |
+
msgid "Note corners radius"
|
1173 |
+
msgstr "Lưu ý góc bán kính"
|
1174 |
+
|
1175 |
+
#: inc/core/data.php:890
|
1176 |
+
msgid "Note text"
|
1177 |
+
msgstr "Văn bản lưu ý"
|
1178 |
+
|
1179 |
+
#: inc/core/data.php:891
|
1180 |
+
msgid "Colored box"
|
1181 |
+
msgstr "Hộp màu"
|
1182 |
+
|
1183 |
+
#: inc/core/data.php:896
|
1184 |
+
msgid "Lightbox"
|
1185 |
+
msgstr "Lightbox"
|
1186 |
+
|
1187 |
+
#: inc/core/data.php:903
|
1188 |
+
msgid "Iframe"
|
1189 |
+
msgstr "Khung nội tuyến"
|
1190 |
+
|
1191 |
+
#: inc/core/data.php:904
|
1192 |
+
msgid "Image"
|
1193 |
+
msgstr "Hình ảnh"
|
1194 |
+
|
1195 |
+
#: inc/core/data.php:905
|
1196 |
+
msgid "Inline (html content)"
|
1197 |
+
msgstr "Nội tuyến (nội dung html)"
|
1198 |
+
|
1199 |
+
#: inc/core/data.php:908
|
1200 |
+
msgid "Content type"
|
1201 |
+
msgstr "Loại nội dung"
|
1202 |
+
|
1203 |
+
#: inc/core/data.php:909
|
1204 |
+
msgid "Select type of the lightbox window content"
|
1205 |
+
msgstr "Chọn loại nội dung cửa sổ lightbox"
|
1206 |
+
|
1207 |
+
#: inc/core/data.php:913
|
1208 |
+
msgid "Content source"
|
1209 |
+
msgstr "Nội dung nguồn"
|
1210 |
+
|
1211 |
+
#: inc/core/data.php:914
|
1212 |
+
msgid ""
|
1213 |
+
"Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
|
1214 |
+
"Use CSS selector for Inline content type.<br />Example values:<br /><b"
|
1215 |
+
"%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)"
|
1216 |
+
"<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
|
1217 |
+
"uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
|
1218 |
+
"(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
|
1219 |
+
msgstr ""
|
1220 |
+
"Chèn ở đây URL hoặc CSS selector. Sử dụng URL cho khung nội tuyến và hình "
|
1221 |
+
"ảnh các loại nội dung. Sử dụng CSS selector cho nội tuyến nội dung loại. <br/"
|
1222 |
+
"> giá trị ví dụ: <br/><b%giá trị> http://www.youtube.com/watch?v=XXXXXXXXX</"
|
1223 |
+
"b>-YouTube video (khung nội tuyến) <br/><b%giá trị> http://example.com/wp-"
|
1224 |
+
"content/uploads/image.jpg</b> - được tải lên hình ảnh (hình ảnh) <br/><b%giá "
|
1225 |
+
"trị> http://example.com/</b>-bất kỳ trang web (khung nội tuyến) <br/><b%giá "
|
1226 |
+
"trị> #contact-mẫu </b> - bất kỳ nội dung HTML (inline)"
|
1227 |
+
|
1228 |
+
#: inc/core/data.php:922
|
1229 |
+
msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
|
1230 |
+
msgstr "[%prefix_button] Click vào đây để xem Video [/%prefix_button]"
|
1231 |
+
|
1232 |
+
#: inc/core/data.php:923
|
1233 |
+
msgid "Lightbox window with custom content"
|
1234 |
+
msgstr "Lightbox cửa sổ với nội dung tuỳ chỉnh"
|
1235 |
+
|
1236 |
+
#: inc/core/data.php:928
|
1237 |
+
msgid "Tooltip"
|
1238 |
+
msgstr "Chú thích"
|
1239 |
+
|
1240 |
+
#: inc/core/data.php:935
|
1241 |
+
msgid "Basic: Light"
|
1242 |
+
msgstr "Cơ bản: ánh sáng"
|
1243 |
+
|
1244 |
+
#: inc/core/data.php:936
|
1245 |
+
msgid "Basic: Dark"
|
1246 |
+
msgstr "Cơ bản: tối"
|
1247 |
+
|
1248 |
+
#: inc/core/data.php:937
|
1249 |
+
msgid "Basic: Yellow"
|
1250 |
+
msgstr "Cơ bản: vàng"
|
1251 |
+
|
1252 |
+
#: inc/core/data.php:938
|
1253 |
+
msgid "Basic: Green"
|
1254 |
+
msgstr "Cơ bản: màu xanh lá cây"
|
1255 |
+
|
1256 |
+
#: inc/core/data.php:939
|
1257 |
+
msgid "Basic: Red"
|
1258 |
+
msgstr "Cơ bản: Red"
|
1259 |
+
|
1260 |
+
#: inc/core/data.php:940
|
1261 |
+
msgid "Basic: Blue"
|
1262 |
+
msgstr "Cơ bản: xanh"
|
1263 |
+
|
1264 |
+
#: inc/core/data.php:941
|
1265 |
+
msgid "Youtube"
|
1266 |
+
msgstr "YouTube"
|
1267 |
+
|
1268 |
+
#: inc/core/data.php:942
|
1269 |
+
msgid "Tipsy"
|
1270 |
+
msgstr "Tipsy"
|
1271 |
+
|
1272 |
+
#: inc/core/data.php:943
|
1273 |
+
msgid "Bootstrap"
|
1274 |
+
msgstr "Khởi động"
|
1275 |
+
|
1276 |
+
#: inc/core/data.php:944
|
1277 |
+
msgid "jTools"
|
1278 |
+
msgstr "jTools"
|
1279 |
+
|
1280 |
+
#: inc/core/data.php:945
|
1281 |
+
msgid "Tipped"
|
1282 |
+
msgstr "Tipped"
|
1283 |
+
|
1284 |
+
#: inc/core/data.php:946
|
1285 |
+
msgid "Cluetip"
|
1286 |
+
msgstr "Cluetip"
|
1287 |
+
|
1288 |
+
#: inc/core/data.php:950
|
1289 |
+
msgid "Tooltip window style"
|
1290 |
+
msgstr "Tooltip cửa sổ phong cách"
|
1291 |
+
|
1292 |
+
#: inc/core/data.php:955
|
1293 |
+
msgid "Top"
|
1294 |
+
msgstr "Đầu trang"
|
1295 |
+
|
1296 |
+
#: inc/core/data.php:956
|
1297 |
+
msgid "Bottom"
|
1298 |
+
msgstr "Dưới cùng"
|
1299 |
+
|
1300 |
+
#: inc/core/data.php:961
|
1301 |
+
msgid "Position"
|
1302 |
+
msgstr "Vị trí"
|
1303 |
+
|
1304 |
+
#: inc/core/data.php:962
|
1305 |
+
msgid "Tooltip position"
|
1306 |
+
msgstr "Vị trí tooltip"
|
1307 |
+
|
1308 |
+
#: inc/core/data.php:967
|
1309 |
+
msgid "Shadow"
|
1310 |
+
msgstr "Bóng"
|
1311 |
+
|
1312 |
+
#: inc/core/data.php:968
|
1313 |
+
msgid ""
|
1314 |
+
"Add shadow to tooltip. This option is only works with basic styes, e.g. "
|
1315 |
+
"blue, green etc."
|
1316 |
+
msgstr ""
|
1317 |
+
"Thêm bóng chú thích. Tùy chọn này là chỉ hoạt động cơ bản styes, ví dụ như "
|
1318 |
+
"màu xanh, màu xanh lá cây vv."
|
1319 |
+
|
1320 |
+
#: inc/core/data.php:973
|
1321 |
+
msgid "Rounded corners"
|
1322 |
+
msgstr "Làm tròn góc"
|
1323 |
+
|
1324 |
+
#: inc/core/data.php:974
|
1325 |
+
msgid ""
|
1326 |
+
"Use rounded for tooltip. This option is only works with basic styes, e.g. "
|
1327 |
+
"blue, green etc."
|
1328 |
+
msgstr ""
|
1329 |
+
"Sử dụng làm tròn cho tooltip. Tùy chọn này là chỉ hoạt động cơ bản styes, ví "
|
1330 |
+
"dụ như màu xanh, màu xanh lá cây vv."
|
1331 |
+
|
1332 |
+
#: inc/core/data.php:988
|
1333 |
+
msgid "Font size"
|
1334 |
+
msgstr "Kích thước phông chữ"
|
1335 |
+
|
1336 |
+
#: inc/core/data.php:989
|
1337 |
+
msgid "Tooltip font size"
|
1338 |
+
msgstr "Kích thước phông chữ tooltip"
|
1339 |
+
|
1340 |
+
#: inc/core/data.php:993
|
1341 |
+
msgid "Tooltip title"
|
1342 |
+
msgstr "Tiêu đề tooltip"
|
1343 |
+
|
1344 |
+
#: inc/core/data.php:994
|
1345 |
+
msgid ""
|
1346 |
+
"Enter title for tooltip window. Leave this field empty to hide the title"
|
1347 |
+
msgstr "Nhập tiêu đề cho tooltip cửa sổ. Để lĩnh vực này trống để ẩn tiêu đề"
|
1348 |
+
|
1349 |
+
#: inc/core/data.php:997 inc/core/shortcodes.php:508
|
1350 |
+
msgid "Tooltip text"
|
1351 |
+
msgstr "Chú thích văn bản"
|
1352 |
+
|
1353 |
+
#: inc/core/data.php:998
|
1354 |
+
msgid "Tooltip content"
|
1355 |
+
msgstr "Chú thích nội dung"
|
1356 |
+
|
1357 |
+
#: inc/core/data.php:999
|
1358 |
+
msgid "Enter tooltip content here"
|
1359 |
+
msgstr "Nhập tooltip nội dung ở đây"
|
1360 |
+
|
1361 |
+
#: inc/core/data.php:1004
|
1362 |
+
msgid "Show and hide on mouse hover"
|
1363 |
+
msgstr "Hiển thị và ẩn trên di chuột con chuột"
|
1364 |
+
|
1365 |
+
#: inc/core/data.php:1005
|
1366 |
+
msgid "Show and hide by mouse click"
|
1367 |
+
msgstr "Hiển thị và ẩn bằng cách click chuột"
|
1368 |
+
|
1369 |
+
#: inc/core/data.php:1006
|
1370 |
+
msgid "Always visible"
|
1371 |
+
msgstr "Luôn luôn có thể nhìn thấy"
|
1372 |
+
|
1373 |
+
#: inc/core/data.php:1009
|
1374 |
+
msgid "Behavior"
|
1375 |
+
msgstr "Hành vi"
|
1376 |
+
|
1377 |
+
#: inc/core/data.php:1010
|
1378 |
+
msgid "Select tooltip behavior"
|
1379 |
+
msgstr "Chọn hành vi tooltip"
|
1380 |
+
|
1381 |
+
#: inc/core/data.php:1015
|
1382 |
+
msgid "Close button"
|
1383 |
+
msgstr "Nút đóng"
|
1384 |
+
|
1385 |
+
#: inc/core/data.php:1016
|
1386 |
+
msgid "Show close button"
|
1387 |
+
msgstr "Hiển thị nút đóng"
|
1388 |
+
|
1389 |
+
#: inc/core/data.php:1024
|
1390 |
+
msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
|
1391 |
+
msgstr "[%prefix_button] di chuột tôi mở tooltip [/%prefix_button]"
|
1392 |
+
|
1393 |
+
#: inc/core/data.php:1025
|
1394 |
+
msgid "Tooltip window with custom content"
|
1395 |
+
msgstr "Tooltip cửa sổ với nội dung tuỳ chỉnh"
|
1396 |
+
|
1397 |
+
#: inc/core/data.php:1030
|
1398 |
+
msgid "Private"
|
1399 |
+
msgstr "Cá nhân"
|
1400 |
+
|
1401 |
+
#: inc/core/data.php:1040
|
1402 |
+
msgid "Private note text"
|
1403 |
+
msgstr "Văn bản lưu ý riêng"
|
1404 |
+
|
1405 |
+
#: inc/core/data.php:1041
|
1406 |
+
msgid "Private note for post authors"
|
1407 |
+
msgstr "Các lưu ý riêng cho tác giả đăng bài"
|
1408 |
+
|
1409 |
+
#: inc/core/data.php:1046
|
1410 |
+
msgid "YouTube"
|
1411 |
+
msgstr "YouTube"
|
1412 |
+
|
1413 |
+
#: inc/core/data.php:1053 inc/core/data.php:1104 inc/core/data.php:1222
|
1414 |
+
#: inc/core/data.php:1271 inc/core/data.php:1525 inc/core/data.php:1622
|
1415 |
+
msgid "Url"
|
1416 |
+
msgstr "URL"
|
1417 |
+
|
1418 |
+
#: inc/core/data.php:1054 inc/core/data.php:1105
|
1419 |
+
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1420 |
+
msgstr "Trang URL YouTube với video. Ví dụ: http://youtube.com/watch?v=XXXXXX"
|
1421 |
+
|
1422 |
+
#: inc/core/data.php:1062 inc/core/data.php:1118 inc/core/data.php:1230
|
1423 |
+
#: inc/core/data.php:1279 inc/core/data.php:1321 inc/core/data.php:1375
|
1424 |
+
#: inc/core/data.php:1631 inc/core/data.php:1670 inc/core/data.php:1743
|
1425 |
+
#: inc/core/data.php:1851 inc/core/data.php:1978 inc/core/data.php:2194
|
1426 |
+
msgid "Width"
|
1427 |
+
msgstr "Chiều rộng"
|
1428 |
+
|
1429 |
+
#: inc/core/data.php:1063 inc/core/data.php:1119 inc/core/data.php:1231
|
1430 |
+
#: inc/core/data.php:1280 inc/core/data.php:1376
|
1431 |
+
msgid "Player width"
|
1432 |
+
msgstr "Chiều rộng của cầu thủ"
|
1433 |
+
|
1434 |
+
#: inc/core/data.php:1072 inc/core/data.php:1128 inc/core/data.php:1240
|
1435 |
+
#: inc/core/data.php:1289 inc/core/data.php:1385
|
1436 |
+
msgid "Player height"
|
1437 |
+
msgstr "Chiều cao máy nghe nhạc"
|
1438 |
+
|
1439 |
+
#: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
|
1440 |
+
#: inc/core/data.php:1294 inc/core/data.php:1646 inc/core/data.php:1685
|
1441 |
+
#: inc/core/data.php:1756 inc/core/data.php:1866
|
1442 |
+
msgid "Responsive"
|
1443 |
+
msgstr "Đáp ứng"
|
1444 |
+
|
1445 |
+
#: inc/core/data.php:1078 inc/core/data.php:1134 inc/core/data.php:1246
|
1446 |
+
#: inc/core/data.php:1295
|
1447 |
+
msgid "Ignore width and height parameters and make player responsive"
|
1448 |
+
msgstr ""
|
1449 |
+
"Bỏ qua các tham số chiều rộng và chiều cao và làm cho máy nghe nhạc đáp ứng"
|
1450 |
+
|
1451 |
+
#: inc/core/data.php:1083 inc/core/data.php:1167 inc/core/data.php:1251
|
1452 |
+
#: inc/core/data.php:1327 inc/core/data.php:1396 inc/core/data.php:1791
|
1453 |
+
#: inc/core/data.php:1918
|
1454 |
+
msgid "Autoplay"
|
1455 |
+
msgstr "Phát tự động"
|
1456 |
+
|
1457 |
+
#: inc/core/data.php:1084 inc/core/data.php:1168 inc/core/data.php:1252
|
1458 |
+
msgid "Play video automatically when page is loaded"
|
1459 |
+
msgstr "Chơi video tự động khi trang được nạp"
|
1460 |
+
|
1461 |
+
#: inc/core/data.php:1092
|
1462 |
+
msgid "YouTube video"
|
1463 |
+
msgstr "YouTube video"
|
1464 |
+
|
1465 |
+
#: inc/core/data.php:1097
|
1466 |
+
msgid "YouTube Advanced"
|
1467 |
+
msgstr "YouTube nâng cao"
|
1468 |
+
|
1469 |
+
#: inc/core/data.php:1109
|
1470 |
+
msgid "Playlist"
|
1471 |
+
msgstr "Danh sách bài hát"
|
1472 |
+
|
1473 |
+
#: inc/core/data.php:1110
|
1474 |
+
msgid ""
|
1475 |
+
"Value is a comma-separated list of video IDs to play. If you specify a "
|
1476 |
+
"value, the first video that plays will be the VIDEO_ID specified in the URL "
|
1477 |
+
"path, and the videos specified in the playlist parameter will play thereafter"
|
1478 |
+
msgstr ""
|
1479 |
+
"Giá trị là phẩy danh sách ID video để chơi. Nếu bạn chỉ định một giá trị, "
|
1480 |
+
"video đầu tiên vở kịch đồng hồ sẽ chỉ VIDEO_ID được chỉ định trong đường dẫn "
|
1481 |
+
"URL, và các đoạn video được chỉ định trong tham số danh sách bài hát sẽ chơi "
|
1482 |
+
"sau đó"
|
1483 |
+
|
1484 |
+
#: inc/core/data.php:1139
|
1485 |
+
msgid "0 - Hide controls"
|
1486 |
+
msgstr "0 - Ẩn điều khiển"
|
1487 |
+
|
1488 |
+
#: inc/core/data.php:1140
|
1489 |
+
msgid "1 - Show controls"
|
1490 |
+
msgstr "1 - Hiển thị điều khiển"
|
1491 |
+
|
1492 |
+
#: inc/core/data.php:1141
|
1493 |
+
msgid "2 - Show controls when playback is started"
|
1494 |
+
msgstr "2 - Hiển thị điều khiển khi phát lại bắt đầu"
|
1495 |
+
|
1496 |
+
#: inc/core/data.php:1144 inc/core/data.php:1390
|
1497 |
+
msgid "Controls"
|
1498 |
+
msgstr "Điều khiển"
|
1499 |
+
|
1500 |
+
#: inc/core/data.php:1145
|
1501 |
+
msgid "This parameter indicates whether the video player controls will display"
|
1502 |
+
msgstr ""
|
1503 |
+
"Tham số này chỉ ra cho dù các điều khiển máy nghe nhạc video sẽ hiển thị"
|
1504 |
+
|
1505 |
+
#: inc/core/data.php:1150
|
1506 |
+
msgid "0 - Do not hide controls"
|
1507 |
+
msgstr "0 - Không giấu điều khiển"
|
1508 |
+
|
1509 |
+
#: inc/core/data.php:1151
|
1510 |
+
msgid "1 - Hide all controls on mouse out"
|
1511 |
+
msgstr "1 - Ẩn tất cả các điều khiển trên chuột ra"
|
1512 |
+
|
1513 |
+
#: inc/core/data.php:1152
|
1514 |
+
msgid "2 - Hide progress bar on mouse out"
|
1515 |
+
msgstr "2 - Ẩn thanh tiến trình trên chuột ra"
|
1516 |
+
|
1517 |
+
#: inc/core/data.php:1155
|
1518 |
+
msgid "Autohide"
|
1519 |
+
msgstr "Tự động ẩn"
|
1520 |
+
|
1521 |
+
#: inc/core/data.php:1156
|
1522 |
+
msgid ""
|
1523 |
+
"This parameter indicates whether the video controls will automatically hide "
|
1524 |
+
"after a video begins playing"
|
1525 |
+
msgstr ""
|
1526 |
+
"Tham số này chỉ ra cho dù các điều khiển video sẽ tự động ẩn sau khi video "
|
1527 |
+
"bắt đầu chơi"
|
1528 |
+
|
1529 |
+
#: inc/core/data.php:1161
|
1530 |
+
msgid "Show title bar"
|
1531 |
+
msgstr "Hiển thị thanh tiêu đề"
|
1532 |
+
|
1533 |
+
#: inc/core/data.php:1162
|
1534 |
+
msgid ""
|
1535 |
+
"If you set the parameter value to NO, then the player will not display "
|
1536 |
+
"information like the video title and uploader before the video starts "
|
1537 |
+
"playing."
|
1538 |
+
msgstr ""
|
1539 |
+
"Nếu bạn đặt giá trị tham số không, sau đó người chơi sẽ không hiển thị các "
|
1540 |
+
"thông tin như tên phim và tải lên trước khi video bắt đầu phát."
|
1541 |
+
|
1542 |
+
#: inc/core/data.php:1173 inc/core/data.php:1333 inc/core/data.php:1402
|
1543 |
+
msgid "Loop"
|
1544 |
+
msgstr "Loop"
|
1545 |
+
|
1546 |
+
#: inc/core/data.php:1174
|
1547 |
+
msgid ""
|
1548 |
+
"Setting of YES will cause the player to play the initial video again and "
|
1549 |
+
"again"
|
1550 |
+
msgstr ""
|
1551 |
+
"Thiết lập của có sẽ gây ra các cầu thủ để chơi video ban đầu một lần nữa và "
|
1552 |
+
"một lần nữa"
|
1553 |
+
|
1554 |
+
#: inc/core/data.php:1179
|
1555 |
+
msgid "Related videos"
|
1556 |
+
msgstr "Video liên quan"
|
1557 |
+
|
1558 |
+
#: inc/core/data.php:1180
|
1559 |
+
msgid ""
|
1560 |
+
"This parameter indicates whether the player should show related videos when "
|
1561 |
+
"playback of the initial video ends"
|
1562 |
+
msgstr ""
|
1563 |
+
"Tham số này chỉ ra cho dù người chơi nên hiển thị các video có liên quan khi "
|
1564 |
+
"phát lại video kết thúc ban đầu"
|
1565 |
+
|
1566 |
+
#: inc/core/data.php:1185
|
1567 |
+
msgid "Show full-screen button"
|
1568 |
+
msgstr "Hiển thị toàn màn hình nút"
|
1569 |
+
|
1570 |
+
#: inc/core/data.php:1186
|
1571 |
+
msgid ""
|
1572 |
+
"Setting this parameter to NO prevents the fullscreen button from displaying"
|
1573 |
+
msgstr "Cài đặt tham số này không ngăn cản nút toàn màn hình hiển thị"
|
1574 |
+
|
1575 |
+
#: inc/core/data.php:1192
|
1576 |
+
msgid ""
|
1577 |
+
"This parameter lets you use a YouTube player that does not show a YouTube "
|
1578 |
+
"logo. Set the parameter value to YES to prevent the YouTube logo from "
|
1579 |
+
"displaying in the control bar. Note that a small YouTube text label will "
|
1580 |
+
"still display in the upper-right corner of a paused video when the user's "
|
1581 |
+
"mouse pointer hovers over the player"
|
1582 |
+
msgstr ""
|
1583 |
+
"Tham số này cho phép bạn sử dụng một máy nghe nhạc YouTube không hiển thị "
|
1584 |
+
"biểu trưng YouTube. Đặt giá trị tham số có để ngăn chặn các biểu tượng "
|
1585 |
+
"YouTube hiển thị trong thanh điều khiển. Lưu ý rằng nhãn văn bản YouTube nhỏ "
|
1586 |
+
"vẫn sẽ hiển thị ở góc trên bên phải của video đã tạm dừng khi con trỏ chuột "
|
1587 |
+
"của người dùng di chuyển lên trên máy nghe nhạc"
|
1588 |
+
|
1589 |
+
#: inc/core/data.php:1197
|
1590 |
+
msgid "Dark theme"
|
1591 |
+
msgstr "Chủ đề tối"
|
1592 |
+
|
1593 |
+
#: inc/core/data.php:1198
|
1594 |
+
msgid "Light theme"
|
1595 |
+
msgstr "Chủ đề ánh sáng"
|
1596 |
+
|
1597 |
+
#: inc/core/data.php:1201 inc/core/data.php:2225
|
1598 |
+
msgid "Theme"
|
1599 |
+
msgstr "Chủ đề"
|
1600 |
+
|
1601 |
+
#: inc/core/data.php:1202
|
1602 |
+
msgid ""
|
1603 |
+
"This parameter indicates whether the embedded player will display player "
|
1604 |
+
"controls (like a play button or volume control) within a dark or light "
|
1605 |
+
"control bar"
|
1606 |
+
msgstr ""
|
1607 |
+
"Tham số này chỉ ra cho dù trình phát được nhúng sẽ hiển thị điều khiển máy "
|
1608 |
+
"nghe nhạc (giống như một chơi nút hoặc khối lượng kiểm soát) trong vòng một "
|
1609 |
+
"thanh điều khiển tối hoặc ánh sáng"
|
1610 |
+
|
1611 |
+
#: inc/core/data.php:1210
|
1612 |
+
msgid "YouTube video player with advanced settings"
|
1613 |
+
msgstr "Máy nghe nhạc video YouTube với cài đặt nâng cao"
|
1614 |
+
|
1615 |
+
#: inc/core/data.php:1215
|
1616 |
+
msgid "Vimeo"
|
1617 |
+
msgstr "Vimeo"
|
1618 |
+
|
1619 |
+
#: inc/core/data.php:1222
|
1620 |
+
msgid "Url of Vimeo page with video"
|
1621 |
+
msgstr "URL Vimeo trang với video"
|
1622 |
+
|
1623 |
+
#: inc/core/data.php:1260
|
1624 |
+
msgid "Vimeo video"
|
1625 |
+
msgstr "Vimeo video"
|
1626 |
+
|
1627 |
+
#: inc/core/data.php:1265
|
1628 |
+
msgid "Screenr"
|
1629 |
+
msgstr "Screenr"
|
1630 |
+
|
1631 |
+
#: inc/core/data.php:1271
|
1632 |
+
msgid "Url of Screenr page with video"
|
1633 |
+
msgstr "URL của Screenr trang với video"
|
1634 |
+
|
1635 |
+
#: inc/core/data.php:1303
|
1636 |
+
msgid "Screenr video"
|
1637 |
+
msgstr "Screenr video"
|
1638 |
+
|
1639 |
+
#: inc/core/data.php:1308
|
1640 |
+
msgid "Audio"
|
1641 |
+
msgstr "Âm thanh"
|
1642 |
+
|
1643 |
+
#: inc/core/data.php:1315 inc/core/data.php:1354
|
1644 |
+
msgid "File"
|
1645 |
+
msgstr "Tập tin"
|
1646 |
+
|
1647 |
+
#: inc/core/data.php:1316
|
1648 |
+
msgid "Audio file url. Supported formats: mp3, ogg"
|
1649 |
+
msgstr "Tập tin âm thanh url. Hỗ trợ định dạng: mp3, ogg"
|
1650 |
+
|
1651 |
+
#: inc/core/data.php:1322
|
1652 |
+
msgid ""
|
1653 |
+
"Player width. You can specify width in percents and player will be "
|
1654 |
+
"responsive. Example values: <b%value>200px</b>, <b%value>100%</b>"
|
1655 |
+
msgstr ""
|
1656 |
+
"Chiều rộng của cầu thủ. Bạn có thể chỉ định chiều rộng trong phần trăm và "
|
1657 |
+
"cầu thủ sẽ được đáp ứng. Giá trị ví dụ: <b%value>200px</b>, <b%value>100%"
|
1658 |
+
"</b>"
|
1659 |
+
|
1660 |
+
#: inc/core/data.php:1328 inc/core/data.php:1397
|
1661 |
+
msgid "Play file automatically when page is loaded"
|
1662 |
+
msgstr "Phát tệp tự động khi trang được nạp"
|
1663 |
+
|
1664 |
+
#: inc/core/data.php:1334 inc/core/data.php:1403
|
1665 |
+
msgid "Repeat when playback is ended"
|
1666 |
+
msgstr "Lặp lại khi phát lại kết thúc"
|
1667 |
+
|
1668 |
+
#: inc/core/data.php:1342
|
1669 |
+
msgid "Custom audio player"
|
1670 |
+
msgstr "Tùy chỉnh máy nghe nhạc"
|
1671 |
+
|
1672 |
+
#: inc/core/data.php:1347
|
1673 |
+
msgid "Video"
|
1674 |
+
msgstr "Video"
|
1675 |
+
|
1676 |
+
#: inc/core/data.php:1355
|
1677 |
+
msgid "Url to mp4/flv video-file"
|
1678 |
+
msgstr "URL để mp4/flv video-tập tin"
|
1679 |
+
|
1680 |
+
#: inc/core/data.php:1360
|
1681 |
+
msgid "Poster"
|
1682 |
+
msgstr "Áp phích"
|
1683 |
+
|
1684 |
+
#: inc/core/data.php:1361
|
1685 |
+
msgid "Url to poster image, that will be shown before playback"
|
1686 |
+
msgstr "URL cho hình ảnh poster, mà sẽ được hiển thị trước khi phát lại"
|
1687 |
+
|
1688 |
+
#: inc/core/data.php:1367
|
1689 |
+
msgid "Player title"
|
1690 |
+
msgstr "Tiêu đề người chơi"
|
1691 |
+
|
1692 |
+
#: inc/core/data.php:1391
|
1693 |
+
msgid "Show player controls (play/pause etc.) or not"
|
1694 |
+
msgstr "Hiển thị điều khiển máy nghe nhạc (chơi/tạm dừng vv) hay không"
|
1695 |
+
|
1696 |
+
#: inc/core/data.php:1411
|
1697 |
+
msgid "Custom video player"
|
1698 |
+
msgstr "Tùy chỉnh máy nghe nhạc video"
|
1699 |
+
|
1700 |
+
#: inc/core/data.php:1416
|
1701 |
+
msgid "Table"
|
1702 |
+
msgstr "Bàn"
|
1703 |
+
|
1704 |
+
#: inc/core/data.php:1423
|
1705 |
+
msgid "CSV file"
|
1706 |
+
msgstr "Tệp CSV"
|
1707 |
+
|
1708 |
+
#: inc/core/data.php:1424
|
1709 |
+
msgid "Upload CSV file if you want to create HTML-table from file"
|
1710 |
+
msgstr "Tải lên tệp CSV Nếu bạn muốn tạo bảng HTML từ tập tin"
|
1711 |
+
|
1712 |
+
#: inc/core/data.php:1432
|
1713 |
+
msgid ""
|
1714 |
+
"<table>\n"
|
1715 |
+
"<tr>\n"
|
1716 |
+
"\t<td>Table</td>\n"
|
1717 |
+
"\t<td>Table</td>\n"
|
1718 |
+
"</tr>\n"
|
1719 |
+
"<tr>\n"
|
1720 |
+
"\t<td>Table</td>\n"
|
1721 |
+
"\t<td>Table</td>\n"
|
1722 |
+
"</tr>\n"
|
1723 |
+
"</table>"
|
1724 |
+
msgstr ""
|
1725 |
+
"<table>\n"
|
1726 |
+
"<tr>\n"
|
1727 |
+
"\t<td>Table</td>\n"
|
1728 |
+
"\t<td>Table</td>\n"
|
1729 |
+
"</tr>\n"
|
1730 |
+
"<tr>\n"
|
1731 |
+
"\t<td>Table</td>\n"
|
1732 |
+
"\t<td>Table</td>\n"
|
1733 |
+
"</tr>\n"
|
1734 |
+
"</table>"
|
1735 |
+
|
1736 |
+
#: inc/core/data.php:1433
|
1737 |
+
msgid "Styled table from HTML or CSV file"
|
1738 |
+
msgstr "Theo kiểu bảng từ tập tin HTML hoặc CSV"
|
1739 |
+
|
1740 |
+
#: inc/core/data.php:1438
|
1741 |
+
msgid "Permalink"
|
1742 |
+
msgstr "Permalink"
|
1743 |
+
|
1744 |
+
#: inc/core/data.php:1444
|
1745 |
+
msgid "ID"
|
1746 |
+
msgstr "ID"
|
1747 |
+
|
1748 |
+
#: inc/core/data.php:1445
|
1749 |
+
msgid "Post or page ID"
|
1750 |
+
msgstr "Bài viết hoặc trang ID"
|
1751 |
+
|
1752 |
+
#: inc/core/data.php:1455
|
1753 |
+
msgid "Link target. blank - link will be opened in new window/tab"
|
1754 |
+
msgstr "Liên kết mục tiêu. trống - liên kết sẽ được mở trong cửa sổ/tab mới"
|
1755 |
+
|
1756 |
+
#: inc/core/data.php:1464
|
1757 |
+
msgid "Permalink to specified post/page"
|
1758 |
+
msgstr "Permalink để đăng bài/trang được chỉ định"
|
1759 |
+
|
1760 |
+
#: inc/core/data.php:1469
|
1761 |
+
msgid "Members"
|
1762 |
+
msgstr "Thành viên"
|
1763 |
+
|
1764 |
+
#: inc/core/data.php:1474 inc/core/shortcodes.php:756
|
1765 |
+
msgid "This content is for registered users only. Please %login%."
|
1766 |
+
msgstr "Nội dung này là dành cho người dùng đăng ký. Xin vui lòng đăng nhập %."
|
1767 |
+
|
1768 |
+
#: inc/core/data.php:1475
|
1769 |
+
msgid "Message"
|
1770 |
+
msgstr "Tin nhắn"
|
1771 |
+
|
1772 |
+
#: inc/core/data.php:1475
|
1773 |
+
msgid "Message for not logged users"
|
1774 |
+
msgstr "Thông báo cho người dùng không đăng nhập"
|
1775 |
+
|
1776 |
+
#: inc/core/data.php:1480
|
1777 |
+
msgid "Box color"
|
1778 |
+
msgstr "Hộp màu"
|
1779 |
+
|
1780 |
+
#: inc/core/data.php:1480
|
1781 |
+
msgid "This color will applied only to box for not logged users"
|
1782 |
+
msgstr "Màu này sẽ áp dụng chỉ cho hộp cho người dùng không đăng nhập"
|
1783 |
+
|
1784 |
+
#: inc/core/data.php:1483 inc/core/shortcodes.php:759
|
1785 |
+
msgid "login"
|
1786 |
+
msgstr "đăng nhập"
|
1787 |
+
|
1788 |
+
#: inc/core/data.php:1484
|
1789 |
+
msgid "Login link text"
|
1790 |
+
msgstr "Đăng nhập liên kết văn bản"
|
1791 |
+
|
1792 |
+
#: inc/core/data.php:1484
|
1793 |
+
msgid "Text for the login link"
|
1794 |
+
msgstr "Các văn bản liên kết đăng nhập"
|
1795 |
+
|
1796 |
+
#: inc/core/data.php:1488
|
1797 |
+
msgid "Login link url"
|
1798 |
+
msgstr "Đăng nhập liên kết url"
|
1799 |
+
|
1800 |
+
#: inc/core/data.php:1496
|
1801 |
+
msgid "Content for logged members"
|
1802 |
+
msgstr "Nội dung cho các thành viên đăng nhập"
|
1803 |
+
|
1804 |
+
#: inc/core/data.php:1497
|
1805 |
+
msgid "Content for logged in members only"
|
1806 |
+
msgstr "Nội dung cho các thành viên đăng nhập chỉ có"
|
1807 |
+
|
1808 |
+
#: inc/core/data.php:1502
|
1809 |
+
msgid "Guests"
|
1810 |
+
msgstr "Khách"
|
1811 |
+
|
1812 |
+
#: inc/core/data.php:1512
|
1813 |
+
msgid "Content for guests"
|
1814 |
+
msgstr "Nội dung cho khách"
|
1815 |
+
|
1816 |
+
#: inc/core/data.php:1513
|
1817 |
+
msgid "Content for guests only"
|
1818 |
+
msgstr "Nội dung cho khách chỉ có"
|
1819 |
+
|
1820 |
+
#: inc/core/data.php:1518
|
1821 |
+
msgid "RSS Feed"
|
1822 |
+
msgstr "Nguồn cấp dữ liệu RSS"
|
1823 |
+
|
1824 |
+
#: inc/core/data.php:1526
|
1825 |
+
msgid "Url to RSS-feed"
|
1826 |
+
msgstr "URL nguồn cấp dữ liệu RSS"
|
1827 |
+
|
1828 |
+
#: inc/core/data.php:1534
|
1829 |
+
msgid "Limit"
|
1830 |
+
msgstr "Giới hạn"
|
1831 |
+
|
1832 |
+
#: inc/core/data.php:1534
|
1833 |
+
msgid "Number of items to show"
|
1834 |
+
msgstr "Số lượng mục để hiển thị"
|
1835 |
+
|
1836 |
+
#: inc/core/data.php:1542
|
1837 |
+
msgid "Feed grabber"
|
1838 |
+
msgstr "Nguồn cấp dữ liệu cài đặt đơn giản"
|
1839 |
+
|
1840 |
+
#: inc/core/data.php:1547
|
1841 |
+
msgid "Menu"
|
1842 |
+
msgstr "Thực đơn"
|
1843 |
+
|
1844 |
+
#: inc/core/data.php:1554
|
1845 |
+
msgid "Menu name"
|
1846 |
+
msgstr "Tên menu"
|
1847 |
+
|
1848 |
+
#: inc/core/data.php:1554
|
1849 |
+
msgid "Custom menu name. Ex: Main menu"
|
1850 |
+
msgstr "Tùy chỉnh menu tên. Ví dụ: Menu chính"
|
1851 |
+
|
1852 |
+
#: inc/core/data.php:1562
|
1853 |
+
msgid "Custom menu by name"
|
1854 |
+
msgstr "Tùy chỉnh menu bằng tên"
|
1855 |
+
|
1856 |
+
#: inc/core/data.php:1567
|
1857 |
+
msgid "Sub pages"
|
1858 |
+
msgstr "Trang phụ"
|
1859 |
+
|
1860 |
+
#: inc/core/data.php:1574 inc/core/data.php:1601
|
1861 |
+
msgid "Depth"
|
1862 |
+
msgstr "Chiều sâu"
|
1863 |
+
|
1864 |
+
#: inc/core/data.php:1575
|
1865 |
+
msgid "Max depth level of children pages"
|
1866 |
+
msgstr "Mức độ sâu tối đa của trang trẻ em"
|
1867 |
+
|
1868 |
+
#: inc/core/data.php:1580
|
1869 |
+
msgid "Parent ID"
|
1870 |
+
msgstr "Phụ huynh ID"
|
1871 |
+
|
1872 |
+
#: inc/core/data.php:1581
|
1873 |
+
msgid "ID of the parent page. Leave blank to use current page"
|
1874 |
+
msgstr "ID trang gia đình. Để trống để sử dụng trang hiện tại"
|
1875 |
+
|
1876 |
+
#: inc/core/data.php:1589
|
1877 |
+
msgid "List of sub pages"
|
1878 |
+
msgstr "Danh sách các trang phụ"
|
1879 |
+
|
1880 |
+
#: inc/core/data.php:1594
|
1881 |
+
msgid "Siblings"
|
1882 |
+
msgstr "Anh chị em"
|
1883 |
+
|
1884 |
+
#: inc/core/data.php:1602
|
1885 |
+
msgid "Max depth level"
|
1886 |
+
msgstr "Max sâu cấp"
|
1887 |
+
|
1888 |
+
#: inc/core/data.php:1610
|
1889 |
+
msgid "List of cureent page siblings"
|
1890 |
+
msgstr "Danh sách các anh chị em trang cureent"
|
1891 |
+
|
1892 |
+
#: inc/core/data.php:1615
|
1893 |
+
msgid "Document"
|
1894 |
+
msgstr "Tài liệu"
|
1895 |
+
|
1896 |
+
#: inc/core/data.php:1623
|
1897 |
+
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
1898 |
+
msgstr "URL để tải lên các tài liệu. Hỗ trợ định dạng: doc, xls, pdf vv."
|
1899 |
+
|
1900 |
+
#: inc/core/data.php:1632
|
1901 |
+
msgid "Viewer width"
|
1902 |
+
msgstr "Chiều rộng xem"
|
1903 |
+
|
1904 |
+
#: inc/core/data.php:1641
|
1905 |
+
msgid "Viewer height"
|
1906 |
+
msgstr "Xem chiều cao"
|
1907 |
+
|
1908 |
+
#: inc/core/data.php:1647
|
1909 |
+
msgid "Ignore width and height parameters and make viewer responsive"
|
1910 |
+
msgstr ""
|
1911 |
+
"Bỏ qua các tham số chiều rộng và chiều cao và làm cho người xem đáp ứng"
|
1912 |
+
|
1913 |
+
#: inc/core/data.php:1655
|
1914 |
+
msgid "Document viewer by Google"
|
1915 |
+
msgstr "Xem tài liệu của Google"
|
1916 |
+
|
1917 |
+
#: inc/core/data.php:1660
|
1918 |
+
msgid "Gmap"
|
1919 |
+
msgstr "Gmap"
|
1920 |
+
|
1921 |
+
#: inc/core/data.php:1671
|
1922 |
+
msgid "Map width"
|
1923 |
+
msgstr "Bản đồ chiều rộng"
|
1924 |
+
|
1925 |
+
#: inc/core/data.php:1680
|
1926 |
+
msgid "Map height"
|
1927 |
+
msgstr "Ánh xạ độ cao"
|
1928 |
+
|
1929 |
+
#: inc/core/data.php:1686
|
1930 |
+
msgid "Ignore width and height parameters and make map responsive"
|
1931 |
+
msgstr "Bỏ qua các tham số chiều rộng và chiều cao và làm cho bản đồ đáp ứng"
|
1932 |
+
|
1933 |
+
#: inc/core/data.php:1691
|
1934 |
+
msgid "Marker"
|
1935 |
+
msgstr "Đánh dấu"
|
1936 |
+
|
1937 |
+
#: inc/core/data.php:1692
|
1938 |
+
msgid "Address for the marker. You can type it in any language"
|
1939 |
+
msgstr "Địa chỉ cho các điểm đánh dấu. Bạn có thể gõ nó ở bất kỳ ngôn ngữ"
|
1940 |
+
|
1941 |
+
#: inc/core/data.php:1700
|
1942 |
+
msgid "Maps by Google"
|
1943 |
+
msgstr "Bản đồ của Google"
|
1944 |
+
|
1945 |
+
#: inc/core/data.php:1705
|
1946 |
+
msgid "Slider"
|
1947 |
+
msgstr "Thanh trượt"
|
1948 |
+
|
1949 |
+
#: inc/core/data.php:1712 inc/core/data.php:1820 inc/core/data.php:1947
|
1950 |
+
msgid "Source"
|
1951 |
+
msgstr "Nguồn"
|
1952 |
+
|
1953 |
+
#: inc/core/data.php:1713 inc/core/data.php:1821 inc/core/data.php:1948
|
1954 |
+
msgid ""
|
1955 |
+
"Choose images source. You can use images from Media library or retrieve it "
|
1956 |
+
"from posts (thumbnails) posted under specified blog category. You can also "
|
1957 |
+
"pick any custom taxonomy"
|
1958 |
+
msgstr ""
|
1959 |
+
"Chọn hình ảnh nguồn. Bạn có thể sử dụng hình ảnh từ thư viện phương tiện "
|
1960 |
+
"truyền thông hoặc lấy nó từ bài viết (hình thu nhỏ) được đăng theo thể loại "
|
1961 |
+
"blog đã chỉ định. Bạn cũng có thể chọn bất kỳ phân loại tuỳ chỉnh"
|
1962 |
+
|
1963 |
+
#: inc/core/data.php:1719
|
1964 |
+
msgid "Full-size image"
|
1965 |
+
msgstr "Đầy đủ kích thước hình ảnh"
|
1966 |
+
|
1967 |
+
#: inc/core/data.php:1720 inc/core/data.php:1828 inc/core/data.php:1955
|
1968 |
+
msgid "Attachment page"
|
1969 |
+
msgstr "Tập tin đính kèm trang"
|
1970 |
+
|
1971 |
+
#: inc/core/data.php:1721 inc/core/data.php:1829 inc/core/data.php:1956
|
1972 |
+
msgid "Post permalink"
|
1973 |
+
msgstr "Đăng permalink"
|
1974 |
+
|
1975 |
+
#: inc/core/data.php:1724 inc/core/data.php:1832 inc/core/data.php:1959
|
1976 |
+
msgid "Links"
|
1977 |
+
msgstr "Liên kết"
|
1978 |
+
|
1979 |
+
#: inc/core/data.php:1725 inc/core/data.php:1833 inc/core/data.php:1960
|
1980 |
+
msgid "Select which links will be used for images in this gallery"
|
1981 |
+
msgstr "Chọn liên kết đó sẽ được sử dụng cho các hình ảnh trong bộ sưu tập này"
|
1982 |
+
|
1983 |
+
#: inc/core/data.php:1730 inc/core/data.php:1838 inc/core/data.php:1965
|
1984 |
+
msgid "Same window"
|
1985 |
+
msgstr "Cùng một cửa sổ"
|
1986 |
+
|
1987 |
+
#: inc/core/data.php:1731 inc/core/data.php:1839 inc/core/data.php:1966
|
1988 |
+
msgid "New window"
|
1989 |
+
msgstr "Cửa sổ mới"
|
1990 |
+
|
1991 |
+
#: inc/core/data.php:1734 inc/core/data.php:1842 inc/core/data.php:1969
|
1992 |
+
msgid "Links target"
|
1993 |
+
msgstr "Liên kết mục tiêu"
|
1994 |
+
|
1995 |
+
#: inc/core/data.php:1735 inc/core/data.php:1843 inc/core/data.php:1970
|
1996 |
+
msgid "Open links in"
|
1997 |
+
msgstr "Mở nối kết trong"
|
1998 |
+
|
1999 |
+
#: inc/core/data.php:1743
|
2000 |
+
msgid "Slider width (in pixels)"
|
2001 |
+
msgstr "Trượt chiều rộng (bằng pixel)"
|
2002 |
+
|
2003 |
+
#: inc/core/data.php:1751
|
2004 |
+
msgid "Slider height (in pixels)"
|
2005 |
+
msgstr "Trượt chiều cao (theo điểm ảnh)"
|
2006 |
+
|
2007 |
+
#: inc/core/data.php:1757
|
2008 |
+
msgid "Ignore width and height parameters and make slider responsive"
|
2009 |
+
msgstr ""
|
2010 |
+
"Bỏ qua các tham số chiều rộng và chiều cao và làm cho thanh trượt đáp ứng"
|
2011 |
+
|
2012 |
+
#: inc/core/data.php:1762 inc/core/data.php:1889 inc/core/data.php:1996
|
2013 |
+
msgid "Show titles"
|
2014 |
+
msgstr "Hiển thị tiêu đề"
|
2015 |
+
|
2016 |
+
#: inc/core/data.php:1762
|
2017 |
+
msgid "Display slide titles"
|
2018 |
+
msgstr "Hiển thị slide tiêu đề"
|
2019 |
+
|
2020 |
+
#: inc/core/data.php:1767
|
2021 |
+
msgid "Is slider centered on the page"
|
2022 |
+
msgstr "Thanh trượt có trung tâm trên trang"
|
2023 |
+
|
2024 |
+
#: inc/core/data.php:1772 inc/core/data.php:1899
|
2025 |
+
msgid "Arrows"
|
2026 |
+
msgstr "Mũi tên"
|
2027 |
+
|
2028 |
+
#: inc/core/data.php:1772 inc/core/data.php:1899
|
2029 |
+
msgid "Show left and right arrows"
|
2030 |
+
msgstr "Hiển thị các mũi tên trái và phải"
|
2031 |
+
|
2032 |
+
#: inc/core/data.php:1777 inc/core/data.php:1904
|
2033 |
+
msgid "Pagination"
|
2034 |
+
msgstr "Số trang"
|
2035 |
+
|
2036 |
+
#: inc/core/data.php:1778 inc/core/data.php:1905
|
2037 |
+
msgid "Show pagination"
|
2038 |
+
msgstr "Hiển thị số trang"
|
2039 |
+
|
2040 |
+
#: inc/core/data.php:1782 inc/core/data.php:1909
|
2041 |
+
msgid "Mouse wheel control"
|
2042 |
+
msgstr "Chuột bánh xe điều khiển"
|
2043 |
+
|
2044 |
+
#: inc/core/data.php:1783
|
2045 |
+
msgid "Allow to change slides with mouse wheel"
|
2046 |
+
msgstr "Cho phép để thay đổi trang trình bày với bánh xe chuột"
|
2047 |
+
|
2048 |
+
#: inc/core/data.php:1792
|
2049 |
+
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
2050 |
+
msgstr ""
|
2051 |
+
"Chọn khoảng thời gian giữa các slide hình ảnh động. Đặt là 0 để vô hiệu hóa "
|
2052 |
+
"autoplay"
|
2053 |
+
|
2054 |
+
#: inc/core/data.php:1800 inc/core/data.php:1927
|
2055 |
+
msgid "Speed"
|
2056 |
+
msgstr "Tốc độ"
|
2057 |
+
|
2058 |
+
#: inc/core/data.php:1800 inc/core/data.php:1927
|
2059 |
+
msgid "Specify animation speed"
|
2060 |
+
msgstr "Chỉ rõ tốc độ hoạt hình"
|
2061 |
+
|
2062 |
+
#: inc/core/data.php:1808
|
2063 |
+
msgid "Customizable image slider"
|
2064 |
+
msgstr "Tùy chỉnh hình ảnh trượt"
|
2065 |
+
|
2066 |
+
#: inc/core/data.php:1813
|
2067 |
+
msgid "Carousel"
|
2068 |
+
msgstr "Carousel"
|
2069 |
+
|
2070 |
+
#: inc/core/data.php:1827 inc/core/data.php:1954
|
2071 |
+
msgid "Original image"
|
2072 |
+
msgstr "Hình ảnh ban đầu"
|
2073 |
+
|
2074 |
+
#: inc/core/data.php:1852
|
2075 |
+
msgid "Carousel width (in pixels)"
|
2076 |
+
msgstr "Carousel chiều rộng (bằng pixel)"
|
2077 |
+
|
2078 |
+
#: inc/core/data.php:1861
|
2079 |
+
msgid "Carousel height (in pixels)"
|
2080 |
+
msgstr "Carousel chiều cao (theo điểm ảnh)"
|
2081 |
+
|
2082 |
+
#: inc/core/data.php:1867
|
2083 |
+
msgid "Ignore width and height parameters and make carousel responsive"
|
2084 |
+
msgstr "Bỏ qua các tham số chiều rộng và chiều cao và làm cho carousel đáp ứng"
|
2085 |
+
|
2086 |
+
#: inc/core/data.php:1875
|
2087 |
+
msgid "Items to show"
|
2088 |
+
msgstr "Mục để hiển thị"
|
2089 |
+
|
2090 |
+
#: inc/core/data.php:1876
|
2091 |
+
msgid "How much carousel items is visible"
|
2092 |
+
msgstr "Bao nhiêu mục carousel là có thể nhìn thấy"
|
2093 |
+
|
2094 |
+
#: inc/core/data.php:1883
|
2095 |
+
msgid "Scroll number"
|
2096 |
+
msgstr "Di chuyển số"
|
2097 |
+
|
2098 |
+
#: inc/core/data.php:1884
|
2099 |
+
msgid "How much items are scrolled in one transition"
|
2100 |
+
msgstr "Bao nhiêu mục được cuộn trong một quá trình chuyển đổi"
|
2101 |
+
|
2102 |
+
#: inc/core/data.php:1889
|
2103 |
+
msgid "Display titles for each item"
|
2104 |
+
msgstr "Hiển thị tiêu đề cho mỗi mục"
|
2105 |
+
|
2106 |
+
#: inc/core/data.php:1894
|
2107 |
+
msgid "Is carousel centered on the page"
|
2108 |
+
msgstr "Carousel là tập trung vào trang"
|
2109 |
+
|
2110 |
+
#: inc/core/data.php:1910
|
2111 |
+
msgid "Allow to rotate carousel with mouse wheel"
|
2112 |
+
msgstr "Cho phép để xoay carousel nhãn mouse wheel"
|
2113 |
+
|
2114 |
+
#: inc/core/data.php:1919
|
2115 |
+
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
2116 |
+
msgstr ""
|
2117 |
+
"Chọn khoảng thời gian giữa các hình ảnh động tự động. Đặt là 0 để vô hiệu "
|
2118 |
+
"hóa autoplay"
|
2119 |
+
|
2120 |
+
#: inc/core/data.php:1935
|
2121 |
+
msgid "Customizable image carousel"
|
2122 |
+
msgstr "Tùy chỉnh hình ảnh carousel"
|
2123 |
+
|
2124 |
+
#: inc/core/data.php:1978
|
2125 |
+
msgid "Single item width (in pixels)"
|
2126 |
+
msgstr "Mục chiều rộng (bằng pixel)"
|
2127 |
+
|
2128 |
+
#: inc/core/data.php:1986
|
2129 |
+
msgid "Single item height (in pixels)"
|
2130 |
+
msgstr "Mục chiều cao (theo điểm ảnh)"
|
2131 |
+
|
2132 |
+
#: inc/core/data.php:1991
|
2133 |
+
msgid "Never"
|
2134 |
+
msgstr "Không bao giờ"
|
2135 |
+
|
2136 |
+
#: inc/core/data.php:1992
|
2137 |
+
msgid "On mouse over"
|
2138 |
+
msgstr "Trên chuột lên"
|
2139 |
+
|
2140 |
+
#: inc/core/data.php:1993
|
2141 |
+
msgid "Always"
|
2142 |
+
msgstr "Luôn luôn"
|
2143 |
+
|
2144 |
+
#: inc/core/data.php:1997
|
2145 |
+
msgid "Title display mode"
|
2146 |
+
msgstr "Chế độ hiển thị tiêu đề"
|
2147 |
+
|
2148 |
+
#: inc/core/data.php:2005
|
2149 |
+
msgid "Customizable image gallery"
|
2150 |
+
msgstr "Thư viện hình ảnh tùy chỉnh"
|
2151 |
+
|
2152 |
+
#: inc/core/data.php:2010
|
2153 |
+
msgid "Posts"
|
2154 |
+
msgstr "Bài viết"
|
2155 |
+
|
2156 |
+
#: inc/core/data.php:2015
|
2157 |
+
msgid "Template"
|
2158 |
+
msgstr "Tiêu bản"
|
2159 |
+
|
2160 |
+
#: inc/core/data.php:2016
|
2161 |
+
msgid ""
|
2162 |
+
"<b>Do not change this field value if you do not understand description below."
|
2163 |
+
"</b><br/>Relative path to the template file. Default templates is placed "
|
2164 |
+
"under the plugin directory (templates folder). You can copy it under your "
|
2165 |
+
"theme directory and modify as you want. You can use following default "
|
2166 |
+
"templates that already available in the plugin directory:<br/><b"
|
2167 |
+
"%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
|
2168 |
+
"teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
|
2169 |
+
"%value>templates/single-post.php</b> - single post template<br/><b"
|
2170 |
+
"%value>templates/list-loop.php</b> - unordered list with posts titles"
|
2171 |
+
msgstr ""
|
2172 |
+
"<b> Do không thay đổi lĩnh vực này có giá trị nếu bạn không hiểu mô tả dưới "
|
2173 |
+
"đây. </b><br/> các đường dẫn tương đối để tập tin mẫu. Mặc định mẫu được đặt "
|
2174 |
+
"dưới thư mục plugin (mẫu thư mục). Bạn có thể sao chép nó dưới thư mục chủ "
|
2175 |
+
"đề của bạn và sửa đổi như bạn muốn. Bạn có thể sử dụng theo mặc định mẫu đó "
|
2176 |
+
"đã có sẵn trong thư mục plugin: <br/><b%giá trị> mẫu/mặc định-loop.php </b> "
|
2177 |
+
"- bài viết loop <br/><b%giá trị> mẫu/trí tuệ-loop.php </b> - vòng lặp với "
|
2178 |
+
"hình thu nhỏ và tiêu đề bài viết <br/>< b % giá trị > mẫu/đơn-post.php </b> "
|
2179 |
+
"- đơn đăng bài mẫu <br/><b%giá trị> mẫu/danh sách-loop.php </b> - unordered "
|
2180 |
+
"danh sách với tiêu đề bài viết"
|
2181 |
+
|
2182 |
+
#: inc/core/data.php:2020
|
2183 |
+
msgid "Post ID's"
|
2184 |
+
msgstr "Bài đăng ID"
|
2185 |
+
|
2186 |
+
#: inc/core/data.php:2021
|
2187 |
+
msgid "Enter comma separated ID's of the posts that you want to show"
|
2188 |
+
msgstr "Nhập dấu phẩy ngăn cách ID của các bài viết mà bạn muốn hiển thị"
|
2189 |
+
|
2190 |
+
#: inc/core/data.php:2029
|
2191 |
+
msgid "Posts per page"
|
2192 |
+
msgstr "Bài viết mỗi trang"
|
2193 |
+
|
2194 |
+
#: inc/core/data.php:2030
|
2195 |
+
msgid ""
|
2196 |
+
"Specify number of posts that you want to show. Enter -1 to get all posts"
|
2197 |
+
msgstr ""
|
2198 |
+
"Chỉ định số lượng các bài viết mà bạn muốn hiển thị. Nhập -1 để có được tất "
|
2199 |
+
"cả các bài viết"
|
2200 |
+
|
2201 |
+
#: inc/core/data.php:2037
|
2202 |
+
msgid "Post types"
|
2203 |
+
msgstr "Đăng loại"
|
2204 |
+
|
2205 |
+
#: inc/core/data.php:2038
|
2206 |
+
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
2207 |
+
msgstr "Chọn các loại bài viết. Giữ phím Ctrl để chọn nhiều bài đăng loại"
|
2208 |
+
|
2209 |
+
#: inc/core/data.php:2044 inc/core/generator-views.php:115
|
2210 |
+
msgid "Taxonomy"
|
2211 |
+
msgstr "Phân loại"
|
2212 |
+
|
2213 |
+
#: inc/core/data.php:2045
|
2214 |
+
msgid "Select taxonomy to show posts from"
|
2215 |
+
msgstr "Chọn phân loại để hiển thị bài viết từ"
|
2216 |
+
|
2217 |
+
#: inc/core/data.php:2052
|
2218 |
+
msgid "Terms"
|
2219 |
+
msgstr "Điều khoản"
|
2220 |
+
|
2221 |
+
#: inc/core/data.php:2053
|
2222 |
+
msgid "Select terms to show posts from"
|
2223 |
+
msgstr "Chọn các điều khoản cho bài viết từ"
|
2224 |
+
|
2225 |
+
#: inc/core/data.php:2058
|
2226 |
+
msgid "Taxonomy term operator"
|
2227 |
+
msgstr "Phân loại hạn điều hành"
|
2228 |
+
|
2229 |
+
#: inc/core/data.php:2059
|
2230 |
+
msgid ""
|
2231 |
+
"IN - posts that have any of selected categories terms<br/>NOT IN - posts "
|
2232 |
+
"that is does not have any of selected terms<br/>AND - posts that have all "
|
2233 |
+
"selected terms"
|
2234 |
+
msgstr ""
|
2235 |
+
"TRONG - bài viết có bất kỳ thể loại điều khoản được lựa chọn <br/> không "
|
2236 |
+
"trong - bài viết là không có bất kỳ điều khoản đã chọn <br/> AND - bài viết "
|
2237 |
+
"có tất cả các điều khoản được chọn"
|
2238 |
+
|
2239 |
+
#: inc/core/data.php:2066
|
2240 |
+
msgid "Authors"
|
2241 |
+
msgstr "Tác giả"
|
2242 |
+
|
2243 |
+
#: inc/core/data.php:2067
|
2244 |
+
msgid "Choose the authors whose posts you want to show"
|
2245 |
+
msgstr "Chọn các tác giả bài viết mà bạn muốn hiển thị"
|
2246 |
+
|
2247 |
+
#: inc/core/data.php:2071
|
2248 |
+
msgid "Meta key"
|
2249 |
+
msgstr "Meta phím"
|
2250 |
+
|
2251 |
+
#: inc/core/data.php:2072
|
2252 |
+
msgid "Enter meta key name to show posts that have this key"
|
2253 |
+
msgstr "Nhập tên chính meta để hiển thị các bài viết có chìa khóa này"
|
2254 |
+
|
2255 |
+
#: inc/core/data.php:2079
|
2256 |
+
msgid "Offset"
|
2257 |
+
msgstr "Bù đắp"
|
2258 |
+
|
2259 |
+
#: inc/core/data.php:2080
|
2260 |
+
msgid "Specify offset to start posts loop not from first post"
|
2261 |
+
msgstr ""
|
2262 |
+
"Xác định đối tượng dời hình để bắt đầu bài viết vòng lặp không phải từ bài "
|
2263 |
+
"viết đầu tiên"
|
2264 |
+
|
2265 |
+
#: inc/core/data.php:2085
|
2266 |
+
msgid "Descending"
|
2267 |
+
msgstr "Giảm dần"
|
2268 |
+
|
2269 |
+
#: inc/core/data.php:2086
|
2270 |
+
msgid "Ascending"
|
2271 |
+
msgstr "Tăng dần"
|
2272 |
+
|
2273 |
+
#: inc/core/data.php:2089
|
2274 |
+
msgid "Order"
|
2275 |
+
msgstr "Đặt hàng"
|
2276 |
+
|
2277 |
+
#: inc/core/data.php:2090
|
2278 |
+
msgid "Posts order"
|
2279 |
+
msgstr "Thứ tự bài viết"
|
2280 |
+
|
2281 |
+
#: inc/core/data.php:2096
|
2282 |
+
msgid "Post ID"
|
2283 |
+
msgstr "Bài đăng ID"
|
2284 |
+
|
2285 |
+
#: inc/core/data.php:2097
|
2286 |
+
msgid "Post author"
|
2287 |
+
msgstr "Tác giả đăng bài"
|
2288 |
+
|
2289 |
+
#: inc/core/data.php:2098
|
2290 |
+
msgid "Post title"
|
2291 |
+
msgstr "Tiêu đề bài viết"
|
2292 |
+
|
2293 |
+
#: inc/core/data.php:2099
|
2294 |
+
msgid "Post slug"
|
2295 |
+
msgstr "Bài đăng slug"
|
2296 |
+
|
2297 |
+
#: inc/core/data.php:2100
|
2298 |
+
msgid "Date"
|
2299 |
+
msgstr "Ngày"
|
2300 |
+
|
2301 |
+
#: inc/core/data.php:2100
|
2302 |
+
msgid "Last modified date"
|
2303 |
+
msgstr "Sửa đổi lần cuối ngày"
|
2304 |
+
|
2305 |
+
#: inc/core/data.php:2101 inc/core/data.php:2111
|
2306 |
+
msgid "Post parent"
|
2307 |
+
msgstr "Phụ huynh Post"
|
2308 |
+
|
2309 |
+
#: inc/core/data.php:2102
|
2310 |
+
msgid "Random"
|
2311 |
+
msgstr "Ngẫu nhiên"
|
2312 |
+
|
2313 |
+
#: inc/core/data.php:2102
|
2314 |
+
msgid "Comments number"
|
2315 |
+
msgstr "Số ý kiến"
|
2316 |
+
|
2317 |
+
#: inc/core/data.php:2103
|
2318 |
+
msgid "Menu order"
|
2319 |
+
msgstr "Đơn đặt hàng"
|
2320 |
+
|
2321 |
+
#: inc/core/data.php:2103
|
2322 |
+
msgid "Meta key values"
|
2323 |
+
msgstr "Giá trị quan trọng meta"
|
2324 |
+
|
2325 |
+
#: inc/core/data.php:2106
|
2326 |
+
msgid "Order by"
|
2327 |
+
msgstr "Đặt hàng bởi"
|
2328 |
+
|
2329 |
+
#: inc/core/data.php:2107
|
2330 |
+
msgid "Order posts by"
|
2331 |
+
msgstr "Thứ tự các bài viết của"
|
2332 |
+
|
2333 |
+
#: inc/core/data.php:2112
|
2334 |
+
msgid "Show childrens of entered post (enter post ID)"
|
2335 |
+
msgstr "Hiển thị cho trẻ em đăng nhập (nhập đăng ID)"
|
2336 |
+
|
2337 |
+
#: inc/core/data.php:2117
|
2338 |
+
msgid "Published"
|
2339 |
+
msgstr "Xuất bản"
|
2340 |
+
|
2341 |
+
#: inc/core/data.php:2118
|
2342 |
+
msgid "Pending"
|
2343 |
+
msgstr "Đang chờ giải quyết"
|
2344 |
+
|
2345 |
+
#: inc/core/data.php:2119
|
2346 |
+
msgid "Draft"
|
2347 |
+
msgstr "Dự thảo"
|
2348 |
+
|
2349 |
+
#: inc/core/data.php:2120
|
2350 |
+
msgid "Auto-draft"
|
2351 |
+
msgstr "Dự thảo tự động"
|
2352 |
+
|
2353 |
+
#: inc/core/data.php:2121
|
2354 |
+
msgid "Future post"
|
2355 |
+
msgstr "Đăng trong tương lai"
|
2356 |
+
|
2357 |
+
#: inc/core/data.php:2122
|
2358 |
+
msgid "Private post"
|
2359 |
+
msgstr "Riêng bài viết"
|
2360 |
+
|
2361 |
+
#: inc/core/data.php:2123
|
2362 |
+
msgid "Inherit"
|
2363 |
+
msgstr "Kế thừa"
|
2364 |
+
|
2365 |
+
#: inc/core/data.php:2124
|
2366 |
+
msgid "Trashed"
|
2367 |
+
msgstr "Vào thùng rác"
|
2368 |
+
|
2369 |
+
#: inc/core/data.php:2125 inc/core/data.php:2209
|
2370 |
+
msgid "Any"
|
2371 |
+
msgstr "Bất kỳ"
|
2372 |
+
|
2373 |
+
#: inc/core/data.php:2128
|
2374 |
+
msgid "Post status"
|
2375 |
+
msgstr "Đăng trạng thái"
|
2376 |
+
|
2377 |
+
#: inc/core/data.php:2129
|
2378 |
+
msgid "Show only posts with selected status"
|
2379 |
+
msgstr "Hiển thị bài viết chỉ với đã chọn trạng thái"
|
2380 |
+
|
2381 |
+
#: inc/core/data.php:2134
|
2382 |
+
msgid "Ignore sticky"
|
2383 |
+
msgstr "Bỏ qua dính"
|
2384 |
+
|
2385 |
+
#: inc/core/data.php:2135
|
2386 |
+
msgid "Select Yes to ignore posts that is sticked"
|
2387 |
+
msgstr "Chọn có để bỏ qua bài viết là sticked"
|
2388 |
+
|
2389 |
+
#: inc/core/data.php:2138
|
2390 |
+
msgid "Custom posts query with customizable template"
|
2391 |
+
msgstr "Tùy chỉnh bài viết truy vấn với tùy biến mẫu"
|
2392 |
+
|
2393 |
+
#: inc/core/data.php:2143
|
2394 |
+
msgid "Dummy text"
|
2395 |
+
msgstr "Giả văn bản"
|
2396 |
+
|
2397 |
+
#: inc/core/data.php:2150
|
2398 |
+
msgid "Paragraphs"
|
2399 |
+
msgstr "Đoạn văn"
|
2400 |
+
|
2401 |
+
#: inc/core/data.php:2151
|
2402 |
+
msgid "Words"
|
2403 |
+
msgstr "Từ"
|
2404 |
+
|
2405 |
+
#: inc/core/data.php:2152
|
2406 |
+
msgid "Bytes"
|
2407 |
+
msgstr "Byte"
|
2408 |
+
|
2409 |
+
#: inc/core/data.php:2155
|
2410 |
+
msgid "What"
|
2411 |
+
msgstr "Cái gì"
|
2412 |
+
|
2413 |
+
#: inc/core/data.php:2156
|
2414 |
+
msgid "What to generate"
|
2415 |
+
msgstr "Những gì để tạo ra"
|
2416 |
+
|
2417 |
+
#: inc/core/data.php:2164
|
2418 |
+
msgid "Amount"
|
2419 |
+
msgstr "Số lượng"
|
2420 |
+
|
2421 |
+
#: inc/core/data.php:2165
|
2422 |
+
msgid ""
|
2423 |
+
"How many items (paragraphs or words) to generate. Minimum words amount is 5"
|
2424 |
+
msgstr ""
|
2425 |
+
"Làm thế nào nhiều mặt hàng (đoạn văn hoặc từ) để tạo ra. Số tiền tối thiểu "
|
2426 |
+
"từ là 5"
|
2427 |
+
|
2428 |
+
#: inc/core/data.php:2170
|
2429 |
+
msgid "Cache"
|
2430 |
+
msgstr "Bộ nhớ cache"
|
2431 |
+
|
2432 |
+
#: inc/core/data.php:2171
|
2433 |
+
msgid ""
|
2434 |
+
"Generated text will be cached. Be careful with this option. If you disable "
|
2435 |
+
"it and insert many dummy_text shortcodes the page load time will be highly "
|
2436 |
+
"increased"
|
2437 |
+
msgstr ""
|
2438 |
+
"Tạo ra văn bản sẽ được lưu trữ. Hãy cẩn thận với tùy chọn này. Nếu bạn vô "
|
2439 |
+
"hiệu hóa nó và chèn nhiều dummy_text Shortcodes thời gian tải trang sẽ được "
|
2440 |
+
"tăng lên cao"
|
2441 |
+
|
2442 |
+
#: inc/core/data.php:2179
|
2443 |
+
msgid "Text placeholder"
|
2444 |
+
msgstr "Văn bản giữ chỗ"
|
2445 |
+
|
2446 |
+
#: inc/core/data.php:2184 inc/core/shortcodes.php:1237
|
2447 |
+
msgid "Dummy image"
|
2448 |
+
msgstr "Giả hình ảnh"
|
2449 |
+
|
2450 |
+
#: inc/core/data.php:2195
|
2451 |
+
msgid "Image width"
|
2452 |
+
msgstr "Chiều rộng hình ảnh"
|
2453 |
+
|
2454 |
+
#: inc/core/data.php:2204
|
2455 |
+
msgid "Image height"
|
2456 |
+
msgstr "Chiều cao hình ảnh"
|
2457 |
+
|
2458 |
+
#: inc/core/data.php:2210
|
2459 |
+
msgid "Abstract"
|
2460 |
+
msgstr "Tóm tắt"
|
2461 |
+
|
2462 |
+
#: inc/core/data.php:2211
|
2463 |
+
msgid "Animals"
|
2464 |
+
msgstr "Động vật"
|
2465 |
+
|
2466 |
+
#: inc/core/data.php:2212
|
2467 |
+
msgid "Business"
|
2468 |
+
msgstr "Kinh doanh"
|
2469 |
+
|
2470 |
+
#: inc/core/data.php:2213
|
2471 |
+
msgid "Cats"
|
2472 |
+
msgstr "Mèo"
|
2473 |
+
|
2474 |
+
#: inc/core/data.php:2214
|
2475 |
+
msgid "City"
|
2476 |
+
msgstr "Thành phố"
|
2477 |
+
|
2478 |
+
#: inc/core/data.php:2215
|
2479 |
+
msgid "Food"
|
2480 |
+
msgstr "Thực phẩm"
|
2481 |
+
|
2482 |
+
#: inc/core/data.php:2216
|
2483 |
+
msgid "Night life"
|
2484 |
+
msgstr "Cuộc sống ban đêm"
|
2485 |
+
|
2486 |
+
#: inc/core/data.php:2217
|
2487 |
+
msgid "Fashion"
|
2488 |
+
msgstr "Thời trang"
|
2489 |
+
|
2490 |
+
#: inc/core/data.php:2218
|
2491 |
+
msgid "People"
|
2492 |
+
msgstr "Người"
|
2493 |
+
|
2494 |
+
#: inc/core/data.php:2219
|
2495 |
+
msgid "Nature"
|
2496 |
+
msgstr "Thiên nhiên"
|
2497 |
+
|
2498 |
+
#: inc/core/data.php:2220
|
2499 |
+
msgid "Sports"
|
2500 |
+
msgstr "Thể thao"
|
2501 |
+
|
2502 |
+
#: inc/core/data.php:2221
|
2503 |
+
msgid "Technics"
|
2504 |
+
msgstr "Máy móc"
|
2505 |
+
|
2506 |
+
#: inc/core/data.php:2222
|
2507 |
+
msgid "Transport"
|
2508 |
+
msgstr "Giao thông vận tải"
|
2509 |
+
|
2510 |
+
#: inc/core/data.php:2226
|
2511 |
+
msgid "Select the theme for this image"
|
2512 |
+
msgstr "Chọn chủ đề cho hình ảnh này"
|
2513 |
+
|
2514 |
+
#: inc/core/data.php:2234
|
2515 |
+
msgid "Image placeholder with random image"
|
2516 |
+
msgstr "Giữ chỗ hình ảnh với hình ảnh ngẫu nhiên"
|
2517 |
+
|
2518 |
+
#: inc/core/data.php:2239 inc/core/data.php:2247
|
2519 |
+
msgid "Animation"
|
2520 |
+
msgstr "Hoạt hình"
|
2521 |
+
|
2522 |
+
#: inc/core/data.php:2248
|
2523 |
+
msgid "Select animation type"
|
2524 |
+
msgstr "Chọn loại hoạt hình"
|
2525 |
+
|
2526 |
+
#: inc/core/data.php:2256
|
2527 |
+
msgid "Duration"
|
2528 |
+
msgstr "Thời gian"
|
2529 |
+
|
2530 |
+
#: inc/core/data.php:2257
|
2531 |
+
msgid "Animation duration (seconds)"
|
2532 |
+
msgstr "Hoạt hình thời gian (phút)"
|
2533 |
+
|
2534 |
+
#: inc/core/data.php:2265
|
2535 |
+
msgid "Delay"
|
2536 |
+
msgstr "Chậm trễ"
|
2537 |
+
|
2538 |
+
#: inc/core/data.php:2266
|
2539 |
+
msgid "Animation delay (seconds)"
|
2540 |
+
msgstr "Hình ảnh động chậm trễ (giây)"
|
2541 |
+
|
2542 |
+
#: inc/core/data.php:2271
|
2543 |
+
msgid "Inline"
|
2544 |
+
msgstr "Inline"
|
2545 |
+
|
2546 |
+
#: inc/core/data.php:2272
|
2547 |
+
msgid ""
|
2548 |
+
"This parameter determines what HTML tag will be used for animation wrapper. "
|
2549 |
+
"Turn this option to YES and animated element will be wrapped in SPAN instead "
|
2550 |
+
"of DIV. Useful for inline animations, like buttons"
|
2551 |
+
msgstr ""
|
2552 |
+
"Tham số này xác định những gì thẻ HTML sẽ được sử dụng cho hoạt hình bao "
|
2553 |
+
"bọc. Bật tùy chọn này để có và các yếu tố hoạt hình sẽ được bọc trong khoảng "
|
2554 |
+
"thay vì có ích DIV. cho hình ảnh động nội tuyến, giống như nút"
|
2555 |
+
|
2556 |
+
#: inc/core/data.php:2280
|
2557 |
+
msgid "Animated content"
|
2558 |
+
msgstr "Nội dung phim hoạt hình"
|
2559 |
+
|
2560 |
+
#: inc/core/data.php:2281
|
2561 |
+
msgid "Wrapper for animation. Any nested element will be animated"
|
2562 |
+
msgstr "Wrapper cho hoạt hình. Bất kỳ yếu tố lồng nhau sẽ được hoạt hình"
|
2563 |
+
|
2564 |
+
#: inc/core/generator-views.php:37
|
2565 |
+
msgid "Yes"
|
2566 |
+
msgstr "Có"
|
2567 |
+
|
2568 |
+
#: inc/core/generator-views.php:37
|
2569 |
+
msgid "No"
|
2570 |
+
msgstr "Không"
|
2571 |
+
|
2572 |
+
#: inc/core/generator-views.php:42 inc/core/generator-views.php:47
|
2573 |
+
#: inc/vendor/sunrise.php:440
|
2574 |
+
msgid "Media manager"
|
2575 |
+
msgstr "Quản lý phương tiện truyền thông"
|
2576 |
+
|
2577 |
+
#: inc/core/generator-views.php:47
|
2578 |
+
msgid "Icon picker"
|
2579 |
+
msgstr "Chọn biểu tượng"
|
2580 |
+
|
2581 |
+
#: inc/core/generator-views.php:47
|
2582 |
+
msgid "Filter icons"
|
2583 |
+
msgstr "Lọc biểu tượng"
|
2584 |
+
|
2585 |
+
#: inc/core/generator-views.php:61
|
2586 |
+
msgid "Please wait"
|
2587 |
+
msgstr "Hãy chờ"
|
2588 |
+
|
2589 |
+
#: inc/core/generator-views.php:68
|
2590 |
+
msgid "Untitled gallery"
|
2591 |
+
msgstr "Chưa có tiêu đề thư viện ảnh"
|
2592 |
+
|
2593 |
+
#: inc/core/generator-views.php:74
|
2594 |
+
msgid "Galleries not found"
|
2595 |
+
msgstr "Phòng trưng bày không tìm thấy"
|
2596 |
+
|
2597 |
+
#: inc/core/generator-views.php:75
|
2598 |
+
msgid "Manage galleries"
|
2599 |
+
msgstr "Quản lý phòng trưng bày"
|
2600 |
+
|
2601 |
+
#: inc/core/generator-views.php:75
|
2602 |
+
msgid "Reload galleries"
|
2603 |
+
msgstr "Tải lại phòng trưng bày"
|
2604 |
+
|
2605 |
+
#: inc/core/generator-views.php:91
|
2606 |
+
msgid "Horizontal offset"
|
2607 |
+
msgstr "Đối tượng dời hình ngang"
|
2608 |
+
|
2609 |
+
#: inc/core/generator-views.php:91
|
2610 |
+
msgid "Vertical offset"
|
2611 |
+
msgstr "Đối tượng dời hình thẳng đứng"
|
2612 |
+
|
2613 |
+
#: inc/core/generator-views.php:91
|
2614 |
+
msgid "Blur"
|
2615 |
+
msgstr "Mờ"
|
2616 |
+
|
2617 |
+
#: inc/core/generator-views.php:102
|
2618 |
+
msgid "Border width"
|
2619 |
+
msgstr "Chiều rộng biên giới"
|
2620 |
+
|
2621 |
+
#: inc/core/generator-views.php:102
|
2622 |
+
msgid "Border style"
|
2623 |
+
msgstr "Phong cách biên giới"
|
2624 |
+
|
2625 |
+
#: inc/core/generator-views.php:102
|
2626 |
+
msgid "Border color"
|
2627 |
+
msgstr "Biên giới màu sắc"
|
2628 |
+
|
2629 |
+
#: inc/core/generator-views.php:112
|
2630 |
+
msgid "Media library"
|
2631 |
+
msgstr "Thư viện phương tiện"
|
2632 |
+
|
2633 |
+
#: inc/core/generator-views.php:113
|
2634 |
+
msgid "Recent posts"
|
2635 |
+
msgstr "Bài viết mới nhất"
|
2636 |
+
|
2637 |
+
#: inc/core/generator-views.php:114
|
2638 |
+
msgid "Category"
|
2639 |
+
msgstr "Thể loại"
|
2640 |
+
|
2641 |
+
#: inc/core/generator-views.php:118
|
2642 |
+
msgid "Select images source"
|
2643 |
+
msgstr "Chọn hình ảnh nguồn"
|
2644 |
+
|
2645 |
+
#: inc/core/generator-views.php:129
|
2646 |
+
msgid "Select taxonomy"
|
2647 |
+
msgstr "Chọn phân loại"
|
2648 |
+
|
2649 |
+
#: inc/core/generator-views.php:140
|
2650 |
+
msgid "Add images"
|
2651 |
+
msgstr "Thêm hình ảnh"
|
2652 |
+
|
2653 |
+
#: inc/core/generator-views.php:140
|
2654 |
+
msgid ""
|
2655 |
+
"Click the button above and select images.<br>You can select multimple images "
|
2656 |
+
"with Ctrl (Cmd) key"
|
2657 |
+
msgstr ""
|
2658 |
+
"Nhấp vào nút ở trên và chọn hình ảnh.<br>Bạn có thể chọn hình ảnh multimple "
|
2659 |
+
"với phím Ctrl (Cmd)"
|
2660 |
+
|
2661 |
+
#: inc/core/generator-views.php:140
|
2662 |
+
msgid ""
|
2663 |
+
"Select categories to retrieve posts from.<br>You can select multiple "
|
2664 |
+
"categories with Ctrl (Cmd) key"
|
2665 |
+
msgstr ""
|
2666 |
+
"Chọn thể loại để lấy các bài viết từ. <b> Bạn có thể chọn nhiều chuyên mục "
|
2667 |
+
"với phím Ctrl (Cmd)"
|
2668 |
+
|
2669 |
+
#: inc/core/generator-views.php:140
|
2670 |
+
msgid ""
|
2671 |
+
"Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
|
2672 |
+
"(Cmd) key"
|
2673 |
+
msgstr ""
|
2674 |
+
"Chọn phân loại và điều khoản. <br> bạn có thể chọn nhiều cụm từ với phím "
|
2675 |
+
"Ctrl (Cmd)"
|
2676 |
+
|
2677 |
+
#: inc/core/generator.php:41 inc/core/generator.php:142
|
2678 |
+
msgid "Insert shortcode"
|
2679 |
+
msgstr "Chèn shortcode"
|
2680 |
+
|
2681 |
+
#: inc/core/generator.php:84 inc/core/load.php:30 inc/core/load.php:51
|
2682 |
+
#: inc/core/load.php:104 inc/core/load.php:105
|
2683 |
+
msgid "Settings"
|
2684 |
+
msgstr "Cài đặt"
|
2685 |
+
|
2686 |
+
#: inc/core/generator.php:84
|
2687 |
+
msgid "Plugin settings"
|
2688 |
+
msgstr "Cài đặt plugin"
|
2689 |
+
|
2690 |
+
#: inc/core/generator.php:85
|
2691 |
+
msgid "Plugin homepage"
|
2692 |
+
msgstr "Trang chủ plugin"
|
2693 |
+
|
2694 |
+
#: inc/core/generator.php:86
|
2695 |
+
msgid "Support forums"
|
2696 |
+
msgstr "Hỗ trợ diễn đàn"
|
2697 |
+
|
2698 |
+
#: inc/core/generator.php:93
|
2699 |
+
msgid "Search for shortcodes"
|
2700 |
+
msgstr "Tìm kiếm Shortcodes"
|
2701 |
+
|
2702 |
+
#: inc/core/generator.php:95
|
2703 |
+
msgid "Filter by type"
|
2704 |
+
msgstr "Lọc theo loại"
|
2705 |
+
|
2706 |
+
#: inc/core/generator.php:130
|
2707 |
+
msgid "Shortcode not specified"
|
2708 |
+
msgstr "Shortcode không xác định"
|
2709 |
+
|
2710 |
+
#: inc/core/generator.php:143
|
2711 |
+
msgid "Live preview"
|
2712 |
+
msgstr "Xem trước trực tiếp"
|
2713 |
+
|
2714 |
+
#: inc/core/generator.php:147
|
2715 |
+
msgid "Click to return to the shortcodes list"
|
2716 |
+
msgstr "Nhấn vào đây để trở về danh sách Shortcodes"
|
2717 |
+
|
2718 |
+
#: inc/core/generator.php:147
|
2719 |
+
msgid "All shortcodes"
|
2720 |
+
msgstr "Tất cả các Shortcodes"
|
2721 |
+
|
2722 |
+
#: inc/core/generator.php:163
|
2723 |
+
msgid "Click to set this value"
|
2724 |
+
msgstr "Nhấn vào đây để đặt giá trị này"
|
2725 |
+
|
2726 |
+
#: inc/core/generator.php:187
|
2727 |
+
msgid "Preview"
|
2728 |
+
msgstr "Xem trước"
|
2729 |
+
|
2730 |
+
#: inc/core/generator.php:195 inc/core/tools.php:792
|
2731 |
+
msgid "Access denied"
|
2732 |
+
msgstr "Truy cập bị từ chối"
|
2733 |
+
|
2734 |
+
#: inc/core/generator.php:230
|
2735 |
+
msgid "Presets"
|
2736 |
+
msgstr "Cài đặt trước"
|
2737 |
+
|
2738 |
+
#: inc/core/generator.php:233
|
2739 |
+
msgid "Save current settings as preset"
|
2740 |
+
msgstr "Lưu thiết lập hiện thời là cài sẵn"
|
2741 |
+
|
2742 |
+
#: inc/core/generator.php:262 inc/core/generator.php:265
|
2743 |
+
msgid "Presets not found"
|
2744 |
+
msgstr "Các cài đặt trước không tìm thấy"
|
2745 |
+
|
2746 |
+
#: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
|
2747 |
+
#: inc/core/load.php:127 inc/core/load.php:139 inc/core/widget.php:14
|
2748 |
+
#: inc/core/widget.php:40
|
2749 |
+
msgid "Shortcodes Ultimate"
|
2750 |
+
msgstr "Cuối cùng Shortcodes"
|
2751 |
+
|
2752 |
+
#: inc/core/load.php:31
|
2753 |
+
msgid "Shortcodes"
|
2754 |
+
msgstr "Shortcodes"
|
2755 |
+
|
2756 |
+
#: inc/core/load.php:39
|
2757 |
+
msgid "About"
|
2758 |
+
msgstr "Về"
|
2759 |
+
|
2760 |
+
#: inc/core/load.php:56
|
2761 |
+
msgid "Custom formatting"
|
2762 |
+
msgstr "Tuỳ định dạng"
|
2763 |
+
|
2764 |
+
#: inc/core/load.php:57
|
2765 |
+
msgid ""
|
2766 |
+
"Disable this option if you have some problems with other plugins or content "
|
2767 |
+
"formatting"
|
2768 |
+
msgstr ""
|
2769 |
+
"Vô hiệu hóa tùy chọn này nếu bạn có một số vấn đề với các plugin khác hoặc "
|
2770 |
+
"các nội dung định dạng"
|
2771 |
+
|
2772 |
+
#: inc/core/load.php:57
|
2773 |
+
msgid "Documentation article"
|
2774 |
+
msgstr "Tài liệu hướng dẫn bài viết"
|
2775 |
+
|
2776 |
+
#: inc/core/load.php:59 inc/core/load.php:67
|
2777 |
+
msgid "Enabled"
|
2778 |
+
msgstr "Kích hoạt"
|
2779 |
+
|
2780 |
+
#: inc/core/load.php:64
|
2781 |
+
msgid "Skip default values"
|
2782 |
+
msgstr "Bỏ qua các giá trị mặc định"
|
2783 |
+
|
2784 |
+
#: inc/core/load.php:65
|
2785 |
+
msgid ""
|
2786 |
+
"Enable this option and the generator will insert a shortcode without default "
|
2787 |
+
"attribute values that you have not changed. As a result, the generated code "
|
2788 |
+
"will be shorter."
|
2789 |
+
msgstr ""
|
2790 |
+
"Bật tùy chọn này và các máy phát điện sẽ chèn một shortcode mà không có giá "
|
2791 |
+
"trị thuộc tính mặc định mà bạn đã không thay đổi. Kết quả là, mã được tạo ra "
|
2792 |
+
"sẽ ngắn hơn."
|
2793 |
+
|
2794 |
+
#: inc/core/load.php:72
|
2795 |
+
msgid "Shortcodes prefix"
|
2796 |
+
msgstr "Tiền tố Shortcodes"
|
2797 |
+
|
2798 |
+
#: inc/core/load.php:73
|
2799 |
+
#, php-format
|
2800 |
+
msgid ""
|
2801 |
+
"This prefix will be added to all shortcodes by this plugin. For example, "
|
2802 |
+
"type here %s and you'll get shortcodes like %s and %s. Please keep in mind: "
|
2803 |
+
"this option is not affects your already inserted shortcodes and if you'll "
|
2804 |
+
"change this value your old shortcodes will be broken"
|
2805 |
+
msgstr ""
|
2806 |
+
"Tiền tố này sẽ được thêm vào tất cả các Shortcodes bởi plugin này. Ví dụ: "
|
2807 |
+
"nhập ở đây %s và bạn sẽ nhận được Shortcodes như %s và %s. Xin lưu ý: tùy "
|
2808 |
+
"chọn này là không ảnh hưởng đến Shortcodes của bạn đã được chèn vào và nếu "
|
2809 |
+
"bạn sẽ thay đổi giá trị này của bạn Shortcodes cũ sẽ bị phá vỡ"
|
2810 |
+
|
2811 |
+
#: inc/core/load.php:79
|
2812 |
+
msgid "Skin"
|
2813 |
+
msgstr "Da"
|
2814 |
+
|
2815 |
+
#: inc/core/load.php:80
|
2816 |
+
msgid "Choose global skin for shortcodes"
|
2817 |
+
msgstr "Chọn da toàn cầu cho Shortcodes"
|
2818 |
+
|
2819 |
+
#: inc/core/load.php:88
|
2820 |
+
msgid "Custom CSS"
|
2821 |
+
msgstr "Tuỳ chỉnh CSS"
|
2822 |
+
|
2823 |
+
#: inc/core/load.php:113 inc/core/load.php:114
|
2824 |
+
msgid "Examples"
|
2825 |
+
msgstr "Ví dụ"
|
2826 |
+
|
2827 |
+
#: inc/core/load.php:127 inc/core/load.php:128
|
2828 |
+
msgid "Add-ons"
|
2829 |
+
msgstr "Tiện ích"
|
2830 |
+
|
2831 |
+
#: inc/core/load.php:140 inc/core/vote.php:42
|
2832 |
+
msgid "Vladimir Anokhin"
|
2833 |
+
msgstr "Vladimir Anokhin"
|
2834 |
+
|
2835 |
+
#: inc/core/load.php:141
|
2836 |
+
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
2837 |
+
msgstr "Supercharge WordPress theme của bạn với mega gói của Shortcodes"
|
2838 |
+
|
2839 |
+
#: inc/core/load.php:223
|
2840 |
+
msgid "Where to start?"
|
2841 |
+
msgstr "Bắt đầu từ đâu?"
|
2842 |
+
|
2843 |
+
#: inc/core/requirements.php:23
|
2844 |
+
#, php-format
|
2845 |
+
msgid ""
|
2846 |
+
"<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not "
|
2847 |
+
"fully compatible with your PHP version (%s).<br />Reccomended PHP version "
|
2848 |
+
"– %s (or higher).</p><a href=\"%s\">← Return to the plugins "
|
2849 |
+
"screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
2850 |
+
msgstr ""
|
2851 |
+
"<h1> Oops! Plugin không được kích hoạt … </h1><p> Shortcodes Ultimate "
|
2852 |
+
"là không hoàn toàn tương thích với phiên bản PHP của bạn (%s). <br /> "
|
2853 |
+
"Reccomended PHP phiên bản – %s (hoặc cao hơn). </p><a href=\"%s"
|
2854 |
+
"\">← Trở về màn hình plugins </a ><a href=\"%s\"%s> tiếp tục và kích "
|
2855 |
+
"hoạt dù sao →</a>"
|
2856 |
+
|
2857 |
+
#: inc/core/requirements.php:39
|
2858 |
+
#, php-format
|
2859 |
+
msgid ""
|
2860 |
+
"<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not "
|
2861 |
+
"fully compatible with your version of WordPress (%s).<br />Reccomended "
|
2862 |
+
"WordPress version – %s (or higher).</p><a href=\"%s\">← Return to "
|
2863 |
+
"the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</"
|
2864 |
+
"a>"
|
2865 |
+
msgstr ""
|
2866 |
+
"<h1> Oops! Plugin không được kích hoạt … </h1><p> Shortcodes Ultimate "
|
2867 |
+
"là không hoàn toàn tương thích với phiên bản PHP của bạn (%s). <br/> "
|
2868 |
+
"Reccomended PHP phiên bản – %s (hoặc cao hơn). </p><a href=\"%s"
|
2869 |
+
"\">← Trở về màn hình plugins </a ><a href=\"%s\"%s> tiếp tục và kích "
|
2870 |
+
"hoạt dù sao →</a>"
|
2871 |
+
|
2872 |
+
#: inc/core/shortcodes.php:53
|
2873 |
+
msgid "Tab title"
|
2874 |
+
msgstr "Tab tiêu đề"
|
2875 |
+
|
2876 |
+
#: inc/core/shortcodes.php:451
|
2877 |
+
msgid "This is box title"
|
2878 |
+
msgstr "Đây là tiêu đề hộp"
|
2879 |
+
|
2880 |
+
#: inc/core/shortcodes.php:492
|
2881 |
+
msgid "please specify correct source"
|
2882 |
+
msgstr "Xin vui lòng xác định chính xác nguồn"
|
2883 |
+
|
2884 |
+
#: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
|
2885 |
+
#: inc/core/shortcodes.php:598 inc/core/shortcodes.php:602
|
2886 |
+
#: inc/core/shortcodes.php:629 inc/core/shortcodes.php:633
|
2887 |
+
#: inc/core/shortcodes.php:657 inc/core/shortcodes.php:661
|
2888 |
+
#: inc/core/shortcodes.php:681 inc/core/shortcodes.php:688
|
2889 |
+
#: inc/core/shortcodes.php:710 inc/core/shortcodes.php:715
|
2890 |
+
msgid "please specify correct url"
|
2891 |
+
msgstr "Xin vui lòng chỉ định url chính xác"
|
2892 |
+
|
2893 |
+
#: inc/core/shortcodes.php:846
|
2894 |
+
msgid "This menu doesn't exists, or has no elements"
|
2895 |
+
msgstr "Đơn này không tồn tại, hoặc đã không có yếu tố"
|
2896 |
+
|
2897 |
+
#: inc/core/shortcodes.php:944 inc/core/shortcodes.php:1019
|
2898 |
+
#: inc/core/shortcodes.php:1064
|
2899 |
+
msgid "images not found"
|
2900 |
+
msgstr "hình ảnh không tìm thấy"
|
2901 |
+
|
2902 |
+
#: inc/core/shortcodes.php:1199
|
2903 |
+
msgid "template not found"
|
2904 |
+
msgstr "mẫu không tìm thấy"
|
2905 |
+
|
2906 |
+
#: inc/core/tools.php:744
|
2907 |
+
msgid "Example code does not found, please check it later"
|
2908 |
+
msgstr "Ví dụ mã không tìm thấy, xin vui lòng kiểm tra xem nó sau này"
|
2909 |
+
|
2910 |
+
#: inc/core/tools.php:760
|
2911 |
+
msgid "Get the code"
|
2912 |
+
msgstr "Lấy mã"
|
2913 |
+
|
2914 |
+
#: inc/core/vote.php:44
|
2915 |
+
msgid ""
|
2916 |
+
"Hello, my name is Vladimir Anokhin, and I am developer of plugin "
|
2917 |
+
"<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
|
2918 |
+
"words about it at the wordpress.org or twitter. It will help other people "
|
2919 |
+
"find this useful plugin more quickly.<br><b>Thank you!</b>"
|
2920 |
+
msgstr ""
|
2921 |
+
"Xin chào, tên tôi là Vladimir Anokhin, và tôi là nhà phát triển của plugin "
|
2922 |
+
"<b> Shortcodes Ultimate </b>.<br> nếu bạn thích plugin này, xin vui lòng "
|
2923 |
+
"viết một vài từ về nó tại wordpress.org hay twitter. Nó sẽ giúp đỡ người "
|
2924 |
+
"khác tìm thấy các plugin hữu ích này nhanh hơn. <br><b>cảm ơn bạn!</b>"
|
2925 |
+
|
2926 |
+
#: inc/core/vote.php:46
|
2927 |
+
msgid "Rate plugin"
|
2928 |
+
msgstr "Tỷ lệ plugin"
|
2929 |
+
|
2930 |
+
#: inc/core/vote.php:47
|
2931 |
+
msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
|
2932 |
+
msgstr "Cuối cùng Shortcodes - phải có WordPress plugin #shortcodesultimate"
|
2933 |
+
|
2934 |
+
#: inc/core/vote.php:47
|
2935 |
+
msgid "Tweet"
|
2936 |
+
msgstr "Tweet"
|
2937 |
+
|
2938 |
+
#: inc/core/vote.php:48
|
2939 |
+
msgid "No, thanks"
|
2940 |
+
msgstr "Không, cảm ơn"
|
2941 |
+
|
2942 |
+
#: inc/core/vote.php:49
|
2943 |
+
msgid "or"
|
2944 |
+
msgstr "hoặc"
|
2945 |
+
|
2946 |
+
#: inc/core/vote.php:50
|
2947 |
+
msgid "Remind me later"
|
2948 |
+
msgstr "Nhắc tôi sau"
|
2949 |
+
|
2950 |
+
#: inc/core/widget.php:7
|
2951 |
+
msgid "Special Shortcodes Ultimate widget"
|
2952 |
+
msgstr "Tiện ích Shortcodes Ultimate đặc biệt"
|
2953 |
+
|
2954 |
+
#: inc/core/widget.php:46
|
2955 |
+
msgid "Title:"
|
2956 |
+
msgstr "Tiêu đề:"
|
2957 |
+
|
2958 |
+
#: inc/vendor/sunrise.php:90 inc/vendor/sunrise.php:91
|
2959 |
+
#: inc/vendor/sunrise.php:122 inc/vendor/sunrise.php:123
|
2960 |
+
msgid "Plugin Settings"
|
2961 |
+
msgstr "Cài đặt plugin"
|
2962 |
+
|
2963 |
+
#: inc/vendor/sunrise.php:179
|
2964 |
+
msgid "Use selected file"
|
2965 |
+
msgstr "Sử dụng tệp đã chọn"
|
2966 |
+
|
2967 |
+
#: inc/vendor/sunrise.php:369
|
2968 |
+
msgid "Save changes"
|
2969 |
+
msgstr "Lưu thay đổi"
|
2970 |
+
|
2971 |
+
#: inc/vendor/sunrise.php:369
|
2972 |
+
msgid "Saving"
|
2973 |
+
msgstr "Tiết kiệm"
|
2974 |
+
|
2975 |
+
#: inc/vendor/sunrise.php:369
|
2976 |
+
msgid "Saved"
|
2977 |
+
msgstr "Lưu"
|
2978 |
+
|
2979 |
+
#: inc/vendor/sunrise.php:369
|
2980 |
+
msgid ""
|
2981 |
+
"This action will delete all your settings. Are you sure? This action cannot "
|
2982 |
+
"be undone!"
|
2983 |
+
msgstr ""
|
2984 |
+
"Hành động này sẽ xóa mọi thiết đặt của bạn. Bạn có chắc không? Hành động này "
|
2985 |
+
"không thể hoàn tác!"
|
2986 |
+
|
2987 |
+
#: inc/vendor/sunrise.php:369
|
2988 |
+
msgid "Restore default settings"
|
2989 |
+
msgstr "Khôi phục thiết đặt mặc định"
|
2990 |
+
|
2991 |
+
#: inc/vendor/sunrise.php:376 inc/vendor/sunrise.php:385
|
2992 |
+
#: inc/vendor/sunrise.php:435
|
2993 |
+
msgid "Text field"
|
2994 |
+
msgstr "Trường văn bản"
|
2995 |
+
|
2996 |
+
#: inc/vendor/sunrise.php:397
|
2997 |
+
msgid "Textarea field"
|
2998 |
+
msgstr "Lĩnh vực Textarea"
|
2999 |
+
|
3000 |
+
#: inc/vendor/sunrise.php:408 inc/vendor/sunrise.php:419
|
3001 |
+
msgid "Checkbox"
|
3002 |
+
msgstr "Hộp kiểm"
|
3003 |
+
|
3004 |
+
#: inc/vendor/sunrise.php:445
|
3005 |
+
msgid "Color picker"
|
3006 |
+
msgstr "Chọn màu"
|
3007 |
+
|
3008 |
+
#: inc/vendor/sunrise.php:453
|
3009 |
+
msgid "Pick a color"
|
3010 |
+
msgstr "Chọn một màu"
|
3011 |
+
|
3012 |
+
#: inc/vendor/sunrise.php:477
|
3013 |
+
msgid ""
|
3014 |
+
"For full functionality of this page it is reccomended to enable javascript."
|
3015 |
+
msgstr ""
|
3016 |
+
"Cho các chức năng đầy đủ của trang này, nó được đề nghị bật javascript."
|
3017 |
+
|
3018 |
+
#: inc/vendor/sunrise.php:478
|
3019 |
+
msgid "Settings saved successfully"
|
3020 |
+
msgstr "Cài đặt lưu thành công"
|
3021 |
+
|
3022 |
+
#: inc/vendor/sunrise.php:479
|
3023 |
+
msgid "Settings reseted successfully"
|
3024 |
+
msgstr "Cài đặt reseted thành công"
|
3025 |
+
|
3026 |
+
#: inc/vendor/sunrise.php:508
|
3027 |
+
#, php-format
|
3028 |
+
msgid "option type %s is not callable"
|
3029 |
+
msgstr "lựa chọn loại %s không phải là callable"
|
3030 |
+
|
3031 |
+
#: templates/default-loop.php:15 templates/single-post.php:17
|
3032 |
+
msgid "Posted"
|
3033 |
+
msgstr "Đăng"
|
3034 |
+
|
3035 |
+
#: templates/default-loop.php:19 templates/single-post.php:17
|
3036 |
+
msgid "0 comments"
|
3037 |
+
msgstr "0 ý kiến"
|
3038 |
+
|
3039 |
+
#: templates/default-loop.php:19 templates/single-post.php:17
|
3040 |
+
msgid "1 comment"
|
3041 |
+
msgstr "1 Thảo luận"
|
3042 |
+
|
3043 |
+
#: templates/default-loop.php:19 templates/single-post.php:17
|
3044 |
+
msgid "%n comments"
|
3045 |
+
msgstr "%n ý kiến"
|
3046 |
+
|
3047 |
+
#: templates/default-loop.php:27 templates/list-loop.php:16
|
3048 |
+
#: templates/single-post.php:28 templates/teaser-loop.php:20
|
3049 |
+
msgid "Posts not found"
|
3050 |
+
msgstr "Bài viết không tìm thấy"
|
languages/su.pot
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Shortcodes Ultimate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
23 |
msgid "A real swiss army knife for WordPress"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: inc/core/admin-views.php:11 inc/core/load.php:
|
27 |
msgid "Project homepage"
|
28 |
msgstr ""
|
29 |
|
@@ -31,11 +31,11 @@ msgstr ""
|
|
31 |
msgid "Documentation"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: inc/core/admin-views.php:13 inc/core/load.php:
|
35 |
msgid "Support forum"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: inc/core/admin-views.php:14 inc/core/load.php:
|
39 |
msgid "Changelog"
|
40 |
msgstr ""
|
41 |
|
@@ -128,79 +128,97 @@ msgid "plugin url"
|
|
128 |
msgstr ""
|
129 |
|
130 |
#: inc/core/admin-views.php:114
|
131 |
-
msgid "
|
132 |
msgstr ""
|
133 |
|
134 |
#: inc/core/admin-views.php:115
|
135 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
"This add-on allows you to create custom shortcodes. You can easily create "
|
137 |
"any shortcode with different parameters or even override default shortcodes"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: inc/core/admin-views.php:
|
141 |
msgid "Skins"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: inc/core/admin-views.php:
|
145 |
msgid ""
|
146 |
-
"Set of additional skins for
|
147 |
"accordeons/spoilers, tabs and some other shortcodes"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: inc/core/admin-views.php:
|
151 |
msgid "Shortcodes Ultimate Add-ons"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: inc/core/admin-views.php:
|
155 |
msgid "Learn more"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: inc/core/admin-views.php:
|
159 |
msgid "Other WordPress Plugins"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: inc/core/assets.php:
|
163 |
msgid "Choose files"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: inc/core/assets.php:
|
167 |
msgid "Add selected files"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: inc/core/assets.php:
|
171 |
msgid "This button is not clickable"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: inc/core/assets.php:
|
175 |
msgid "Choose file"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: inc/core/assets.php:
|
179 |
msgid "Insert"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: inc/core/assets.php:
|
183 |
msgid "Select images"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: inc/core/assets.php:
|
187 |
msgid "Add selected images"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: inc/core/assets.php:
|
191 |
msgid "Please enter a name for new preset"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: inc/core/assets.php:
|
195 |
msgid "New preset"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/core/assets.php:
|
|
|
|
|
|
|
|
|
199 |
msgid ""
|
200 |
"This shortcode doesn't work in live preview. Please insert it into editor "
|
201 |
"and preview on the site."
|
202 |
msgstr ""
|
203 |
|
|
|
|
|
|
|
|
|
204 |
#: inc/core/data.php:17
|
205 |
msgid "All"
|
206 |
msgstr ""
|
@@ -209,7 +227,7 @@ msgstr ""
|
|
209 |
msgid "Content"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: inc/core/data.php:19 inc/core/data.php:
|
213 |
msgid "Box"
|
214 |
msgstr ""
|
215 |
|
@@ -217,680 +235,685 @@ msgstr ""
|
|
217 |
msgid "Media"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: inc/core/data.php:21 inc/core/data.php:
|
221 |
msgid "Gallery"
|
222 |
msgstr ""
|
223 |
|
224 |
#: inc/core/data.php:22
|
|
|
|
|
|
|
|
|
225 |
msgid "Other"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: inc/core/data.php:
|
229 |
-
#: inc/core/data.php:
|
230 |
msgid "None"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: inc/core/data.php:
|
234 |
msgid "Solid"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: inc/core/data.php:
|
238 |
msgid "Dotted"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: inc/core/data.php:
|
242 |
msgid "Dashed"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: inc/core/data.php:
|
246 |
msgid "Double"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: inc/core/data.php:
|
250 |
msgid "Groove"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: inc/core/data.php:
|
254 |
msgid "Ridge"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: inc/core/data.php:
|
258 |
msgid "Basic examples"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: inc/core/data.php:
|
262 |
msgid "Accordions, spoilers, different styles, anchors"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: inc/core/data.php:
|
266 |
msgid "Tabs, vertical tabs, tab anchors"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: inc/core/data.php:
|
270 |
msgid "Column layouts"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: inc/core/data.php:
|
274 |
msgid ""
|
275 |
"Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: inc/core/data.php:
|
279 |
msgid "Unlimited buttons"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: inc/core/data.php:
|
283 |
msgid "Animations"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/core/data.php:
|
287 |
msgid "Advanced examples"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/core/data.php:
|
291 |
msgid "Interacting with posts shortcode"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: inc/core/data.php:
|
295 |
msgid "Nested shortcodes, shortcodes inside of attributes"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: inc/core/data.php:
|
299 |
msgid "Heading"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: inc/core/data.php:
|
303 |
-
#: inc/core/data.php:
|
304 |
-
#: inc/core/data.php:
|
|
|
305 |
msgid "Default"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: inc/core/data.php:
|
309 |
-
#: inc/core/data.php:
|
310 |
-
#: inc/core/data.php:
|
311 |
msgid "Style"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: inc/core/data.php:
|
315 |
msgid "Choose style for this heading"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: inc/core/data.php:
|
319 |
-
#: inc/core/data.php:
|
320 |
msgid "Install additional styles"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: inc/core/data.php:
|
324 |
-
#: inc/core/data.php:
|
325 |
msgid "Size"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: inc/core/data.php:
|
329 |
msgid "Select heading size (pixels)"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: inc/core/data.php:
|
333 |
-
#: inc/core/data.php:
|
334 |
msgid "Left"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: inc/core/data.php:
|
338 |
-
#: inc/core/data.php:
|
339 |
msgid "Center"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: inc/core/data.php:
|
343 |
-
#: inc/core/data.php:
|
344 |
msgid "Right"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: inc/core/data.php:
|
348 |
msgid "Align"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/core/data.php:
|
352 |
msgid "Heading text alignment"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/core/data.php:
|
356 |
msgid "Margin"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/core/data.php:
|
360 |
msgid "Bottom margin (pixels)"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: inc/core/data.php:
|
364 |
-
#: inc/core/data.php:
|
365 |
-
#: inc/core/data.php:
|
366 |
-
#: inc/core/data.php:
|
367 |
-
#: inc/core/data.php:
|
368 |
-
#: inc/core/data.php:
|
369 |
-
#: inc/core/data.php:
|
370 |
-
#: inc/core/data.php:
|
371 |
-
#: inc/core/data.php:
|
372 |
-
#: inc/core/data.php:
|
373 |
-
#: inc/core/data.php:
|
374 |
-
#: inc/core/data.php:
|
375 |
-
#: inc/core/data.php:
|
376 |
-
#: inc/core/data.php:
|
377 |
-
#: inc/core/data.php:
|
378 |
msgid "Class"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: inc/core/data.php:
|
382 |
-
#: inc/core/data.php:
|
383 |
-
#: inc/core/data.php:
|
384 |
-
#: inc/core/data.php:
|
385 |
-
#: inc/core/data.php:
|
386 |
-
#: inc/core/data.php:
|
387 |
-
#: inc/core/data.php:
|
388 |
-
#: inc/core/data.php:
|
389 |
-
#: inc/core/data.php:
|
390 |
-
#: inc/core/data.php:
|
391 |
-
#: inc/core/data.php:
|
392 |
-
#: inc/core/data.php:
|
393 |
-
#: inc/core/data.php:
|
394 |
-
#: inc/core/data.php:
|
395 |
-
#: inc/core/data.php:
|
396 |
msgid "Extra CSS class"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: inc/core/data.php:
|
400 |
msgid "Heading text"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: inc/core/data.php:
|
404 |
msgid "Styled heading"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: inc/core/data.php:
|
408 |
msgid "Tabs"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: inc/core/data.php:
|
412 |
msgid "Choose style for this tabs"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: inc/core/data.php:
|
416 |
msgid "Active tab"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: inc/core/data.php:
|
420 |
msgid "Select which tab is open by default"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/core/data.php:
|
424 |
msgid "Vertical"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/core/data.php:
|
428 |
msgid "Show tabs vertically"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/core/data.php:
|
432 |
msgid ""
|
433 |
"[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
|
434 |
"[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
|
435 |
"[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: inc/core/data.php:
|
439 |
msgid "Tabs container"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: inc/core/data.php:
|
443 |
msgid "Tab"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: inc/core/data.php:
|
447 |
msgid "Tab name"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: inc/core/data.php:
|
451 |
-
#: inc/core/data.php:
|
452 |
msgid "Title"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: inc/core/data.php:
|
456 |
msgid "Enter tab name"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: inc/core/data.php:
|
460 |
msgid "Disabled"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: inc/core/data.php:
|
464 |
msgid "Is this tab disabled"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: inc/core/data.php:
|
468 |
msgid "Anchor"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: inc/core/data.php:
|
472 |
msgid ""
|
473 |
"You can use unique anchor for this tab to access it with hash in page url. "
|
474 |
"For example: type here <b%value>Hello</b> and then use url like http://"
|
475 |
"example.com/page-url#Hello. This tab will be activated and scrolled in"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: inc/core/data.php:
|
479 |
msgid "Tab content"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: inc/core/data.php:
|
483 |
msgid "Single tab"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: inc/core/data.php:
|
487 |
msgid "Spoiler"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: inc/core/data.php:
|
491 |
msgid "Spoiler title"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: inc/core/data.php:
|
495 |
msgid "Text in spoiler title"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: inc/core/data.php:
|
499 |
msgid "Open"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: inc/core/data.php:
|
503 |
msgid "Is spoiler content visible by default"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: inc/core/data.php:
|
507 |
msgid "Fancy"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: inc/core/data.php:
|
511 |
msgid "Simple"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: inc/core/data.php:
|
515 |
msgid "Choose style for this spoiler"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: inc/core/data.php:
|
519 |
msgid "Plus"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: inc/core/data.php:
|
523 |
msgid "Plus circle"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: inc/core/data.php:
|
527 |
msgid "Plus square 1"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: inc/core/data.php:
|
531 |
msgid "Plus square 2"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: inc/core/data.php:
|
535 |
msgid "Arrow"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: inc/core/data.php:
|
539 |
msgid "Arrow circle 1"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: inc/core/data.php:
|
543 |
msgid "Arrow circle 2"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: inc/core/data.php:
|
547 |
msgid "Chevron"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: inc/core/data.php:
|
551 |
msgid "Chevron circle"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: inc/core/data.php:
|
555 |
msgid "Caret"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: inc/core/data.php:
|
559 |
msgid "Caret square"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: inc/core/data.php:
|
563 |
msgid "Folder 1"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: inc/core/data.php:
|
567 |
msgid "Folder 2"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: inc/core/data.php:
|
571 |
-
#: inc/core/data.php:
|
572 |
msgid "Icon"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: inc/core/data.php:
|
576 |
msgid "Icons for spoiler"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: inc/core/data.php:
|
580 |
msgid ""
|
581 |
"You can use unique anchor for this spoiler to access it with hash in page "
|
582 |
"url. For example: type here <b%value>Hello</b> and then use url like http://"
|
583 |
"example.com/page-url#Hello. This spoiler will be open and scrolled in"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: inc/core/data.php:
|
587 |
msgid "Hidden content"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: inc/core/data.php:
|
591 |
msgid "Spoiler with hidden content"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: inc/core/data.php:
|
595 |
msgid "Accordion"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: inc/core/data.php:
|
599 |
msgid ""
|
600 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
601 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
602 |
"[%prefix_spoiler]Content[/%prefix_spoiler]"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: inc/core/data.php:
|
606 |
msgid "Accordion with spoilers"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: inc/core/data.php:
|
610 |
msgid "Divider"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: inc/core/data.php:
|
614 |
msgid "Show TOP link"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/core/data.php:
|
618 |
msgid "Show link to top of the page or not"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: inc/core/data.php:
|
622 |
msgid "Go to top"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: inc/core/data.php:
|
626 |
msgid "Link text"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: inc/core/data.php:
|
630 |
msgid "Text for the GO TOP link"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: inc/core/data.php:
|
634 |
msgid "Content divider with optional TOP link"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: inc/core/data.php:
|
638 |
msgid "Spacer"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: inc/core/data.php:
|
642 |
-
#: inc/core/data.php:
|
643 |
-
#: inc/core/data.php:
|
644 |
-
#: inc/core/data.php:
|
645 |
msgid "Height"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: inc/core/data.php:
|
649 |
msgid "Height of the spacer in pixels"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: inc/core/data.php:
|
653 |
msgid "Empty space with adjustable height"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: inc/core/data.php:
|
657 |
msgid "Highlight"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: inc/core/data.php:
|
661 |
msgid "Background"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: inc/core/data.php:
|
665 |
msgid "Highlighted text background color"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: inc/core/data.php:
|
669 |
msgid "Text color"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: inc/core/data.php:
|
673 |
msgid "Highlighted text color"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: inc/core/data.php:
|
677 |
msgid "Highlighted text"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: inc/core/data.php:
|
681 |
msgid "Label"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: inc/core/data.php:
|
685 |
msgid "Success"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: inc/core/data.php:
|
689 |
msgid "Warning"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: inc/core/data.php:
|
693 |
msgid "Important"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: inc/core/data.php:
|
697 |
msgid "Black"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: inc/core/data.php:
|
701 |
msgid "Info"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: inc/core/data.php:
|
705 |
msgid "Type"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: inc/core/data.php:
|
709 |
msgid "Style of the label"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: inc/core/data.php:
|
713 |
msgid "Styled label"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: inc/core/data.php:
|
717 |
msgid "Quote"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: inc/core/data.php:
|
721 |
msgid "Choose style for this quote"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: inc/core/data.php:
|
725 |
msgid "Cite"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: inc/core/data.php:
|
729 |
msgid "Quote author name"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: inc/core/data.php:
|
733 |
msgid "Cite url"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: inc/core/data.php:
|
737 |
msgid "Url of the quote author. Leave empty to disable link"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: inc/core/data.php:
|
741 |
msgid "Blockquote alternative"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: inc/core/data.php:
|
745 |
msgid "Pullquote"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: inc/core/data.php:
|
749 |
msgid "Pullquote alignment (float)"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: inc/core/data.php:
|
753 |
msgid "Dropcap"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: inc/core/data.php:
|
757 |
msgid "Flat"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: inc/core/data.php:
|
761 |
msgid "Light"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: inc/core/data.php:
|
765 |
msgid "Dropcap style preset"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: inc/core/data.php:
|
769 |
msgid "Choose dropcap size"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: inc/core/data.php:
|
773 |
msgid "D"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: inc/core/data.php:
|
777 |
msgid "Frame"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: inc/core/data.php:
|
781 |
msgid "Frame alignment"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: inc/core/data.php:
|
785 |
msgid "Styled image frame"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: inc/core/data.php:
|
789 |
msgid "Row"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: inc/core/data.php:
|
793 |
msgid ""
|
794 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
795 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
796 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: inc/core/data.php:
|
800 |
msgid "Row for flexible columns"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: inc/core/data.php:
|
804 |
msgid "Column"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: inc/core/data.php:
|
808 |
msgid "Full width"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: inc/core/data.php:
|
812 |
msgid "One half"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: inc/core/data.php:
|
816 |
msgid "One third"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: inc/core/data.php:
|
820 |
msgid "Two third"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: inc/core/data.php:
|
824 |
msgid "One fourth"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: inc/core/data.php:
|
828 |
msgid "Three fourth"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: inc/core/data.php:
|
832 |
msgid "One fifth"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: inc/core/data.php:
|
836 |
msgid "Two fifth"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: inc/core/data.php:
|
840 |
msgid "Three fifth"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: inc/core/data.php:
|
844 |
msgid "Four fifth"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: inc/core/data.php:
|
848 |
msgid "One sixth"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: inc/core/data.php:
|
852 |
msgid "Five sixth"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: inc/core/data.php:
|
856 |
msgid "Select column width. This width will be calculated depend page width"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: inc/core/data.php:
|
860 |
msgid "Centered"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: inc/core/data.php:
|
864 |
msgid "Is this column centered on the page"
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: inc/core/data.php:
|
868 |
msgid "Column content"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: inc/core/data.php:
|
872 |
msgid "Flexible and responsive columns"
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: inc/core/data.php:
|
876 |
msgid "List"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: inc/core/data.php:
|
880 |
msgid "You can upload custom icon for this list or pick a built-in icon"
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: inc/core/data.php:
|
884 |
msgid "Icon color"
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: inc/core/data.php:
|
888 |
msgid ""
|
889 |
"This color will be applied to the selected icon. Does not works with "
|
890 |
"uploaded icons"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: inc/core/data.php:
|
894 |
msgid ""
|
895 |
"<ul>\n"
|
896 |
"<li>List item</li>\n"
|
@@ -899,272 +922,272 @@ msgid ""
|
|
899 |
"</ul>"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: inc/core/data.php:
|
903 |
msgid "Styled unordered list"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: inc/core/data.php:
|
907 |
msgid "Button"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: inc/core/data.php:
|
911 |
msgid "Link"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: inc/core/data.php:
|
915 |
msgid "Button link"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: inc/core/data.php:
|
919 |
msgid "Same tab"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: inc/core/data.php:
|
923 |
msgid "New tab"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: inc/core/data.php:
|
927 |
msgid "Target"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: inc/core/data.php:
|
931 |
msgid "Button link target"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: inc/core/data.php:
|
935 |
msgid "Soft"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: inc/core/data.php:
|
939 |
msgid "Glass"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: inc/core/data.php:
|
943 |
msgid "Bubbles"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: inc/core/data.php:
|
947 |
msgid "Noise"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: inc/core/data.php:
|
951 |
msgid "Stroked"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: inc/core/data.php:
|
955 |
msgid "3D"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: inc/core/data.php:
|
959 |
msgid "Button background style preset"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: inc/core/data.php:
|
963 |
msgid "Button background color"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: inc/core/data.php:
|
967 |
msgid "Button text color"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: inc/core/data.php:
|
971 |
msgid "Button size"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: inc/core/data.php:
|
975 |
msgid "Fluid"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: inc/core/data.php:
|
979 |
msgid "Fluid buttons has 100% width"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: inc/core/data.php:
|
983 |
msgid "Is button centered on the page"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: inc/core/data.php:
|
987 |
msgid "Auto"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: inc/core/data.php:
|
991 |
msgid "Round"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: inc/core/data.php:
|
995 |
msgid "Square"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: inc/core/data.php:
|
999 |
msgid "Radius"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: inc/core/data.php:
|
1003 |
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: inc/core/data.php:
|
1007 |
msgid "You can upload custom icon for this button or pick a built-in icon"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: inc/core/data.php:
|
1011 |
msgid "Text shadow"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: inc/core/data.php:
|
1015 |
msgid "Button text shadow"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: inc/core/data.php:
|
1019 |
msgid "Description"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
-
#: inc/core/data.php:
|
1023 |
msgid ""
|
1024 |
"Small description under button text. This option is incompatible with icon."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: inc/core/data.php:
|
1028 |
msgid "onClick"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: inc/core/data.php:
|
1032 |
msgid "Advanced JavaScript code for onClick action"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: inc/core/data.php:
|
1036 |
msgid "Button text"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: inc/core/data.php:
|
1040 |
msgid "Styled button"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: inc/core/data.php:
|
1044 |
msgid "Service"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: inc/core/data.php:
|
1048 |
msgid "Service title"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: inc/core/data.php:
|
1052 |
msgid "Service name"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: inc/core/data.php:
|
1056 |
msgid "You can upload custom icon for this box"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: inc/core/data.php:
|
1060 |
msgid "Icon size"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: inc/core/data.php:
|
1064 |
msgid "Size of the uploaded icon in pixels"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: inc/core/data.php:
|
1068 |
msgid "Service description"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: inc/core/data.php:
|
1072 |
msgid "Service box with title"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: inc/core/data.php:
|
1076 |
msgid "Box title"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: inc/core/data.php:
|
1080 |
msgid "Text for the box title"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: inc/core/data.php:
|
1084 |
msgid "Box style preset"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: inc/core/data.php:
|
1088 |
msgid "Color"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: inc/core/data.php:
|
1092 |
msgid "Color for the box title and borders"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: inc/core/data.php:
|
1096 |
msgid "Title text color"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: inc/core/data.php:
|
1100 |
msgid "Color for the box title text"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: inc/core/data.php:
|
1104 |
msgid "Box corners radius"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#: inc/core/data.php:
|
1108 |
msgid "Box content"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: inc/core/data.php:
|
1112 |
msgid "Colored box with caption"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: inc/core/data.php:
|
1116 |
msgid "Note"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
-
#: inc/core/data.php:
|
1120 |
msgid "Note background color"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: inc/core/data.php:
|
1124 |
msgid "Note text color"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: inc/core/data.php:
|
1128 |
msgid "Note corners radius"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
-
#: inc/core/data.php:
|
1132 |
msgid "Note text"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
-
#: inc/core/data.php:
|
1136 |
msgid "Colored box"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
-
#: inc/core/data.php:
|
1140 |
msgid "Lightbox"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: inc/core/data.php:
|
1144 |
msgid "Iframe"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#: inc/core/data.php:
|
1148 |
msgid "Image"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: inc/core/data.php:
|
1152 |
msgid "Inline (html content)"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: inc/core/data.php:
|
1156 |
msgid "Content type"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: inc/core/data.php:
|
1160 |
msgid "Select type of the lightbox window content"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: inc/core/data.php:
|
1164 |
msgid "Content source"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: inc/core/data.php:
|
1168 |
msgid ""
|
1169 |
"Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
|
1170 |
"Use CSS selector for Inline content type.<br />Example values:<br /><b"
|
@@ -1174,336 +1197,336 @@ msgid ""
|
|
1174 |
"(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: inc/core/data.php:
|
1178 |
msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: inc/core/data.php:
|
1182 |
msgid "Lightbox window with custom content"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: inc/core/data.php:
|
1186 |
msgid "Tooltip"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: inc/core/data.php:
|
1190 |
msgid "Basic: Light"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: inc/core/data.php:
|
1194 |
msgid "Basic: Dark"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: inc/core/data.php:
|
1198 |
msgid "Basic: Yellow"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: inc/core/data.php:
|
1202 |
msgid "Basic: Green"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: inc/core/data.php:
|
1206 |
msgid "Basic: Red"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: inc/core/data.php:
|
1210 |
msgid "Basic: Blue"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: inc/core/data.php:
|
1214 |
msgid "Youtube"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: inc/core/data.php:
|
1218 |
msgid "Tipsy"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: inc/core/data.php:
|
1222 |
msgid "Bootstrap"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: inc/core/data.php:
|
1226 |
msgid "jTools"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: inc/core/data.php:
|
1230 |
msgid "Tipped"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: inc/core/data.php:
|
1234 |
msgid "Cluetip"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: inc/core/data.php:
|
1238 |
msgid "Tooltip window style"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: inc/core/data.php:
|
1242 |
msgid "Top"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: inc/core/data.php:
|
1246 |
msgid "Bottom"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
-
#: inc/core/data.php:
|
1250 |
msgid "Position"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: inc/core/data.php:
|
1254 |
msgid "Tooltip position"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: inc/core/data.php:
|
1258 |
msgid "Shadow"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: inc/core/data.php:
|
1262 |
msgid ""
|
1263 |
"Add shadow to tooltip. This option is only works with basic styes, e.g. "
|
1264 |
"blue, green etc."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: inc/core/data.php:
|
1268 |
msgid "Rounded corners"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: inc/core/data.php:
|
1272 |
msgid ""
|
1273 |
"Use rounded for tooltip. This option is only works with basic styes, e.g. "
|
1274 |
"blue, green etc."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: inc/core/data.php:
|
1278 |
msgid "Font size"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: inc/core/data.php:
|
1282 |
msgid "Tooltip font size"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
-
#: inc/core/data.php:
|
1286 |
msgid "Tooltip title"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: inc/core/data.php:
|
1290 |
msgid ""
|
1291 |
"Enter title for tooltip window. Leave this field empty to hide the title"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: inc/core/data.php:
|
1295 |
msgid "Tooltip text"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: inc/core/data.php:
|
1299 |
msgid "Tooltip content"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: inc/core/data.php:
|
1303 |
msgid "Enter tooltip content here"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
-
#: inc/core/data.php:
|
1307 |
msgid "Show and hide on mouse hover"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: inc/core/data.php:
|
1311 |
msgid "Show and hide by mouse click"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: inc/core/data.php:
|
1315 |
msgid "Always visible"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: inc/core/data.php:
|
1319 |
msgid "Behavior"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: inc/core/data.php:
|
1323 |
msgid "Select tooltip behavior"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: inc/core/data.php:
|
1327 |
msgid "Close button"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: inc/core/data.php:
|
1331 |
msgid "Show close button"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: inc/core/data.php:
|
1335 |
msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: inc/core/data.php:
|
1339 |
msgid "Tooltip window with custom content"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: inc/core/data.php:
|
1343 |
msgid "Private"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: inc/core/data.php:
|
1347 |
msgid "Private note text"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#: inc/core/data.php:
|
1351 |
msgid "Private note for post authors"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: inc/core/data.php:
|
1355 |
msgid "YouTube"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: inc/core/data.php:
|
1359 |
-
#: inc/core/data.php:
|
1360 |
msgid "Url"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: inc/core/data.php:
|
1364 |
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: inc/core/data.php:
|
1368 |
-
#: inc/core/data.php:
|
1369 |
-
#: inc/core/data.php:
|
1370 |
-
#: inc/core/data.php:
|
1371 |
msgid "Width"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: inc/core/data.php:
|
1375 |
-
#: inc/core/data.php:
|
1376 |
msgid "Player width"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: inc/core/data.php:
|
1380 |
-
#: inc/core/data.php:
|
1381 |
msgid "Player height"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: inc/core/data.php:
|
1385 |
-
#: inc/core/data.php:
|
1386 |
-
#: inc/core/data.php:
|
1387 |
msgid "Responsive"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: inc/core/data.php:
|
1391 |
-
#: inc/core/data.php:
|
1392 |
msgid "Ignore width and height parameters and make player responsive"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: inc/core/data.php:
|
1396 |
-
#: inc/core/data.php:
|
1397 |
-
#: inc/core/data.php:
|
1398 |
msgid "Autoplay"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: inc/core/data.php:
|
1402 |
msgid "Play video automatically when page is loaded"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: inc/core/data.php:
|
1406 |
msgid "YouTube video"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: inc/core/data.php:
|
1410 |
msgid "YouTube Advanced"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: inc/core/data.php:
|
1414 |
msgid "Playlist"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: inc/core/data.php:
|
1418 |
msgid ""
|
1419 |
"Value is a comma-separated list of video IDs to play. If you specify a "
|
1420 |
"value, the first video that plays will be the VIDEO_ID specified in the URL "
|
1421 |
"path, and the videos specified in the playlist parameter will play thereafter"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: inc/core/data.php:
|
1425 |
msgid "0 - Hide controls"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: inc/core/data.php:
|
1429 |
msgid "1 - Show controls"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: inc/core/data.php:
|
1433 |
msgid "2 - Show controls when playback is started"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: inc/core/data.php:
|
1437 |
msgid "Controls"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: inc/core/data.php:
|
1441 |
msgid "This parameter indicates whether the video player controls will display"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: inc/core/data.php:
|
1445 |
msgid "0 - Do not hide controls"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: inc/core/data.php:
|
1449 |
msgid "1 - Hide all controls on mouse out"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: inc/core/data.php:
|
1453 |
msgid "2 - Hide progress bar on mouse out"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: inc/core/data.php:
|
1457 |
msgid "Autohide"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: inc/core/data.php:
|
1461 |
msgid ""
|
1462 |
"This parameter indicates whether the video controls will automatically hide "
|
1463 |
"after a video begins playing"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: inc/core/data.php:
|
1467 |
msgid "Show title bar"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: inc/core/data.php:
|
1471 |
msgid ""
|
1472 |
"If you set the parameter value to NO, then the player will not display "
|
1473 |
"information like the video title and uploader before the video starts "
|
1474 |
"playing."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: inc/core/data.php:
|
1478 |
msgid "Loop"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: inc/core/data.php:
|
1482 |
msgid ""
|
1483 |
"Setting of YES will cause the player to play the initial video again and "
|
1484 |
"again"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
-
#: inc/core/data.php:
|
1488 |
msgid "Related videos"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: inc/core/data.php:
|
1492 |
msgid ""
|
1493 |
"This parameter indicates whether the player should show related videos when "
|
1494 |
"playback of the initial video ends"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: inc/core/data.php:
|
1498 |
msgid "Show full-screen button"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: inc/core/data.php:
|
1502 |
msgid ""
|
1503 |
"Setting this parameter to NO prevents the fullscreen button from displaying"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: inc/core/data.php:
|
1507 |
msgid ""
|
1508 |
"This parameter lets you use a YouTube player that does not show a YouTube "
|
1509 |
"logo. Set the parameter value to YES to prevent the YouTube logo from "
|
@@ -1512,124 +1535,124 @@ msgid ""
|
|
1512 |
"mouse pointer hovers over the player"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
-
#: inc/core/data.php:
|
1516 |
msgid "Dark theme"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: inc/core/data.php:
|
1520 |
msgid "Light theme"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: inc/core/data.php:
|
1524 |
msgid "Theme"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
-
#: inc/core/data.php:
|
1528 |
msgid ""
|
1529 |
"This parameter indicates whether the embedded player will display player "
|
1530 |
"controls (like a play button or volume control) within a dark or light "
|
1531 |
"control bar"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: inc/core/data.php:
|
1535 |
msgid "YouTube video player with advanced settings"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: inc/core/data.php:
|
1539 |
msgid "Vimeo"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: inc/core/data.php:
|
1543 |
msgid "Url of Vimeo page with video"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: inc/core/data.php:
|
1547 |
msgid "Vimeo video"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#: inc/core/data.php:
|
1551 |
msgid "Screenr"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: inc/core/data.php:
|
1555 |
msgid "Url of Screenr page with video"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: inc/core/data.php:
|
1559 |
msgid "Screenr video"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: inc/core/data.php:
|
1563 |
msgid "Audio"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: inc/core/data.php:
|
1567 |
msgid "File"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: inc/core/data.php:
|
1571 |
msgid "Audio file url. Supported formats: mp3, ogg"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: inc/core/data.php:
|
1575 |
msgid ""
|
1576 |
"Player width. You can specify width in percents and player will be "
|
1577 |
"responsive. Example values: <b%value>200px</b>, <b%value>100%</b>"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: inc/core/data.php:
|
1581 |
msgid "Play file automatically when page is loaded"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: inc/core/data.php:
|
1585 |
msgid "Repeat when playback is ended"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: inc/core/data.php:
|
1589 |
msgid "Custom audio player"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: inc/core/data.php:
|
1593 |
msgid "Video"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: inc/core/data.php:
|
1597 |
msgid "Url to mp4/flv video-file"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: inc/core/data.php:
|
1601 |
msgid "Poster"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: inc/core/data.php:
|
1605 |
msgid "Url to poster image, that will be shown before playback"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: inc/core/data.php:
|
1609 |
msgid "Player title"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: inc/core/data.php:
|
1613 |
msgid "Show player controls (play/pause etc.) or not"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: inc/core/data.php:
|
1617 |
msgid "Custom video player"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: inc/core/data.php:
|
1621 |
msgid "Table"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: inc/core/data.php:
|
1625 |
msgid "CSV file"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: inc/core/data.php:
|
1629 |
msgid "Upload CSV file if you want to create HTML-table from file"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: inc/core/data.php:
|
1633 |
msgid ""
|
1634 |
"<table>\n"
|
1635 |
"<tr>\n"
|
@@ -1643,422 +1666,429 @@ msgid ""
|
|
1643 |
"</table>"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: inc/core/data.php:
|
1647 |
msgid "Styled table from HTML or CSV file"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: inc/core/data.php:
|
1651 |
msgid "Permalink"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: inc/core/data.php:
|
1655 |
msgid "ID"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: inc/core/data.php:
|
1659 |
msgid "Post or page ID"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: inc/core/data.php:
|
1663 |
msgid "Link target. blank - link will be opened in new window/tab"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: inc/core/data.php:
|
1667 |
msgid "Permalink to specified post/page"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: inc/core/data.php:
|
1671 |
msgid "Members"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: inc/core/data.php:
|
1675 |
msgid "This content is for registered users only. Please %login%."
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: inc/core/data.php:
|
1679 |
msgid "Message"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: inc/core/data.php:
|
1683 |
msgid "Message for not logged users"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: inc/core/data.php:
|
1687 |
msgid "Box color"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: inc/core/data.php:
|
1691 |
msgid "This color will applied only to box for not logged users"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: inc/core/data.php:
|
1695 |
msgid "login"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: inc/core/data.php:
|
1699 |
msgid "Login link text"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: inc/core/data.php:
|
1703 |
msgid "Text for the login link"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: inc/core/data.php:
|
1707 |
msgid "Login link url"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
-
#: inc/core/data.php:
|
1711 |
msgid "Content for logged members"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: inc/core/data.php:
|
1715 |
msgid "Content for logged in members only"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: inc/core/data.php:
|
1719 |
msgid "Guests"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: inc/core/data.php:
|
1723 |
msgid "Content for guests"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: inc/core/data.php:
|
1727 |
msgid "Content for guests only"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
-
#: inc/core/data.php:
|
1731 |
msgid "RSS Feed"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: inc/core/data.php:
|
1735 |
msgid "Url to RSS-feed"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: inc/core/data.php:
|
|
|
1739 |
msgid "Limit"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: inc/core/data.php:
|
1743 |
msgid "Number of items to show"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: inc/core/data.php:
|
1747 |
msgid "Feed grabber"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: inc/core/data.php:
|
1751 |
msgid "Menu"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: inc/core/data.php:
|
1755 |
msgid "Menu name"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: inc/core/data.php:
|
1759 |
msgid "Custom menu name. Ex: Main menu"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: inc/core/data.php:
|
1763 |
msgid "Custom menu by name"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: inc/core/data.php:
|
1767 |
msgid "Sub pages"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: inc/core/data.php:
|
1771 |
msgid "Depth"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: inc/core/data.php:
|
1775 |
msgid "Max depth level of children pages"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: inc/core/data.php:
|
1779 |
msgid "Parent ID"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: inc/core/data.php:
|
1783 |
msgid "ID of the parent page. Leave blank to use current page"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: inc/core/data.php:
|
1787 |
msgid "List of sub pages"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: inc/core/data.php:
|
1791 |
msgid "Siblings"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: inc/core/data.php:
|
1795 |
msgid "Max depth level"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: inc/core/data.php:
|
1799 |
msgid "List of cureent page siblings"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#: inc/core/data.php:
|
1803 |
msgid "Document"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: inc/core/data.php:
|
1807 |
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: inc/core/data.php:
|
1811 |
msgid "Viewer width"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: inc/core/data.php:
|
1815 |
msgid "Viewer height"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: inc/core/data.php:
|
1819 |
msgid "Ignore width and height parameters and make viewer responsive"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: inc/core/data.php:
|
1823 |
msgid "Document viewer by Google"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: inc/core/data.php:
|
1827 |
msgid "Gmap"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: inc/core/data.php:
|
1831 |
msgid "Map width"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
-
#: inc/core/data.php:
|
1835 |
msgid "Map height"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: inc/core/data.php:
|
1839 |
msgid "Ignore width and height parameters and make map responsive"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: inc/core/data.php:
|
1843 |
msgid "Marker"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: inc/core/data.php:
|
1847 |
msgid "Address for the marker. You can type it in any language"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: inc/core/data.php:
|
1851 |
msgid "Maps by Google"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: inc/core/data.php:
|
1855 |
msgid "Slider"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: inc/core/data.php:
|
1859 |
msgid "Source"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: inc/core/data.php:
|
1863 |
msgid ""
|
1864 |
"Choose images source. You can use images from Media library or retrieve it "
|
1865 |
"from posts (thumbnails) posted under specified blog category. You can also "
|
1866 |
"pick any custom taxonomy"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: inc/core/data.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1870 |
msgid "Full-size image"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: inc/core/data.php:
|
1874 |
msgid "Attachment page"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: inc/core/data.php:
|
1878 |
msgid "Post permalink"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: inc/core/data.php:
|
1882 |
msgid "Links"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: inc/core/data.php:
|
1886 |
msgid "Select which links will be used for images in this gallery"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: inc/core/data.php:
|
1890 |
msgid "Same window"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: inc/core/data.php:
|
1894 |
msgid "New window"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: inc/core/data.php:
|
1898 |
msgid "Links target"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: inc/core/data.php:
|
1902 |
msgid "Open links in"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: inc/core/data.php:
|
1906 |
msgid "Slider width (in pixels)"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: inc/core/data.php:
|
1910 |
msgid "Slider height (in pixels)"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: inc/core/data.php:
|
1914 |
msgid "Ignore width and height parameters and make slider responsive"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: inc/core/data.php:
|
1918 |
msgid "Show titles"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: inc/core/data.php:
|
1922 |
msgid "Display slide titles"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: inc/core/data.php:
|
1926 |
msgid "Is slider centered on the page"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: inc/core/data.php:
|
1930 |
msgid "Arrows"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
-
#: inc/core/data.php:
|
1934 |
msgid "Show left and right arrows"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
-
#: inc/core/data.php:
|
1938 |
msgid "Pagination"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: inc/core/data.php:
|
1942 |
msgid "Show pagination"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
-
#: inc/core/data.php:
|
1946 |
msgid "Mouse wheel control"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
-
#: inc/core/data.php:
|
1950 |
msgid "Allow to change slides with mouse wheel"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
-
#: inc/core/data.php:
|
1954 |
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
-
#: inc/core/data.php:
|
1958 |
msgid "Speed"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#: inc/core/data.php:
|
1962 |
msgid "Specify animation speed"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: inc/core/data.php:
|
1966 |
msgid "Customizable image slider"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: inc/core/data.php:
|
1970 |
msgid "Carousel"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
-
#: inc/core/data.php:
|
1974 |
msgid "Original image"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: inc/core/data.php:
|
1978 |
msgid "Carousel width (in pixels)"
|
1979 |
msgstr ""
|
1980 |
|
1981 |
-
#: inc/core/data.php:
|
1982 |
msgid "Carousel height (in pixels)"
|
1983 |
msgstr ""
|
1984 |
|
1985 |
-
#: inc/core/data.php:
|
1986 |
msgid "Ignore width and height parameters and make carousel responsive"
|
1987 |
msgstr ""
|
1988 |
|
1989 |
-
#: inc/core/data.php:
|
1990 |
msgid "Items to show"
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: inc/core/data.php:
|
1994 |
msgid "How much carousel items is visible"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: inc/core/data.php:
|
1998 |
msgid "Scroll number"
|
1999 |
msgstr ""
|
2000 |
|
2001 |
-
#: inc/core/data.php:
|
2002 |
msgid "How much items are scrolled in one transition"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
-
#: inc/core/data.php:
|
2006 |
msgid "Display titles for each item"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
-
#: inc/core/data.php:
|
2010 |
msgid "Is carousel centered on the page"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
-
#: inc/core/data.php:
|
2014 |
msgid "Allow to rotate carousel with mouse wheel"
|
2015 |
msgstr ""
|
2016 |
|
2017 |
-
#: inc/core/data.php:
|
2018 |
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
2019 |
msgstr ""
|
2020 |
|
2021 |
-
#: inc/core/data.php:
|
2022 |
msgid "Customizable image carousel"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
-
#: inc/core/data.php:
|
2026 |
msgid "Single item width (in pixels)"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: inc/core/data.php:
|
2030 |
msgid "Single item height (in pixels)"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: inc/core/data.php:
|
2034 |
msgid "Never"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
-
#: inc/core/data.php:
|
2038 |
msgid "On mouse over"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
-
#: inc/core/data.php:
|
2042 |
msgid "Always"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: inc/core/data.php:
|
2046 |
msgid "Title display mode"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#: inc/core/data.php:
|
2050 |
msgid "Customizable image gallery"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: inc/core/data.php:
|
2054 |
msgid "Posts"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: inc/core/data.php:
|
2058 |
msgid "Template"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: inc/core/data.php:
|
2062 |
msgid ""
|
2063 |
"<b>Do not change this field value if you do not understand description below."
|
2064 |
"</b><br/>Relative path to the template file. Default templates is placed "
|
@@ -2071,475 +2101,663 @@ msgid ""
|
|
2071 |
"%value>templates/list-loop.php</b> - unordered list with posts titles"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
-
#: inc/core/data.php:
|
2075 |
msgid "Post ID's"
|
2076 |
msgstr ""
|
2077 |
|
2078 |
-
#: inc/core/data.php:
|
2079 |
msgid "Enter comma separated ID's of the posts that you want to show"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: inc/core/data.php:
|
2083 |
msgid "Posts per page"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: inc/core/data.php:
|
2087 |
msgid ""
|
2088 |
"Specify number of posts that you want to show. Enter -1 to get all posts"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
-
#: inc/core/data.php:
|
2092 |
msgid "Post types"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
-
#: inc/core/data.php:
|
2096 |
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
-
#: inc/core/data.php:
|
2100 |
msgid "Taxonomy"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
-
#: inc/core/data.php:
|
2104 |
msgid "Select taxonomy to show posts from"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: inc/core/data.php:
|
2108 |
msgid "Terms"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
-
#: inc/core/data.php:
|
2112 |
msgid "Select terms to show posts from"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: inc/core/data.php:
|
2116 |
msgid "Taxonomy term operator"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: inc/core/data.php:
|
2120 |
msgid ""
|
2121 |
"IN - posts that have any of selected categories terms<br/>NOT IN - posts "
|
2122 |
"that is does not have any of selected terms<br/>AND - posts that have all "
|
2123 |
"selected terms"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
-
#: inc/core/data.php:
|
2127 |
msgid "Authors"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
-
#: inc/core/data.php:
|
2131 |
msgid "Choose the authors whose posts you want to show"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
-
#: inc/core/data.php:
|
2135 |
msgid "Meta key"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
-
#: inc/core/data.php:
|
2139 |
msgid "Enter meta key name to show posts that have this key"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
-
#: inc/core/data.php:
|
2143 |
msgid "Offset"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: inc/core/data.php:
|
2147 |
msgid "Specify offset to start posts loop not from first post"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: inc/core/data.php:
|
2151 |
msgid "Descending"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: inc/core/data.php:
|
2155 |
msgid "Ascending"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#: inc/core/data.php:
|
2159 |
msgid "Order"
|
2160 |
msgstr ""
|
2161 |
|
2162 |
-
#: inc/core/data.php:
|
2163 |
msgid "Posts order"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
-
#: inc/core/data.php:
|
|
|
2167 |
msgid "Post ID"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
-
#: inc/core/data.php:
|
2171 |
msgid "Post author"
|
2172 |
msgstr ""
|
2173 |
|
2174 |
-
#: inc/core/data.php:
|
2175 |
msgid "Post title"
|
2176 |
msgstr ""
|
2177 |
|
2178 |
-
#: inc/core/data.php:
|
2179 |
msgid "Post slug"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
-
#: inc/core/data.php:
|
2183 |
msgid "Date"
|
2184 |
msgstr ""
|
2185 |
|
2186 |
-
#: inc/core/data.php:
|
2187 |
msgid "Last modified date"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
-
#: inc/core/data.php:
|
2191 |
msgid "Post parent"
|
2192 |
msgstr ""
|
2193 |
|
2194 |
-
#: inc/core/data.php:
|
2195 |
msgid "Random"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
-
#: inc/core/data.php:
|
2199 |
msgid "Comments number"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
-
#: inc/core/data.php:
|
2203 |
msgid "Menu order"
|
2204 |
msgstr ""
|
2205 |
|
2206 |
-
#: inc/core/data.php:
|
2207 |
msgid "Meta key values"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: inc/core/data.php:
|
2211 |
msgid "Order by"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: inc/core/data.php:
|
2215 |
msgid "Order posts by"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: inc/core/data.php:
|
2219 |
msgid "Show childrens of entered post (enter post ID)"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
-
#: inc/core/data.php:
|
2223 |
msgid "Published"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#: inc/core/data.php:
|
2227 |
msgid "Pending"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: inc/core/data.php:
|
2231 |
msgid "Draft"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: inc/core/data.php:
|
2235 |
msgid "Auto-draft"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: inc/core/data.php:
|
2239 |
msgid "Future post"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: inc/core/data.php:
|
2243 |
msgid "Private post"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: inc/core/data.php:
|
2247 |
msgid "Inherit"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: inc/core/data.php:
|
2251 |
msgid "Trashed"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: inc/core/data.php:
|
2255 |
msgid "Any"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: inc/core/data.php:
|
2259 |
msgid "Post status"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: inc/core/data.php:
|
2263 |
msgid "Show only posts with selected status"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: inc/core/data.php:
|
2267 |
msgid "Ignore sticky"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: inc/core/data.php:
|
2271 |
msgid "Select Yes to ignore posts that is sticked"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: inc/core/data.php:
|
2275 |
msgid "Custom posts query with customizable template"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: inc/core/data.php:
|
2279 |
msgid "Dummy text"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: inc/core/data.php:
|
2283 |
msgid "Paragraphs"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: inc/core/data.php:
|
2287 |
msgid "Words"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#: inc/core/data.php:
|
2291 |
msgid "Bytes"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: inc/core/data.php:
|
2295 |
msgid "What"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: inc/core/data.php:
|
2299 |
msgid "What to generate"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
-
#: inc/core/data.php:
|
2303 |
msgid "Amount"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: inc/core/data.php:
|
2307 |
msgid ""
|
2308 |
"How many items (paragraphs or words) to generate. Minimum words amount is 5"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
-
#: inc/core/data.php:
|
2312 |
msgid "Cache"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
-
#: inc/core/data.php:
|
2316 |
msgid ""
|
2317 |
"Generated text will be cached. Be careful with this option. If you disable "
|
2318 |
"it and insert many dummy_text shortcodes the page load time will be highly "
|
2319 |
"increased"
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#: inc/core/data.php:
|
2323 |
msgid "Text placeholder"
|
2324 |
msgstr ""
|
2325 |
|
2326 |
-
#: inc/core/data.php:
|
2327 |
msgid "Dummy image"
|
2328 |
msgstr ""
|
2329 |
|
2330 |
-
#: inc/core/data.php:
|
2331 |
msgid "Image width"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
-
#: inc/core/data.php:
|
2335 |
msgid "Image height"
|
2336 |
msgstr ""
|
2337 |
|
2338 |
-
#: inc/core/data.php:
|
2339 |
msgid "Abstract"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
-
#: inc/core/data.php:
|
2343 |
msgid "Animals"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
-
#: inc/core/data.php:
|
2347 |
msgid "Business"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: inc/core/data.php:
|
2351 |
msgid "Cats"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: inc/core/data.php:
|
2355 |
msgid "City"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
-
#: inc/core/data.php:
|
2359 |
msgid "Food"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
-
#: inc/core/data.php:
|
2363 |
msgid "Night life"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: inc/core/data.php:
|
2367 |
msgid "Fashion"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: inc/core/data.php:
|
2371 |
msgid "People"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
-
#: inc/core/data.php:
|
2375 |
msgid "Nature"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: inc/core/data.php:
|
2379 |
msgid "Sports"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
-
#: inc/core/data.php:
|
2383 |
msgid "Technics"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
-
#: inc/core/data.php:
|
2387 |
msgid "Transport"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
-
#: inc/core/data.php:
|
2391 |
msgid "Select the theme for this image"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: inc/core/data.php:
|
2395 |
msgid "Image placeholder with random image"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
-
#: inc/core/data.php:
|
2399 |
msgid "Animation"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
-
#: inc/core/data.php:
|
2403 |
msgid "Select animation type"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
-
#: inc/core/data.php:
|
2407 |
msgid "Duration"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
-
#: inc/core/data.php:
|
2411 |
msgid "Animation duration (seconds)"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
-
#: inc/core/data.php:
|
2415 |
msgid "Delay"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
-
#: inc/core/data.php:
|
2419 |
msgid "Animation delay (seconds)"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
-
#: inc/core/data.php:
|
2423 |
msgid "Inline"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
-
#: inc/core/data.php:
|
2427 |
msgid ""
|
2428 |
"This parameter determines what HTML tag will be used for animation wrapper. "
|
2429 |
"Turn this option to YES and animated element will be wrapped in SPAN instead "
|
2430 |
"of DIV. Useful for inline animations, like buttons"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
-
#: inc/core/data.php:
|
2434 |
msgid "Animated content"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
-
#: inc/core/data.php:
|
2438 |
msgid "Wrapper for animation. Any nested element will be animated"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: inc/core/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2442 |
msgid "Yes"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
-
#: inc/core/generator-views.php:
|
2446 |
msgid "No"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
-
#: inc/core/generator-views.php:
|
2450 |
#: inc/vendor/sunrise.php:440
|
2451 |
msgid "Media manager"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#: inc/core/generator-views.php:
|
2455 |
msgid "Icon picker"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
-
#: inc/core/generator-views.php:
|
2459 |
msgid "Filter icons"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
-
#: inc/core/generator-views.php:
|
2463 |
msgid "Please wait"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: inc/core/generator-views.php:
|
2467 |
msgid "Untitled gallery"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: inc/core/generator-views.php:
|
2471 |
msgid "Galleries not found"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: inc/core/generator-views.php:
|
2475 |
msgid "Manage galleries"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
-
#: inc/core/generator-views.php:
|
2479 |
msgid "Reload galleries"
|
2480 |
msgstr ""
|
2481 |
|
2482 |
-
#: inc/core/generator-views.php:
|
2483 |
msgid "Horizontal offset"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
#: inc/core/generator-views.php:
|
2487 |
msgid "Vertical offset"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
#: inc/core/generator-views.php:
|
2491 |
msgid "Blur"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
-
#: inc/core/generator-views.php:
|
2495 |
msgid "Border width"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
-
#: inc/core/generator-views.php:
|
2499 |
msgid "Border style"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
-
#: inc/core/generator-views.php:
|
2503 |
msgid "Border color"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: inc/core/generator-views.php:
|
2507 |
msgid "Media library"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: inc/core/generator-views.php:
|
2511 |
msgid "Recent posts"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: inc/core/generator-views.php:
|
2515 |
msgid "Category"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#: inc/core/generator-views.php:
|
2519 |
msgid "Select images source"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
-
#: inc/core/generator-views.php:
|
2523 |
msgid "Select taxonomy"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: inc/core/generator-views.php:
|
2527 |
msgid "Add images"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: inc/core/generator-views.php:
|
2531 |
msgid ""
|
2532 |
"Click the button above and select images.<br>You can select multimple images "
|
2533 |
"with Ctrl (Cmd) key"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#: inc/core/generator-views.php:
|
2537 |
msgid ""
|
2538 |
"Select categories to retrieve posts from.<br>You can select multiple "
|
2539 |
"categories with Ctrl (Cmd) key"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: inc/core/generator-views.php:
|
2543 |
msgid ""
|
2544 |
"Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
|
2545 |
"(Cmd) key"
|
@@ -2598,19 +2816,19 @@ msgstr ""
|
|
2598 |
msgid "Preview"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: inc/core/generator.php:
|
2602 |
msgid "Access denied"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: inc/core/generator.php:
|
2606 |
msgid "Presets"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: inc/core/generator.php:
|
2610 |
msgid "Save current settings as preset"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: inc/core/generator.php:
|
2614 |
msgid "Presets not found"
|
2615 |
msgstr ""
|
2616 |
|
@@ -2698,7 +2916,7 @@ msgstr ""
|
|
2698 |
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: inc/core/load.php:
|
2702 |
msgid "Where to start?"
|
2703 |
msgstr ""
|
2704 |
|
@@ -2746,20 +2964,40 @@ msgstr ""
|
|
2746 |
msgid "This menu doesn't exists, or has no elements"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
-
#: inc/core/shortcodes.php:
|
2750 |
-
#: inc/core/shortcodes.php:
|
2751 |
msgid "images not found"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#: inc/core/shortcodes.php:
|
2755 |
msgid "template not found"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: inc/core/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2759 |
msgid "Example code does not found, please check it later"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: inc/core/tools.php:
|
2763 |
msgid "Get the code"
|
2764 |
msgstr ""
|
2765 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Shortcodes Ultimate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-29 06:17+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-29 06:17+0300\n"
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
23 |
msgid "A real swiss army knife for WordPress"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: inc/core/admin-views.php:11 inc/core/load.php:228
|
27 |
msgid "Project homepage"
|
28 |
msgstr ""
|
29 |
|
31 |
msgid "Documentation"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: inc/core/admin-views.php:13 inc/core/load.php:229
|
35 |
msgid "Support forum"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: inc/core/admin-views.php:14 inc/core/load.php:230
|
39 |
msgid "Changelog"
|
40 |
msgstr ""
|
41 |
|
128 |
msgstr ""
|
129 |
|
130 |
#: inc/core/admin-views.php:114
|
131 |
+
msgid "New Shortcodes"
|
132 |
msgstr ""
|
133 |
|
134 |
#: inc/core/admin-views.php:115
|
135 |
msgid ""
|
136 |
+
"Parallax sections, responsive content slider, pricing tables, vector icons, "
|
137 |
+
"testimonials, progress bars and even more"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: inc/core/admin-views.php:120
|
141 |
+
msgid "Maker"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: inc/core/admin-views.php:121
|
145 |
+
msgid ""
|
146 |
"This add-on allows you to create custom shortcodes. You can easily create "
|
147 |
"any shortcode with different parameters or even override default shortcodes"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: inc/core/admin-views.php:126
|
151 |
msgid "Skins"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: inc/core/admin-views.php:127
|
155 |
msgid ""
|
156 |
+
"Set of additional skins for Shortcodes Ultimate. It includes skins for "
|
157 |
"accordeons/spoilers, tabs and some other shortcodes"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/core/admin-views.php:133
|
161 |
msgid "Shortcodes Ultimate Add-ons"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/core/admin-views.php:136 inc/core/admin-views.php:143
|
165 |
msgid "Learn more"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/core/admin-views.php:140
|
169 |
msgid "Other WordPress Plugins"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/core/assets.php:76
|
173 |
msgid "Choose files"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/core/assets.php:77
|
177 |
msgid "Add selected files"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/core/assets.php:78
|
181 |
msgid "This button is not clickable"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/core/assets.php:84 inc/vendor/sunrise.php:178
|
185 |
msgid "Choose file"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/core/assets.php:85
|
189 |
msgid "Insert"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/core/assets.php:86
|
193 |
msgid "Select images"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/core/assets.php:87
|
197 |
msgid "Add selected images"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/core/assets.php:88
|
201 |
msgid "Please enter a name for new preset"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/core/assets.php:89
|
205 |
msgid "New preset"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/core/assets.php:90
|
209 |
+
msgid "Last used settings"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: inc/core/assets.php:103
|
213 |
msgid ""
|
214 |
"This shortcode doesn't work in live preview. Please insert it into editor "
|
215 |
"and preview on the site."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/core/counters.php:29
|
219 |
+
msgid "1 new add-on for Shortcodes Ultimate"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
#: inc/core/data.php:17
|
223 |
msgid "All"
|
224 |
msgstr ""
|
227 |
msgid "Content"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: inc/core/data.php:19 inc/core/data.php:808
|
231 |
msgid "Box"
|
232 |
msgstr ""
|
233 |
|
235 |
msgid "Media"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: inc/core/data.php:21 inc/core/data.php:1963
|
239 |
msgid "Gallery"
|
240 |
msgstr ""
|
241 |
|
242 |
#: inc/core/data.php:22
|
243 |
+
msgid "Data"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: inc/core/data.php:23
|
247 |
msgid "Other"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/core/data.php:29 inc/core/data.php:1732 inc/core/data.php:1849
|
251 |
+
#: inc/core/data.php:1985 inc/core/data.php:2127
|
252 |
msgid "None"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: inc/core/data.php:30
|
256 |
msgid "Solid"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: inc/core/data.php:31
|
260 |
msgid "Dotted"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: inc/core/data.php:32
|
264 |
msgid "Dashed"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: inc/core/data.php:33
|
268 |
msgid "Double"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: inc/core/data.php:34
|
272 |
msgid "Groove"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: inc/core/data.php:35
|
276 |
msgid "Ridge"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/core/data.php:53
|
280 |
msgid "Basic examples"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: inc/core/data.php:56
|
284 |
msgid "Accordions, spoilers, different styles, anchors"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: inc/core/data.php:62
|
288 |
msgid "Tabs, vertical tabs, tab anchors"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/core/data.php:68
|
292 |
msgid "Column layouts"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: inc/core/data.php:74
|
296 |
msgid ""
|
297 |
"Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: inc/core/data.php:80
|
301 |
msgid "Unlimited buttons"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: inc/core/data.php:86
|
305 |
msgid "Animations"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: inc/core/data.php:94
|
309 |
msgid "Advanced examples"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: inc/core/data.php:97
|
313 |
msgid "Interacting with posts shortcode"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: inc/core/data.php:103
|
317 |
msgid "Nested shortcodes, shortcodes inside of attributes"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: inc/core/data.php:120
|
321 |
msgid "Heading"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: inc/core/data.php:127 inc/core/data.php:181 inc/core/data.php:263
|
325 |
+
#: inc/core/data.php:411 inc/core/data.php:441 inc/core/data.php:502
|
326 |
+
#: inc/core/data.php:667 inc/core/data.php:820 inc/core/data.php:984
|
327 |
+
#: inc/core/data.php:2329 inc/core/data.php:2381 inc/core/data.php:2444
|
328 |
msgid "Default"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: inc/core/data.php:130 inc/core/data.php:184 inc/core/data.php:268
|
332 |
+
#: inc/core/data.php:444 inc/core/data.php:508 inc/core/data.php:677
|
333 |
+
#: inc/core/data.php:827 inc/core/data.php:954
|
334 |
msgid "Style"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: inc/core/data.php:131
|
338 |
msgid "Choose style for this heading"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: inc/core/data.php:131 inc/core/data.php:185 inc/core/data.php:269
|
342 |
+
#: inc/core/data.php:445
|
343 |
msgid "Install additional styles"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: inc/core/data.php:139 inc/core/data.php:516 inc/core/data.php:595
|
347 |
+
#: inc/core/data.php:698
|
348 |
msgid "Size"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/core/data.php:140
|
352 |
msgid "Select heading size (pixels)"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: inc/core/data.php:145 inc/core/data.php:477 inc/core/data.php:538
|
356 |
+
#: inc/core/data.php:962
|
357 |
msgid "Left"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: inc/core/data.php:146 inc/core/data.php:539 inc/core/data.php:1781
|
361 |
+
#: inc/core/data.php:1917
|
362 |
msgid "Center"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: inc/core/data.php:147 inc/core/data.php:478 inc/core/data.php:540
|
366 |
+
#: inc/core/data.php:963
|
367 |
msgid "Right"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: inc/core/data.php:150 inc/core/data.php:481 inc/core/data.php:543
|
371 |
msgid "Align"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: inc/core/data.php:151
|
375 |
msgid "Heading text alignment"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: inc/core/data.php:159
|
379 |
msgid "Margin"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/core/data.php:160
|
383 |
msgid "Bottom margin (pixels)"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: inc/core/data.php:164 inc/core/data.php:204 inc/core/data.php:236
|
387 |
+
#: inc/core/data.php:299 inc/core/data.php:315 inc/core/data.php:342
|
388 |
+
#: inc/core/data.php:366 inc/core/data.php:394 inc/core/data.php:424
|
389 |
+
#: inc/core/data.php:460 inc/core/data.php:485 inc/core/data.php:521
|
390 |
+
#: inc/core/data.php:548 inc/core/data.php:564 inc/core/data.php:606
|
391 |
+
#: inc/core/data.php:634 inc/core/data.php:755 inc/core/data.php:798
|
392 |
+
#: inc/core/data.php:854 inc/core/data.php:891 inc/core/data.php:923
|
393 |
+
#: inc/core/data.php:1025 inc/core/data.php:1041 inc/core/data.php:1093
|
394 |
+
#: inc/core/data.php:1211 inc/core/data.php:1261 inc/core/data.php:1304
|
395 |
+
#: inc/core/data.php:1343 inc/core/data.php:1412 inc/core/data.php:1433
|
396 |
+
#: inc/core/data.php:1464 inc/core/data.php:1497 inc/core/data.php:1513
|
397 |
+
#: inc/core/data.php:1543 inc/core/data.php:1563 inc/core/data.php:1590
|
398 |
+
#: inc/core/data.php:1611 inc/core/data.php:1656 inc/core/data.php:1701
|
399 |
+
#: inc/core/data.php:1818 inc/core/data.php:1954 inc/core/data.php:2033
|
400 |
+
#: inc/core/data.php:2207 inc/core/data.php:2262 inc/core/data.php:2308
|
401 |
msgid "Class"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: inc/core/data.php:165 inc/core/data.php:205 inc/core/data.php:237
|
405 |
+
#: inc/core/data.php:300 inc/core/data.php:316 inc/core/data.php:343
|
406 |
+
#: inc/core/data.php:367 inc/core/data.php:395 inc/core/data.php:425
|
407 |
+
#: inc/core/data.php:461 inc/core/data.php:486 inc/core/data.php:522
|
408 |
+
#: inc/core/data.php:549 inc/core/data.php:565 inc/core/data.php:607
|
409 |
+
#: inc/core/data.php:635 inc/core/data.php:756 inc/core/data.php:799
|
410 |
+
#: inc/core/data.php:855 inc/core/data.php:892 inc/core/data.php:924
|
411 |
+
#: inc/core/data.php:1026 inc/core/data.php:1042 inc/core/data.php:1094
|
412 |
+
#: inc/core/data.php:1212 inc/core/data.php:1262 inc/core/data.php:1305
|
413 |
+
#: inc/core/data.php:1344 inc/core/data.php:1413 inc/core/data.php:1434
|
414 |
+
#: inc/core/data.php:1465 inc/core/data.php:1498 inc/core/data.php:1514
|
415 |
+
#: inc/core/data.php:1544 inc/core/data.php:1564 inc/core/data.php:1591
|
416 |
+
#: inc/core/data.php:1612 inc/core/data.php:1657 inc/core/data.php:1702
|
417 |
+
#: inc/core/data.php:1819 inc/core/data.php:1955 inc/core/data.php:2034
|
418 |
+
#: inc/core/data.php:2208 inc/core/data.php:2263 inc/core/data.php:2309
|
419 |
msgid "Extra CSS class"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: inc/core/data.php:168
|
423 |
msgid "Heading text"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: inc/core/data.php:169
|
427 |
msgid "Styled heading"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: inc/core/data.php:174
|
431 |
msgid "Tabs"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: inc/core/data.php:185
|
435 |
msgid "Choose style for this tabs"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: inc/core/data.php:193
|
439 |
msgid "Active tab"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: inc/core/data.php:194
|
443 |
msgid "Select which tab is open by default"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: inc/core/data.php:199
|
447 |
msgid "Vertical"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: inc/core/data.php:200
|
451 |
msgid "Show tabs vertically"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: inc/core/data.php:208
|
455 |
msgid ""
|
456 |
"[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
|
457 |
"[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
|
458 |
"[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: inc/core/data.php:209
|
462 |
msgid "Tabs container"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: inc/core/data.php:214
|
466 |
msgid "Tab"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: inc/core/data.php:219
|
470 |
msgid "Tab name"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: inc/core/data.php:220 inc/core/data.php:252 inc/core/data.php:772
|
474 |
+
#: inc/core/data.php:815 inc/core/data.php:1371
|
475 |
msgid "Title"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: inc/core/data.php:221
|
479 |
msgid "Enter tab name"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: inc/core/data.php:226
|
483 |
msgid "Disabled"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: inc/core/data.php:227
|
487 |
msgid "Is this tab disabled"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: inc/core/data.php:231 inc/core/data.php:294
|
491 |
msgid "Anchor"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: inc/core/data.php:232
|
495 |
msgid ""
|
496 |
"You can use unique anchor for this tab to access it with hash in page url. "
|
497 |
"For example: type here <b%value>Hello</b> and then use url like http://"
|
498 |
"example.com/page-url#Hello. This tab will be activated and scrolled in"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: inc/core/data.php:240
|
502 |
msgid "Tab content"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: inc/core/data.php:241
|
506 |
msgid "Single tab"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: inc/core/data.php:246
|
510 |
msgid "Spoiler"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: inc/core/data.php:251 inc/core/shortcodes.php:72
|
514 |
msgid "Spoiler title"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: inc/core/data.php:252
|
518 |
msgid "Text in spoiler title"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: inc/core/data.php:257
|
522 |
msgid "Open"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: inc/core/data.php:258
|
526 |
msgid "Is spoiler content visible by default"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: inc/core/data.php:264
|
530 |
msgid "Fancy"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: inc/core/data.php:265 inc/core/data.php:505
|
534 |
msgid "Simple"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: inc/core/data.php:269
|
538 |
msgid "Choose style for this spoiler"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: inc/core/data.php:274
|
542 |
msgid "Plus"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: inc/core/data.php:275
|
546 |
msgid "Plus circle"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: inc/core/data.php:276
|
550 |
msgid "Plus square 1"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: inc/core/data.php:277
|
554 |
msgid "Plus square 2"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: inc/core/data.php:278
|
558 |
msgid "Arrow"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: inc/core/data.php:279
|
562 |
msgid "Arrow circle 1"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: inc/core/data.php:280
|
566 |
msgid "Arrow circle 2"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: inc/core/data.php:281
|
570 |
msgid "Chevron"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: inc/core/data.php:282
|
574 |
msgid "Chevron circle"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/core/data.php:283
|
578 |
msgid "Caret"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: inc/core/data.php:284
|
582 |
msgid "Caret square"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/core/data.php:285
|
586 |
msgid "Folder 1"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: inc/core/data.php:286
|
590 |
msgid "Folder 2"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: inc/core/data.php:289 inc/core/data.php:623 inc/core/data.php:728
|
594 |
+
#: inc/core/data.php:778
|
595 |
msgid "Icon"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: inc/core/data.php:290
|
599 |
msgid "Icons for spoiler"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: inc/core/data.php:295
|
603 |
msgid ""
|
604 |
"You can use unique anchor for this spoiler to access it with hash in page "
|
605 |
"url. For example: type here <b%value>Hello</b> and then use url like http://"
|
606 |
"example.com/page-url#Hello. This spoiler will be open and scrolled in"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: inc/core/data.php:303
|
610 |
msgid "Hidden content"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: inc/core/data.php:304
|
614 |
msgid "Spoiler with hidden content"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: inc/core/data.php:309
|
618 |
msgid "Accordion"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: inc/core/data.php:319
|
622 |
msgid ""
|
623 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
624 |
"[%prefix_spoiler]Content[/%prefix_spoiler]\n"
|
625 |
"[%prefix_spoiler]Content[/%prefix_spoiler]"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: inc/core/data.php:320
|
629 |
msgid "Accordion with spoilers"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: inc/core/data.php:325
|
633 |
msgid "Divider"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: inc/core/data.php:332
|
637 |
msgid "Show TOP link"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: inc/core/data.php:333
|
641 |
msgid "Show link to top of the page or not"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: inc/core/data.php:337 inc/core/shortcodes.php:99
|
645 |
msgid "Go to top"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: inc/core/data.php:338
|
649 |
msgid "Link text"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: inc/core/data.php:338
|
653 |
msgid "Text for the GO TOP link"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: inc/core/data.php:346
|
657 |
msgid "Content divider with optional TOP link"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: inc/core/data.php:351
|
661 |
msgid "Spacer"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: inc/core/data.php:361 inc/core/data.php:1076 inc/core/data.php:1132
|
665 |
+
#: inc/core/data.php:1244 inc/core/data.php:1293 inc/core/data.php:1389
|
666 |
+
#: inc/core/data.php:1645 inc/core/data.php:1684 inc/core/data.php:1765
|
667 |
+
#: inc/core/data.php:1883 inc/core/data.php:2018 inc/core/data.php:2235
|
668 |
msgid "Height"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: inc/core/data.php:362
|
672 |
msgid "Height of the spacer in pixels"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: inc/core/data.php:370
|
676 |
msgid "Empty space with adjustable height"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: inc/core/data.php:375
|
680 |
msgid "Highlight"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: inc/core/data.php:383 inc/core/data.php:683 inc/core/data.php:872
|
684 |
msgid "Background"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: inc/core/data.php:384
|
688 |
msgid "Highlighted text background color"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: inc/core/data.php:390 inc/core/data.php:689 inc/core/data.php:878
|
692 |
msgid "Text color"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: inc/core/data.php:390
|
696 |
msgid "Highlighted text color"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: inc/core/data.php:398 inc/core/data.php:399
|
700 |
msgid "Highlighted text"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: inc/core/data.php:404 inc/core/data.php:428 inc/vendor/sunrise.php:409
|
704 |
msgid "Label"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: inc/core/data.php:412
|
708 |
msgid "Success"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: inc/core/data.php:413
|
712 |
msgid "Warning"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: inc/core/data.php:414
|
716 |
msgid "Important"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: inc/core/data.php:415
|
720 |
msgid "Black"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: inc/core/data.php:416
|
724 |
msgid "Info"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: inc/core/data.php:419
|
728 |
msgid "Type"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: inc/core/data.php:420
|
732 |
msgid "Style of the label"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: inc/core/data.php:429
|
736 |
msgid "Styled label"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: inc/core/data.php:434 inc/core/data.php:464
|
740 |
msgid "Quote"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: inc/core/data.php:445
|
744 |
msgid "Choose style for this quote"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: inc/core/data.php:449
|
748 |
msgid "Cite"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: inc/core/data.php:450
|
752 |
msgid "Quote author name"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: inc/core/data.php:455
|
756 |
msgid "Cite url"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: inc/core/data.php:456
|
760 |
msgid "Url of the quote author. Leave empty to disable link"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: inc/core/data.php:465
|
764 |
msgid "Blockquote alternative"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: inc/core/data.php:470 inc/core/data.php:489 inc/core/data.php:490
|
768 |
msgid "Pullquote"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: inc/core/data.php:481
|
772 |
msgid "Pullquote alignment (float)"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: inc/core/data.php:495 inc/core/data.php:526
|
776 |
msgid "Dropcap"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: inc/core/data.php:503 inc/core/data.php:668
|
780 |
msgid "Flat"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: inc/core/data.php:504
|
784 |
msgid "Light"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: inc/core/data.php:508
|
788 |
msgid "Dropcap style preset"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: inc/core/data.php:517
|
792 |
msgid "Choose dropcap size"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: inc/core/data.php:525
|
796 |
msgid "D"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: inc/core/data.php:531
|
800 |
msgid "Frame"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: inc/core/data.php:544
|
804 |
msgid "Frame alignment"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: inc/core/data.php:553
|
808 |
msgid "Styled image frame"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: inc/core/data.php:558
|
812 |
msgid "Row"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: inc/core/data.php:568
|
816 |
msgid ""
|
817 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
818 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
|
819 |
"[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: inc/core/data.php:569
|
823 |
msgid "Row for flexible columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: inc/core/data.php:574
|
827 |
msgid "Column"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: inc/core/data.php:581
|
831 |
msgid "Full width"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: inc/core/data.php:582
|
835 |
msgid "One half"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: inc/core/data.php:583
|
839 |
msgid "One third"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: inc/core/data.php:584
|
843 |
msgid "Two third"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: inc/core/data.php:585
|
847 |
msgid "One fourth"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: inc/core/data.php:586
|
851 |
msgid "Three fourth"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: inc/core/data.php:587
|
855 |
msgid "One fifth"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: inc/core/data.php:588
|
859 |
msgid "Two fifth"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: inc/core/data.php:589
|
863 |
msgid "Three fifth"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: inc/core/data.php:590
|
867 |
msgid "Four fifth"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: inc/core/data.php:591
|
871 |
msgid "One sixth"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: inc/core/data.php:592
|
875 |
msgid "Five sixth"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: inc/core/data.php:596
|
879 |
msgid "Select column width. This width will be calculated depend page width"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: inc/core/data.php:601 inc/core/data.php:709
|
883 |
msgid "Centered"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: inc/core/data.php:602
|
887 |
msgid "Is this column centered on the page"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: inc/core/data.php:610
|
891 |
msgid "Column content"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: inc/core/data.php:611
|
895 |
msgid "Flexible and responsive columns"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: inc/core/data.php:616
|
899 |
msgid "List"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: inc/core/data.php:624
|
903 |
msgid "You can upload custom icon for this list or pick a built-in icon"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: inc/core/data.php:629 inc/core/data.php:734 inc/core/data.php:784
|
907 |
msgid "Icon color"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: inc/core/data.php:630 inc/core/data.php:735 inc/core/data.php:785
|
911 |
msgid ""
|
912 |
"This color will be applied to the selected icon. Does not works with "
|
913 |
"uploaded icons"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: inc/core/data.php:638
|
917 |
msgid ""
|
918 |
"<ul>\n"
|
919 |
"<li>List item</li>\n"
|
922 |
"</ul>"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: inc/core/data.php:639
|
926 |
msgid "Styled unordered list"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: inc/core/data.php:644
|
930 |
msgid "Button"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: inc/core/data.php:651
|
934 |
msgid "Link"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: inc/core/data.php:652
|
938 |
msgid "Button link"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: inc/core/data.php:657 inc/core/data.php:1455
|
942 |
msgid "Same tab"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: inc/core/data.php:658 inc/core/data.php:1456
|
946 |
msgid "New tab"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: inc/core/data.php:661 inc/core/data.php:1459
|
950 |
msgid "Target"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: inc/core/data.php:662
|
954 |
msgid "Button link target"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: inc/core/data.php:669 inc/core/data.php:821
|
958 |
msgid "Soft"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: inc/core/data.php:670 inc/core/data.php:822
|
962 |
msgid "Glass"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: inc/core/data.php:671 inc/core/data.php:823
|
966 |
msgid "Bubbles"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: inc/core/data.php:672 inc/core/data.php:824
|
970 |
msgid "Noise"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: inc/core/data.php:673
|
974 |
msgid "Stroked"
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: inc/core/data.php:674
|
978 |
msgid "3D"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: inc/core/data.php:677
|
982 |
msgid "Button background style preset"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: inc/core/data.php:683
|
986 |
msgid "Button background color"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: inc/core/data.php:690
|
990 |
msgid "Button text color"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: inc/core/data.php:699
|
994 |
msgid "Button size"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: inc/core/data.php:704
|
998 |
msgid "Fluid"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: inc/core/data.php:704
|
1002 |
msgid "Fluid buttons has 100% width"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: inc/core/data.php:709
|
1006 |
msgid "Is button centered on the page"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: inc/core/data.php:714
|
1010 |
msgid "Auto"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: inc/core/data.php:715
|
1014 |
msgid "Round"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: inc/core/data.php:716
|
1018 |
msgid "Square"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: inc/core/data.php:722 inc/core/data.php:849 inc/core/data.php:887
|
1022 |
msgid "Radius"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: inc/core/data.php:723
|
1026 |
msgid "Radius of button corners. Auto-radius calculation based on button size"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: inc/core/data.php:729
|
1030 |
msgid "You can upload custom icon for this button or pick a built-in icon"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: inc/core/data.php:740
|
1034 |
msgid "Text shadow"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: inc/core/data.php:741
|
1038 |
msgid "Button text shadow"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: inc/core/data.php:745
|
1042 |
msgid "Description"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: inc/core/data.php:746
|
1046 |
msgid ""
|
1047 |
"Small description under button text. This option is incompatible with icon."
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: inc/core/data.php:750
|
1051 |
msgid "onClick"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: inc/core/data.php:751
|
1055 |
msgid "Advanced JavaScript code for onClick action"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: inc/core/data.php:759
|
1059 |
msgid "Button text"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: inc/core/data.php:760
|
1063 |
msgid "Styled button"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: inc/core/data.php:765
|
1067 |
msgid "Service"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: inc/core/data.php:771 inc/core/shortcodes.php:430
|
1071 |
msgid "Service title"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: inc/core/data.php:773
|
1075 |
msgid "Service name"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: inc/core/data.php:779
|
1079 |
msgid "You can upload custom icon for this box"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: inc/core/data.php:793
|
1083 |
msgid "Icon size"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: inc/core/data.php:794
|
1087 |
msgid "Size of the uploaded icon in pixels"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: inc/core/data.php:802
|
1091 |
msgid "Service description"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: inc/core/data.php:803
|
1095 |
msgid "Service box with title"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: inc/core/data.php:814
|
1099 |
msgid "Box title"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: inc/core/data.php:815
|
1103 |
msgid "Text for the box title"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: inc/core/data.php:828
|
1107 |
msgid "Box style preset"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
+
#: inc/core/data.php:834 inc/core/generator-views.php:99
|
1111 |
msgid "Color"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: inc/core/data.php:835
|
1115 |
msgid "Color for the box title and borders"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: inc/core/data.php:841
|
1119 |
msgid "Title text color"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: inc/core/data.php:841
|
1123 |
msgid "Color for the box title text"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: inc/core/data.php:850
|
1127 |
msgid "Box corners radius"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: inc/core/data.php:858
|
1131 |
msgid "Box content"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: inc/core/data.php:859
|
1135 |
msgid "Colored box with caption"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
+
#: inc/core/data.php:864
|
1139 |
msgid "Note"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: inc/core/data.php:872
|
1143 |
msgid "Note background color"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: inc/core/data.php:879
|
1147 |
msgid "Note text color"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: inc/core/data.php:887
|
1151 |
msgid "Note corners radius"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: inc/core/data.php:895
|
1155 |
msgid "Note text"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: inc/core/data.php:896
|
1159 |
msgid "Colored box"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: inc/core/data.php:901
|
1163 |
msgid "Lightbox"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: inc/core/data.php:908
|
1167 |
msgid "Iframe"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: inc/core/data.php:909
|
1171 |
msgid "Image"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
+
#: inc/core/data.php:910
|
1175 |
msgid "Inline (html content)"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: inc/core/data.php:913
|
1179 |
msgid "Content type"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: inc/core/data.php:914
|
1183 |
msgid "Select type of the lightbox window content"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: inc/core/data.php:918
|
1187 |
msgid "Content source"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: inc/core/data.php:919
|
1191 |
msgid ""
|
1192 |
"Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
|
1193 |
"Use CSS selector for Inline content type.<br />Example values:<br /><b"
|
1197 |
"(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: inc/core/data.php:927
|
1201 |
msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: inc/core/data.php:928
|
1205 |
msgid "Lightbox window with custom content"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: inc/core/data.php:933
|
1209 |
msgid "Tooltip"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: inc/core/data.php:940
|
1213 |
msgid "Basic: Light"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: inc/core/data.php:941
|
1217 |
msgid "Basic: Dark"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: inc/core/data.php:942
|
1221 |
msgid "Basic: Yellow"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: inc/core/data.php:943
|
1225 |
msgid "Basic: Green"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: inc/core/data.php:944
|
1229 |
msgid "Basic: Red"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: inc/core/data.php:945
|
1233 |
msgid "Basic: Blue"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: inc/core/data.php:946
|
1237 |
msgid "Youtube"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: inc/core/data.php:947
|
1241 |
msgid "Tipsy"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: inc/core/data.php:948
|
1245 |
msgid "Bootstrap"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: inc/core/data.php:949
|
1249 |
msgid "jTools"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: inc/core/data.php:950
|
1253 |
msgid "Tipped"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: inc/core/data.php:951
|
1257 |
msgid "Cluetip"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: inc/core/data.php:955
|
1261 |
msgid "Tooltip window style"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: inc/core/data.php:960
|
1265 |
msgid "Top"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: inc/core/data.php:961
|
1269 |
msgid "Bottom"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: inc/core/data.php:966
|
1273 |
msgid "Position"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: inc/core/data.php:967
|
1277 |
msgid "Tooltip position"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
+
#: inc/core/data.php:972
|
1281 |
msgid "Shadow"
|
1282 |
msgstr ""
|
1283 |
|
1284 |
+
#: inc/core/data.php:973
|
1285 |
msgid ""
|
1286 |
"Add shadow to tooltip. This option is only works with basic styes, e.g. "
|
1287 |
"blue, green etc."
|
1288 |
msgstr ""
|
1289 |
|
1290 |
+
#: inc/core/data.php:978
|
1291 |
msgid "Rounded corners"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
+
#: inc/core/data.php:979
|
1295 |
msgid ""
|
1296 |
"Use rounded for tooltip. This option is only works with basic styes, e.g. "
|
1297 |
"blue, green etc."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: inc/core/data.php:993
|
1301 |
msgid "Font size"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
+
#: inc/core/data.php:994
|
1305 |
msgid "Tooltip font size"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: inc/core/data.php:998
|
1309 |
msgid "Tooltip title"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: inc/core/data.php:999
|
1313 |
msgid ""
|
1314 |
"Enter title for tooltip window. Leave this field empty to hide the title"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: inc/core/data.php:1002 inc/core/shortcodes.php:508
|
1318 |
msgid "Tooltip text"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: inc/core/data.php:1003
|
1322 |
msgid "Tooltip content"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: inc/core/data.php:1004
|
1326 |
msgid "Enter tooltip content here"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: inc/core/data.php:1009
|
1330 |
msgid "Show and hide on mouse hover"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: inc/core/data.php:1010
|
1334 |
msgid "Show and hide by mouse click"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: inc/core/data.php:1011
|
1338 |
msgid "Always visible"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: inc/core/data.php:1014
|
1342 |
msgid "Behavior"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: inc/core/data.php:1015
|
1346 |
msgid "Select tooltip behavior"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: inc/core/data.php:1020
|
1350 |
msgid "Close button"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: inc/core/data.php:1021
|
1354 |
msgid "Show close button"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: inc/core/data.php:1029
|
1358 |
msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: inc/core/data.php:1030
|
1362 |
msgid "Tooltip window with custom content"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: inc/core/data.php:1035
|
1366 |
msgid "Private"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: inc/core/data.php:1045
|
1370 |
msgid "Private note text"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: inc/core/data.php:1046
|
1374 |
msgid "Private note for post authors"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: inc/core/data.php:1051
|
1378 |
msgid "YouTube"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: inc/core/data.php:1058 inc/core/data.php:1109 inc/core/data.php:1227
|
1382 |
+
#: inc/core/data.php:1276 inc/core/data.php:1530 inc/core/data.php:1627
|
1383 |
msgid "Url"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
+
#: inc/core/data.php:1059 inc/core/data.php:1110
|
1387 |
msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: inc/core/data.php:1067 inc/core/data.php:1123 inc/core/data.php:1235
|
1391 |
+
#: inc/core/data.php:1284 inc/core/data.php:1326 inc/core/data.php:1380
|
1392 |
+
#: inc/core/data.php:1636 inc/core/data.php:1675 inc/core/data.php:1757
|
1393 |
+
#: inc/core/data.php:1874 inc/core/data.php:2010 inc/core/data.php:2226
|
1394 |
msgid "Width"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: inc/core/data.php:1068 inc/core/data.php:1124 inc/core/data.php:1236
|
1398 |
+
#: inc/core/data.php:1285 inc/core/data.php:1381
|
1399 |
msgid "Player width"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
|
1403 |
+
#: inc/core/data.php:1294 inc/core/data.php:1390
|
1404 |
msgid "Player height"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: inc/core/data.php:1082 inc/core/data.php:1138 inc/core/data.php:1250
|
1408 |
+
#: inc/core/data.php:1299 inc/core/data.php:1651 inc/core/data.php:1690
|
1409 |
+
#: inc/core/data.php:1770 inc/core/data.php:1889
|
1410 |
msgid "Responsive"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: inc/core/data.php:1083 inc/core/data.php:1139 inc/core/data.php:1251
|
1414 |
+
#: inc/core/data.php:1300
|
1415 |
msgid "Ignore width and height parameters and make player responsive"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: inc/core/data.php:1088 inc/core/data.php:1172 inc/core/data.php:1256
|
1419 |
+
#: inc/core/data.php:1332 inc/core/data.php:1401 inc/core/data.php:1805
|
1420 |
+
#: inc/core/data.php:1941
|
1421 |
msgid "Autoplay"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
+
#: inc/core/data.php:1089 inc/core/data.php:1173 inc/core/data.php:1257
|
1425 |
msgid "Play video automatically when page is loaded"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: inc/core/data.php:1097
|
1429 |
msgid "YouTube video"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: inc/core/data.php:1102
|
1433 |
msgid "YouTube Advanced"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: inc/core/data.php:1114
|
1437 |
msgid "Playlist"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: inc/core/data.php:1115
|
1441 |
msgid ""
|
1442 |
"Value is a comma-separated list of video IDs to play. If you specify a "
|
1443 |
"value, the first video that plays will be the VIDEO_ID specified in the URL "
|
1444 |
"path, and the videos specified in the playlist parameter will play thereafter"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: inc/core/data.php:1144
|
1448 |
msgid "0 - Hide controls"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: inc/core/data.php:1145
|
1452 |
msgid "1 - Show controls"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: inc/core/data.php:1146
|
1456 |
msgid "2 - Show controls when playback is started"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: inc/core/data.php:1149 inc/core/data.php:1395
|
1460 |
msgid "Controls"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: inc/core/data.php:1150
|
1464 |
msgid "This parameter indicates whether the video player controls will display"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: inc/core/data.php:1155
|
1468 |
msgid "0 - Do not hide controls"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: inc/core/data.php:1156
|
1472 |
msgid "1 - Hide all controls on mouse out"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: inc/core/data.php:1157
|
1476 |
msgid "2 - Hide progress bar on mouse out"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: inc/core/data.php:1160
|
1480 |
msgid "Autohide"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: inc/core/data.php:1161
|
1484 |
msgid ""
|
1485 |
"This parameter indicates whether the video controls will automatically hide "
|
1486 |
"after a video begins playing"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: inc/core/data.php:1166
|
1490 |
msgid "Show title bar"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: inc/core/data.php:1167
|
1494 |
msgid ""
|
1495 |
"If you set the parameter value to NO, then the player will not display "
|
1496 |
"information like the video title and uploader before the video starts "
|
1497 |
"playing."
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: inc/core/data.php:1178 inc/core/data.php:1338 inc/core/data.php:1407
|
1501 |
msgid "Loop"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: inc/core/data.php:1179
|
1505 |
msgid ""
|
1506 |
"Setting of YES will cause the player to play the initial video again and "
|
1507 |
"again"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: inc/core/data.php:1184
|
1511 |
msgid "Related videos"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: inc/core/data.php:1185
|
1515 |
msgid ""
|
1516 |
"This parameter indicates whether the player should show related videos when "
|
1517 |
"playback of the initial video ends"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: inc/core/data.php:1190
|
1521 |
msgid "Show full-screen button"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: inc/core/data.php:1191
|
1525 |
msgid ""
|
1526 |
"Setting this parameter to NO prevents the fullscreen button from displaying"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: inc/core/data.php:1197
|
1530 |
msgid ""
|
1531 |
"This parameter lets you use a YouTube player that does not show a YouTube "
|
1532 |
"logo. Set the parameter value to YES to prevent the YouTube logo from "
|
1535 |
"mouse pointer hovers over the player"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: inc/core/data.php:1202
|
1539 |
msgid "Dark theme"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: inc/core/data.php:1203
|
1543 |
msgid "Light theme"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: inc/core/data.php:1206 inc/core/data.php:2257
|
1547 |
msgid "Theme"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: inc/core/data.php:1207
|
1551 |
msgid ""
|
1552 |
"This parameter indicates whether the embedded player will display player "
|
1553 |
"controls (like a play button or volume control) within a dark or light "
|
1554 |
"control bar"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: inc/core/data.php:1215
|
1558 |
msgid "YouTube video player with advanced settings"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: inc/core/data.php:1220
|
1562 |
msgid "Vimeo"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: inc/core/data.php:1227
|
1566 |
msgid "Url of Vimeo page with video"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: inc/core/data.php:1265
|
1570 |
msgid "Vimeo video"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: inc/core/data.php:1270
|
1574 |
msgid "Screenr"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: inc/core/data.php:1276
|
1578 |
msgid "Url of Screenr page with video"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
+
#: inc/core/data.php:1308
|
1582 |
msgid "Screenr video"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: inc/core/data.php:1313
|
1586 |
msgid "Audio"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: inc/core/data.php:1320 inc/core/data.php:1359
|
1590 |
msgid "File"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: inc/core/data.php:1321
|
1594 |
msgid "Audio file url. Supported formats: mp3, ogg"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: inc/core/data.php:1327
|
1598 |
msgid ""
|
1599 |
"Player width. You can specify width in percents and player will be "
|
1600 |
"responsive. Example values: <b%value>200px</b>, <b%value>100%</b>"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: inc/core/data.php:1333 inc/core/data.php:1402
|
1604 |
msgid "Play file automatically when page is loaded"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: inc/core/data.php:1339 inc/core/data.php:1408
|
1608 |
msgid "Repeat when playback is ended"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: inc/core/data.php:1347
|
1612 |
msgid "Custom audio player"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: inc/core/data.php:1352
|
1616 |
msgid "Video"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: inc/core/data.php:1360
|
1620 |
msgid "Url to mp4/flv video-file"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: inc/core/data.php:1365
|
1624 |
msgid "Poster"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: inc/core/data.php:1366
|
1628 |
msgid "Url to poster image, that will be shown before playback"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: inc/core/data.php:1372
|
1632 |
msgid "Player title"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: inc/core/data.php:1396
|
1636 |
msgid "Show player controls (play/pause etc.) or not"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: inc/core/data.php:1416
|
1640 |
msgid "Custom video player"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: inc/core/data.php:1421
|
1644 |
msgid "Table"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: inc/core/data.php:1428
|
1648 |
msgid "CSV file"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: inc/core/data.php:1429
|
1652 |
msgid "Upload CSV file if you want to create HTML-table from file"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: inc/core/data.php:1437
|
1656 |
msgid ""
|
1657 |
"<table>\n"
|
1658 |
"<tr>\n"
|
1666 |
"</table>"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: inc/core/data.php:1438
|
1670 |
msgid "Styled table from HTML or CSV file"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: inc/core/data.php:1443
|
1674 |
msgid "Permalink"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: inc/core/data.php:1449 inc/core/data.php:2366
|
1678 |
msgid "ID"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: inc/core/data.php:1450
|
1682 |
msgid "Post or page ID"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: inc/core/data.php:1460
|
1686 |
msgid "Link target. blank - link will be opened in new window/tab"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: inc/core/data.php:1469
|
1690 |
msgid "Permalink to specified post/page"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: inc/core/data.php:1474
|
1694 |
msgid "Members"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: inc/core/data.php:1479 inc/core/shortcodes.php:756
|
1698 |
msgid "This content is for registered users only. Please %login%."
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: inc/core/data.php:1480
|
1702 |
msgid "Message"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: inc/core/data.php:1480
|
1706 |
msgid "Message for not logged users"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: inc/core/data.php:1485
|
1710 |
msgid "Box color"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: inc/core/data.php:1485
|
1714 |
msgid "This color will applied only to box for not logged users"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: inc/core/data.php:1488 inc/core/shortcodes.php:759
|
1718 |
msgid "login"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: inc/core/data.php:1489
|
1722 |
msgid "Login link text"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: inc/core/data.php:1489
|
1726 |
msgid "Text for the login link"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: inc/core/data.php:1493
|
1730 |
msgid "Login link url"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: inc/core/data.php:1501
|
1734 |
msgid "Content for logged members"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: inc/core/data.php:1502
|
1738 |
msgid "Content for logged in members only"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: inc/core/data.php:1507
|
1742 |
msgid "Guests"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: inc/core/data.php:1517
|
1746 |
msgid "Content for guests"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: inc/core/data.php:1518
|
1750 |
msgid "Content for guests only"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: inc/core/data.php:1523
|
1754 |
msgid "RSS Feed"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: inc/core/data.php:1531
|
1758 |
msgid "Url to RSS-feed"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: inc/core/data.php:1539 inc/core/data.php:1726 inc/core/data.php:1843
|
1762 |
+
#: inc/core/data.php:1979
|
1763 |
msgid "Limit"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: inc/core/data.php:1539
|
1767 |
msgid "Number of items to show"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: inc/core/data.php:1547
|
1771 |
msgid "Feed grabber"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: inc/core/data.php:1552
|
1775 |
msgid "Menu"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: inc/core/data.php:1559
|
1779 |
msgid "Menu name"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: inc/core/data.php:1559
|
1783 |
msgid "Custom menu name. Ex: Main menu"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: inc/core/data.php:1567
|
1787 |
msgid "Custom menu by name"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: inc/core/data.php:1572
|
1791 |
msgid "Sub pages"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: inc/core/data.php:1579 inc/core/data.php:1606
|
1795 |
msgid "Depth"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: inc/core/data.php:1580
|
1799 |
msgid "Max depth level of children pages"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: inc/core/data.php:1585
|
1803 |
msgid "Parent ID"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: inc/core/data.php:1586
|
1807 |
msgid "ID of the parent page. Leave blank to use current page"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
+
#: inc/core/data.php:1594
|
1811 |
msgid "List of sub pages"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: inc/core/data.php:1599
|
1815 |
msgid "Siblings"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: inc/core/data.php:1607
|
1819 |
msgid "Max depth level"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: inc/core/data.php:1615
|
1823 |
msgid "List of cureent page siblings"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: inc/core/data.php:1620
|
1827 |
msgid "Document"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: inc/core/data.php:1628
|
1831 |
msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: inc/core/data.php:1637
|
1835 |
msgid "Viewer width"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: inc/core/data.php:1646
|
1839 |
msgid "Viewer height"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: inc/core/data.php:1652
|
1843 |
msgid "Ignore width and height parameters and make viewer responsive"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: inc/core/data.php:1660
|
1847 |
msgid "Document viewer by Google"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: inc/core/data.php:1665
|
1851 |
msgid "Gmap"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: inc/core/data.php:1676
|
1855 |
msgid "Map width"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
+
#: inc/core/data.php:1685
|
1859 |
msgid "Map height"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: inc/core/data.php:1691
|
1863 |
msgid "Ignore width and height parameters and make map responsive"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: inc/core/data.php:1696
|
1867 |
msgid "Marker"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: inc/core/data.php:1697
|
1871 |
msgid "Address for the marker. You can type it in any language"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: inc/core/data.php:1705
|
1875 |
msgid "Maps by Google"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: inc/core/data.php:1710
|
1879 |
msgid "Slider"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
+
#: inc/core/data.php:1717 inc/core/data.php:1834 inc/core/data.php:1970
|
1883 |
msgid "Source"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: inc/core/data.php:1718 inc/core/data.php:1835 inc/core/data.php:1971
|
1887 |
msgid ""
|
1888 |
"Choose images source. You can use images from Media library or retrieve it "
|
1889 |
"from posts (thumbnails) posted under specified blog category. You can also "
|
1890 |
"pick any custom taxonomy"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: inc/core/data.php:1727 inc/core/data.php:1844 inc/core/data.php:1980
|
1894 |
+
msgid ""
|
1895 |
+
"Maximum number of image source posts (for recent posts, category and custom "
|
1896 |
+
"taxonomy)"
|
1897 |
+
msgstr ""
|
1898 |
+
|
1899 |
+
#: inc/core/data.php:1733
|
1900 |
msgid "Full-size image"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: inc/core/data.php:1734 inc/core/data.php:1851 inc/core/data.php:1987
|
1904 |
msgid "Attachment page"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: inc/core/data.php:1735 inc/core/data.php:1852 inc/core/data.php:1988
|
1908 |
msgid "Post permalink"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: inc/core/data.php:1738 inc/core/data.php:1855 inc/core/data.php:1991
|
1912 |
msgid "Links"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
+
#: inc/core/data.php:1739 inc/core/data.php:1856 inc/core/data.php:1992
|
1916 |
msgid "Select which links will be used for images in this gallery"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
+
#: inc/core/data.php:1744 inc/core/data.php:1861 inc/core/data.php:1997
|
1920 |
msgid "Same window"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
+
#: inc/core/data.php:1745 inc/core/data.php:1862 inc/core/data.php:1998
|
1924 |
msgid "New window"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: inc/core/data.php:1748 inc/core/data.php:1865 inc/core/data.php:2001
|
1928 |
msgid "Links target"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
+
#: inc/core/data.php:1749 inc/core/data.php:1866 inc/core/data.php:2002
|
1932 |
msgid "Open links in"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
+
#: inc/core/data.php:1757
|
1936 |
msgid "Slider width (in pixels)"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: inc/core/data.php:1765
|
1940 |
msgid "Slider height (in pixels)"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
+
#: inc/core/data.php:1771
|
1944 |
msgid "Ignore width and height parameters and make slider responsive"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: inc/core/data.php:1776 inc/core/data.php:1912 inc/core/data.php:2028
|
1948 |
msgid "Show titles"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: inc/core/data.php:1776
|
1952 |
msgid "Display slide titles"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: inc/core/data.php:1781
|
1956 |
msgid "Is slider centered on the page"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: inc/core/data.php:1786 inc/core/data.php:1922
|
1960 |
msgid "Arrows"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: inc/core/data.php:1786 inc/core/data.php:1922
|
1964 |
msgid "Show left and right arrows"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
+
#: inc/core/data.php:1791 inc/core/data.php:1927
|
1968 |
msgid "Pagination"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: inc/core/data.php:1792 inc/core/data.php:1928
|
1972 |
msgid "Show pagination"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: inc/core/data.php:1796 inc/core/data.php:1932
|
1976 |
msgid "Mouse wheel control"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: inc/core/data.php:1797
|
1980 |
msgid "Allow to change slides with mouse wheel"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: inc/core/data.php:1806
|
1984 |
msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
+
#: inc/core/data.php:1814 inc/core/data.php:1950
|
1988 |
msgid "Speed"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
+
#: inc/core/data.php:1814 inc/core/data.php:1950
|
1992 |
msgid "Specify animation speed"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: inc/core/data.php:1822
|
1996 |
msgid "Customizable image slider"
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: inc/core/data.php:1827
|
2000 |
msgid "Carousel"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: inc/core/data.php:1850 inc/core/data.php:1986
|
2004 |
msgid "Original image"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
+
#: inc/core/data.php:1875
|
2008 |
msgid "Carousel width (in pixels)"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: inc/core/data.php:1884
|
2012 |
msgid "Carousel height (in pixels)"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
+
#: inc/core/data.php:1890
|
2016 |
msgid "Ignore width and height parameters and make carousel responsive"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: inc/core/data.php:1898
|
2020 |
msgid "Items to show"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
+
#: inc/core/data.php:1899
|
2024 |
msgid "How much carousel items is visible"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
+
#: inc/core/data.php:1906
|
2028 |
msgid "Scroll number"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: inc/core/data.php:1907
|
2032 |
msgid "How much items are scrolled in one transition"
|
2033 |
msgstr ""
|
2034 |
|
2035 |
+
#: inc/core/data.php:1912
|
2036 |
msgid "Display titles for each item"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: inc/core/data.php:1917
|
2040 |
msgid "Is carousel centered on the page"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: inc/core/data.php:1933
|
2044 |
msgid "Allow to rotate carousel with mouse wheel"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: inc/core/data.php:1942
|
2048 |
msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: inc/core/data.php:1958
|
2052 |
msgid "Customizable image carousel"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: inc/core/data.php:2010
|
2056 |
msgid "Single item width (in pixels)"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: inc/core/data.php:2018
|
2060 |
msgid "Single item height (in pixels)"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: inc/core/data.php:2023
|
2064 |
msgid "Never"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: inc/core/data.php:2024
|
2068 |
msgid "On mouse over"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: inc/core/data.php:2025
|
2072 |
msgid "Always"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: inc/core/data.php:2029
|
2076 |
msgid "Title display mode"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: inc/core/data.php:2037
|
2080 |
msgid "Customizable image gallery"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: inc/core/data.php:2042
|
2084 |
msgid "Posts"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: inc/core/data.php:2047 inc/core/data.php:2473
|
2088 |
msgid "Template"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
+
#: inc/core/data.php:2048
|
2092 |
msgid ""
|
2093 |
"<b>Do not change this field value if you do not understand description below."
|
2094 |
"</b><br/>Relative path to the template file. Default templates is placed "
|
2101 |
"%value>templates/list-loop.php</b> - unordered list with posts titles"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: inc/core/data.php:2052
|
2105 |
msgid "Post ID's"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: inc/core/data.php:2053
|
2109 |
msgid "Enter comma separated ID's of the posts that you want to show"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: inc/core/data.php:2061
|
2113 |
msgid "Posts per page"
|
2114 |
msgstr ""
|
2115 |
|
2116 |
+
#: inc/core/data.php:2062
|
2117 |
msgid ""
|
2118 |
"Specify number of posts that you want to show. Enter -1 to get all posts"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: inc/core/data.php:2069
|
2122 |
msgid "Post types"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: inc/core/data.php:2070
|
2126 |
msgid "Select post types. Hold Ctrl key to select multiple post types"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: inc/core/data.php:2076 inc/core/generator-views.php:123
|
2130 |
msgid "Taxonomy"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: inc/core/data.php:2077
|
2134 |
msgid "Select taxonomy to show posts from"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
+
#: inc/core/data.php:2084
|
2138 |
msgid "Terms"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: inc/core/data.php:2085
|
2142 |
msgid "Select terms to show posts from"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: inc/core/data.php:2090
|
2146 |
msgid "Taxonomy term operator"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: inc/core/data.php:2091
|
2150 |
msgid ""
|
2151 |
"IN - posts that have any of selected categories terms<br/>NOT IN - posts "
|
2152 |
"that is does not have any of selected terms<br/>AND - posts that have all "
|
2153 |
"selected terms"
|
2154 |
msgstr ""
|
2155 |
|
2156 |
+
#: inc/core/data.php:2098
|
2157 |
msgid "Authors"
|
2158 |
msgstr ""
|
2159 |
|
2160 |
+
#: inc/core/data.php:2099
|
2161 |
msgid "Choose the authors whose posts you want to show"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
+
#: inc/core/data.php:2103
|
2165 |
msgid "Meta key"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
+
#: inc/core/data.php:2104
|
2169 |
msgid "Enter meta key name to show posts that have this key"
|
2170 |
msgstr ""
|
2171 |
|
2172 |
+
#: inc/core/data.php:2111
|
2173 |
msgid "Offset"
|
2174 |
msgstr ""
|
2175 |
|
2176 |
+
#: inc/core/data.php:2112
|
2177 |
msgid "Specify offset to start posts loop not from first post"
|
2178 |
msgstr ""
|
2179 |
|
2180 |
+
#: inc/core/data.php:2117
|
2181 |
msgid "Descending"
|
2182 |
msgstr ""
|
2183 |
|
2184 |
+
#: inc/core/data.php:2118
|
2185 |
msgid "Ascending"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: inc/core/data.php:2121
|
2189 |
msgid "Order"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: inc/core/data.php:2122
|
2193 |
msgid "Posts order"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: inc/core/data.php:2128 inc/core/data.php:2344 inc/core/data.php:2417
|
2197 |
+
#: inc/core/data.php:2459
|
2198 |
msgid "Post ID"
|
2199 |
msgstr ""
|
2200 |
|
2201 |
+
#: inc/core/data.php:2129 inc/core/data.php:2418
|
2202 |
msgid "Post author"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: inc/core/data.php:2130 inc/core/data.php:2422
|
2206 |
msgid "Post title"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: inc/core/data.php:2131
|
2210 |
msgid "Post slug"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
+
#: inc/core/data.php:2132
|
2214 |
msgid "Date"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
+
#: inc/core/data.php:2132
|
2218 |
msgid "Last modified date"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: inc/core/data.php:2133 inc/core/data.php:2143 inc/core/data.php:2431
|
2222 |
msgid "Post parent"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: inc/core/data.php:2134
|
2226 |
msgid "Random"
|
2227 |
msgstr ""
|
2228 |
|
2229 |
+
#: inc/core/data.php:2134
|
2230 |
msgid "Comments number"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: inc/core/data.php:2135 inc/core/data.php:2433
|
2234 |
msgid "Menu order"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: inc/core/data.php:2135
|
2238 |
msgid "Meta key values"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: inc/core/data.php:2138
|
2242 |
msgid "Order by"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: inc/core/data.php:2139
|
2246 |
msgid "Order posts by"
|
2247 |
msgstr ""
|
2248 |
|
2249 |
+
#: inc/core/data.php:2144
|
2250 |
msgid "Show childrens of entered post (enter post ID)"
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: inc/core/data.php:2149
|
2254 |
msgid "Published"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
+
#: inc/core/data.php:2150
|
2258 |
msgid "Pending"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
+
#: inc/core/data.php:2151
|
2262 |
msgid "Draft"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
+
#: inc/core/data.php:2152
|
2266 |
msgid "Auto-draft"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: inc/core/data.php:2153
|
2270 |
msgid "Future post"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
+
#: inc/core/data.php:2154
|
2274 |
msgid "Private post"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
+
#: inc/core/data.php:2155
|
2278 |
msgid "Inherit"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
+
#: inc/core/data.php:2156
|
2282 |
msgid "Trashed"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
+
#: inc/core/data.php:2157 inc/core/data.php:2241
|
2286 |
msgid "Any"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: inc/core/data.php:2160 inc/core/data.php:2424
|
2290 |
msgid "Post status"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
+
#: inc/core/data.php:2161
|
2294 |
msgid "Show only posts with selected status"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: inc/core/data.php:2166
|
2298 |
msgid "Ignore sticky"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
+
#: inc/core/data.php:2167
|
2302 |
msgid "Select Yes to ignore posts that is sticked"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
+
#: inc/core/data.php:2170
|
2306 |
msgid "Custom posts query with customizable template"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: inc/core/data.php:2175
|
2310 |
msgid "Dummy text"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: inc/core/data.php:2182
|
2314 |
msgid "Paragraphs"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
+
#: inc/core/data.php:2183
|
2318 |
msgid "Words"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: inc/core/data.php:2184
|
2322 |
msgid "Bytes"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
+
#: inc/core/data.php:2187
|
2326 |
msgid "What"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
+
#: inc/core/data.php:2188
|
2330 |
msgid "What to generate"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
+
#: inc/core/data.php:2196
|
2334 |
msgid "Amount"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
+
#: inc/core/data.php:2197
|
2338 |
msgid ""
|
2339 |
"How many items (paragraphs or words) to generate. Minimum words amount is 5"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: inc/core/data.php:2202
|
2343 |
msgid "Cache"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: inc/core/data.php:2203
|
2347 |
msgid ""
|
2348 |
"Generated text will be cached. Be careful with this option. If you disable "
|
2349 |
"it and insert many dummy_text shortcodes the page load time will be highly "
|
2350 |
"increased"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: inc/core/data.php:2211
|
2354 |
msgid "Text placeholder"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: inc/core/data.php:2216 inc/core/shortcodes.php:1241
|
2358 |
msgid "Dummy image"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: inc/core/data.php:2227
|
2362 |
msgid "Image width"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: inc/core/data.php:2236
|
2366 |
msgid "Image height"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: inc/core/data.php:2242
|
2370 |
msgid "Abstract"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
+
#: inc/core/data.php:2243
|
2374 |
msgid "Animals"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
+
#: inc/core/data.php:2244
|
2378 |
msgid "Business"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: inc/core/data.php:2245
|
2382 |
msgid "Cats"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
+
#: inc/core/data.php:2246
|
2386 |
msgid "City"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
+
#: inc/core/data.php:2247
|
2390 |
msgid "Food"
|
2391 |
msgstr ""
|
2392 |
|
2393 |
+
#: inc/core/data.php:2248
|
2394 |
msgid "Night life"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
+
#: inc/core/data.php:2249
|
2398 |
msgid "Fashion"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
+
#: inc/core/data.php:2250
|
2402 |
msgid "People"
|
2403 |
msgstr ""
|
2404 |
|
2405 |
+
#: inc/core/data.php:2251
|
2406 |
msgid "Nature"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
+
#: inc/core/data.php:2252
|
2410 |
msgid "Sports"
|
2411 |
msgstr ""
|
2412 |
|
2413 |
+
#: inc/core/data.php:2253
|
2414 |
msgid "Technics"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
+
#: inc/core/data.php:2254
|
2418 |
msgid "Transport"
|
2419 |
msgstr ""
|
2420 |
|
2421 |
+
#: inc/core/data.php:2258
|
2422 |
msgid "Select the theme for this image"
|
2423 |
msgstr ""
|
2424 |
|
2425 |
+
#: inc/core/data.php:2266
|
2426 |
msgid "Image placeholder with random image"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
+
#: inc/core/data.php:2271 inc/core/data.php:2279
|
2430 |
msgid "Animation"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
+
#: inc/core/data.php:2280
|
2434 |
msgid "Select animation type"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
+
#: inc/core/data.php:2288
|
2438 |
msgid "Duration"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
+
#: inc/core/data.php:2289
|
2442 |
msgid "Animation duration (seconds)"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
+
#: inc/core/data.php:2297
|
2446 |
msgid "Delay"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
+
#: inc/core/data.php:2298
|
2450 |
msgid "Animation delay (seconds)"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
+
#: inc/core/data.php:2303
|
2454 |
msgid "Inline"
|
2455 |
msgstr ""
|
2456 |
|
2457 |
+
#: inc/core/data.php:2304
|
2458 |
msgid ""
|
2459 |
"This parameter determines what HTML tag will be used for animation wrapper. "
|
2460 |
"Turn this option to YES and animated element will be wrapped in SPAN instead "
|
2461 |
"of DIV. Useful for inline animations, like buttons"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
+
#: inc/core/data.php:2312
|
2465 |
msgid "Animated content"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: inc/core/data.php:2313
|
2469 |
msgid "Wrapper for animation. Any nested element will be animated"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#: inc/core/data.php:2318
|
2473 |
+
msgid "Meta"
|
2474 |
+
msgstr ""
|
2475 |
+
|
2476 |
+
#: inc/core/data.php:2324
|
2477 |
+
msgid "Key"
|
2478 |
+
msgstr ""
|
2479 |
+
|
2480 |
+
#: inc/core/data.php:2325
|
2481 |
+
msgid "Meta key name"
|
2482 |
+
msgstr ""
|
2483 |
+
|
2484 |
+
#: inc/core/data.php:2330 inc/core/data.php:2382 inc/core/data.php:2445
|
2485 |
+
msgid "This text will be shown if data is not found"
|
2486 |
+
msgstr ""
|
2487 |
+
|
2488 |
+
#: inc/core/data.php:2334 inc/core/data.php:2386 inc/core/data.php:2449
|
2489 |
+
msgid "Before"
|
2490 |
+
msgstr ""
|
2491 |
+
|
2492 |
+
#: inc/core/data.php:2335 inc/core/data.php:2387 inc/core/data.php:2450
|
2493 |
+
msgid "This content will be shown before the value"
|
2494 |
+
msgstr ""
|
2495 |
+
|
2496 |
+
#: inc/core/data.php:2339 inc/core/data.php:2391 inc/core/data.php:2454
|
2497 |
+
msgid "After"
|
2498 |
+
msgstr ""
|
2499 |
+
|
2500 |
+
#: inc/core/data.php:2340 inc/core/data.php:2392 inc/core/data.php:2455
|
2501 |
+
msgid "This content will be shown after the value"
|
2502 |
+
msgstr ""
|
2503 |
+
|
2504 |
+
#: inc/core/data.php:2345 inc/core/data.php:2460
|
2505 |
+
msgid ""
|
2506 |
+
"You can specify custom post ID. Leave this field empty to use an ID of the "
|
2507 |
+
"current post. Current post ID may not work in Live Preview mode"
|
2508 |
+
msgstr ""
|
2509 |
+
|
2510 |
+
#: inc/core/data.php:2349 inc/core/data.php:2401 inc/core/data.php:2464
|
2511 |
+
msgid "Filter"
|
2512 |
+
msgstr ""
|
2513 |
+
|
2514 |
+
#: inc/core/data.php:2350 inc/core/data.php:2402 inc/core/data.php:2465
|
2515 |
+
msgid ""
|
2516 |
+
"You can apply custom filter to the retrieved value. Enter here function "
|
2517 |
+
"name. Your function must accept one argument and return modified value. "
|
2518 |
+
"Example function: "
|
2519 |
+
msgstr ""
|
2520 |
+
|
2521 |
+
#: inc/core/data.php:2353
|
2522 |
+
msgid "Post meta"
|
2523 |
+
msgstr ""
|
2524 |
+
|
2525 |
+
#: inc/core/data.php:2358
|
2526 |
+
msgid "User"
|
2527 |
+
msgstr ""
|
2528 |
+
|
2529 |
+
#: inc/core/data.php:2365
|
2530 |
+
msgid "Display name"
|
2531 |
+
msgstr ""
|
2532 |
+
|
2533 |
+
#: inc/core/data.php:2367
|
2534 |
+
msgid "Login"
|
2535 |
+
msgstr ""
|
2536 |
+
|
2537 |
+
#: inc/core/data.php:2368
|
2538 |
+
msgid "Nice name"
|
2539 |
+
msgstr ""
|
2540 |
+
|
2541 |
+
#: inc/core/data.php:2369
|
2542 |
+
msgid "Email"
|
2543 |
+
msgstr ""
|
2544 |
+
|
2545 |
+
#: inc/core/data.php:2370
|
2546 |
+
msgid "URL"
|
2547 |
+
msgstr ""
|
2548 |
+
|
2549 |
+
#: inc/core/data.php:2371
|
2550 |
+
msgid "Registered"
|
2551 |
+
msgstr ""
|
2552 |
+
|
2553 |
+
#: inc/core/data.php:2372
|
2554 |
+
msgid "Activation key"
|
2555 |
+
msgstr ""
|
2556 |
+
|
2557 |
+
#: inc/core/data.php:2373
|
2558 |
+
msgid "Status"
|
2559 |
+
msgstr ""
|
2560 |
+
|
2561 |
+
#: inc/core/data.php:2376 inc/core/data.php:2439
|
2562 |
+
msgid "Field"
|
2563 |
+
msgstr ""
|
2564 |
+
|
2565 |
+
#: inc/core/data.php:2377
|
2566 |
+
msgid "User data field name"
|
2567 |
+
msgstr ""
|
2568 |
+
|
2569 |
+
#: inc/core/data.php:2396
|
2570 |
+
msgid "User ID"
|
2571 |
+
msgstr ""
|
2572 |
+
|
2573 |
+
#: inc/core/data.php:2397
|
2574 |
+
msgid ""
|
2575 |
+
"You can specify custom user ID. Leave this field empty to use an ID of the "
|
2576 |
+
"current user"
|
2577 |
+
msgstr ""
|
2578 |
+
|
2579 |
+
#: inc/core/data.php:2405
|
2580 |
+
msgid "User data"
|
2581 |
+
msgstr ""
|
2582 |
+
|
2583 |
+
#: inc/core/data.php:2410
|
2584 |
+
msgid "Post"
|
2585 |
+
msgstr ""
|
2586 |
+
|
2587 |
+
#: inc/core/data.php:2419 inc/core/data.php:2420
|
2588 |
+
msgid "Post date"
|
2589 |
+
msgstr ""
|
2590 |
+
|
2591 |
+
#: inc/core/data.php:2421
|
2592 |
+
msgid "Post content"
|
2593 |
+
msgstr ""
|
2594 |
+
|
2595 |
+
#: inc/core/data.php:2423
|
2596 |
+
msgid "Post excerpt"
|
2597 |
+
msgstr ""
|
2598 |
+
|
2599 |
+
#: inc/core/data.php:2425
|
2600 |
+
msgid "Comment status"
|
2601 |
+
msgstr ""
|
2602 |
+
|
2603 |
+
#: inc/core/data.php:2426
|
2604 |
+
msgid "Ping status"
|
2605 |
+
msgstr ""
|
2606 |
+
|
2607 |
+
#: inc/core/data.php:2427
|
2608 |
+
msgid "Post name"
|
2609 |
+
msgstr ""
|
2610 |
+
|
2611 |
+
#: inc/core/data.php:2428 inc/core/data.php:2429
|
2612 |
+
msgid "Post modified"
|
2613 |
+
msgstr ""
|
2614 |
+
|
2615 |
+
#: inc/core/data.php:2430
|
2616 |
+
msgid "Filtered post content"
|
2617 |
+
msgstr ""
|
2618 |
+
|
2619 |
+
#: inc/core/data.php:2432
|
2620 |
+
msgid "GUID"
|
2621 |
+
msgstr ""
|
2622 |
+
|
2623 |
+
#: inc/core/data.php:2434
|
2624 |
+
msgid "Post type"
|
2625 |
+
msgstr ""
|
2626 |
+
|
2627 |
+
#: inc/core/data.php:2435
|
2628 |
+
msgid "Post mime type"
|
2629 |
+
msgstr ""
|
2630 |
+
|
2631 |
+
#: inc/core/data.php:2436
|
2632 |
+
msgid "Comment count"
|
2633 |
+
msgstr ""
|
2634 |
+
|
2635 |
+
#: inc/core/data.php:2440
|
2636 |
+
msgid "Post data field name"
|
2637 |
+
msgstr ""
|
2638 |
+
|
2639 |
+
#: inc/core/data.php:2468
|
2640 |
+
msgid "Post data"
|
2641 |
+
msgstr ""
|
2642 |
+
|
2643 |
+
#: inc/core/data.php:2479
|
2644 |
+
msgid "Template name"
|
2645 |
+
msgstr ""
|
2646 |
+
|
2647 |
+
#: inc/core/data.php:2480
|
2648 |
+
#, php-format
|
2649 |
+
msgid ""
|
2650 |
+
"Use template file name (with optional .php extension). If you need to use "
|
2651 |
+
"templates from theme sub-folder, use relative path. Example values: %s, %s, "
|
2652 |
+
"%s"
|
2653 |
+
msgstr ""
|
2654 |
+
|
2655 |
+
#: inc/core/data.php:2483
|
2656 |
+
msgid "Theme template"
|
2657 |
+
msgstr ""
|
2658 |
+
|
2659 |
+
#: inc/core/generator-views.php:45
|
2660 |
msgid "Yes"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: inc/core/generator-views.php:45
|
2664 |
msgid "No"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: inc/core/generator-views.php:50 inc/core/generator-views.php:55
|
2668 |
#: inc/vendor/sunrise.php:440
|
2669 |
msgid "Media manager"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
+
#: inc/core/generator-views.php:55
|
2673 |
msgid "Icon picker"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
+
#: inc/core/generator-views.php:55
|
2677 |
msgid "Filter icons"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
+
#: inc/core/generator-views.php:69
|
2681 |
msgid "Please wait"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
+
#: inc/core/generator-views.php:76
|
2685 |
msgid "Untitled gallery"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: inc/core/generator-views.php:82
|
2689 |
msgid "Galleries not found"
|
2690 |
msgstr ""
|
2691 |
|
2692 |
+
#: inc/core/generator-views.php:83
|
2693 |
msgid "Manage galleries"
|
2694 |
msgstr ""
|
2695 |
|
2696 |
+
#: inc/core/generator-views.php:83
|
2697 |
msgid "Reload galleries"
|
2698 |
msgstr ""
|
2699 |
|
2700 |
+
#: inc/core/generator-views.php:99
|
2701 |
msgid "Horizontal offset"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: inc/core/generator-views.php:99
|
2705 |
msgid "Vertical offset"
|
2706 |
msgstr ""
|
2707 |
|
2708 |
+
#: inc/core/generator-views.php:99
|
2709 |
msgid "Blur"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: inc/core/generator-views.php:110
|
2713 |
msgid "Border width"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: inc/core/generator-views.php:110
|
2717 |
msgid "Border style"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: inc/core/generator-views.php:110
|
2721 |
msgid "Border color"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: inc/core/generator-views.php:120
|
2725 |
msgid "Media library"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
+
#: inc/core/generator-views.php:121
|
2729 |
msgid "Recent posts"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
+
#: inc/core/generator-views.php:122
|
2733 |
msgid "Category"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: inc/core/generator-views.php:126
|
2737 |
msgid "Select images source"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
+
#: inc/core/generator-views.php:137
|
2741 |
msgid "Select taxonomy"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
+
#: inc/core/generator-views.php:148
|
2745 |
msgid "Add images"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
+
#: inc/core/generator-views.php:148
|
2749 |
msgid ""
|
2750 |
"Click the button above and select images.<br>You can select multimple images "
|
2751 |
"with Ctrl (Cmd) key"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: inc/core/generator-views.php:148
|
2755 |
msgid ""
|
2756 |
"Select categories to retrieve posts from.<br>You can select multiple "
|
2757 |
"categories with Ctrl (Cmd) key"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
+
#: inc/core/generator-views.php:148
|
2761 |
msgid ""
|
2762 |
"Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
|
2763 |
"(Cmd) key"
|
2816 |
msgid "Preview"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#: inc/core/generator.php:196 inc/core/tools.php:863
|
2820 |
msgid "Access denied"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: inc/core/generator.php:231
|
2824 |
msgid "Presets"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: inc/core/generator.php:234
|
2828 |
msgid "Save current settings as preset"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
+
#: inc/core/generator.php:263 inc/core/generator.php:266
|
2832 |
msgid "Presets not found"
|
2833 |
msgstr ""
|
2834 |
|
2916 |
msgid "Supercharge your WordPress theme with mega pack of shortcodes"
|
2917 |
msgstr ""
|
2918 |
|
2919 |
+
#: inc/core/load.php:217
|
2920 |
msgid "Where to start?"
|
2921 |
msgstr ""
|
2922 |
|
2964 |
msgid "This menu doesn't exists, or has no elements"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
+
#: inc/core/shortcodes.php:945 inc/core/shortcodes.php:1021
|
2968 |
+
#: inc/core/shortcodes.php:1067
|
2969 |
msgid "images not found"
|
2970 |
msgstr ""
|
2971 |
|
2972 |
+
#: inc/core/shortcodes.php:1203
|
2973 |
msgid "template not found"
|
2974 |
msgstr ""
|
2975 |
|
2976 |
+
#: inc/core/shortcodes.php:1281 inc/core/shortcodes.php:1331
|
2977 |
+
msgid "post ID is incorrect"
|
2978 |
+
msgstr ""
|
2979 |
+
|
2980 |
+
#: inc/core/shortcodes.php:1283
|
2981 |
+
msgid "please specify meta key name"
|
2982 |
+
msgstr ""
|
2983 |
+
|
2984 |
+
#: inc/core/shortcodes.php:1304
|
2985 |
+
msgid "password field is not allowed"
|
2986 |
+
msgstr ""
|
2987 |
+
|
2988 |
+
#: inc/core/shortcodes.php:1308
|
2989 |
+
msgid "user ID is incorrect"
|
2990 |
+
msgstr ""
|
2991 |
+
|
2992 |
+
#: inc/core/shortcodes.php:1347
|
2993 |
+
msgid "please specify template name"
|
2994 |
+
msgstr ""
|
2995 |
+
|
2996 |
+
#: inc/core/tools.php:782
|
2997 |
msgid "Example code does not found, please check it later"
|
2998 |
msgstr ""
|
2999 |
|
3000 |
+
#: inc/core/tools.php:798
|
3001 |
msgid "Get the code"
|
3002 |
msgstr ""
|
3003 |
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
=== Shortcodes Ultimate ===
|
2 |
Contributors: gn_themes
|
3 |
-
License:
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MMA2VA7JDXWDY
|
5 |
Tags: shortcode, shortcodes, short code, video, responsive, responsive video, youtube, vimeo, audio, mp3, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordion, slider, plugin, admin, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, guests, membership, documents, carousel, rss, touch, icon, icons
|
6 |
Requires at least: 3.5
|
@@ -17,7 +17,8 @@ Supercharge your WordPress theme with mega pack of shortcodes
|
|
17 |
With this plugin you can easily create tabs, buttons, boxes, different sliders, responsive videos and much, much more. Turn your free theme to premium in just a few clicks. Using Shortcodes Ultimate you can quickly and easily retrieve premium themes features and display it on your site. See screenshots for more information.
|
18 |
|
19 |
= Premium Add-ons =
|
20 |
-
* __[Extra
|
|
|
21 |
* __[Shortcode Creator](http://gndev.info/shortcodes-ultimate/maker/)__ - allows you to create your own custom shortcodes
|
22 |
|
23 |
= Features =
|
@@ -29,14 +30,20 @@ With this plugin you can easily create tabs, buttons, boxes, different sliders,
|
|
29 |
* Special widget
|
30 |
* Rich API
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
= Demo video =
|
33 |
[youtube http://www.youtube.com/watch?v=DR2c266yWEA]
|
34 |
|
35 |
-
= More videos =
|
36 |
-
* [Shortcodes Ultimate Tutorial](http://www.youtube.com/watch?v=IjmaXz-b55I)
|
37 |
-
* [How to use special widget](http://www.youtube.com/watch?v=YU3Zu6C5ZfA)
|
38 |
-
* [How to create image gallery](http://www.youtube.com/watch?v=kCWyO2F7jTw)
|
39 |
-
|
40 |
= Requirements =
|
41 |
* WordPress 3.5+
|
42 |
* PHP 5.1+
|
@@ -62,6 +69,7 @@ Have a translation? [Contact me](http://gndev.info/feedback/)
|
|
62 |
* Designmodo - [Flat UI Free icons](http://designmodo.com/)
|
63 |
* Dave Gandy - [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
|
64 |
* James Smith - [Simple Slider jQuery plugin](http://loopj.com/jquery-simple-slider/)
|
|
|
65 |
|
66 |
|
67 |
== Installation ==
|
@@ -76,7 +84,7 @@ Activate plugin at "Plugins" administration page.
|
|
76 |
|
77 |
== Upgrade Notice ==
|
78 |
|
79 |
-
|
80 |
|
81 |
|
82 |
== Screenshots ==
|
@@ -95,17 +103,22 @@ Activate plugin at "Plugins" administration page.
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
-
= 4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
* Updated some examples
|
100 |
* Removed import functions. Old versions of plugin (like 3.9.5) is not supported anymore
|
101 |
-
|
102 |
-
= 4.5.2 =
|
103 |
* Updated custom formatting filter
|
104 |
* Updated Japanese translation
|
105 |
* Added NL translation
|
106 |
* Minor fixes
|
107 |
-
|
108 |
-
= 4.5.0 =
|
109 |
* Presets. Now you need to adjust the shortcodes only once
|
110 |
* New WP filters for shortcodes attributes
|
111 |
* New option for compatibility mode prefix
|
1 |
=== Shortcodes Ultimate ===
|
2 |
Contributors: gn_themes
|
3 |
+
License: GPL
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MMA2VA7JDXWDY
|
5 |
Tags: shortcode, shortcodes, short code, video, responsive, responsive video, youtube, vimeo, audio, mp3, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordion, slider, plugin, admin, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, guests, membership, documents, carousel, rss, touch, icon, icons
|
6 |
Requires at least: 3.5
|
17 |
With this plugin you can easily create tabs, buttons, boxes, different sliders, responsive videos and much, much more. Turn your free theme to premium in just a few clicks. Using Shortcodes Ultimate you can quickly and easily retrieve premium themes features and display it on your site. See screenshots for more information.
|
18 |
|
19 |
= Premium Add-ons =
|
20 |
+
* __[Extra Shortcodes](http://gndev.info/shortcodes-ultimate/extra/)__ - 15+ additional shortcodes
|
21 |
+
* __[Additional Skins](http://gndev.info/shortcodes-ultimate/skins/)__ - 60+ additional skins for plugin shortcodes
|
22 |
* __[Shortcode Creator](http://gndev.info/shortcodes-ultimate/maker/)__ - allows you to create your own custom shortcodes
|
23 |
|
24 |
= Features =
|
30 |
* Special widget
|
31 |
* Rich API
|
32 |
|
33 |
+
= What people are saying (reviews) =
|
34 |
+
* [40+ Reasons Shortcodes Ultimate Is A Must Have Plugin](http://www.the-best-web-hosting-service.com/blog/2014/01/ultimateshortcodesreview/)
|
35 |
+
* [Обзор плагина Shortcodes Ultimate](http://rad-dom.ru/shortcodes-ultimate/) (Ru)
|
36 |
+
* [Shortcodes Ultimate Plugin Review](http://kevindankowebdesign.com/shortcodes-ultimate-plugin-review/)
|
37 |
+
* [Shortcodes Ultimate — плагин неограниченных возможностей](http://altacademic.ru/shortcodes-ultimate/) (Ru)
|
38 |
+
* [Shortcodes Ultimate – Free Shortcode Plugin For WordPress](http://www.wordpress-masterclass.com/shortcodes-ultimate-free-shortcode-plugin-for-wordpress/)
|
39 |
+
* [Shortcodes Ultimate – Newest Update Broke My Website](http://4spotmarketing.com/shortcodes-ultimate-stopped-working-and-the-update-broke-my-website/)
|
40 |
+
* Video: [Shortcodes Ultimate Tutorial](http://www.youtube.com/watch?v=IjmaXz-b55I)
|
41 |
+
* Video: [How to use special widget](http://www.youtube.com/watch?v=YU3Zu6C5ZfA)
|
42 |
+
* Video: [How to create image gallery](http://www.youtube.com/watch?v=kCWyO2F7jTw)
|
43 |
+
|
44 |
= Demo video =
|
45 |
[youtube http://www.youtube.com/watch?v=DR2c266yWEA]
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
= Requirements =
|
48 |
* WordPress 3.5+
|
49 |
* PHP 5.1+
|
69 |
* Designmodo - [Flat UI Free icons](http://designmodo.com/)
|
70 |
* Dave Gandy - [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
|
71 |
* James Smith - [Simple Slider jQuery plugin](http://loopj.com/jquery-simple-slider/)
|
72 |
+
* Kevin Batdorf - [Liquid Slider jQuery plugin](http://liquidslider.com)
|
73 |
|
74 |
|
75 |
== Installation ==
|
84 |
|
85 |
== Upgrade Notice ==
|
86 |
|
87 |
+
Upgrade normally
|
88 |
|
89 |
|
90 |
== Screenshots ==
|
103 |
|
104 |
== Changelog ==
|
105 |
|
106 |
+
= 4.6.0 =
|
107 |
+
* Auto-save for shortcodes settings. Now you don't need to adjust it again and again
|
108 |
+
* New premium add-on - [Extra Shortcodes](http://gndev.info/shortcodes-ultimate/extra/)
|
109 |
+
* Minor UX improvements
|
110 |
+
* New locale - VI
|
111 |
+
* Fixed bug with tax_term IDs in [posts] shortcode, [forum topic](http://wordpress.org/support/topic/posts-tax_term-category-number)
|
112 |
+
* Fixed bug with service title, [forum topic](http://wordpress.org/support/topic/service-shortcode-not-wrapping-properly-on-mobile-browser)
|
113 |
+
* Fixed bug with animations names in shortcode generator, [forum topic](http://wordpress.org/support/topic/animations-2)
|
114 |
+
|
115 |
+
= 4.5 =
|
116 |
* Updated some examples
|
117 |
* Removed import functions. Old versions of plugin (like 3.9.5) is not supported anymore
|
|
|
|
|
118 |
* Updated custom formatting filter
|
119 |
* Updated Japanese translation
|
120 |
* Added NL translation
|
121 |
* Minor fixes
|
|
|
|
|
122 |
* Presets. Now you need to adjust the shortcodes only once
|
123 |
* New WP filters for shortcodes attributes
|
124 |
* New option for compatibility mode prefix
|
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.
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Supercharge your WordPress theme with mega pack of shortcodes
|
@@ -13,7 +13,7 @@
|
|
13 |
|
14 |
// Define plugin file constant
|
15 |
define( 'SU_PLUGIN_FILE', __FILE__ );
|
16 |
-
define( 'SU_PLUGIN_VERSION', '4.
|
17 |
define( 'SU_ENABLE_CACHE', true );
|
18 |
|
19 |
// Includes
|
@@ -29,3 +29,4 @@ require_once 'inc/core/generator-views.php';
|
|
29 |
require_once 'inc/core/generator.php';
|
30 |
require_once 'inc/core/widget.php';
|
31 |
require_once 'inc/core/vote.php';
|
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://gndev.info/shortcodes-ultimate/
|
5 |
+
Version: 4.6.0
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Supercharge your WordPress theme with mega pack of shortcodes
|
13 |
|
14 |
// Define plugin file constant
|
15 |
define( 'SU_PLUGIN_FILE', __FILE__ );
|
16 |
+
define( 'SU_PLUGIN_VERSION', '4.6.0' );
|
17 |
define( 'SU_ENABLE_CACHE', true );
|
18 |
|
19 |
// Includes
|
29 |
require_once 'inc/core/generator.php';
|
30 |
require_once 'inc/core/widget.php';
|
31 |
require_once 'inc/core/vote.php';
|
32 |
+
require_once 'inc/core/counters.php';
|