Jetpack by WordPress.com - Version 5.2.1

Version Description

  • Release date: August 2, 2017
  • Release post: https://jetpack.com/?p=22686

Bug fixes * Solves an issue that caused widgets to lose their content when saved in WP Admin or Customizer.

Download this release

Release Info

Developer eliorivero
Plugin Icon 128x128 Jetpack by WordPress.com
Version 5.2.1
Comparing to
See all releases

Code changes from version 5.2 to 5.2.1

_inc/build/admin.js CHANGED
@@ -38,4 +38,4 @@ if(this.props.connectUser)return this.renderUserButton();if(this.props.isSiteCon
38
  value:function(){var e=this,t=(0,E.translate)("Image Performance"),n=function(){return e.props.updateOptions((0,s.default)({},"photon",!0))};return this.props.getOptionValue("photon")?v.default.createElement(A.default,{label:t,module:"photon",status:"is-working"},v.default.createElement("p",{className:"jp-dash-item__description"},(0,E.translate)("Jetpack is improving and optimizing your image speed."))):v.default.createElement(A.default,{label:t,module:"photon",className:"jp-dash-item__is-inactive"},v.default.createElement("p",{className:"jp-dash-item__description"},this.props.isDevMode?(0,E.translate)("Unavailable in Dev Mode"):(0,E.translate)("{{a}}Activate{{/a}} to enhance the performance and speed of your images.",{components:{a:v.default.createElement("a",{href:"javascript:void(0)",onClick:n})}})))}},{key:"render",value:function(){var e=(0,o.default)(this.props.moduleList);return(0,L.default)(e,"photon")?v.default.createElement("div",{className:"jp-dash-item__interior"},this.getContent()):null}}]),t}(g.Component);S.propTypes={isDevMode:v.default.PropTypes.bool.isRequired},t.default=(0,b.connect)(function(e){return{isDevMode:(0,k.isDevMode)(e),moduleList:(0,w.getModules)(e)}})(S),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.DashConnections=void 0;var a=n(908),o=r(a),i=n(911),s=r(i),c=n(912),u=r(c),l=n(913),d=r(l),p=n(914),f=r(p),h=n(142),m=r(h),_=n(154),M=n(499),g=n(871),v=r(g),b=n(1137),y=r(b),A=n(682),E=n(359),T=n(1148),L=r(T),w=n(1110),k=r(w),S=t.DashConnections=function(e){function t(){return(0,s.default)(this,t),(0,d.default)(this,(t.__proto__||(0,o.default)(t)).apply(this,arguments))}return(0,f.default)(t,e),(0,u.default)(t,[{key:"siteConnection",value:function(){var e="";return this.props.isDevMode?e=m.default.createElement("div",{className:"jp-connection-settings__info"},this.props.siteIcon?m.default.createElement("img",{width:"64",height:"64",className:"jp-connection-settings__site-icon",src:this.props.siteIcon,alt:""}):m.default.createElement(v.default,{icon:"globe",size:64}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("Your site is in Development Mode, so it can not be connected to WordPress.com."))):!0===this.props.siteConnectionStatus&&(e=m.default.createElement("div",null,m.default.createElement("div",{className:"jp-connection-settings__info"},this.props.siteIcon?m.default.createElement("img",{width:"64",height:"64",className:"jp-connection-settings__site-icon",src:this.props.siteIcon,alt:""}):m.default.createElement(v.default,{icon:"globe",size:64}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("Your site is connected to WordPress.com."),this.props.userIsMaster&&m.default.createElement("span",{className:"jp-connection-settings__is-owner"},m.default.createElement("br",null),m.default.createElement("em",null,(0,M.translate)("You are the Jetpack owner."))))),this.props.userCanDisconnectSite&&m.default.createElement("div",{className:"jp-connection-settings__actions"},m.default.createElement(k.default,{asLink:!0})))),e}},{key:"userConnection",value:function(){var e=this.props.userIsMaster?null:m.default.createElement(k.default,{asLink:!0,connectUser:!0,from:"connection-settings"});return this.props.isDevMode?m.default.createElement("div",{className:"jp-connection-settings__info"},m.default.createElement("img",{alt:"gravatar",width:"64",height:"64",className:"jp-connection-settings__gravatar",src:this.props.userWpComAvatar}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("The site is in Development Mode, so you can not connect to WordPress.com."))):this.props.isLinked?m.default.createElement("div",null,m.default.createElement("div",{className:"jp-connection-settings__info"},m.default.createElement("img",{alt:"gravatar",width:"64",height:"64",className:"jp-connection-settings__gravatar",src:this.props.userWpComAvatar}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("Connected as {{span}}%(username)s{{/span}}",{args:{username:this.props.userWpComLogin},components:{span:m.default.createElement("span",{className:"jp-connection-settings__username"})},comment:"%(username) is the WordPress user login name."}),m.default.createElement("div",{className:"jp-connection-settings__email"},this.props.userWpComEmail))),m.default.createElement("div",{className:"jp-connection-settings__actions"},e)):m.default.createElement("div",null,m.default.createElement("div",{className:"jp-connection-settings__info"},(0,M.translate)("Link your account to WordPress.com to get the most out of Jetpack.")),m.default.createElement("div",{className:"jp-connection-settings__actions"},e))}},{key:"render",value:function(){return m.default.createElement("div",null,m.default.createElement(L.default,null),m.default.createElement("div",{className:"jp-at-a-glance__item-grid"},m.default.createElement("div",{className:"jp-at-a-glance__left"},m.default.createElement("div",{className:"jp-dash-item__interior"},m.default.createElement(y.default,{className:"jp-connection-type",label:(0,M.translate)("Site connection",{context:"Dashboard widget header"})},this.siteConnection()))),m.default.createElement("div",{className:"jp-at-a-glance__right"},m.default.createElement("div",{className:"jp-dash-item__interior"},m.default.createElement(y.default,{className:"jp-connection-type",label:(0,M.translate)("Account connection",{context:"Dashboard widget header"})},this.userConnection())))))}}]),t}(h.Component);S.propTypes={siteConnectionStatus:m.default.PropTypes.any.isRequired,isDevMode:m.default.PropTypes.bool.isRequired,userCanDisconnectSite:m.default.PropTypes.bool.isRequired,userIsMaster:m.default.PropTypes.bool.isRequired,isLinked:m.default.PropTypes.bool.isRequired,userWpComLogin:m.default.PropTypes.any.isRequired,userWpComEmail:m.default.PropTypes.any.isRequired,userWpComAvatar:m.default.PropTypes.any.isRequired,username:m.default.PropTypes.any.isRequired},t.default=(0,_.connect)(function(e){return{siteConnectionStatus:(0,A.getSiteConnectionStatus)(e),isDevMode:(0,A.isDevMode)(e),userCanDisconnectSite:(0,E.userCanDisconnectSite)(e),userIsMaster:(0,E.userIsMaster)(e),userWpComLogin:(0,E.getUserWpComLogin)(e),userWpComEmail:(0,E.getUserWpComEmail)(e),userWpComAvatar:(0,E.getUserWpComAvatar)(e),username:(0,E.getUsername)(e),isLinked:(0,A.isCurrentUserLinked)(e),siteIcon:(0,E.getSiteIcon)(e)}})(S)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QueryUserConnectionData=void 0;var r=n(142),a=function(e){return e&&e.__esModule?e:{default:e}}(r),o=n(154),i=n(682),s=t.QueryUserConnectionData=a.default.createClass({displayName:"QueryUserConnectionData",componentWillMount:function(){this.props.isFetchingUserData||this.props.isDevMode||this.props.fetchUserConnectionData()},render:function(){return null}});t.default=(0,o.connect)(function(e){return{isFetchingUserData:(0,i.isFetchingUserData)(e),isDevMode:(0,i.isDevMode)(e)}},function(e){return{fetchUserConnectionData:function(){return e((0,i.fetchUserConnectionData)())}}})(s)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Plans=void 0;var a=n(142),o=r(a),i=n(154),s=n(979),c=n(684),u=r(c),l=n(738),d=n(907),p=r(d),f=n(682),h=n(1150),m=r(h),_=n(1151),M=r(_),g=n(1152),v=r(g),b=t.Plans=o.default.createClass({displayName:"Plans",themesPromo:function(){var e=this.props.sitePlan.product_slug||"",t="dev"!==this.props.plan?(0,s.getPlanClass)(e):"dev";switch(t){case"is-personal-plan":case"is-premium-plan":case"is-free-plan":return o.default.createElement(m.default,{plan:t,siteRawUrl:this.props.siteRawUrl})}return null},renderContent:function(){var e=this.props.sitePlan.product_slug||"",t=this.props.availableFeatures,n=this.props.activeFeatures,r="",a="dev"!==this.props.plan?(0,s.getPlanClass)(e):"dev";"dev"===this.props.getSiteConnectionStatus(this.props)&&(e="dev",t={},n={});var i=void 0!==this.props.availableFeatures[s.FEATURE_UNLIMITED_PREMIUM_THEMES],c=(0,u.default)(this.props.activeFeatures,s.FEATURE_UNLIMITED_PREMIUM_THEMES);return i&&!c&&(r=this.themesPromo(),"is-free-plan"===a)?r:o.default.createElement("div",null,r,o.default.createElement("div",{className:"jp-landing__plans dops-card"},o.default.createElement(M.default,{plan:e,siteRawUrl:this.props.siteRawUrl}),o.default.createElement(v.default,{plan:e,availableFeatures:t,activeFeatures:n,siteRawUrl:this.props.siteRawUrl,siteAdminUrl:this.props.siteAdminUrl})))},render:function(){return o.default.createElement("div",null,o.default.createElement(p.default,null),this.renderContent())}});t.default=(0,i.connect)(function(e){return{getSiteConnectionStatus:function(){return(0,f.getSiteConnectionStatus)(e)},sitePlan:(0,l.getSitePlan)(e),availableFeatures:(0,l.getAvailableFeatures)(e),activeFeatures:(0,l.getActiveFeatures)(e)}})(b)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(759),s=r(i),c=n(499),u=n(984),l=r(u),d=n(758),p=r(d),f=n(699),h=r(f),m=n(1079),_=o.default.createClass({displayName:"ThemesPromoCard",trackGetStarted:function(){h.default.tracks.recordJetpackClick({target:"themes-card",button:"themes-get-started",plan:this.props.plan})},trackComparePlans:function(){h.default.tracks.recordJetpackClick({target:"themes-card",button:"themes-compare-all",plan:this.props.plan})},render:function(){var e=(0,s.default)(this.props.className,"jp-themes-card"),t=this.props.plan,n=/(?![is-])(.*)(?=-plan)/g,r=Array.isArray(t.match(n))?t.match(n)[0]:"";return o.default.createElement("div",{className:e},o.default.createElement(l.default,{className:"jp-apps-card__content"},o.default.createElement("div",{className:"jp-apps-card__top"},o.default.createElement("svg",{id:"customizeTheme",viewBox:"0 0 1562.02 968.34"},o.default.createElement("path",{style:{fill:"none"},d:"M2782.37,1785.75v304h186.89V1766.4H2801.72A19.34,19.34,0,0,0,2782.37,1785.75Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#f3f6f8"},d:"M2694.2,1577.67v-66.48H2489.65c1.43,2.42,2.76,4.91,4,7.46a97.51,97.51,0,0,1-45.91,129.77l-1.12.53-1.7.78a103.66,103.66,0,0,1-12.4,4.49l-1.95.52c-.74.19-1.49.39-2.24.57q-1.71.41-3.44.76c-2-3.57-2.59-12.67-3-17.89-.57-8.53-.89-13.23-4.33-14.63-5.44-2.19-12.54,3.41-17.3,13.66a45.49,45.49,0,0,0-4.29,20.29,97.48,97.48,0,0,1-78.41-138.84c1.22-2.55,2.55-5,4-7.46H2109.11v345.3c30.68.61,91.09-10.69,91.91,17.83V1771.63h395.1V1893.7c31.53-.25,63.17,7.34,94.57,2.12a2.54,2.54,0,0,1,3,1.87c3.06,18.42,15.24,184.72,16.49,201.18,1.13,15,3.61,29.66.47,44.63a2.57,2.57,0,0,1-2.49,1.75c-11.26.59-22.59,2.08-33.86,2-10.57,0-50.89-1.13-53.77-2.15-3.56-1.26-20.91,2.91-29.77,3.48-8.49.54-42.08,2.8-50.36,3-10.37.2-21.3-.12-21.55-10.11-.14-5.61-5.37-46-4.63-51.76h-310c0,1.3-64.18-.14-95-.4v91.12h923.76V1577.67Zm275.06,512H2782.37v-304a19.34,19.34,0,0,1,19.34-19.34h167.55Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c2f4ff"},d:"M2493.63,1518.65c-1.22-2.55-2.55-5-4-7.46-1.13-1.92-2.32-3.81-3.57-5.64a97.45,97.45,0,0,0-160.89,0c-1.26,1.84-2.45,3.74-3.59,5.67-1.43,2.42-2.76,4.91-4,7.46A97.48,97.48,0,0,0,2396,1657.5a45.49,45.49,0,0,1,4.29-20.29c4.75-10.25,11.85-15.85,17.3-13.66,3.44,1.4,3.76,6.1,4.33,14.63.36,5.22,1,14.32,3,17.89q1.73-.35,3.44-.76c.75-.18,1.49-.37,2.24-.57l1.95-.52a103.66,103.66,0,0,0,12.4-4.49l1.7-.78,1.12-.53a97.51,97.51,0,0,0,45.91-129.77Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2969,1767.15H2801.47a19.34,19.34,0,0,0-19.34,19.34v304H2969Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("polygon",{style:{fill:"#00a9de"},points:"936.97 71.05 936.97 148.82 936.97 215.3 1275.64 215.3 1327.68 215.3 1327.68 71.05 936.97 71.05"}),o.default.createElement("path",{style:{fill:"#f3f6f8"},d:"M2136.25,1998.84l52-.38,3.78,41.27-42.35-3.82S2132.86,2032.54,2136.25,1998.84Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2125.33,1518.65h-16.79a6.71,6.71,0,0,1-6.71-6.71v-16.79a6.71,6.71,0,1,1,13.43,0v10.07h10.07a6.71,6.71,0,0,1,0,13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2108.55,1467.71a6.71,6.71,0,0,1-6.71-6.71v-34.16a6.71,6.71,0,0,1,13.43,0V1461A6.71,6.71,0,0,1,2108.55,1467.71Zm9.13-66.52a6.71,6.71,0,0,1-5.59-10.43,61.47,61.47,0,0,1,29.41-23.59,6.71,6.71,0,1,1,4.8,12.54,48.88,48.88,0,0,0-23,18.48A6.7,6.7,0,0,1,2117.68,1401.19Zm905.71-.17a6.7,6.7,0,0,1-5.59-3,48.78,48.78,0,0,0-23.09-18.39,6.71,6.71,0,0,1,4.75-12.56,61.51,61.51,0,0,1,29.51,23.47,6.71,6.71,0,0,1-5.57,10.45Zm-60-24.48h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43H2895a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,1,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,1,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,0,1,0-13.43H2690a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,1,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,1,1,0,13.43Zm-68.32,0h-34.17a6.71,6.71,0,1,1,0-13.43h34.17a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2595.87,2146.26s-4.79,103.66-20.35,167.09l-91.65,1.2s-7.35-4.68,2.39-9.57c10.22-5.13,37.63-10.63,40.69-16.76,6-12,3.59-135.24,3.59-135.24",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2631.51,2149.4s4.79,96.94,20.35,160.37L2732,2311s7.35-4.68-2.39-9.57c-10.22-5.13-37.63-10.63-40.69-16.76-6-12,11.69-142,11.69-142",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2428.56,1659.71s2.15,1.76,2.95-5.22a96.8,96.8,0,0,1-9.45,2.1C2423.44,1659.33,2425.48,1660.74,2428.56,1659.71Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2428.56,1659.71c-3.08,1-5.12-.39-6.51-3.12a98.07,98.07,0,0,1-16.43,1.39c-2,0-3.92-.07-5.86-.18.71,10.87,6.35,22.22,21.32,30l10.92,5.91,18.25-11.25c1.85-15.18-1.32-26.11-4.73-33a96.7,96.7,0,0,1-14,5C2430.72,1661.48,2428.56,1659.71,2428.56,1659.71Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2422.06,1656.59c-4.26-8.42-2.32-29.41-5.46-30.69-5.95-2.42-18,14.09-16.83,31.89,1.94.11,3.89.18,5.86.18A98.07,98.07,0,0,0,2422.06,1656.59Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2669.78,2003.53a3.36,3.36,0,0,1-.35-6.69l37.1-4a3.36,3.36,0,1,1,.72,6.67l-37.1,4Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2695.47,2023.4a24.39,24.39,0,0,1-17.25-6.64,18.91,18.91,0,0,1-6-14.79,3.21,3.21,0,0,1,3.55-3.15,3.35,3.35,0,0,1,3.15,3.55,12.26,12.26,0,0,0,4,9.57,18.38,18.38,0,0,0,14.33,4.73l6.47-1.8a3.35,3.35,0,0,1,1.74,6.48l-7,1.9C2697.41,2023.35,2696.44,2023.4,2695.47,2023.4Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2510.57,1801.68a3.36,3.36,0,0,1-1.38-6.42l29-13a3.36,3.36,0,1,1,2.75,6.12l-29,13A3.32,3.32,0,0,1,2510.57,1801.68Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2546.66,1602.62c.17,4,1.34,7,2.68,7.81.92.57,2.35-.09,3.47-.81q-.24-2.52-.3-5.06Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2550.45,1591.37a9.56,9.56,0,0,0-3,4.43l5.24,1.75c.16-2.17.43-4.32.79-6.45a3.31,3.31,0,0,1-1-.72A4.74,4.74,0,0,0,2550.45,1591.37Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2580.7,1637.25a20.24,20.24,0,0,1-10.18-17.25l1-9.1-12.14-4a64.44,64.44,0,0,0,1.22,9.25c3.32,15.85,7.25,28.2,24.71,31a3.37,3.37,0,0,1,2.81,2.92l2.16,18.43a3.37,3.37,0,0,1-2.94,3.73l-.4,0a3.34,3.34,0,0,1-2.14-.78v8.46l42,2.24V1644.6a24.54,24.54,0,0,1-5.72,2.1C2603.51,1650.74,2589.78,1642.36,2580.7,1637.25Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2616.75,1611,2606,1582s-14.32-8-27.77-7.19C2585.13,1590.91,2599.26,1606.61,2616.75,1611Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2561,1587.76a62.57,62.57,0,0,0-1.69,12l12.91,4.3,1.53-14.5S2566,1590.51,2561,1587.76Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f84"},d:"M2642.18,1608.93a40.09,40.09,0,0,1-25.43,2c-17.49-4.36-31.61-20.06-38.5-36.2-3.84-9-5.43-18.16-4.09-25.55-6.69,5.25-12.38,13.71-16.59,26.57a18.47,18.47,0,0,0-.66,2.65c-.72,1.84-1.33,3.72-1.87,5.64a7.23,7.23,0,0,0-4-.26c-4.5,1-9.8,5.64-10.81,13.69-.81,6.49.17,15.26,5.63,18.63a8.18,8.18,0,0,0,4.33,1.21,10.19,10.19,0,0,0,3.69-.74c.06.28.1.57.16.85,3.44,16.44,8.2,31.53,27.7,35.78l1.87,16a3.39,3.39,0,0,0,3.33,3l.4,0a3.37,3.37,0,0,0,2.94-3.73l-2.16-18.43a3.37,3.37,0,0,0-2.81-2.92c-17.45-2.8-21.38-15.15-24.71-31a64.44,64.44,0,0,1-1.22-9.25l12.14,4-1,9.1a20.24,20.24,0,0,0,10.18,17.25c9.08,5.11,22.81,13.49,40.3,9.45a24.54,24.54,0,0,0,5.72-2.1c11.87-6.1,18.57-21.52,20.71-38.28A40.64,40.64,0,0,1,2642.18,1608.93Zm-92.84,1.5c-1.34-.83-2.51-3.81-2.68-7.81l5.85,1.95q.06,2.53.3,5.06C2551.69,1610.34,2550.26,1611,2549.34,1610.44Zm3.34-12.89-5.24-1.75a9.56,9.56,0,0,1,3-4.43,4.74,4.74,0,0,1,2-1,3.31,3.31,0,0,0,1,.72C2553.1,1593.22,2552.84,1595.38,2552.68,1597.55Zm19.52,6.5-12.91-4.3a62.57,62.57,0,0,1,1.69-12c5,2.75,12.75,1.79,12.75,1.79Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#74dcfc"},d:"M2584.48,1535.27c-5.88,2.56-9.17,7.61-10.32,13.94-4.83,26.63,28.33,76.05,68,59.72a40.64,40.64,0,0,0,5.24-2.61C2686.87,1583,2632.3,1514.44,2584.48,1535.27Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#86a6bd",opacity:"0.26"},d:"M2032.34,1985.67h150.18a8.52,8.52,0,0,0,8.52-8.89l-4.28-99.89a6.41,6.41,0,0,0-6.42-6.15H2030.4l2,101.93",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2191.39,2039.77c-2.76-16-4.06-32-5.43-48.07l-.8-12.05-.4-6-.1-1.51a14.89,14.89,0,0,1,0-2,8.56,8.56,0,0,1,1.94-4.75,10.8,10.8,0,0,1,8-3.8l6.15-.07,12.08-.07,12.08.12,6.15.07a10.76,10.76,0,0,1,8,3.78,8.47,8.47,0,0,1,1.92,4.72l.15,3.1.28,6,.52,12.07c.57,16.1,1.08,32.19.8,48.34a1.35,1.35,0,0,1-2.68.15c-2.1-16-3.41-32.06-4.67-48.12l-.85-12-.4-6-.2-2.93a1.39,1.39,0,0,0-.37-.76,3.69,3.69,0,0,0-2.7-1.08l-5.92.05-12.08.12-12.08-.07-5.92,0a3.64,3.64,0,0,0-2.66,1.06,1.39,1.39,0,0,0-.37.73s0,.47,0,1l.07,1.51.28,6,.57,12.06c.45,16.1,1,32.2,0,48.38a.68.68,0,0,1-1.34.08Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("polygon",{style:{fill:"#f3f6f8"},points:"471.79 657.89 469.28 613.56 442.97 613.56 445.48 657.83 471.79 657.89"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"392.72",x2:"428.98",y1:"701.82",y2:"701.82"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2149.71,2064.26a21.59,21.59,0,0,1,9.06-2.71,83.69,83.69,0,0,1,9.06-.42c3,.08,6,.26,9.06.51a34.08,34.08,0,0,1,9.06,2,1.44,1.44,0,0,1,0,2.68,34.08,34.08,0,0,1-9.06,2c-3,.25-6,.44-9.06.51a83.69,83.69,0,0,1-9.06-.42,21.59,21.59,0,0,1-9.06-2.71.78.78,0,0,1-.28-1.06A.8.8,0,0,1,2149.71,2064.26Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2181.34,2034.57c-17.22-1.19-34.44-1.6-51.66-1.94l-25.83-.28-12.92-.12-6.46-.06a18,18,0,0,1-5.17-.89,16.73,16.73,0,0,1-11.49-16.09l-.16-17.54c-2.3-.12-4.6-.15-6.9-.15l-.16,17.7a24,24,0,0,0,16.34,23.3,25.54,25.54,0,0,0,7.53,1.15l6.46-.06,12.92-.12,25.83-.28c17.22-.34,34.44-.74,51.66-1.94a1.35,1.35,0,0,0,0-2.69Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2156.47,2034.57c-8.58-1.15-15.3-7.64-16.55-15.28-.52-3.45-.09-8.55-.11-13l.17-9.79h-7.46l.17,9.79c.28,4.67-.32,8.81.82,14.38a22.45,22.45,0,0,0,8.62,12.8,20.63,20.63,0,0,0,14.34,3.78,1.38,1.38,0,0,0,1.18-1.18A1.35,1.35,0,0,0,2156.47,2034.57Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2189,1994.51a19.45,19.45,0,0,1-5.57.7h-4.77v0h-.5c-28.24.05-56.47.45-84.71.69-30.47.46-60.93,1.09-91.4,2.05a.67.67,0,0,0,0,1.34c30.47,1,60.93,1.59,91.4,2.05,30.47.26,60.93.72,91.4.71h.15a3.45,3.45,0,0,0,.65-.09,27.44,27.44,0,0,0,3.36-.4Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2207.27,1957.36l-2.43-61.2-.61-15.3c-.15-2.7-.09-4.75-.44-8a21.85,21.85,0,0,0-18.16-18.52,36.58,36.58,0,0,0-6.11-.28,3.76,3.76,0,0,0-.72-.07l-159,.55-9.94.09a16.26,16.26,0,0,0-11.19,3.89,15.82,15.82,0,0,0-5.41,10.68c-.07,3.91.13,6.79.18,10.23l1,39.73c.59,26.49,1.48,53,2.47,79.45a1.34,1.34,0,0,0,2.68,0c.11-26.5.14-53-.15-79.49l-.29-39.74c0-3.18-.1-6.93,0-9.63a9.79,9.79,0,0,1,3.47-6.54,10,10,0,0,1,7.22-2.24l3.91,0,1.63,55c.48,19.37,1.43,38.74,2.16,58.1a1.34,1.34,0,0,0,2.68-.05c0-19.38.13-38.77-.16-58.14l-.56-54.84h.27l155.34.54.13-.07h2.09a54.42,54.42,0,0,1,7,.23,14.2,14.2,0,0,1,9.76,6.53,14,14,0,0,1,2,5.63c.2,1.84.24,4.9.38,7.29l.7,15.29,1.41,30.59,1.41,30.59.28,6.14a47.87,47.87,0,0,1,7.11.15Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2191.39,2039.77c-2.76-16-4.06-32-5.43-48.07l-.8-12.05-.4-6-.1-1.51a14.89,14.89,0,0,1,0-2,8.56,8.56,0,0,1,1.94-4.75,10.8,10.8,0,0,1,8-3.8l6.15-.07,12.08-.07,12.08.12,6.15.07a10.76,10.76,0,0,1,8,3.78,8.47,8.47,0,0,1,1.92,4.72l.15,3.1.28,6,.52,12.07c.57,16.1,1.08,32.19.8,48.34a1.35,1.35,0,0,1-2.68.15c-2.1-16-3.41-32.06-4.67-48.12l-.85-12-.4-6-.2-2.93a1.39,1.39,0,0,0-.37-.76,3.69,3.69,0,0,0-2.7-1.08l-5.92.05-12.08.12-12.08-.07-5.92,0a3.64,3.64,0,0,0-2.66,1.06,1.39,1.39,0,0,0-.37.73s0,.47,0,1l.07,1.51.28,6,.57,12.06c.45,16.1,1,32.2,0,48.38a.68.68,0,0,1-1.34.08Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("polygon",{style:{fill:"#f3f6f8"},points:"471.79 657.89 469.28 613.56 442.97 613.56 445.48 657.83 471.79 657.89"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"392.72",x2:"428.98",y1:"701.82",y2:"701.82"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2149.71,2064.26a21.59,21.59,0,0,1,9.06-2.71,83.69,83.69,0,0,1,9.06-.42c3,.08,6,.26,9.06.51a34.08,34.08,0,0,1,9.06,2,1.44,1.44,0,0,1,0,2.68,34.08,34.08,0,0,1-9.06,2c-3,.25-6,.44-9.06.51a83.69,83.69,0,0,1-9.06-.42,21.59,21.59,0,0,1-9.06-2.71.78.78,0,0,1-.28-1.06A.8.8,0,0,1,2149.71,2064.26Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M1758.29,2322.51c129.84-3.7,259.68-4.48,389.52-5.4l389.52-.85c259.68.81,519.36.35,779,4.91a2.69,2.69,0,0,1,0,5.37c-259.68,4.56-519.36,4.1-779,4.91l-389.52-.85c-129.84-.92-259.68-1.7-389.52-5.4a1.34,1.34,0,0,1,0-2.68Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2531.81,2280.22a3.36,3.36,0,0,1-3.21-4.33c4.87-16,2.75-48.59.71-80-1-15.5-2-30.14-2.1-42.83a3.36,3.36,0,0,1,3.32-3.4h0a3.36,3.36,0,0,1,3.36,3.32c.14,12.51,1.09,27.07,2.09,42.47,2.09,32.06,4.24,65.22-1,82.44A3.36,3.36,0,0,1,2531.81,2280.22Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2651.85,2313.12a3.35,3.35,0,0,1-3.31-2.86c-.12-.81-12.12-81.19-20.37-160.52a3.36,3.36,0,1,1,6.67-.7c8.24,79.19,20.21,159.42,20.33,160.22a3.36,3.36,0,0,1-2.82,3.82A3.27,3.27,0,0,1,2651.85,2313.12Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M3025.91,1433.5v-6.88a6.71,6.71,0,0,1,13.43,0V1434",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2798.25,1578.5v-1.72a26.28,26.28,0,0,1-8.95,4.54s7.5-27.34-.45-29.17-38.4,52.06-38.4,52.06l11,26.43s11.83-10.63,49.88-30.13c8.64-8.13,13.71-15.59,16.29-22Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2782.12,1618.79a3.36,3.36,0,0,1,0-6.71c3.78-.14,30-13.82,42.82-38.15a3.36,3.36,0,1,1,5.94,3.13C2817.51,1602.39,2789,1618.79,2782.12,1618.79Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2761.47,1597.25a3.36,3.36,0,0,1-2.22-5.87c2.76-2.45,7.26-11.57,11.23-19.61,8.05-16.3,11.8-23,16.48-23.58a4.9,4.9,0,0,1,4.44,1.78c4.62,5.4,3.46,18.48,2.22,26.39,2.84-1.22,6-3.06,7.75-5.51a3.36,3.36,0,1,1,5.47,3.89c-5.18,7.26-16.36,9.76-16.83,9.86a3.36,3.36,0,0,1-4-4c1.66-7.7,2.93-20,1.06-24.9-2.73,3.15-7.36,12.54-10.58,19-4.66,9.44-9.05,18.35-12.81,21.66A3.31,3.31,0,0,1,2761.47,1597.25Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2416.59,1625.9c3.14,1.27,1.2,22.27,5.46,30.69.95-.16,1.89-.34,2.83-.53-2-3.57-2.59-12.67-3-17.89-.57-8.53-.89-13.23-4.33-14.63-5.44-2.19-12.54,3.41-17.3,13.66a45.49,45.49,0,0,0-4.29,20.29c1.24.12,2.48.23,3.74.3C2398.59,1640,2410.65,1623.49,2416.59,1625.9Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2428.33,1655.3l2.24-.57C2429.82,1654.93,2429.08,1655.12,2428.33,1655.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2447.73,1648.42l-1.12.53Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2191.3,1505.23h-33a6.71,6.71,0,1,0,0,13.43h33a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2257.26,1505.23h-33a6.71,6.71,0,1,0,0,13.43h33a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2587.08,1505.23h-33a6.71,6.71,0,1,0,0,13.43h33a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2686,1505.23a6.71,6.71,0,1,0,0,13.43h8v-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2653,1499.58h-33a6.71,6.71,0,0,0,0,13.43h33a6.71,6.71,0,0,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2323.22,1505.23h-33a6.71,6.71,0,0,0,0,13.43h27.37a97.31,97.31,0,0,1,7.57-13.14A6.72,6.72,0,0,0,2323.22,1505.23Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2521.11,1505.23h-33a6.71,6.71,0,0,0-2.05.32,97.32,97.32,0,0,1,7.55,13.11h27.48a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2430.57,1654.73l-2.24.57c-.16,1-.49,1.78-1.08,2-.92.31-1.21.1-1.35,0a3.51,3.51,0,0,1-1-1.23c-2-3.57-2.59-12.67-3-17.89-.57-8.53-.89-13.23-4.33-14.63-5.44-2.19-12.54,3.41-17.3,13.66a45.49,45.49,0,0,0-4.29,20.29c.39,12.48,6.62,25.37,23.26,34.07a3.4,3.4,0,0,0,1.55.38,3.36,3.36,0,0,0,1.55-6.33c-23.86-12.47-20.37-32.83-17.76-41,2.86-9,7.67-13.76,9.75-14.69a83.07,83.07,0,0,1,.87,8.7c.65,9.63,1.39,20.54,6.92,24.25a7.94,7.94,0,0,0,7.21.78c4.91-1.64,5.87-5.42,5.78-10.24-.57.2-1.57.5-2.65.8l-1,.28Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2431.51,1654.49l1-.28-1.95.52Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2445.52,1649.46l-.61.27c-1.23.56-2.56,1.13-3.32,1.39a57.89,57.89,0,0,1,4.6,24,3.36,3.36,0,0,0,3.31,3.4h0a3.36,3.36,0,0,0,3.36-3.31,66.28,66.28,0,0,0-5.19-26.75l-1.12.53Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2446.61,1648.95l-1.7.78.61-.27Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2547.12,2156.58c-11.43,0-21.7-1.43-27.18-5.63a11.37,11.37,0,0,1-4.7-8.56c-.17-3-.55-7.36-1-12.93-3-34.13-10-114,4.45-204.92a3.36,3.36,0,0,1,6.64,1c-14.33,90.06-7.37,169.4-4.39,203.28.5,5.66.89,10.09,1.06,13.15a4.69,4.69,0,0,0,2.09,3.6c11.59,8.87,57.88,1.65,74.75-1.89a3.36,3.36,0,0,1,1.38,6.57C2595.85,2151.2,2569.3,2156.58,2547.12,2156.58Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2643.2,2151.66c-12.44,0-22.94-1.1-27.65-4.25-10.39-6.93-8.37-101.49-7-141.83a3.18,3.18,0,0,1,3.47-3.25,3.37,3.37,0,0,1,3.25,3.47c-2.09,62.26-1.09,130.21,4.2,136.16,9.2,6.1,58.16,1.8,88.94-2.62l-5.81-102.27a3.36,3.36,0,0,1,3.16-3.54,3.19,3.19,0,0,1,3.54,3.16l6,105.34a3.36,3.36,0,0,1-2.85,3.51C2706.69,2146.4,2670.33,2151.66,2643.2,2151.66Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2701.14,1985.18a3.35,3.35,0,0,1-3.34-3.09l-7.19-88.58a3.35,3.35,0,1,1,6.69-.54l7.19,88.58a3.36,3.36,0,0,1-3.08,3.61Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#74dcfc"},d:"M2790.95,1624l-32.31-33.51c-15.78,31.57-62.67,78.58-98.1,87.42-.81-.32-1.63-.64-2.49-1-11.37-4.19-76.46-8.61-92-2-10,4.25-16.9,7.49-21.52,11.79-30.74,24.06-50,44.9-50,44.9L2457,1673l-33.51,23.94s28.72,105.32,73,102.93a107.17,107.17,0,0,0,41.78-11.27l3.7,105.84,148.35-2.55-3.6-151.61C2742,1712.26,2790.95,1624,2790.95,1624Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2535.2,1898.17a3.36,3.36,0,0,1,0-6.71l158.76-1.57a3.23,3.23,0,0,1,3.39,3.32,3.36,3.36,0,0,1-3.32,3.39l-158.76,1.57Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2510.57,1801.68a3.36,3.36,0,0,1-1.38-6.42l29-13a3.36,3.36,0,1,1,2.75,6.12l-29,13A3.32,3.32,0,0,1,2510.57,1801.68Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2363.75,2092.76h-.48l-96.46,1.48-97.41,1-195.87.76a3.72,3.72,0,0,1-3.73-3.7v0l-.07-54.71a3.79,3.79,0,0,1,3.78-3.8h0l194.63.42,194.63,1.45h0a1.9,1.9,0,0,1,1.89,1.92v0Zm-1.9-.95v-.47l-1-53.76,1.93,1.93L2168.15,2041l-194.63.42,3.8-3.8-.07,54.71-3.73-3.73,193.41.76,97.22,1Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"216.54",x2:"216.54",y1:"709.01",y2:"947.85"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M1974.19,2072.13c1.85,19.9,2.24,39.81,2.7,59.71l.42,59.71c-.4,39.8-.17,79.61-2.46,119.42a1.35,1.35,0,0,1-2.69,0c-2.28-39.8-2.05-79.61-2.45-119.42l.42-59.71c.46-19.9.85-39.8,2.7-59.71a.67.67,0,0,1,1.34,0Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"605.81",x2:"605.81",y1:"729.17",y2:"947.85"
39
  }),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2363.46,2092.29c1.85,18.22,2.24,36.45,2.7,54.67l.42,54.67c-.4,36.45-.17,72.89-2.45,109.34a1.35,1.35,0,0,1-2.69,0c-2.28-36.45-2.05-72.89-2.46-109.34l.43-54.67c.46-18.22.85-36.45,2.7-54.67a.67.67,0,0,1,1.34,0Z",transform:"translate(-1756.98 -1363.12)"})),o.default.createElement("div",{className:"jp-apps-card__clouds"},o.default.createElement("img",{src:m.imagePath+"/white-clouds.svg",alt:""}))),o.default.createElement("div",{className:"jp-apps-card__description"},o.default.createElement("h3",{className:"jp-apps-card__header"},(0,c.translate)("Introducing Unlimited Themes")),(0,c.translate)("{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}",{components:{subhead:o.default.createElement("p",{className:"jp-apps-card__promo_subhead"}),p:o.default.createElement("p",{className:"jp-apps-card__paragraph"})}}),o.default.createElement("p",null,o.default.createElement(p.default,{className:"is-primary",onClick:this.trackGetStarted,href:"https://jetpack.com/redirect/?source=upgrade-pro-"+r+"&site="+this.props.siteRawUrl},(0,c.translate)("Explore Professional"))," ",o.default.createElement(p.default,{onClick:this.trackComparePlans,href:"https://jetpack.com/redirect/?source=plans-compare-free&site="+this.props.siteRawUrl},(0,c.translate)("Compare All Plans"))),o.default.createElement("a",{onClick:this.trackGetStarted,href:"https://jetpack.com/redirect/?source=upgrade-pro-"+r+"&site="+this.props.siteRawUrl},(0,c.translate)("Limited time 50% introductory discount on Jetpack Professional.")))))}});_.propTypes={className:o.default.PropTypes.string,plan:o.default.PropTypes.string},t.default=_,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(758),s=r(i),c=n(499),u=n(699),l=r(u),d=n(979),p=n(1079),f=o.default.createClass({displayName:"PlanHeader",trackLearnMore:function(){l.default.tracks.recordJetpackClick({target:"learn-more",plan:"free",page:"plans"})},render:function(){var e="",t="";switch("dev"!==this.props.plan?(0,d.getPlanClass)(this.props.plan):"dev"){case"is-free-plan":e=o.default.createElement("div",{className:"jp-landing-plans__header"},o.default.createElement("h2",{className:"jp-landing-plans__header-title"},(0,c.translate)("Introducing our most affordable backups and security plan yet")),o.default.createElement("p",{className:"jp-landing-plans__header-description"},(0,c.translate)("Jetpack Personal keeps your data, site, and hard work safe.")),o.default.createElement("div",{className:"jp-landing-plans__header-img-container"},o.default.createElement("div",{className:"jp-landing-plans__header-col-left"},o.default.createElement("h3",{className:"jp-landing-plans__header-subtitle"},(0,c.translate)("How much is your website worth?")),o.default.createElement("p",{className:"jp-landing-plans__header-text"},(0,c.translate)("For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."),o.default.createElement("br",null),o.default.createElement("br",null),(0,c.translate)("Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.")),o.default.createElement("p",{className:"jp-landing-plans__header-btn-container"},o.default.createElement(s.default,{href:"https://jetpack.com/redirect/?source=plans-main-top&site="+this.props.siteRawUrl,className:"is-primary"},(0,c.translate)("Learn more")))),o.default.createElement("div",{className:"jp-landing-plans__header-col-right"},o.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"335",height:"233",viewBox:"0 0 1005 700",version:"1.1","aria-labelledby":"wpcomLogin",role:"img"},o.default.createElement("title",{id:"wpcomLogin"},(0,c.translate)("Image of WordPress login screen protected by Jetpack")),o.default.createElement("defs",null,o.default.createElement("rect",{id:"path-1",x:"0",y:"0",width:"1005",height:"700",rx:"8"}),o.default.createElement("polygon",{id:"path-3",points:"0 80 80 80 80 0 0 0 0 80"}),o.default.createElement("rect",{id:"path-5",x:"22",y:"154",width:"280",height:"35"}),o.default.createElement("mask",{id:"mask-6",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"280",height:"35",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-5"})),o.default.createElement("rect",{id:"path-7",x:"22",y:"234",width:"280",height:"35"}),o.default.createElement("mask",{id:"mask-8",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"280",height:"35",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-7"})),o.default.createElement("rect",{id:"path-9",x:"22",y:"291",width:"15",height:"15"}),o.default.createElement("mask",{id:"mask-10",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"15",height:"15",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-9"})),o.default.createElement("rect",{id:"path-11",x:"230",y:"289",width:"71",height:"30",rx:"3"}),o.default.createElement("filter",{x:"-50",y:"-50",width:"200",height:"200",filterUnits:"objectBoundingBox",id:"filter-12"},o.default.createElement("feOffset",{dx:"0",dy:"1",in:"SourceAlpha",result:"shadowOffsetOuter1"}),o.default.createElement("feComposite",{in:"shadowOffsetOuter1",in2:"SourceAlpha",operator:"out",result:"shadowOffsetOuter1"}),o.default.createElement("feColorMatrix",{values:"0",type:"matrix",in:"shadowOffsetOuter1"})),o.default.createElement("filter",{x:"-50",y:"-50",width:"200",height:"200",filterUnits:"objectBoundingBox",id:"filter-13"},o.default.createElement("feOffset",{dx:"0",dy:"2",in:"SourceAlpha",result:"shadowOffsetInner1"}),o.default.createElement("feComposite",{in:"shadowOffsetInner1",in2:"SourceAlpha",operator:"arithmetic",k2:"-1",k3:"1",result:"shadowInnerInner1"}),o.default.createElement("feColorMatrix",{values:"0",type:"matrix",in:"shadowInnerInner1"})),o.default.createElement("mask",{id:"mask-14",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"71",height:"30",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-11"})),o.default.createElement("polygon",{id:"path-15",points:"54 33.75 54 0 0 0 0 33.75 0 67.5 54 67.5"})),o.default.createElement("g",{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none","fill-rule":"evenodd"},o.default.createElement("g",{id:"Plans---wp-login-stripped",transform:"translate(-197.000000, -136.000000)"},o.default.createElement("g",{id:"Editor-Container",transform:"translate(197.000000, 136.000000)"},o.default.createElement("g",{id:"Simple-Layout"},o.default.createElement("g",{id:"bg"},o.default.createElement("mask",{id:"mask-2",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-1"})),o.default.createElement("use",{id:"content-bg-mask",fill:"#F1F1F1",xlinkHref:"#path-1"})),o.default.createElement("g",{id:"chrome"},o.default.createElement("rect",{fill:"#FEFEFE",x:"0",y:"0",width:"1005",height:"53",rx:"8"}),o.default.createElement("rect",{id:"Rectangle",fill:"#F1F1F1",x:"0",y:"46",width:"1005",height:"38"}),o.default.createElement("path",{d:"M27.5 31C23.36 31 20 27.64 20 23.5 20 19.36 23.36 16 27.5 16 31.64 16 35 19.36 35 23.5 35 27.64 31.64 31 27.5 31L27.5 31ZM77.5 31C73.36 31 70 27.64 70 23.5 70 19.36 73.36 16 77.5 16 81.64 16 85 19.36 85 23.5 85 27.64 81.64 31 77.5 31L77.5 31ZM52.5 31C48.36 31 45 27.64 45 23.5 45 19.36 48.36 16 52.5 16 56.64 16 60 19.36 60 23.5 60 27.64 56.64 31 52.5 31L52.5 31Z",id:"Shape",fill:"#8D8D8D"}))),o.default.createElement("g",{id:"login-form",opacity:"0.5",transform:"translate(340.000000, 156.000000)"},o.default.createElement("rect",{id:"log-bg",fill:"#FFFFFF",x:"0",y:"110",width:"325",height:"243"}),o.default.createElement("g",{id:"wplogo",transform:"translate(123.000000, 0.000000)"},o.default.createElement("mask",{id:"mask-4",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-3"})),o.default.createElement("g",{id:"Clip-2"}),o.default.createElement("path",{d:"M57.09 69.39L67.48 39.36C69.42 34.51 70.07 30.63 70.07 27.18 70.07 25.93 69.98 24.77 69.84 23.69 72.49 28.53 74 34.09 74 40 74 52.54 67.2 63.5 57.09 69.39L57.09 69.39ZM44.69 24.06C46.73 23.95 48.58 23.74 48.58 23.74 50.41 23.52 50.19 20.82 48.36 20.93 48.36 20.93 42.85 21.36 39.3 21.36 35.96 21.36 30.35 20.93 30.35 20.93 28.51 20.82 28.29 23.63 30.13 23.74 30.13 23.74 31.86 23.95 33.69 24.06L38.99 38.57 31.55 60.89 19.17 24.06C21.22 23.95 23.06 23.74 23.06 23.74 24.89 23.52 24.67 20.82 22.84 20.93 22.84 20.93 17.34 21.36 13.78 21.36 13.14 21.36 12.39 21.35 11.59 21.32 17.67 12.1 28.12 6 40 6 48.85 6 56.91 9.38 62.96 14.93 62.81 14.92 62.67 14.9 62.52 14.9 59.18 14.9 56.81 17.81 56.81 20.93 56.81 23.74 58.43 26.1 60.15 28.91 61.44 31.17 62.95 34.08 62.95 38.28 62.95 41.2 61.83 44.57 60.37 49.28L56.97 60.61 44.69 24.06ZM40 74C36.66 74 33.44 73.51 30.39 72.62L40.6 42.97 51.05 71.61C51.12 71.78 51.2 71.93 51.29 72.08 47.76 73.32 43.96 74 40 74L40 74ZM6 40C6 35.07 7.06 30.39 8.95 26.16L25.16 70.6C13.82 65.09 6 53.46 6 40L6 40ZM40 0C17.91 0 0 17.91 0 40 0 62.09 17.91 80 40 80 62.09 80 80 62.09 80 40 80 17.91 62.09 0 40 0L40 0Z",id:"Fill-1",fill:"#0072AC",mask:"url(#mask-4)"})),o.default.createElement("use",{id:"input",stroke:"#DEDEDE",mask:"url(#mask-6)",strokeWidth:"2",fill:"#FBFBFB",xlinkHref:"#path-5"}),o.default.createElement("use",{id:"input",stroke:"#DEDEDE",mask:"url(#mask-8)",strokeWidth:"2",fill:"#FBFBFB",xlinkHref:"#path-7"}),o.default.createElement("use",{id:"checkbox",stroke:"#DEDEDE",mask:"url(#mask-10)",strokeWidth:"2",fill:"#FBFBFB",xlinkHref:"#path-9"}),o.default.createElement("g",{id:"btn"},o.default.createElement("use",{fill:"black",fillOpacity:"1",filter:"url(#filter-12)",xlinkHref:"#path-11"}),o.default.createElement("use",{fill:"#36A3CA","fill-rule":"evenodd",xlinkHref:"#path-11"}),o.default.createElement("use",{fill:"black",fillOpacity:"1",filter:"url(#filter-13)",xlinkHref:"#path-11"}),o.default.createElement("use",{stroke:"#1075A0",mask:"url(#mask-14)",strokeWidth:"2",xlinkHref:"#path-11"}))),o.default.createElement("g",{id:"security",transform:"translate(428.000000, 275.000000)"},o.default.createElement("circle",{id:"Oval",fill:"#3D596D",cx:"75",cy:"75",r:"75"}),o.default.createElement("g",{id:"Page-1",transform:"translate(48.000000, 37.500000)"},o.default.createElement("mask",{id:"mask-16",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-15"})),o.default.createElement("g",{id:"Clip-2"}),o.default.createElement("path",{d:"M30.38 46.31L30.38 54 23.63 54 23.63 46.31C21.62 45.15 20.25 42.99 20.25 40.5 20.25 36.77 23.27 33.75 27 33.75 30.73 33.75 33.75 36.77 33.75 40.5 33.75 42.99 32.38 45.15 30.38 46.31L30.38 46.31ZM16.88 16.87C16.88 11.29 21.42 6.75 27 6.75 32.58 6.75 37.13 11.29 37.13 16.87L37.13 20.25 16.88 20.25 16.88 16.87ZM47.25 20.25L43.88 20.25 43.88 16.87C43.88 7.57 36.3 0 27 0 17.7 0 10.13 7.57 10.13 16.87L10.13 20.25 6.75 20.25C3.02 20.25 0 23.27 0 27L0 60.75C0 64.48 3.02 67.5 6.75 67.5L47.25 67.5C50.98 67.5 54 64.48 54 60.75L54 27C54 23.27 50.98 20.25 47.25 20.25L47.25 20.25Z",id:"Fill-1",fill:"#FFFFFF",mask:"url(#mask-16)"}))))))))),o.default.createElement("div",{className:"jp-landing-plans__clouds jp-clouds-top"},o.default.createElement("img",{src:p.imagePath+"/white-clouds.svg",alt:""}))),t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-free.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Your site is on the Free Jetpack Plan")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools."))));break;case"is-personal-plan":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-premium.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Welcome to Jetpack Personal")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Security essentials (daily backups, spam filtering), and priority support."))));break;case"is-premium-plan":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-premium.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Welcome to Jetpack Premium")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."))));break;case"is-business-plan":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-pro.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Welcome to Jetpack Professional")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."))));break;case"dev":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-free.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Your site is on Development Mode")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."))));break;default:t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img is-placeholder"}),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")))}return o.default.createElement("div",null,e,t)}});t.default=f,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(758),c=r(s),u=n(499),l=n(699),d=r(l),p=n(979),f=n(684),h=r(f),m=n(741),_=n(480),M=n(904),g=r(M),v=o.default.createClass({displayName:"PlanBody",propTypes:{plan:o.default.PropTypes.string},getDefaultProps:function(){return{plan:""}},trackPlansClick:function(e){d.default.tracks.recordJetpackClick({page:"plans",target:e,plan:this.props.plan})},activateAds:function(){this.props.activateModule("wordads"),this.trackPlansClick("activate_wordads")},activatePublicize:function(){this.props.activateModule("publicize"),this.trackPlansClick("activate_publicize")},activateVideoPress:function(){this.props.activateModule("videopress"),this.trackPlansClick("activate_videopress")},activateSeo:function(){this.props.activateModule("seo-tools"),this.trackPlansClick("activate_seo")},activateGoogleAnalytics:function(){this.props.activateModule("google-analytics"),this.trackPlansClick("activate_ga")},render:function(){var e=this,t="",n="dev"!==this.props.plan?(0,p.getPlanClass)(this.props.plan):"dev",r=(0,h.default)(this.props.activeFeatures,p.FEATURE_UNLIMITED_PREMIUM_THEMES);switch(n){case"is-personal-plan":case"is-premium-plan":case"is-business-plan":t=o.default.createElement("div",{className:"jp-landing__plan-features"},r&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Unlimited Premium Themes")),o.default.createElement("p",null,(0,u.translate)("Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.")),o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("premium_themes")},href:"https://wordpress.com/themes/premium/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Explore"))),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Spam Protection")),o.default.createElement("p",null,(0,u.translate)("State-of-the-art spam defense powered by Akismet.")),this.props.isPluginInstalled("akismet/akismet.php")&&this.props.isPluginActive("akismet/akismet.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_spam_stats")},href:this.props.siteAdminUrl+"admin.php?page=akismet-key-config",className:"is-primary"},(0,u.translate)("View your spam stats")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_akismet")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=akismet",className:"is-primary"},(0,u.translate)("Configure Akismet"))),"is-personal-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Backups")),o.default.createElement("p",null,(0,u.translate)("Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).")),this.props.isPluginInstalled("vaultpress/vaultpress.php")&&this.props.isPluginActive("vaultpress/vaultpress.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_security_dash")},href:"https://dashboard.vaultpress.com/",className:"is-primary"},(0,u.translate)("View your security dashboard")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_vault")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=vaultpress",className:"is-primary"},(0,u.translate)("Configure VaultPress"))),"is-premium-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Backups & Security Scanning")),o.default.createElement("p",null,(0,u.translate)("Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).")),this.props.isPluginInstalled("vaultpress/vaultpress.php")&&this.props.isPluginActive("vaultpress/vaultpress.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_security_dash")},href:"https://dashboard.vaultpress.com/",className:"is-primary"},(0,u.translate)("View your security dashboard")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_vault")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=vaultpress",className:"is-primary"},(0,u.translate)("Configure VaultPress"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Backups & Security Scanning")),o.default.createElement("p",null,(0,u.translate)("Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).")),this.props.isPluginInstalled("vaultpress/vaultpress.php")&&this.props.isPluginActive("vaultpress/vaultpress.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_security_dash")},href:"https://dashboard.vaultpress.com/",className:"is-primary"},(0,u.translate)("View your security dashboard")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_vault")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=vaultpress",className:"is-primary"},(0,u.translate)("Configure VaultPress"))),("is-business-plan"===n||"is-premium-plan"===n)&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Ads")),o.default.createElement("p",null,(0,u.translate)("Earn income by allowing Jetpack to display high quality ads (powered by WordAds).")),this.props.isModuleActivated("wordads")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_earnings")},href:"https://wordpress.com/ads/earnings/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("View your earnings")):o.default.createElement(c.default,{onClick:this.activateAds,className:"is-primary",disabled:this.props.isActivatingModule("wordads")},(0,u.translate)("Activate Ads"))),("is-business-plan"===n||"is-premium-plan"===n)&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Social Media Scheduling")),o.default.createElement("p",null,(0,u.translate)("Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.")),this.props.isModuleActivated("publicize")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("schedule_posts")},href:"https://wordpress.com/posts/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Schedule Posts")):o.default.createElement(c.default,{onClick:this.activatePublicize,className:"is-primary",disabled:this.props.isActivatingModule("publicize")},(0,u.translate)("Activate Publicize"))),"is-premium-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Video Hosting")),o.default.createElement("p",null,(0,u.translate)("13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).")),this.props.isModuleActivated("videopress")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("upload_videos")},href:this.props.siteAdminUrl+"upload.php",className:"is-primary"},(0,u.translate)("Upload Videos Now")):o.default.createElement(c.default,{onClick:this.activateVideoPress,className:"is-primary",disabled:this.props.isActivatingModule("videopress")},(0,u.translate)("Activate VideoPress"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Video Hosting")),o.default.createElement("p",null,(0,u.translate)("Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).")),this.props.isModuleActivated("videopress")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("upload_videos")},href:this.props.siteAdminUrl+"upload.php",className:"is-primary"},(0,u.translate)("Upload Videos Now")):o.default.createElement(c.default,{onClick:this.activateVideoPress,className:"is-primary",disabled:this.props.isActivatingModule("videopress")},(0,u.translate)("Activate VideoPress"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("SEO Tools")),o.default.createElement("p",null,(0,u.translate)("Advanced SEO tools to help your site get found when people search for relevant content.")),this.props.isModuleActivated("seo-tools")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_seo")},href:"https://wordpress.com/settings/traffic/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Configure Site SEO")):o.default.createElement(c.default,{onClick:this.activateSeo,className:"is-primary",disabled:this.props.isActivatingModule("seo-tools")},(0,u.translate)("Activate SEO Tools"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Google Analytics")),o.default.createElement("p",null,(0,u.translate)("Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.")),this.props.isModuleActivated("google-analytics")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_ga")},href:"https://wordpress.com/settings/traffic/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Configure Google Analytics")):o.default.createElement(c.default,{onClick:this.activateGoogleAnalytics,className:"is-primary",disabled:this.props.isActivatingModule("google-analytics")},(0,u.translate)("Activate Google Analytics"))),"is-personal-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Explore Premium and Professional Options")),o.default.createElement("p",null,(0,u.translate)("Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:")),o.default.createElement("p",null," • ",(0,u.translate)("Over 200 Premium themes to explore")),o.default.createElement("p",null," • ",(0,u.translate)("Business class security: malware scanning, real-time backups, and threat resolution")),o.default.createElement("p",null," • ",(0,u.translate)("Social media automation and scheduling")),o.default.createElement("p",null," • ",(0,u.translate)("Unlimited and ad-free video hosting")),o.default.createElement("p",null," • ",(0,u.translate)("SEO and social media previewing tools")),o.default.createElement("p",null," • ",(0,u.translate)("Income generation from a WordPress ad program")),o.default.createElement("p",null," • ",(0,u.translate)("Google Analytics integration")),o.default.createElement("p",null,o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("compare_plans")},href:"https://jetpack.com/redirect/?source=plans-compare-personal&site="+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Compare Plans")))),"is-premium-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Explore Jetpack Professional")),o.default.createElement("p",null,(0,u.translate)("Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:")),o.default.createElement("p",null," • ",(0,u.translate)("Over 200 Premium themes to explore")),o.default.createElement("p",null," • ",(0,u.translate)("Business class security: real-time backups and threat resolution")),o.default.createElement("p",null," • ",(0,u.translate)("SEO and social media previewing tools")),o.default.createElement("p",null," • ",(0,u.translate)("Unlimited ad-free video hosting")),o.default.createElement("p",null," • ",(0,u.translate)("Google Analytics integration")),o.default.createElement("p",null,o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("compare_plans")},href:"https://jetpack.com/redirect/?source=plans-compare-premium&site="+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Explore Jetpack Professional")))));break;case"is-free-plan":case"dev":t=o.default.createElement("div",{className:"jp-landing__plan-features"},o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Maximum grade security")),o.default.createElement("p",null,(0,u.translate)("Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.")),o.default.createElement("p",null,(0,u.translate)("Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders."))),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Premium traffic and monetization tools")),o.default.createElement("p",null,(0,u.translate)("The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic."))),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Enjoy priority support")),o.default.createElement("p",null,(0,u.translate)("We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "))),o.default.createElement("p",null,o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("compare_plans")},href:"is-free-plan"===n?"https://jetpack.com/redirect/?source=plans-main-bottom&site="+this.props.siteRawUrl:"https://jetpack.com/redirect/?source=plans-main-bottom-dev-mode",className:"is-primary"},(0,u.translate)("Compare Plans"))));break;default:t=o.default.createElement("div",{className:"jp-landing__plan-features"},o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")),o.default.createElement("div",{
40
  className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")))}return o.default.createElement("div",null,o.default.createElement("div",null,o.default.createElement(g.default,null),t))}});t.default=(0,i.connect)(function(e){return{isFetchingPluginsData:(0,m.isFetchingPluginsData)(e),isPluginActive:function(t){return(0,m.isPluginActive)(e,t)},isPluginInstalled:function(t){return(0,m.isPluginInstalled)(e,t)},isModuleActivated:function(t){return(0,_.isModuleActivated)(e,t)},isActivatingModule:function(t){return(0,_.isActivatingModule)(e,t)}}},function(e){return{fetchPluginsData:function(){return e((0,m.fetchPluginsData)())},activateModule:function(t){return e((0,_.activateModule)(t))}}})(v),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Footer=void 0;var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(499),l=n(699),d=r(l),p=n(359),f=n(753),h=n(682),m=n(1154),_=r(m),M=n(991),g=r(M),v=t.Footer=o.default.createClass({displayName:"Footer",resetOnClick:function(){window.confirm((0,u.translate)("This will reset all Jetpack options, are you sure?"))&&this.props.resetOptions()},trackVersionClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"version"})},trackTermsClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"terms"})},trackPrivacyClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"privacy"})},trackDebugClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"debug"})},render:function(){var e=this,t=(0,c.default)(this.props.className,"jp-footer"),n=this.props.currentVersion;return o.default.createElement("div",{className:t},o.default.createElement("div",{className:"jp-footer__a8c-attr-container"},o.default.createElement("a",{href:"https://automattic.com",target:"_blank",rel:"noopener noreferrer"},o.default.createElement("svg",{role:"img",className:"jp-footer__a8c-attr",x:"0",y:"0",viewBox:"0 0 935 38.2","enable-background":"new 0 0 935 38.2","aria-labelledby":"a8c-svg-title"},o.default.createElement("title",{id:"a8c-svg-title"},(0,u.translate)("An Automattic Airline")),o.default.createElement("path",{d:"M317.1 38.2c-12.6 0-20.7-9.1-20.7-18.5v-1.2c0-9.6 8.2-18.5 20.7-18.5 12.6 0 20.8 8.9 20.8 18.5v1.2C337.9 29.1 329.7 38.2 317.1 38.2zM331.2 18.6c0-6.9-5-13-14.1-13s-14 6.1-14 13v0.9c0 6.9 5 13.1 14 13.1s14.1-6.2 14.1-13.1V18.6zM175 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7L157 1.3h5.5L182 36.8H175zM159.7 8.2L152 23.1h15.7L159.7 8.2zM212.4 38.2c-12.7 0-18.7-6.9-18.7-16.2V1.3h6.6v20.9c0 6.6 4.3 10.5 12.5 10.5 8.4 0 11.9-3.9 11.9-10.5V1.3h6.7V22C231.4 30.8 225.8 38.2 212.4 38.2zM268.6 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H268.6zM397.3 36.8V8.7l-1.8 3.1 -14.9 25h-3.3l-14.7-25 -1.8-3.1v28.1h-6.5V1.3h9.2l14 24.4 1.7 3 1.7-3 13.9-24.4h9.1v35.5H397.3zM454.4 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7l19.2-35.5h5.5l19.5 35.5H454.4zM439.1 8.2l-7.7 14.9h15.7L439.1 8.2zM488.4 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H488.4zM537.3 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H537.3zM569.3 36.8V4.6c2.7 0 3.7-1.4 3.7-3.4h2.8v35.5L569.3 36.8 569.3 36.8zM628 11.3c-3.2-2.9-7.9-5.7-14.2-5.7 -9.5 0-14.8 6.5-14.8 13.3v0.7c0 6.7 5.4 13 15.3 13 5.9 0 10.8-2.8 13.9-5.7l4 4.2c-3.9 3.8-10.5 7.1-18.3 7.1 -13.4 0-21.6-8.7-21.6-18.3v-1.2c0-9.6 8.9-18.7 21.9-18.7 7.5 0 14.3 3.1 18 7.1L628 11.3zM321.5 12.4c1.2 0.8 1.5 2.4 0.8 3.6l-6.1 9.4c-0.8 1.2-2.4 1.6-3.6 0.8l0 0c-1.2-0.8-1.5-2.4-0.8-3.6l6.1-9.4C318.7 11.9 320.3 11.6 321.5 12.4L321.5 12.4z"}),o.default.createElement("path",{d:"M37.5 36.7l-4.7-8.9H11.7l-4.6 8.9H0L19.4 0.8H25l19.7 35.9H37.5zM22 7.8l-7.8 15.1h15.9L22 7.8zM82.8 36.7l-23.3-24 -2.3-2.5v26.6h-6.7v-36H57l22.6 24 2.3 2.6V0.8h6.7v35.9H82.8z"}),o.default.createElement("path",{d:"M719.9 37l-4.8-8.9H694l-4.6 8.9h-7.1l19.5-36h5.6l19.8 36H719.9zM704.4 8l-7.8 15.1h15.9L704.4 8zM733 37V1h6.8v36H733zM781 37c-1.8 0-2.6-2.5-2.9-5.8l-0.2-3.7c-0.2-3.6-1.7-5.1-8.4-5.1h-12.8V37H750V1h19.6c10.8 0 15.7 4.3 15.7 9.9 0 3.9-2 7.7-9 9 7 0.5 8.5 3.7 8.6 7.9l0.1 3c0.1 2.5 0.5 4.3 2.2 6.1V37H781zM778.5 11.8c0-2.6-2.1-5.1-7.9-5.1h-13.8v10.8h14.4c5 0 7.3-2.4 7.3-5.2V11.8zM794.8 37V1h6.8v30.4h28.2V37H794.8zM836.7 37V1h6.8v36H836.7zM886.2 37l-23.4-24.1 -2.3-2.5V37h-6.8V1h6.5l22.7 24.1 2.3 2.6V1h6.8v36H886.2zM902.3 37V1H935v5.6h-26v9.2h20v5.5h-20v10.1h26V37H902.3z"})))),o.default.createElement("ul",{className:"jp-footer__links"},o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:this.trackVersionClick,href:"https://jetpack.com",target:"_blank",rel:"noopener noreferrer",className:"jp-footer__link",title:n},n)),o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:this.trackTermsClick,href:"https://wordpress.com/tos/",target:"_blank",rel:"noopener noreferrer",title:(0,u.translate)("WordPress.com Terms of Service"),className:"jp-footer__link"},(0,u.translate)("Terms",{context:"Shorthand for Terms of Service."}))),o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:this.trackPrivacyClick,href:"https://automattic.com/privacy/",target:"_blank",rel:"noopener noreferrer",title:(0,u.translate)("Automattic's Privacy Policy"),className:"jp-footer__link"},(0,u.translate)("Privacy",{context:"Shorthand for Privacy Policy."}))),function(){if(e.props.userCanManageOptions)return o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:e.trackDebugClick,href:e.props.siteAdminUrl+"admin.php?page=jetpack-debugger",title:(0,u.translate)("Test your site’s compatibility with Jetpack."),className:"jp-footer__link"},(0,u.translate)("Debug",{context:"Navigation item. Noun. Links to a debugger tool for Jetpack."})))}(),function(){return e.props.isDevVersion&&e.props.userCanManageOptions?o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{role:"button",tabIndex:"0",onKeyDown:(0,g.default)(e.resetOnClick),onClick:e.resetOnClick,className:"jp-footer__link"},(0,u.translate)("Reset Options (dev only)",{context:"Navigation item."}))):""}(),function(){return e.props.isDevVersion?o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{role:"button",tabIndex:"0",onKeyDown:(0,g.default)(e.props.enableDevCard),onClick:e.props.enableDevCard,className:"jp-footer__link"},(0,u.translate)("Dev Tools",{context:"Navigation item."}))):""}(),function(){if(e.props.isDevVersion&&e.props.displayDevCard)return o.default.createElement(_.default,null)}()))}});t.default=(0,i.connect)(function(e){return{currentVersion:(0,p.getCurrentVersion)(e),userCanManageOptions:(0,p.userCanManageOptions)(e),isDevVersion:(0,p.isDevVersion)(e),siteAdminUrl:(0,p.getSiteAdminUrl)(e),isInIdentityCrisis:(0,h.isInIdentityCrisis)(e),displayDevCard:(0,f.canDisplayDevCard)(e)}},function(e){return{resetOptions:function(){return e((0,f.resetOptions)("options"))},enableDevCard:function(){return e((0,f.enableDevCard)())}}})(v)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.DevCard=void 0;var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(979),l=n(359),d=n(738),p=n(682),f=n(753),h=n(469),m=n(984),_=r(m),M=n(991),g=r(M),v=t.DevCard=o.default.createClass({displayName:"DevCard",onPlanChange:function(e){this.props.switchPlanPreview(e.target.value)},onPermissionsChange:function(e){this.props.switchUserPermissions(e.target.value)},onThreatsChange:function(e){this.props.switchThreats(e.target.value)},maybeShowStatsToggle:function(){if(!this.props.isAdmin)return o.default.createElement("div",null,o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"view_stats"},o.default.createElement("input",{type:"radio",id:"view_stats",value:"view_stats",name:"view_stats",checked:this.props.canViewStats,onChange:this.onPermissionsChange}),"Can view stats")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"hide_stats"},o.default.createElement("input",{type:"radio",id:"hide_stats",value:"hide_stats",name:"hide_stats",checked:!this.props.canViewStats,onChange:this.onPermissionsChange}),"Can not view stats"))))},maybeShowIsLinkedToggle:function(){if(!this.props.isMaster)return o.default.createElement("div",null,o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"is_linked"},o.default.createElement("input",{type:"radio",id:"is_linked",value:"is_linked",name:"is_linked",checked:this.props.isUserLinked,onChange:this.onPermissionsChange}),"Linked")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"is_unlinked"},o.default.createElement("input",{type:"radio",id:"is_unlinked",value:"is_unlinked",name:"is_unlinked",checked:!this.props.isUserLinked,onChange:this.onPermissionsChange}),"Unlinked"))))},render:function(){if(!this.props.canDisplayDevCard)return null;var e=(0,c.default)(this.props.className,"jp-dev-card"),t=(0,u.getPlanClass)(this.props.sitePlan.product_slug);return o.default.createElement(_.default,{compact:!0,className:e},o.default.createElement("a",{className:"jp-dev-card__close",role:"button",tabIndex:"0",onKeyDown:(0,g.default)(this.props.disableDevCard),onClick:this.props.disableDevCard},"x"),o.default.createElement("div",{className:"jp-dev-card__heading"},"Dev Tools"),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_free"},o.default.createElement("input",{type:"radio",id:"jetpack_free",value:"jetpack_free",name:"jetpack_free",checked:"is-free-plan"===t,onChange:this.onPlanChange}),"Free")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_personal"},o.default.createElement("input",{type:"radio",id:"jetpack_personal",value:"jetpack_personal",name:"jetpack_personal",checked:"is-personal-plan"===t,onChange:this.onPlanChange}),"Personal")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_premium"},o.default.createElement("input",{type:"radio",id:"jetpack_premium",value:"jetpack_premium",name:"jetpack_premium",checked:"is-premium-plan"===t,onChange:this.onPlanChange}),"Premium")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_business"},o.default.createElement("input",{type:"radio",id:"jetpack_business",value:"jetpack_business",name:"jetpack_business",checked:"is-business-plan"===t,onChange:this.onPlanChange}),"Pro"))),o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"admin_master"},o.default.createElement("input",{type:"radio",id:"admin_master",value:"admin_master",name:"admin_master",checked:this.props.isMaster,onChange:this.onPermissionsChange}),"Admin (master)")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"admin_secondary"},o.default.createElement("input",{type:"radio",id:"admin_secondary",value:"admin_secondary",name:"admin_secondary",checked:this.props.isAdmin&&!this.props.isMaster,onChange:this.onPermissionsChange}),"Admin (secondary)")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"editor"},o.default.createElement("input",{type:"radio",id:"editor",value:"editor",name:"editor",checked:this.props.canEditPosts&&!this.props.isAdmin,onChange:this.onPermissionsChange}),"Editor")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"subscriber"},o.default.createElement("input",{type:"radio",id:"subscriber",value:"subscriber",name:"subscriber",checked:!this.props.canEditPosts&&!this.props.isAdmin,onChange:this.onPermissionsChange}),"Subscriber"))),o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"nothreats"},o.default.createElement("input",{type:"radio",id:"nothreats",value:0,name:"nothreats",checked:0===this.props.getVaultPressScanThreatCount(),onChange:this.onThreatsChange}),"No threats")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"threats"},o.default.createElement("input",{type:"radio",id:"threats",value:17,name:"threats",checked:0!==this.props.getVaultPressScanThreatCount(),onChange:this.onThreatsChange}),"Threats"))),this.maybeShowStatsToggle(),this.maybeShowIsLinkedToggle())}});t.default=(0,i.connect)(function(e){return{isDevVersion:(0,l.isDevVersion)(e),sitePlan:(0,d.getSitePlan)(e),canDisplayDevCard:(0,f.canDisplayDevCard)(e),isUserLinked:(0,p.isCurrentUserLinked)(e),canViewStats:(0,l.userCanViewStats)(e),isMaster:(0,l.userIsMaster)(e),isAdmin:(0,l.userCanDisconnectSite)(e),canEditPosts:(0,l.userCanEditPosts)(e),getVaultPressScanThreatCount:function(){return(0,h.getVaultPressScanThreatCount)(e)}}},function(e){return{switchPlanPreview:function(t){return e((0,f.switchPlanPreview)(t))},switchUserPermissions:function(t){return e((0,f.switchUserPermission)(t))},switchThreats:function(t){return e((0,f.switchThreats)(parseInt(t)))},disableDevCard:function(){return e((0,f.disableDevCard)())}}})(v)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(499),l=n(984),d=r(l),p=n(758),f=r(p),h=n(699),m=r(h),_=n(979),M=n(359),g=n(738),v=n(682),b=n(997),y=r(b),A=o.default.createClass({displayName:"SupportCard",getDefaultProps:function(){return{className:"",siteConnectionStatus:!1}},trackBannerClick:function(){m.default.tracks.recordJetpackClick({target:"banner-click",feature:"support",page:this.props.path})},shouldComponentUpdate:function(e){return e.sitePlan.product_slug!==this.props.sitePlan.product_slug},trackAskQuestionClick:function(){m.default.tracks.recordJetpackClick({target:"support-card",button:"support-ask",page:this.props.path})},trackSearchClick:function(){m.default.tracks.recordJetpackClick({target:"support-card",button:"support-search",page:this.props.path})},render:function(){if(void 0===this.props.sitePlan.product_slug&&this.props.isFetchingSiteData)return o.default.createElement("div",null);var e=(0,c.default)(this.props.className,"jp-support-card"),t=void 0===this.props.sitePlan.product_slug||"jetpack_free"===this.props.sitePlan.product_slug;return o.default.createElement("div",{className:e},o.default.createElement(d.default,{className:"jp-support-card__happiness"},o.default.createElement("div",{className:"jp-support-card__happiness-contact"},o.default.createElement("h3",{className:"jp-support-card__header"},(0,u.translate)("We're here to help")),o.default.createElement("p",{className:"jp-support-card__description"},t?(0,u.translate)("Jetpack comes with free, basic support for all users."):(0,u.translate)("Your paid plan gives you access to prioritized Jetpack support.")),o.default.createElement("p",{className:"jp-support-card__description"},o.default.createElement(f.default,{onClick:this.trackAskQuestionClick,href:this.props.isAutomatedTransfer?"https://wordpress.com/help/contact/":"https://jetpack.com/contact-support/"},(0,u.translate)("Ask a question")),o.default.createElement(f.default,{onClick:this.trackSearchClick,href:this.props.isAutomatedTransfer?"https://wordpress.com/help/":"https://jetpack.com/support/"},(0,u.translate)("Search our support site"))))),this.props.siteConnectionStatus&&t&&o.default.createElement(y.default,{title:(0,u.translate)("Get a faster resolution to your support questions."),plan:_.PLAN_JETPACK_PERSONAL,callToAction:(0,u.translate)("Upgrade"),onClick:this.trackBannerClick,href:"https://jetpack.com/redirect/?source=support&site="+this.props.siteRawUrl}))}});A.propTypes={siteConnectionStatus:o.default.PropTypes.any.isRequired,className:o.default.PropTypes.string},t.default=(0,i.connect)(function(e){return{sitePlan:(0,g.getSitePlan)(e),siteRawUrl:(0,M.getSiteRawUrl)(e),siteConnectionStatus:(0,v.getSiteConnectionStatus)(e),isFetchingSiteData:(0,g.isFetchingSiteData)(e),isAutomatedTransfer:(0,M.isAutomatedTransfer)(e)}})(A),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(499),l=n(984),d=r(l),p=n(758),f=r(p),h=n(699),m=r(h),_=n(1079),M=n(732),g=n(359),v=o.default.createClass({displayName:"AppsCard",trackDownloadClick:function(){m.default.tracks.recordJetpackClick({target:"apps-card",button:"apps-download",page:this.props.path})},dismissCard:function(){this.props.dismissAppCard(),m.default.tracks.recordJetpackClick({target:"apps-card",button:"dismiss",page:this.props.path})},render:function(){if(!this.props.arePromotionsActive||this.props.isAppsCardDismissed)return null;var e=(0,c.default)(this.props.className,"jp-apps-card");return o.default.createElement("div",{className:e},o.default.createElement(d.default,{className:"jp-apps-card__content"},o.default.createElement("div",{className:"jp-apps-card__top"},o.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1240.3 577"},o.default.createElement("path",{fill:"#C8D6E1",d:"M1016.9 546.3V194.8c0-16.9 13.7-30.7 30.7-30.7h162.1c16.9 0 30.7 13.7 30.7 30.7v351.5c0 16.9-13.7 30.7-30.7 30.7h-162.1c-16.9 0-30.7-13.7-30.7-30.7zM956.9-.6H307.1c-23.6 0-42.8 19.2-42.8 42.8v492.3h692.6V-.6zM30.7 575.3H176c16.9 0 30.7-13.7 30.7-30.7V243.3c0-16.9-13.7-30.7-30.7-30.7H30.7c-17 0-30.7 13.8-30.7 30.7v301.3c0 17 13.7 30.7 30.7 30.7z"}),o.default.createElement("path",{fill:"#FFF",d:"M1240.3 508.7h-223.4V231.6h223.4v277.1zM195.8 252.8h-185v268.3h185V252.8zM927.2 500V33.3H299.7V500h627.5z"}),o.default.createElement("path",{fill:"#85A6BC",d:"M993.4 577H219.8c-16.4 0-29.6-13.3-29.6-29.6v-16.1h840v9c0 20.2-16.5 36.7-36.8 36.7z"}),o.default.createElement("path",{fill:"#658EAB",d:"M661.8 554.1H558.5c-12.6 0-22.9-10.2-22.9-22.9h149c.1 12.7-10.1 22.9-22.8 22.9z"}),o.default.createElement("path",{fill:"#74DCFC",d:"M1137.9 356.9c-4.9 20.9-24.6 34.1-46.4 26.9-20.4-6.8-31.8-22.1-29.7-43.5 2.4-24 24.4-35 45.5-30.9 22.1 4.3 35.6 26.6 30.6 47.5zm27.9-33.1c-4.4 1.2-3.1 6.1 1.1 4.9 4.3-1.2 3.3-6.1-1.1-4.9zm23.6 6.5c-4.6.2-3.1 6.1 1.1 4.9 4.3-1.2 1.1-5-1.1-4.9zm-19.6 33.2c2.5-3.6-2.5-7-4.2-2.7-.8 2 1.7 6.3 4.2 2.7zm26.9 3.9c3.9-4.7-3.5-6.7-5.2-2.4-.8 2 2.4 5.8 5.2 2.4zm-49 20.6c-3.1 3.4 2 9.3 4.5 3.7 1.7-4.1-3.1-5.3-4.5-3.7zM70.3 484H38.2v-45.5h32.1V484zm48.4-70.2H86.6V484h32.1v-70.2zm48.5-35.7H135v106h32.1l.1-106z"}),o.default.createElement("path",{fill:"#00AADC",d:"M1061.9 378.7c-.8 1.4-1.5 2.9-1.9 4.4s-.5 3 0 3.9c.3.5.5.8 1 1 .1.1.2.1.3.1.1 0 .2.1.4.1.3 0 .5.1.9.1 1.2.1 2.7-.1 4.1-.6 2.8-.9 5.7-2.3 8.4-4 2.7-1.6 5.4-3.5 7.9-5.4 5.2-3.9 10.1-8.2 14.8-12.7 4.8-4.5 9.3-9.2 13.8-14s8.8-9.7 12.8-14.9c4-5.1 7.8-10.5 10.7-16.1 1.5-2.8 2.7-5.7 3.5-8.6.2-.7.3-1.4.4-2.1.1-.4.1-.7.1-1v-1c0-1.3-.3-2.4-.9-3-.6-.7-1.6-1.1-2.9-1.2-.6-.1-1.4 0-2.1.1s-1.4.2-2.2.5c-3 .8-5.9 2.3-8.7 3.9-.6.3-1.3.1-1.7-.4-.3-.5-.2-1.2.3-1.5 2.6-2.2 5.5-4.1 8.8-5.5 1.7-.7 3.5-1.2 5.5-1.3h.8l.8.1c.3 0 .5.1.8.1l.8.2c.3.1.5.2.8.3l.8.4c.5.3 1 .7 1.5 1.1s.8.9 1.2 1.4c.4.5.5 1 .8 1.5.4 1 .7 2.1.7 3.1.2 2 0 3.9-.4 5.7-.7 3.6-2 6.9-3.5 10-3 6.3-6.8 12-10.8 17.4-4 5.5-8.4 10.6-13 15.6s-9.3 9.7-14.3 14.3c-5 4.5-10.2 8.9-15.8 12.8-2.8 1.9-5.7 3.8-8.8 5.3-1.6.8-3.2 1.5-4.8 2.1-.8.3-1.7.6-2.5.9-.9.2-1.8.5-2.7.6-1.8.3-3.7.5-5.8.1-.5-.1-1-.3-1.5-.5-.3-.1-.5-.3-.8-.4-.2-.2-.5-.3-.7-.5-1-.7-1.6-1.8-1.9-2.9-.5-2.2.1-4.2.9-5.8.8-1.6 1.9-3 3.1-4.3.2-.2.6-.3.9 0 .2 0 .2.3.1.6zm-5.1 61.5c-.1-1.9 1.4-3.5 3.4-3.6 9.7-.6 19.4-1 29-1.2 9.7-.4 19.4-.3 29-.4 9.7-.1 19.4 0 29 .2 9.7.3 19.4.6 29 1.4 1.7.1 3.1 1.4 3.3 3.1.2 1.9-1.3 3.5-3.3 3.7-9.7.8-19.4 1.1-29 1.4-9.7.2-19.4.4-29 .2-9.7-.2-19.4 0-29-.4-9.7-.2-19.4-.6-29-1.2-1.9-.1-3.3-1.4-3.4-3.2zm1.9 36.4c4.8.6 9.7 1 14.5 1.2 4.8.4 9.7.3 14.5.4s9.7 0 14.5-.2c4.8-.3 9.7-.6 14.5-1.4 1.2-.2 2-1.9 1.9-3.7-.1-1.6-.9-2.9-1.9-3-4.8-.8-9.7-1.1-14.5-1.4-4.8-.2-9.7-.4-14.5-.2-4.8.2-9.7 0-14.5.4-4.8.2-9.7.6-14.5 1.2-1.2.2-2 1.8-1.9 3.7 0 1.6.9 2.8 1.9 3zM70.3 484H38.2v-19.5h32.1V484zm48.4-30.1H86.6V484h32.1v-30.1zm48.5-15.4H135V484h32.1l.1-45.5zM33.9 323.6c-.1-1.9 1.4-3.5 3.4-3.6 9.7-.6 19.4-1 29-1.2 9.7-.4 19.4-.3 29-.4 9.7-.1 19.4 0 29 .2 9.7.3 19.4.6 29 1.4 1.7.1 3.1 1.4 3.3 3.1.2 1.9-1.3 3.5-3.3 3.7-9.7.8-19.4 1.1-29 1.4-9.7.2-19.4.4-29 .2-9.7-.2-19.4 0-29-.4-9.7-.2-19.4-.6-29-1.2-1.8-.2-3.3-1.5-3.4-3.2zm1.9 36.3c4.8.6 9.7 1 14.5 1.2 4.8.4 9.7.3 14.5.4s9.7 0 14.5-.2c4.8-.3 9.7-.6 14.5-1.4 1.2-.2 2-1.9 1.9-3.7-.1-1.6-.9-2.9-1.9-3-4.8-.8-9.7-1.1-14.5-1.4-4.8-.2-9.7-.4-14.5-.2-4.8.2-9.7 0-14.5.4-4.8.2-9.7.6-14.5 1.2-1.2.2-2 1.8-1.9 3.7.1 1.6.9 2.9 1.9 3z"}),o.default.createElement("path",{fill:"#0084C0",d:"M1240.3 268h-223.4v-36.5h223.4V268zM195.8 251.9h-185v36.5h185v-36.5zM333.6 82h593.6V33.3H299.7V82"}),o.default.createElement("path",{fill:"#00AADC",d:"M626.9 320.3c.1.3.2.5.4.7-5.3 1.9-11.1 2.9-17.1 2.9-5 0-9.9-.7-14.5-2.1l15.4-44.8 15.8 43.3zm18-50.4c0-6.4-2.3-10.7-4.2-14.2-2.6-4.2-5.1-7.8-5.1-12.1 0-4.7 3.6-9.1 8.6-9.1h.7c-9.1-8.4-21.3-13.5-34.7-13.5-18 0-33.7 9.2-42.9 23.2 1.2 0 2.3.1 3.3.1 5.4 0 13.7-.7 13.7-.7 2.8-.2 3.1 3.9.3 4.2 0 0-2.8.3-5.9.5l18.7 55.7 11.2-33.7-8-21.9c-2.8-.2-5.4-.5-5.4-.5-2.8-.2-2.4-4.4.3-4.2 0 0 8.5.7 13.5.7 5.4 0 13.7-.7 13.7-.7 2.8-.2 3.1 3.9.3 4.2 0 0-2.8.3-5.9.5l18.6 55.2 5.1-17.1c2.7-6.7 4.1-12.2 4.1-16.6zm28.8 2.6c0 35.1-28.4 63.5-63.5 63.5s-63.5-28.4-63.5-63.5 28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5zm-6.4 0c0-31.5-25.6-57.2-57.2-57.2S553 241 553 272.5s25.6 57.1 57.1 57.1 57.2-25.6 57.2-57.1zm-108.5 0c0 20.3 11.8 37.9 29 46.2l-24.5-67.2c-2.9 6.5-4.5 13.5-4.5 21zm96.5-24.7c.2 1.6.3 3.4.3 5.3 0 5.2-1 11.1-3.9 18.4L636 316.9c15.3-8.9 25.5-25.5 25.5-44.4.1-8.9-2.2-17.3-6.2-24.7z"})),o.default.createElement("div",{className:"jp-apps-card__clouds"},o.default.createElement("img",{src:_.imagePath+"/white-clouds.svg",alt:""}))),o.default.createElement("div",{className:"jp-apps-card__description"},o.default.createElement("h3",{className:"jp-apps-card__header"},(0,u.translate)("Get WordPress Apps for every device")),o.default.createElement("p",{className:"jp-apps-card__paragraph"},(0,u.translate)("Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.")),o.default.createElement(f.default,{className:"is-primary",onClick:this.trackDownloadClick,href:"https://apps.wordpress.com/"},(0,u.translate)("Download the free apps")),o.default.createElement("br",null),o.default.createElement("a",{href:"javascript:void(0)",onClick:this.dismissCard},(0,u.translate)("I already use this app.")))))}});v.propTypes={className:o.default.PropTypes.string},t.default=(0,i.connect)(function(e){return{isAppsCardDismissed:(0,M.appsCardDismissed)(e),arePromotionsActive:(0,g.arePromotionsActive)(e)}},function(e){return{dismissAppCard:function(){return e((0,M.updateSettings)({dismiss_dash_app_card:!0}))}}})(v),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(359),c=n(480),u=n(768),l=r(u),d=n(882),p=r(d),f=n(1119),h=r(f),m=n(905),_=r(m),M=n(682),g=o.default.createClass({displayName:"NonAdminView",shouldComponentUpdate:function(e){return e.siteConnectionStatus!==this.props.siteConnectionStatus||e.route.path!==this.props.route.path},renderMainContent:function(e){var t=void 0,n=o.default.createElement(l.default,this.props);switch(e){case"/dashboard":default:t=o.default.createElement(h.default,this.props);break;case"/settings":case"/writing":case"/sharing":this.props.isSubscriber||(n=o.default.createElement(p.default,this.props),t=o.default.createElement(_.default,{route:this.props.route,siteAdminUrl:this.props.siteAdminUrl,siteRawUrl:this.props.siteRawUrl,searchTerm:this.props.searchTerm}))}return window.wpNavMenuClassChange(),o.default.createElement("div",null,n,t)},render:function(){return this.renderMainContent(this.props.route.path)}});g.propTypes={userCanViewStats:o.default.PropTypes.bool.isRequired,isSubscriber:o.default.PropTypes.bool.isRequired,siteConnectionStatus:o.default.PropTypes.any.isRequired},t.default=(0,i.connect)(function(e){return{userCanViewStats:(0,s.userCanViewStats)(e),siteConnectionStatus:(0,M.getSiteConnectionStatus)(e),isSubscriber:(0,s.userIsSubscriber)(e),isModuleActivated:function(t){return(0,c.isModuleActivated)(e,t)}}})(g),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.UserUnlinked=t.DevModeNotice=t.StagingSiteNotice=t.DevVersionNotice=void 0;var a=n(142),o=r(a),i=n(154),s=n(990),c=r(s),u=n(994),l=r(u),d=n(499),p=n(1159),f=r(p),h=n(1166),m=r(h),_=n(682),M=n(359),g=n(1169),v=r(g),b=n(1111),y=r(b),A=t.DevVersionNotice=o.default.createClass({displayName:"DevVersionNotice",render:function(){return!(!this.props.isDevVersion||this.props.userIsSubscriber)&&o.default.createElement(c.default,{showDismiss:!1,text:(0,d.translate)("You are currently running a development version of Jetpack.")},o.default.createElement(l.default,{href:"https://jetpack.com/contact-support/beta-group/"},(0,d.translate)("Submit Beta feedback")))}});A.propTypes={isDevVersion:o.default.PropTypes.bool.isRequired,userIsSubscriber:o.default.PropTypes.bool.isRequired};var E=t.StagingSiteNotice=o.default.createClass({displayName:"StagingSiteNotice",render:function(){if(this.props.isStaging&&!this.props.isInIdentityCrisis){var e={text:(0,d.translate)("You are running Jetpack on a staging server."),status:"is-basic",showDismiss:!1};return o.default.createElement(c.default,e,o.default.createElement(l.default,{href:"https://jetpack.com/support/staging-sites/"},(0,d.translate)("More Info")))}return!1}});E.propTypes={isStaging:o.default.PropTypes.bool.isRequired,isInIdentityCrisis:o.default.PropTypes.bool.isRequired};var T=t.DevModeNotice=o.default.createClass({displayName:"DevModeNotice",render:function(){if("dev"===this.props.siteConnectionStatus){var e=this.props.siteDevMode,t=[];e.filter&&t.push((0,d.translate)("{{li}}The jetpack_development_mode filter is active{{/li}}",{components:{li:o.default.createElement("li",null)}})),e.constant&&t.push((0,d.translate)("{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}",{components:{li:o.default.createElement("li",null)}})),e.url&&t.push((0,d.translate)("{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}",{components:{li:o.default.createElement("li",null)}}));var n=(0,d.translate)("Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}",{components:{a:o.default.createElement("a",{href:"https://jetpack.com/support/development-mode/",target:"_blank",rel:"noopener noreferrer"}),reasons:o.default.createElement("ul",null,t)}});return o.default.createElement(c.default,{showDismiss:!1,status:"is-info",text:n},o.default.createElement(l.default,{href:"https://jetpack.com/development-mode/"},(0,d.translate)("Learn More")))}return!1}});T.propTypes={siteConnectionStatus:o.default.PropTypes.oneOfType([o.default.PropTypes.string,o.default.PropTypes.bool]).isRequired,siteDevMode:o.default.PropTypes.oneOfType([o.default.PropTypes.bool,o.default.PropTypes.object]).isRequired};var L=t.UserUnlinked=o.default.createClass({displayName:"UserUnlinked",render:function(){if(!this.props.isLinked&&this.props.connectUrl&&this.props.siteConnected){var e=(0,d.translate)("You are not connected to WordPress.com.");return o.default.createElement(c.default,{showDismiss:!1,status:"is-info",text:e},o.default.createElement(l.default,{href:this.props.connectUrl+"&from=unlinked-user-connect"},(0,d.translate)("Link to WordPress.com")))}return!1}});L.propTypes={connectUrl:o.default.PropTypes.string.isRequired,siteConnected:o.default.PropTypes.bool.isRequired};var w=o.default.createClass({displayName:"JetpackNotices",render:function(){return o.default.createElement("div",{"aria-live":"polite"},o.default.createElement(y.default,null),o.default.createElement(f.default,null),o.default.createElement(m.default,null),o.default.createElement(A,{isDevVersion:this.props.isDevVersion,userIsSubscriber:this.props.userIsSubscriber}),o.default.createElement(T,{siteConnectionStatus:this.props.siteConnectionStatus,siteDevMode:this.props.siteDevMode}),o.default.createElement(E,{isStaging:this.props.isStaging,isInIdentityCrisis:this.props.isInIdentityCrisis}),o.default.createElement(v.default,null),o.default.createElement(L,{connectUrl:this.props.connectUrl,siteConnected:!0===this.props.siteConnectionStatus,isLinked:this.props.isLinked}),!this.props.siteConnectionStatus&&!this.props.userCanManageModules&&o.default.createElement(c.default,{showDismiss:!1,status:"is-warning",text:(0,d.translate)("This site is not connected to WordPress.com. Please ask the site administrator to connect.")}))}});t.default=(0,i.connect)(function(e){return{connectUrl:(0,_.getConnectUrl)(e),siteConnectionStatus:(0,_.getSiteConnectionStatus)(e),userCanManageModules:(0,M.userCanManageModules)(e),userIsSubscriber:(0,M.userIsSubscriber)(e),isLinked:(0,_.isCurrentUserLinked)(e),isDevVersion:(0,M.isDevVersion)(e),siteDevMode:(0,_.getSiteDevMode)(e),isStaging:(0,_.isStaging)(e),isInIdentityCrisis:(0,_.isInIdentityCrisis)(e)}})(w)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(700),s=r(i),c=n(990),u=r(c),l=n(994),d=r(l),p=n(1160),f=r(p),h=n(154),m=n(349),_=n(491),M=(0,s.default)("calypso:notices");n(1164);var g=o.default.createClass({displayName:"NoticesList",propTypes:{id:o.default.PropTypes.string,notices:o.default.PropTypes.oneOfType([o.default.PropTypes.object,o.default.PropTypes.array])},getDefaultProps:function(){return{id:"overlay-notices",notices:Object.freeze([])}},componentWillMount:function(){M("Mounting Global Notices React component.")},removeNotice:function(e){e&&f.default.removeNotice(e)},render:function(){var e=this.props.notices[this.props.id]||[],t=e.map(function(e,t){return o.default.createElement(u.default,{key:"notice-old-"+t,status:e.status,duration:e.duration||null,text:e.text,isCompact:e.isCompact,onDismissClick:this.removeNotice.bind(this,e),showDismiss:e.showDismiss},e.button&&o.default.createElement(d.default,{href:e.href,onClick:e.onClick},e.button))},this);return t=t.concat(this.props.storeNotices.map(function(e,t){return o.default.createElement(u.default,{key:"notice-"+t,status:e.status,duration:e.duration||null,showDismiss:e.showDismiss,onDismissClick:this.props.removeNotice.bind(this,e.noticeId),text:e.text})},this)),t.length?o.default.createElement("div",{id:this.props.id,className:"global-notices"},t):null}});t.default=(0,h.connect)(function(e){return{storeNotices:e.globalNotices}},function(e){return(0,m.bindActionCreators)({removeNotice:_.removeNotice},e)})(g),e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(700)("calypso:notices"),a=n(1161);r("initializing notices");var o={containerNames:{}};a(o);var i=[];n(1162);var s={new:function(e,t,n){var a=t.overlay?"overlay-notices":"notices";o.containerNames[a]=a,r("creating notice",e,t,n),o[a]=[];var c={type:t.type||"message",status:n,text:e,duration:t.duration,container:a,button:t.button,href:t.href,onClick:function(e){if("function"==typeof t.onClick){var n=s.removeNotice.bind(s,c);return t.onClick(e,n)}},onRemoveCallback:t.onRemoveCallback||function(){},arrow:t.arrow,isCompact:t.isCompact,showDismiss:t.showDismiss,persistent:t.persistent};return t.displayOnNextPage?i.push(c):o[a].push(c),
41
- o.emit("change"),c},success:function(e,t){return t=t||{},this.new(e,t,"is-success")},error:function(e,t){return t=t||{},this.new(e,t,"is-error")},info:function(e,t){return t=t||{},this.new(e,t,"is-info")},warning:function(e,t){return t=t||{},this.new(e,t,"is-warning")},list:o,removeNotice:function(e){if(e.container){var t=o[e.container],n=t.indexOf(e);-1!==n&&(t.splice(n,1),o.emit("change"))}},clearNoticesOnNavigation:function(e,t){r("clearNoticesOnNavigation");var n,a,s=!1,c=function(e){return e.persistent};for(a in o.containerNames)n=o[a].length,o[a]=o[a].filter(c),n!==o[a].length&&(s=!0);i.length&&(i.forEach(function(e){o[e.container]=[],o[e.container].push(e)}),i=[]),s&&o.emit("change"),t()},clearNotices:function(e){o[e]=[],o.emit("change")},getStatusHelper:function(e){return e.error?"is-error":e.warning?"is-warning":e.info?"is-info":e.success?"is-success":void 0}};t.default=s,e.exports=t.default},function(e,t,n){"use strict";var r=n(625).EventEmitter,a=n(703);e.exports=function(e){a(e,r.prototype),e.emitChange=function(){this.emit("change")},e.off=e.removeListener}},function(e,t){},,function(e,t){},,function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(499),c=n(990),u=r(c),l=n(359),d=n(744),p=n(994),f=r(p),h=n(1167),m=r(h),_=o.default.createClass({displayName:"JetpackStateNotices",getInitialState:function(){return{showNotice:!0}},dismissJetpackStateNotice:function(){this.setState({showNotice:!1})},getErrorFromKey:function(e){var t=this.props.jetpackStateNoticesErrorDescription||!1,n="";switch(e){case"cheatin":n=(0,s.translate)("Cheatin' uh?");break;case"access_denied":n=(0,s.translate)("{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}",{components:{a:o.default.createElement("a",{href:"https://jetpack.com/cancelled-connection/",target:"_blank",rel:"noopener noreferrer"}),p:o.default.createElement("p",null)}});break;case"wrong_state":n=(0,s.translate)("You need to stay logged in to your WordPress blog while you authorize Jetpack.");break;case"invalid_client":n=(0,s.translate)("We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.");break;case"invalid_grant":n=(0,s.translate)('There was an issue connecting your Jetpack. Please click "Connect to WordPress.com" again.');break;case"site_inaccessible":case"site_requires_authorization":n=(0,s.translate)("Your website needs to be publicly accessible to use Jetpack: %(error_key)s",{args:{error_key:e}});break;case"not_public":n=(0,s.translate)("{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).",{components:{s:o.default.createElement("strong",null)}});break;case"wpcom_408":case"wpcom_5??":case"wpcom_bad_response":case"wpcom_outage":n=(0,s.translate)("WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.");break;case"register_http_request_failed":case"token_http_request_failed":n=(0,s.translate)("Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.",{args:{error_key:e}});break;case"no_role":case"no_cap":case"no_code":case"no_state":case"invalid_state":case"invalid_request":case"invalid_scope":case"unsupported_response_type":case"invalid_token":case"no_token":case"missing_secrets":case"home_missing":case"siteurl_missing":case"gmt_offset_missing":case"site_name_missing":case"secret_1_missing":case"secret_2_missing":case"site_lang_missing":case"home_malformed":case"siteurl_malformed":case"gmt_offset_malformed":case"timezone_string_malformed":case"site_name_malformed":case"secret_1_malformed":case"secret_2_malformed":case"site_lang_malformed":case"secrets_mismatch":case"verify_secret_1_missing":case"verify_secret_1_malformed":case"verify_secrets_missing":case"verify_secrets_mismatch":n=(0,s.translate)("{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s",{components:{s:o.default.createElement("strong",null)},args:{error_key:e}});break;default:n=e}return t?o.default.createElement("div",null,n,o.default.createElement("br",null),t):o.default.createElement("div",null,n)},getMessageFromKey:function(e){var t="",n="is-info",r=void 0;switch(e){case"modules_activated":t=(0,s.translate)("Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!",{args:{jetpack_version:this.props.currentVersion},components:{s:o.default.createElement("strong",null)}});break;case"already_authorized":t=(0,s.translate)("Your Jetpack is already connected."),n="is-success";break;case"authorized":t=(0,s.translate)("You're fueled up and ready to go, Jetpack is now active."),n="is-success";break;case"linked":t=(0,s.translate)("You're fueled up and ready to go."),n="is-success";break;case"protect_misconfigured_ip":t=(0,s.translate)("Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."),n="is-info",r=o.default.createElement(f.default,{href:"https://jetpack.com/support/security/troubleshooting-protect/"},(0,s.translate)("Learn More"));break;default:t=e}return[t,n,r]},renderContent:function(){var e="is-info",t="",n=void 0,r=this.props.jetpackStateNoticesErrorCode,a=this.props.jetpackStateNoticesMessageCode;if(r||a){if(r&&(t=this.getErrorFromKey(r),"access_denied"!==r&&(e="is-error")),"modules_activated"===a&&"5.2"===this.props.currentVersion)return o.default.createElement(m.default,{dismiss:this.dismissJetpackStateNotice,adminUrl:this.props.adminUrl});if(a){var i=this.getMessageFromKey(a);t=i[0],e=i[1],n=i[2]}return o.default.createElement(u.default,{status:e,onDismissClick:this.dismissJetpackStateNotice,text:t},n)}},render:function(){return o.default.createElement("div",null,this.state.showNotice?this.renderContent():null)}});t.default=(0,i.connect)(function(e){return{currentVersion:(0,l.getCurrentVersion)(e),jetpackStateNoticesErrorCode:(0,d.getJetpackStateNoticesErrorCode)(e),jetpackStateNoticesMessageCode:(0,d.getJetpackStateNoticesMessageCode)(e),jetpackStateNoticesErrorDescription:(0,d.getJetpackStateNoticesErrorDescription)(e),adminUrl:(0,l.getSiteAdminUrl)(e)}})(_),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(908),o=r(a),i=n(911),s=r(i),c=n(912),u=r(c),l=n(913),d=r(l),p=n(914),f=r(p),h=n(142),m=r(h),_=n(499),M=n(758),g=r(M),v=n(1168),b=r(v),y=n(1079),A=function(e){function t(){return(0,s.default)(this,t),(0,d.default)(this,(t.__proto__||(0,o.default)(t)).apply(this,arguments))}return(0,f.default)(t,e),(0,u.default)(t,[{key:"renderInnerContent",value:function(){return m.default.createElement("div",null,m.default.createElement("p",null,(0,_.translate)("With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.")),m.default.createElement("img",{src:y.imagePath+"cf-ss.png",alt:(0,_.translate)("Contact Form screen shot")}),m.default.createElement("p",null,(0,_.translate)("To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!")),m.default.createElement("p",null,(0,_.translate)("You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.")),m.default.createElement("div",{className:"jp-dialogue__cta-container"},m.default.createElement(g.default,{primary:!0,href:this.props.adminUrl+"post-new.php"},(0,_.translate)("Try it out!")),m.default.createElement("p",{className:"jp-dialogue__note"},m.default.createElement("a",{href:"https://jetpack.com/?p=22509"},(0,_.translate)("Read the full release post")))))}},{key:"render",value:function(){return m.default.createElement(b.default,{svg:m.default.createElement("img",{src:y.imagePath+"people-around-page.svg",width:"250",alt:(0,_.translate)("People around page")}),title:(0,_.translate)("A new contact form is here at last!"),content:this.renderInnerContent(),dismiss:this.props.dismiss})}}]),t}(h.Component);b.default.propTypes={dismiss:m.default.PropTypes.func},t.default=A,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(908),o=r(a),i=n(911),s=r(i),c=n(912),u=r(c),l=n(913),d=r(l),p=n(914),f=r(p),h=n(142),m=r(h),_=n(499),M=n(984),g=r(M),v=n(883),b=r(v),y=n(871),A=r(y),E=n(991),T=r(E),L=n(1079),w=function(e){function t(){return(0,s.default)(this,t),(0,d.default)(this,(t.__proto__||(0,o.default)(t)).apply(this,arguments))}return(0,f.default)(t,e),(0,u.default)(t,[{key:"render",value:function(){return m.default.createElement("div",{className:"jp-dialogue-full__container"},m.default.createElement("img",{src:L.imagePath+"stars-full.svg",width:"60",height:"60",alt:(0,_.translate)("Stars"),className:"jp-jumpstart-full__svg-stars"}),m.default.createElement("img",{src:L.imagePath+"jupiter.svg",width:"50",height:"100",alt:(0,_.translate)("Jupiter"),className:"jp-jumpstart-full__svg-jupiter"}),this.props.showDismiss&&m.default.createElement(A.default,{icon:"cross-small",className:"jp-dialogue-full__dismiss",tabIndex:"0",onKeyDown:(0,T.default)(this.props.dismiss),onClick:this.props.dismiss}),m.default.createElement("div",{className:"jp-dialogue"},this.props.svg,m.default.createElement("h1",{className:"jp-dialogue__title"},this.props.title),m.default.createElement(g.default,null,this.props.content)))}}]),t}(h.Component);w.propTypes={content:m.default.PropTypes.oneOfType([m.default.PropTypes.string,m.default.PropTypes.object]).isRequired,svg:m.default.PropTypes.oneOfType([m.default.PropTypes.bool,m.default.PropTypes.object]),dismissOnClick:m.default.PropTypes.func,showDismiss:m.default.PropTypes.bool,title:m.default.PropTypes.string},w.defaultProps={svg:!1,showDismiss:!0,dismiss:b.default,content:"",title:""},t.default=w,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(166),s=n(154),c=n(990),u=r(c),l=n(499),d=n(744),p=o.default.createClass({displayName:"DismissableNotices",renderNotices:function(){var e=this.props.jetpackNotices;switch(e){case"disconnected":return!this.props.isDismissed(e)&&o.default.createElement("div",null,o.default.createElement(u.default,{onDismissClick:this.props.dismissJetpackActionNotice.bind(null,e)},(0,l.translate)("You have successfully disconnected Jetpack"),o.default.createElement("br",null),(0,l.translate)("Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.",{components:{a:o.default.createElement("a",{href:"https://jetpack.com/survey-disconnected/",target:"_blank",rel:"noopener noreferrer"})}})));default:return!1}},render:function(){return o.default.createElement("div",null,this.renderNotices())}});t.default=(0,s.connect)(function(e){return{jetpackNotices:(0,d.getJetpackNotices)(e),isDismissed:function(t){return(0,d.isNoticeDismissed)(e,t)}}},function(e){return(0,i.bindActionCreators)({dismissJetpackActionNotice:d.dismissJetpackActionNotice},e)})(p),e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(142),a=function(e){return e&&e.__esModule?e:{default:e}}(r),o=a.default.createClass({displayName:"AdminNotices",componentDidMount:function(){var e=jQuery(this.refs.adminNotices),t=jQuery(".vp-notice");t.length>0&&t.each(function(){var t=jQuery(this).addClass("dops-notice is-warning vp-notice-jp").removeClass("wrap vp-notice");t.wrapInner('<span class="dops-notice__content">'),t.find(".dops-notice__content").before('<svg class="gridicon gridicons-notice dops-notice__icon" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"></path></g></svg>'),t.find(".vp-message").removeClass("vp-message").addClass("dops-notice__text"),t.find("h3").replaceWith(function(){return jQuery("<strong />",{html:this.innerHTML})}),t.find("p").replaceWith(function(){return jQuery("<div/>",{html:this.innerHTML})}),t.find('a[href*="admin.php?page=vaultpress"]').remove(),t.prependTo(e).css("display","flex")});var n=jQuery(".woocommerce-message");n.length>0&&n.each(function(){var t=jQuery(this).addClass("dops-notice").removeClass("updated wc-connect");t.find(".button-primary").addClass("dops-notice__action").removeClass("button-primary").detach().appendTo(t),t.find("p").not(".submit").wrapAll('<span class="dops-notice__text"/>');var n=t.find(".dops-notice__text");n.find("p").replaceWith(function(){return jQuery("<div/>",{html:this.innerHTML,class:"dops-notice__moved_text"})}),n.find("br").remove(),t.find(".button-secondary").removeClass("button-secondary").detach().appendTo(n),t.find(".submit").remove(),t.find(".woocommerce-message-close").removeClass("woocommerce-message-close notice-dismiss").addClass("dops-notice__action"),t.wrapInner('<span class="dops-notice__content">').prependTo(e).css("display","flex"),t.find(".dops-notice__action").not(":first").removeClass("dops-notice__action").detach().appendTo(t.find(".dops-notice__text")),t.find(".dops-notice__action:first").detach().appendTo(t)})},render:function(){return a.default.createElement("div",{ref:"adminNotices","aria-live":"polite"})}});t.default=o,e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Tracker=void 0;var r=n(142),a=function(e){return e&&e.__esModule?e:{default:e}}(r),o=n(154),i=n(747),s=t.Tracker=a.default.createClass({displayName:"Tracker",componentWillReceiveProps:function(e){var t=this.props.analytics.tracks.recordEvent;e.searchTerm!==this.props.searchTerm&&t("jetpack_wpa_search_term",{term:e.searchTerm})},render:function(){return null}});s.propTypes={analytics:a.default.PropTypes.object,searchTerm:a.default.PropTypes.string},t.default=(0,o.connect)(function(e){return{searchTerm:(0,i.getSearchTerm)(e)}})(s)}]);
38
  value:function(){var e=this,t=(0,E.translate)("Image Performance"),n=function(){return e.props.updateOptions((0,s.default)({},"photon",!0))};return this.props.getOptionValue("photon")?v.default.createElement(A.default,{label:t,module:"photon",status:"is-working"},v.default.createElement("p",{className:"jp-dash-item__description"},(0,E.translate)("Jetpack is improving and optimizing your image speed."))):v.default.createElement(A.default,{label:t,module:"photon",className:"jp-dash-item__is-inactive"},v.default.createElement("p",{className:"jp-dash-item__description"},this.props.isDevMode?(0,E.translate)("Unavailable in Dev Mode"):(0,E.translate)("{{a}}Activate{{/a}} to enhance the performance and speed of your images.",{components:{a:v.default.createElement("a",{href:"javascript:void(0)",onClick:n})}})))}},{key:"render",value:function(){var e=(0,o.default)(this.props.moduleList);return(0,L.default)(e,"photon")?v.default.createElement("div",{className:"jp-dash-item__interior"},this.getContent()):null}}]),t}(g.Component);S.propTypes={isDevMode:v.default.PropTypes.bool.isRequired},t.default=(0,b.connect)(function(e){return{isDevMode:(0,k.isDevMode)(e),moduleList:(0,w.getModules)(e)}})(S),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.DashConnections=void 0;var a=n(908),o=r(a),i=n(911),s=r(i),c=n(912),u=r(c),l=n(913),d=r(l),p=n(914),f=r(p),h=n(142),m=r(h),_=n(154),M=n(499),g=n(871),v=r(g),b=n(1137),y=r(b),A=n(682),E=n(359),T=n(1148),L=r(T),w=n(1110),k=r(w),S=t.DashConnections=function(e){function t(){return(0,s.default)(this,t),(0,d.default)(this,(t.__proto__||(0,o.default)(t)).apply(this,arguments))}return(0,f.default)(t,e),(0,u.default)(t,[{key:"siteConnection",value:function(){var e="";return this.props.isDevMode?e=m.default.createElement("div",{className:"jp-connection-settings__info"},this.props.siteIcon?m.default.createElement("img",{width:"64",height:"64",className:"jp-connection-settings__site-icon",src:this.props.siteIcon,alt:""}):m.default.createElement(v.default,{icon:"globe",size:64}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("Your site is in Development Mode, so it can not be connected to WordPress.com."))):!0===this.props.siteConnectionStatus&&(e=m.default.createElement("div",null,m.default.createElement("div",{className:"jp-connection-settings__info"},this.props.siteIcon?m.default.createElement("img",{width:"64",height:"64",className:"jp-connection-settings__site-icon",src:this.props.siteIcon,alt:""}):m.default.createElement(v.default,{icon:"globe",size:64}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("Your site is connected to WordPress.com."),this.props.userIsMaster&&m.default.createElement("span",{className:"jp-connection-settings__is-owner"},m.default.createElement("br",null),m.default.createElement("em",null,(0,M.translate)("You are the Jetpack owner."))))),this.props.userCanDisconnectSite&&m.default.createElement("div",{className:"jp-connection-settings__actions"},m.default.createElement(k.default,{asLink:!0})))),e}},{key:"userConnection",value:function(){var e=this.props.userIsMaster?null:m.default.createElement(k.default,{asLink:!0,connectUser:!0,from:"connection-settings"});return this.props.isDevMode?m.default.createElement("div",{className:"jp-connection-settings__info"},m.default.createElement("img",{alt:"gravatar",width:"64",height:"64",className:"jp-connection-settings__gravatar",src:this.props.userWpComAvatar}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("The site is in Development Mode, so you can not connect to WordPress.com."))):this.props.isLinked?m.default.createElement("div",null,m.default.createElement("div",{className:"jp-connection-settings__info"},m.default.createElement("img",{alt:"gravatar",width:"64",height:"64",className:"jp-connection-settings__gravatar",src:this.props.userWpComAvatar}),m.default.createElement("div",{className:"jp-connection-settings__text"},(0,M.translate)("Connected as {{span}}%(username)s{{/span}}",{args:{username:this.props.userWpComLogin},components:{span:m.default.createElement("span",{className:"jp-connection-settings__username"})},comment:"%(username) is the WordPress user login name."}),m.default.createElement("div",{className:"jp-connection-settings__email"},this.props.userWpComEmail))),m.default.createElement("div",{className:"jp-connection-settings__actions"},e)):m.default.createElement("div",null,m.default.createElement("div",{className:"jp-connection-settings__info"},(0,M.translate)("Link your account to WordPress.com to get the most out of Jetpack.")),m.default.createElement("div",{className:"jp-connection-settings__actions"},e))}},{key:"render",value:function(){return m.default.createElement("div",null,m.default.createElement(L.default,null),m.default.createElement("div",{className:"jp-at-a-glance__item-grid"},m.default.createElement("div",{className:"jp-at-a-glance__left"},m.default.createElement("div",{className:"jp-dash-item__interior"},m.default.createElement(y.default,{className:"jp-connection-type",label:(0,M.translate)("Site connection",{context:"Dashboard widget header"})},this.siteConnection()))),m.default.createElement("div",{className:"jp-at-a-glance__right"},m.default.createElement("div",{className:"jp-dash-item__interior"},m.default.createElement(y.default,{className:"jp-connection-type",label:(0,M.translate)("Account connection",{context:"Dashboard widget header"})},this.userConnection())))))}}]),t}(h.Component);S.propTypes={siteConnectionStatus:m.default.PropTypes.any.isRequired,isDevMode:m.default.PropTypes.bool.isRequired,userCanDisconnectSite:m.default.PropTypes.bool.isRequired,userIsMaster:m.default.PropTypes.bool.isRequired,isLinked:m.default.PropTypes.bool.isRequired,userWpComLogin:m.default.PropTypes.any.isRequired,userWpComEmail:m.default.PropTypes.any.isRequired,userWpComAvatar:m.default.PropTypes.any.isRequired,username:m.default.PropTypes.any.isRequired},t.default=(0,_.connect)(function(e){return{siteConnectionStatus:(0,A.getSiteConnectionStatus)(e),isDevMode:(0,A.isDevMode)(e),userCanDisconnectSite:(0,E.userCanDisconnectSite)(e),userIsMaster:(0,E.userIsMaster)(e),userWpComLogin:(0,E.getUserWpComLogin)(e),userWpComEmail:(0,E.getUserWpComEmail)(e),userWpComAvatar:(0,E.getUserWpComAvatar)(e),username:(0,E.getUsername)(e),isLinked:(0,A.isCurrentUserLinked)(e),siteIcon:(0,E.getSiteIcon)(e)}})(S)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QueryUserConnectionData=void 0;var r=n(142),a=function(e){return e&&e.__esModule?e:{default:e}}(r),o=n(154),i=n(682),s=t.QueryUserConnectionData=a.default.createClass({displayName:"QueryUserConnectionData",componentWillMount:function(){this.props.isFetchingUserData||this.props.isDevMode||this.props.fetchUserConnectionData()},render:function(){return null}});t.default=(0,o.connect)(function(e){return{isFetchingUserData:(0,i.isFetchingUserData)(e),isDevMode:(0,i.isDevMode)(e)}},function(e){return{fetchUserConnectionData:function(){return e((0,i.fetchUserConnectionData)())}}})(s)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Plans=void 0;var a=n(142),o=r(a),i=n(154),s=n(979),c=n(684),u=r(c),l=n(738),d=n(907),p=r(d),f=n(682),h=n(1150),m=r(h),_=n(1151),M=r(_),g=n(1152),v=r(g),b=t.Plans=o.default.createClass({displayName:"Plans",themesPromo:function(){var e=this.props.sitePlan.product_slug||"",t="dev"!==this.props.plan?(0,s.getPlanClass)(e):"dev";switch(t){case"is-personal-plan":case"is-premium-plan":case"is-free-plan":return o.default.createElement(m.default,{plan:t,siteRawUrl:this.props.siteRawUrl})}return null},renderContent:function(){var e=this.props.sitePlan.product_slug||"",t=this.props.availableFeatures,n=this.props.activeFeatures,r="",a="dev"!==this.props.plan?(0,s.getPlanClass)(e):"dev";"dev"===this.props.getSiteConnectionStatus(this.props)&&(e="dev",t={},n={});var i=void 0!==this.props.availableFeatures[s.FEATURE_UNLIMITED_PREMIUM_THEMES],c=(0,u.default)(this.props.activeFeatures,s.FEATURE_UNLIMITED_PREMIUM_THEMES);return i&&!c&&(r=this.themesPromo(),"is-free-plan"===a)?r:o.default.createElement("div",null,r,o.default.createElement("div",{className:"jp-landing__plans dops-card"},o.default.createElement(M.default,{plan:e,siteRawUrl:this.props.siteRawUrl}),o.default.createElement(v.default,{plan:e,availableFeatures:t,activeFeatures:n,siteRawUrl:this.props.siteRawUrl,siteAdminUrl:this.props.siteAdminUrl})))},render:function(){return o.default.createElement("div",null,o.default.createElement(p.default,null),this.renderContent())}});t.default=(0,i.connect)(function(e){return{getSiteConnectionStatus:function(){return(0,f.getSiteConnectionStatus)(e)},sitePlan:(0,l.getSitePlan)(e),availableFeatures:(0,l.getAvailableFeatures)(e),activeFeatures:(0,l.getActiveFeatures)(e)}})(b)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(759),s=r(i),c=n(499),u=n(984),l=r(u),d=n(758),p=r(d),f=n(699),h=r(f),m=n(1079),_=o.default.createClass({displayName:"ThemesPromoCard",trackGetStarted:function(){h.default.tracks.recordJetpackClick({target:"themes-card",button:"themes-get-started",plan:this.props.plan})},trackComparePlans:function(){h.default.tracks.recordJetpackClick({target:"themes-card",button:"themes-compare-all",plan:this.props.plan})},render:function(){var e=(0,s.default)(this.props.className,"jp-themes-card"),t=this.props.plan,n=/(?![is-])(.*)(?=-plan)/g,r=Array.isArray(t.match(n))?t.match(n)[0]:"";return o.default.createElement("div",{className:e},o.default.createElement(l.default,{className:"jp-apps-card__content"},o.default.createElement("div",{className:"jp-apps-card__top"},o.default.createElement("svg",{id:"customizeTheme",viewBox:"0 0 1562.02 968.34"},o.default.createElement("path",{style:{fill:"none"},d:"M2782.37,1785.75v304h186.89V1766.4H2801.72A19.34,19.34,0,0,0,2782.37,1785.75Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#f3f6f8"},d:"M2694.2,1577.67v-66.48H2489.65c1.43,2.42,2.76,4.91,4,7.46a97.51,97.51,0,0,1-45.91,129.77l-1.12.53-1.7.78a103.66,103.66,0,0,1-12.4,4.49l-1.95.52c-.74.19-1.49.39-2.24.57q-1.71.41-3.44.76c-2-3.57-2.59-12.67-3-17.89-.57-8.53-.89-13.23-4.33-14.63-5.44-2.19-12.54,3.41-17.3,13.66a45.49,45.49,0,0,0-4.29,20.29,97.48,97.48,0,0,1-78.41-138.84c1.22-2.55,2.55-5,4-7.46H2109.11v345.3c30.68.61,91.09-10.69,91.91,17.83V1771.63h395.1V1893.7c31.53-.25,63.17,7.34,94.57,2.12a2.54,2.54,0,0,1,3,1.87c3.06,18.42,15.24,184.72,16.49,201.18,1.13,15,3.61,29.66.47,44.63a2.57,2.57,0,0,1-2.49,1.75c-11.26.59-22.59,2.08-33.86,2-10.57,0-50.89-1.13-53.77-2.15-3.56-1.26-20.91,2.91-29.77,3.48-8.49.54-42.08,2.8-50.36,3-10.37.2-21.3-.12-21.55-10.11-.14-5.61-5.37-46-4.63-51.76h-310c0,1.3-64.18-.14-95-.4v91.12h923.76V1577.67Zm275.06,512H2782.37v-304a19.34,19.34,0,0,1,19.34-19.34h167.55Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c2f4ff"},d:"M2493.63,1518.65c-1.22-2.55-2.55-5-4-7.46-1.13-1.92-2.32-3.81-3.57-5.64a97.45,97.45,0,0,0-160.89,0c-1.26,1.84-2.45,3.74-3.59,5.67-1.43,2.42-2.76,4.91-4,7.46A97.48,97.48,0,0,0,2396,1657.5a45.49,45.49,0,0,1,4.29-20.29c4.75-10.25,11.85-15.85,17.3-13.66,3.44,1.4,3.76,6.1,4.33,14.63.36,5.22,1,14.32,3,17.89q1.73-.35,3.44-.76c.75-.18,1.49-.37,2.24-.57l1.95-.52a103.66,103.66,0,0,0,12.4-4.49l1.7-.78,1.12-.53a97.51,97.51,0,0,0,45.91-129.77Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2969,1767.15H2801.47a19.34,19.34,0,0,0-19.34,19.34v304H2969Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("polygon",{style:{fill:"#00a9de"},points:"936.97 71.05 936.97 148.82 936.97 215.3 1275.64 215.3 1327.68 215.3 1327.68 71.05 936.97 71.05"}),o.default.createElement("path",{style:{fill:"#f3f6f8"},d:"M2136.25,1998.84l52-.38,3.78,41.27-42.35-3.82S2132.86,2032.54,2136.25,1998.84Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2125.33,1518.65h-16.79a6.71,6.71,0,0,1-6.71-6.71v-16.79a6.71,6.71,0,1,1,13.43,0v10.07h10.07a6.71,6.71,0,0,1,0,13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2108.55,1467.71a6.71,6.71,0,0,1-6.71-6.71v-34.16a6.71,6.71,0,0,1,13.43,0V1461A6.71,6.71,0,0,1,2108.55,1467.71Zm9.13-66.52a6.71,6.71,0,0,1-5.59-10.43,61.47,61.47,0,0,1,29.41-23.59,6.71,6.71,0,1,1,4.8,12.54,48.88,48.88,0,0,0-23,18.48A6.7,6.7,0,0,1,2117.68,1401.19Zm905.71-.17a6.7,6.7,0,0,1-5.59-3,48.78,48.78,0,0,0-23.09-18.39,6.71,6.71,0,0,1,4.75-12.56,61.51,61.51,0,0,1,29.51,23.47,6.71,6.71,0,0,1-5.57,10.45Zm-60-24.48h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43H2895a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,1,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,1,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,0,1,0-13.43H2690a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.32,0h-34.16a6.71,6.71,0,1,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,1,1,0,13.43Zm-68.32,0h-34.17a6.71,6.71,0,1,1,0-13.43h34.17a6.71,6.71,0,0,1,0,13.43Zm-68.33,0h-34.16a6.71,6.71,0,0,1,0-13.43h34.16a6.71,6.71,0,0,1,0,13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2595.87,2146.26s-4.79,103.66-20.35,167.09l-91.65,1.2s-7.35-4.68,2.39-9.57c10.22-5.13,37.63-10.63,40.69-16.76,6-12,3.59-135.24,3.59-135.24",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2631.51,2149.4s4.79,96.94,20.35,160.37L2732,2311s7.35-4.68-2.39-9.57c-10.22-5.13-37.63-10.63-40.69-16.76-6-12,11.69-142,11.69-142",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2428.56,1659.71s2.15,1.76,2.95-5.22a96.8,96.8,0,0,1-9.45,2.1C2423.44,1659.33,2425.48,1660.74,2428.56,1659.71Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2428.56,1659.71c-3.08,1-5.12-.39-6.51-3.12a98.07,98.07,0,0,1-16.43,1.39c-2,0-3.92-.07-5.86-.18.71,10.87,6.35,22.22,21.32,30l10.92,5.91,18.25-11.25c1.85-15.18-1.32-26.11-4.73-33a96.7,96.7,0,0,1-14,5C2430.72,1661.48,2428.56,1659.71,2428.56,1659.71Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2422.06,1656.59c-4.26-8.42-2.32-29.41-5.46-30.69-5.95-2.42-18,14.09-16.83,31.89,1.94.11,3.89.18,5.86.18A98.07,98.07,0,0,0,2422.06,1656.59Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2669.78,2003.53a3.36,3.36,0,0,1-.35-6.69l37.1-4a3.36,3.36,0,1,1,.72,6.67l-37.1,4Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2695.47,2023.4a24.39,24.39,0,0,1-17.25-6.64,18.91,18.91,0,0,1-6-14.79,3.21,3.21,0,0,1,3.55-3.15,3.35,3.35,0,0,1,3.15,3.55,12.26,12.26,0,0,0,4,9.57,18.38,18.38,0,0,0,14.33,4.73l6.47-1.8a3.35,3.35,0,0,1,1.74,6.48l-7,1.9C2697.41,2023.35,2696.44,2023.4,2695.47,2023.4Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2510.57,1801.68a3.36,3.36,0,0,1-1.38-6.42l29-13a3.36,3.36,0,1,1,2.75,6.12l-29,13A3.32,3.32,0,0,1,2510.57,1801.68Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2546.66,1602.62c.17,4,1.34,7,2.68,7.81.92.57,2.35-.09,3.47-.81q-.24-2.52-.3-5.06Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2550.45,1591.37a9.56,9.56,0,0,0-3,4.43l5.24,1.75c.16-2.17.43-4.32.79-6.45a3.31,3.31,0,0,1-1-.72A4.74,4.74,0,0,0,2550.45,1591.37Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2580.7,1637.25a20.24,20.24,0,0,1-10.18-17.25l1-9.1-12.14-4a64.44,64.44,0,0,0,1.22,9.25c3.32,15.85,7.25,28.2,24.71,31a3.37,3.37,0,0,1,2.81,2.92l2.16,18.43a3.37,3.37,0,0,1-2.94,3.73l-.4,0a3.34,3.34,0,0,1-2.14-.78v8.46l42,2.24V1644.6a24.54,24.54,0,0,1-5.72,2.1C2603.51,1650.74,2589.78,1642.36,2580.7,1637.25Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2616.75,1611,2606,1582s-14.32-8-27.77-7.19C2585.13,1590.91,2599.26,1606.61,2616.75,1611Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2561,1587.76a62.57,62.57,0,0,0-1.69,12l12.91,4.3,1.53-14.5S2566,1590.51,2561,1587.76Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f84"},d:"M2642.18,1608.93a40.09,40.09,0,0,1-25.43,2c-17.49-4.36-31.61-20.06-38.5-36.2-3.84-9-5.43-18.16-4.09-25.55-6.69,5.25-12.38,13.71-16.59,26.57a18.47,18.47,0,0,0-.66,2.65c-.72,1.84-1.33,3.72-1.87,5.64a7.23,7.23,0,0,0-4-.26c-4.5,1-9.8,5.64-10.81,13.69-.81,6.49.17,15.26,5.63,18.63a8.18,8.18,0,0,0,4.33,1.21,10.19,10.19,0,0,0,3.69-.74c.06.28.1.57.16.85,3.44,16.44,8.2,31.53,27.7,35.78l1.87,16a3.39,3.39,0,0,0,3.33,3l.4,0a3.37,3.37,0,0,0,2.94-3.73l-2.16-18.43a3.37,3.37,0,0,0-2.81-2.92c-17.45-2.8-21.38-15.15-24.71-31a64.44,64.44,0,0,1-1.22-9.25l12.14,4-1,9.1a20.24,20.24,0,0,0,10.18,17.25c9.08,5.11,22.81,13.49,40.3,9.45a24.54,24.54,0,0,0,5.72-2.1c11.87-6.1,18.57-21.52,20.71-38.28A40.64,40.64,0,0,1,2642.18,1608.93Zm-92.84,1.5c-1.34-.83-2.51-3.81-2.68-7.81l5.85,1.95q.06,2.53.3,5.06C2551.69,1610.34,2550.26,1611,2549.34,1610.44Zm3.34-12.89-5.24-1.75a9.56,9.56,0,0,1,3-4.43,4.74,4.74,0,0,1,2-1,3.31,3.31,0,0,0,1,.72C2553.1,1593.22,2552.84,1595.38,2552.68,1597.55Zm19.52,6.5-12.91-4.3a62.57,62.57,0,0,1,1.69-12c5,2.75,12.75,1.79,12.75,1.79Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#74dcfc"},d:"M2584.48,1535.27c-5.88,2.56-9.17,7.61-10.32,13.94-4.83,26.63,28.33,76.05,68,59.72a40.64,40.64,0,0,0,5.24-2.61C2686.87,1583,2632.3,1514.44,2584.48,1535.27Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#86a6bd",opacity:"0.26"},d:"M2032.34,1985.67h150.18a8.52,8.52,0,0,0,8.52-8.89l-4.28-99.89a6.41,6.41,0,0,0-6.42-6.15H2030.4l2,101.93",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2191.39,2039.77c-2.76-16-4.06-32-5.43-48.07l-.8-12.05-.4-6-.1-1.51a14.89,14.89,0,0,1,0-2,8.56,8.56,0,0,1,1.94-4.75,10.8,10.8,0,0,1,8-3.8l6.15-.07,12.08-.07,12.08.12,6.15.07a10.76,10.76,0,0,1,8,3.78,8.47,8.47,0,0,1,1.92,4.72l.15,3.1.28,6,.52,12.07c.57,16.1,1.08,32.19.8,48.34a1.35,1.35,0,0,1-2.68.15c-2.1-16-3.41-32.06-4.67-48.12l-.85-12-.4-6-.2-2.93a1.39,1.39,0,0,0-.37-.76,3.69,3.69,0,0,0-2.7-1.08l-5.92.05-12.08.12-12.08-.07-5.92,0a3.64,3.64,0,0,0-2.66,1.06,1.39,1.39,0,0,0-.37.73s0,.47,0,1l.07,1.51.28,6,.57,12.06c.45,16.1,1,32.2,0,48.38a.68.68,0,0,1-1.34.08Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("polygon",{style:{fill:"#f3f6f8"},points:"471.79 657.89 469.28 613.56 442.97 613.56 445.48 657.83 471.79 657.89"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"392.72",x2:"428.98",y1:"701.82",y2:"701.82"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2149.71,2064.26a21.59,21.59,0,0,1,9.06-2.71,83.69,83.69,0,0,1,9.06-.42c3,.08,6,.26,9.06.51a34.08,34.08,0,0,1,9.06,2,1.44,1.44,0,0,1,0,2.68,34.08,34.08,0,0,1-9.06,2c-3,.25-6,.44-9.06.51a83.69,83.69,0,0,1-9.06-.42,21.59,21.59,0,0,1-9.06-2.71.78.78,0,0,1-.28-1.06A.8.8,0,0,1,2149.71,2064.26Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2181.34,2034.57c-17.22-1.19-34.44-1.6-51.66-1.94l-25.83-.28-12.92-.12-6.46-.06a18,18,0,0,1-5.17-.89,16.73,16.73,0,0,1-11.49-16.09l-.16-17.54c-2.3-.12-4.6-.15-6.9-.15l-.16,17.7a24,24,0,0,0,16.34,23.3,25.54,25.54,0,0,0,7.53,1.15l6.46-.06,12.92-.12,25.83-.28c17.22-.34,34.44-.74,51.66-1.94a1.35,1.35,0,0,0,0-2.69Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2156.47,2034.57c-8.58-1.15-15.3-7.64-16.55-15.28-.52-3.45-.09-8.55-.11-13l.17-9.79h-7.46l.17,9.79c.28,4.67-.32,8.81.82,14.38a22.45,22.45,0,0,0,8.62,12.8,20.63,20.63,0,0,0,14.34,3.78,1.38,1.38,0,0,0,1.18-1.18A1.35,1.35,0,0,0,2156.47,2034.57Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2189,1994.51a19.45,19.45,0,0,1-5.57.7h-4.77v0h-.5c-28.24.05-56.47.45-84.71.69-30.47.46-60.93,1.09-91.4,2.05a.67.67,0,0,0,0,1.34c30.47,1,60.93,1.59,91.4,2.05,30.47.26,60.93.72,91.4.71h.15a3.45,3.45,0,0,0,.65-.09,27.44,27.44,0,0,0,3.36-.4Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2207.27,1957.36l-2.43-61.2-.61-15.3c-.15-2.7-.09-4.75-.44-8a21.85,21.85,0,0,0-18.16-18.52,36.58,36.58,0,0,0-6.11-.28,3.76,3.76,0,0,0-.72-.07l-159,.55-9.94.09a16.26,16.26,0,0,0-11.19,3.89,15.82,15.82,0,0,0-5.41,10.68c-.07,3.91.13,6.79.18,10.23l1,39.73c.59,26.49,1.48,53,2.47,79.45a1.34,1.34,0,0,0,2.68,0c.11-26.5.14-53-.15-79.49l-.29-39.74c0-3.18-.1-6.93,0-9.63a9.79,9.79,0,0,1,3.47-6.54,10,10,0,0,1,7.22-2.24l3.91,0,1.63,55c.48,19.37,1.43,38.74,2.16,58.1a1.34,1.34,0,0,0,2.68-.05c0-19.38.13-38.77-.16-58.14l-.56-54.84h.27l155.34.54.13-.07h2.09a54.42,54.42,0,0,1,7,.23,14.2,14.2,0,0,1,9.76,6.53,14,14,0,0,1,2,5.63c.2,1.84.24,4.9.38,7.29l.7,15.29,1.41,30.59,1.41,30.59.28,6.14a47.87,47.87,0,0,1,7.11.15Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2191.39,2039.77c-2.76-16-4.06-32-5.43-48.07l-.8-12.05-.4-6-.1-1.51a14.89,14.89,0,0,1,0-2,8.56,8.56,0,0,1,1.94-4.75,10.8,10.8,0,0,1,8-3.8l6.15-.07,12.08-.07,12.08.12,6.15.07a10.76,10.76,0,0,1,8,3.78,8.47,8.47,0,0,1,1.92,4.72l.15,3.1.28,6,.52,12.07c.57,16.1,1.08,32.19.8,48.34a1.35,1.35,0,0,1-2.68.15c-2.1-16-3.41-32.06-4.67-48.12l-.85-12-.4-6-.2-2.93a1.39,1.39,0,0,0-.37-.76,3.69,3.69,0,0,0-2.7-1.08l-5.92.05-12.08.12-12.08-.07-5.92,0a3.64,3.64,0,0,0-2.66,1.06,1.39,1.39,0,0,0-.37.73s0,.47,0,1l.07,1.51.28,6,.57,12.06c.45,16.1,1,32.2,0,48.38a.68.68,0,0,1-1.34.08Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("polygon",{style:{fill:"#f3f6f8"},points:"471.79 657.89 469.28 613.56 442.97 613.56 445.48 657.83 471.79 657.89"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"392.72",x2:"428.98",y1:"701.82",y2:"701.82"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M2149.71,2064.26a21.59,21.59,0,0,1,9.06-2.71,83.69,83.69,0,0,1,9.06-.42c3,.08,6,.26,9.06.51a34.08,34.08,0,0,1,9.06,2,1.44,1.44,0,0,1,0,2.68,34.08,34.08,0,0,1-9.06,2c-3,.25-6,.44-9.06.51a83.69,83.69,0,0,1-9.06-.42,21.59,21.59,0,0,1-9.06-2.71.78.78,0,0,1-.28-1.06A.8.8,0,0,1,2149.71,2064.26Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e9eff4"},d:"M1758.29,2322.51c129.84-3.7,259.68-4.48,389.52-5.4l389.52-.85c259.68.81,519.36.35,779,4.91a2.69,2.69,0,0,1,0,5.37c-259.68,4.56-519.36,4.1-779,4.91l-389.52-.85c-129.84-.92-259.68-1.7-389.52-5.4a1.34,1.34,0,0,1,0-2.68Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2531.81,2280.22a3.36,3.36,0,0,1-3.21-4.33c4.87-16,2.75-48.59.71-80-1-15.5-2-30.14-2.1-42.83a3.36,3.36,0,0,1,3.32-3.4h0a3.36,3.36,0,0,1,3.36,3.32c.14,12.51,1.09,27.07,2.09,42.47,2.09,32.06,4.24,65.22-1,82.44A3.36,3.36,0,0,1,2531.81,2280.22Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2651.85,2313.12a3.35,3.35,0,0,1-3.31-2.86c-.12-.81-12.12-81.19-20.37-160.52a3.36,3.36,0,1,1,6.67-.7c8.24,79.19,20.21,159.42,20.33,160.22a3.36,3.36,0,0,1-2.82,3.82A3.27,3.27,0,0,1,2651.85,2313.12Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M3025.91,1433.5v-6.88a6.71,6.71,0,0,1,13.43,0V1434",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#a6c1d1"},d:"M2798.25,1578.5v-1.72a26.28,26.28,0,0,1-8.95,4.54s7.5-27.34-.45-29.17-38.4,52.06-38.4,52.06l11,26.43s11.83-10.63,49.88-30.13c8.64-8.13,13.71-15.59,16.29-22Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2782.12,1618.79a3.36,3.36,0,0,1,0-6.71c3.78-.14,30-13.82,42.82-38.15a3.36,3.36,0,1,1,5.94,3.13C2817.51,1602.39,2789,1618.79,2782.12,1618.79Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2761.47,1597.25a3.36,3.36,0,0,1-2.22-5.87c2.76-2.45,7.26-11.57,11.23-19.61,8.05-16.3,11.8-23,16.48-23.58a4.9,4.9,0,0,1,4.44,1.78c4.62,5.4,3.46,18.48,2.22,26.39,2.84-1.22,6-3.06,7.75-5.51a3.36,3.36,0,1,1,5.47,3.89c-5.18,7.26-16.36,9.76-16.83,9.86a3.36,3.36,0,0,1-4-4c1.66-7.7,2.93-20,1.06-24.9-2.73,3.15-7.36,12.54-10.58,19-4.66,9.44-9.05,18.35-12.81,21.66A3.31,3.31,0,0,1,2761.47,1597.25Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2416.59,1625.9c3.14,1.27,1.2,22.27,5.46,30.69.95-.16,1.89-.34,2.83-.53-2-3.57-2.59-12.67-3-17.89-.57-8.53-.89-13.23-4.33-14.63-5.44-2.19-12.54,3.41-17.3,13.66a45.49,45.49,0,0,0-4.29,20.29c1.24.12,2.48.23,3.74.3C2398.59,1640,2410.65,1623.49,2416.59,1625.9Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2428.33,1655.3l2.24-.57C2429.82,1654.93,2429.08,1655.12,2428.33,1655.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2447.73,1648.42l-1.12.53Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2191.3,1505.23h-33a6.71,6.71,0,1,0,0,13.43h33a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2257.26,1505.23h-33a6.71,6.71,0,1,0,0,13.43h33a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2587.08,1505.23h-33a6.71,6.71,0,1,0,0,13.43h33a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2686,1505.23a6.71,6.71,0,1,0,0,13.43h8v-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2653,1499.58h-33a6.71,6.71,0,0,0,0,13.43h33a6.71,6.71,0,0,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2323.22,1505.23h-33a6.71,6.71,0,0,0,0,13.43h27.37a97.31,97.31,0,0,1,7.57-13.14A6.72,6.72,0,0,0,2323.22,1505.23Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#e1eff9"},d:"M2521.11,1505.23h-33a6.71,6.71,0,0,0-2.05.32,97.32,97.32,0,0,1,7.55,13.11h27.48a6.71,6.71,0,1,0,0-13.43Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"none"},d:"M2425.9,1657.3c.14.09.43.29,1.35,0,.59-.19.91-.94,1.08-2q-1.71.41-3.44.76A3.51,3.51,0,0,0,2425.9,1657.3Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2430.57,1654.73l-2.24.57c-.16,1-.49,1.78-1.08,2-.92.31-1.21.1-1.35,0a3.51,3.51,0,0,1-1-1.23c-2-3.57-2.59-12.67-3-17.89-.57-8.53-.89-13.23-4.33-14.63-5.44-2.19-12.54,3.41-17.3,13.66a45.49,45.49,0,0,0-4.29,20.29c.39,12.48,6.62,25.37,23.26,34.07a3.4,3.4,0,0,0,1.55.38,3.36,3.36,0,0,0,1.55-6.33c-23.86-12.47-20.37-32.83-17.76-41,2.86-9,7.67-13.76,9.75-14.69a83.07,83.07,0,0,1,.87,8.7c.65,9.63,1.39,20.54,6.92,24.25a7.94,7.94,0,0,0,7.21.78c4.91-1.64,5.87-5.42,5.78-10.24-.57.2-1.57.5-2.65.8l-1,.28Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2431.51,1654.49l1-.28-1.95.52Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2445.52,1649.46l-.61.27c-1.23.56-2.56,1.13-3.32,1.39a57.89,57.89,0,0,1,4.6,24,3.36,3.36,0,0,0,3.31,3.4h0a3.36,3.36,0,0,0,3.36-3.31,66.28,66.28,0,0,0-5.19-26.75l-1.12.53Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2446.61,1648.95l-1.7.78.61-.27Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2547.12,2156.58c-11.43,0-21.7-1.43-27.18-5.63a11.37,11.37,0,0,1-4.7-8.56c-.17-3-.55-7.36-1-12.93-3-34.13-10-114,4.45-204.92a3.36,3.36,0,0,1,6.64,1c-14.33,90.06-7.37,169.4-4.39,203.28.5,5.66.89,10.09,1.06,13.15a4.69,4.69,0,0,0,2.09,3.6c11.59,8.87,57.88,1.65,74.75-1.89a3.36,3.36,0,0,1,1.38,6.57C2595.85,2151.2,2569.3,2156.58,2547.12,2156.58Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2643.2,2151.66c-12.44,0-22.94-1.1-27.65-4.25-10.39-6.93-8.37-101.49-7-141.83a3.18,3.18,0,0,1,3.47-3.25,3.37,3.37,0,0,1,3.25,3.47c-2.09,62.26-1.09,130.21,4.2,136.16,9.2,6.1,58.16,1.8,88.94-2.62l-5.81-102.27a3.36,3.36,0,0,1,3.16-3.54,3.19,3.19,0,0,1,3.54,3.16l6,105.34a3.36,3.36,0,0,1-2.85,3.51C2706.69,2146.4,2670.33,2151.66,2643.2,2151.66Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#00a9de"},d:"M2701.14,1985.18a3.35,3.35,0,0,1-3.34-3.09l-7.19-88.58a3.35,3.35,0,1,1,6.69-.54l7.19,88.58a3.36,3.36,0,0,1-3.08,3.61Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#74dcfc"},d:"M2790.95,1624l-32.31-33.51c-15.78,31.57-62.67,78.58-98.1,87.42-.81-.32-1.63-.64-2.49-1-11.37-4.19-76.46-8.61-92-2-10,4.25-16.9,7.49-21.52,11.79-30.74,24.06-50,44.9-50,44.9L2457,1673l-33.51,23.94s28.72,105.32,73,102.93a107.17,107.17,0,0,0,41.78-11.27l3.7,105.84,148.35-2.55-3.6-151.61C2742,1712.26,2790.95,1624,2790.95,1624Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2535.2,1898.17a3.36,3.36,0,0,1,0-6.71l158.76-1.57a3.23,3.23,0,0,1,3.39,3.32,3.36,3.36,0,0,1-3.32,3.39l-158.76,1.57Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#004f82"},d:"M2510.57,1801.68a3.36,3.36,0,0,1-1.38-6.42l29-13a3.36,3.36,0,1,1,2.75,6.12l-29,13A3.32,3.32,0,0,1,2510.57,1801.68Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2363.75,2092.76h-.48l-96.46,1.48-97.41,1-195.87.76a3.72,3.72,0,0,1-3.73-3.7v0l-.07-54.71a3.79,3.79,0,0,1,3.78-3.8h0l194.63.42,194.63,1.45h0a1.9,1.9,0,0,1,1.89,1.92v0Zm-1.9-.95v-.47l-1-53.76,1.93,1.93L2168.15,2041l-194.63.42,3.8-3.8-.07,54.71-3.73-3.73,193.41.76,97.22,1Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"216.54",x2:"216.54",y1:"709.01",y2:"947.85"}),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M1974.19,2072.13c1.85,19.9,2.24,39.81,2.7,59.71l.42,59.71c-.4,39.8-.17,79.61-2.46,119.42a1.35,1.35,0,0,1-2.69,0c-2.28-39.8-2.05-79.61-2.45-119.42l.42-59.71c.46-19.9.85-39.8,2.7-59.71a.67.67,0,0,1,1.34,0Z",transform:"translate(-1756.98 -1363.12)"}),o.default.createElement("line",{style:{fill:"#fff"},x1:"605.81",x2:"605.81",y1:"729.17",y2:"947.85"
39
  }),o.default.createElement("path",{style:{fill:"#c8d7e2"},d:"M2363.46,2092.29c1.85,18.22,2.24,36.45,2.7,54.67l.42,54.67c-.4,36.45-.17,72.89-2.45,109.34a1.35,1.35,0,0,1-2.69,0c-2.28-36.45-2.05-72.89-2.46-109.34l.43-54.67c.46-18.22.85-36.45,2.7-54.67a.67.67,0,0,1,1.34,0Z",transform:"translate(-1756.98 -1363.12)"})),o.default.createElement("div",{className:"jp-apps-card__clouds"},o.default.createElement("img",{src:m.imagePath+"/white-clouds.svg",alt:""}))),o.default.createElement("div",{className:"jp-apps-card__description"},o.default.createElement("h3",{className:"jp-apps-card__header"},(0,c.translate)("Introducing Unlimited Themes")),(0,c.translate)("{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}",{components:{subhead:o.default.createElement("p",{className:"jp-apps-card__promo_subhead"}),p:o.default.createElement("p",{className:"jp-apps-card__paragraph"})}}),o.default.createElement("p",null,o.default.createElement(p.default,{className:"is-primary",onClick:this.trackGetStarted,href:"https://jetpack.com/redirect/?source=upgrade-pro-"+r+"&site="+this.props.siteRawUrl},(0,c.translate)("Explore Professional"))," ",o.default.createElement(p.default,{onClick:this.trackComparePlans,href:"https://jetpack.com/redirect/?source=plans-compare-free&site="+this.props.siteRawUrl},(0,c.translate)("Compare All Plans"))),o.default.createElement("a",{onClick:this.trackGetStarted,href:"https://jetpack.com/redirect/?source=upgrade-pro-"+r+"&site="+this.props.siteRawUrl},(0,c.translate)("Limited time 50% introductory discount on Jetpack Professional.")))))}});_.propTypes={className:o.default.PropTypes.string,plan:o.default.PropTypes.string},t.default=_,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(758),s=r(i),c=n(499),u=n(699),l=r(u),d=n(979),p=n(1079),f=o.default.createClass({displayName:"PlanHeader",trackLearnMore:function(){l.default.tracks.recordJetpackClick({target:"learn-more",plan:"free",page:"plans"})},render:function(){var e="",t="";switch("dev"!==this.props.plan?(0,d.getPlanClass)(this.props.plan):"dev"){case"is-free-plan":e=o.default.createElement("div",{className:"jp-landing-plans__header"},o.default.createElement("h2",{className:"jp-landing-plans__header-title"},(0,c.translate)("Introducing our most affordable backups and security plan yet")),o.default.createElement("p",{className:"jp-landing-plans__header-description"},(0,c.translate)("Jetpack Personal keeps your data, site, and hard work safe.")),o.default.createElement("div",{className:"jp-landing-plans__header-img-container"},o.default.createElement("div",{className:"jp-landing-plans__header-col-left"},o.default.createElement("h3",{className:"jp-landing-plans__header-subtitle"},(0,c.translate)("How much is your website worth?")),o.default.createElement("p",{className:"jp-landing-plans__header-text"},(0,c.translate)("For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."),o.default.createElement("br",null),o.default.createElement("br",null),(0,c.translate)("Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.")),o.default.createElement("p",{className:"jp-landing-plans__header-btn-container"},o.default.createElement(s.default,{href:"https://jetpack.com/redirect/?source=plans-main-top&site="+this.props.siteRawUrl,className:"is-primary"},(0,c.translate)("Learn more")))),o.default.createElement("div",{className:"jp-landing-plans__header-col-right"},o.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"335",height:"233",viewBox:"0 0 1005 700",version:"1.1","aria-labelledby":"wpcomLogin",role:"img"},o.default.createElement("title",{id:"wpcomLogin"},(0,c.translate)("Image of WordPress login screen protected by Jetpack")),o.default.createElement("defs",null,o.default.createElement("rect",{id:"path-1",x:"0",y:"0",width:"1005",height:"700",rx:"8"}),o.default.createElement("polygon",{id:"path-3",points:"0 80 80 80 80 0 0 0 0 80"}),o.default.createElement("rect",{id:"path-5",x:"22",y:"154",width:"280",height:"35"}),o.default.createElement("mask",{id:"mask-6",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"280",height:"35",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-5"})),o.default.createElement("rect",{id:"path-7",x:"22",y:"234",width:"280",height:"35"}),o.default.createElement("mask",{id:"mask-8",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"280",height:"35",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-7"})),o.default.createElement("rect",{id:"path-9",x:"22",y:"291",width:"15",height:"15"}),o.default.createElement("mask",{id:"mask-10",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"15",height:"15",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-9"})),o.default.createElement("rect",{id:"path-11",x:"230",y:"289",width:"71",height:"30",rx:"3"}),o.default.createElement("filter",{x:"-50",y:"-50",width:"200",height:"200",filterUnits:"objectBoundingBox",id:"filter-12"},o.default.createElement("feOffset",{dx:"0",dy:"1",in:"SourceAlpha",result:"shadowOffsetOuter1"}),o.default.createElement("feComposite",{in:"shadowOffsetOuter1",in2:"SourceAlpha",operator:"out",result:"shadowOffsetOuter1"}),o.default.createElement("feColorMatrix",{values:"0",type:"matrix",in:"shadowOffsetOuter1"})),o.default.createElement("filter",{x:"-50",y:"-50",width:"200",height:"200",filterUnits:"objectBoundingBox",id:"filter-13"},o.default.createElement("feOffset",{dx:"0",dy:"2",in:"SourceAlpha",result:"shadowOffsetInner1"}),o.default.createElement("feComposite",{in:"shadowOffsetInner1",in2:"SourceAlpha",operator:"arithmetic",k2:"-1",k3:"1",result:"shadowInnerInner1"}),o.default.createElement("feColorMatrix",{values:"0",type:"matrix",in:"shadowInnerInner1"})),o.default.createElement("mask",{id:"mask-14",maskContentUnits:"userSpaceOnUse",maskUnits:"objectBoundingBox",x:"0",y:"0",width:"71",height:"30",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-11"})),o.default.createElement("polygon",{id:"path-15",points:"54 33.75 54 0 0 0 0 33.75 0 67.5 54 67.5"})),o.default.createElement("g",{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none","fill-rule":"evenodd"},o.default.createElement("g",{id:"Plans---wp-login-stripped",transform:"translate(-197.000000, -136.000000)"},o.default.createElement("g",{id:"Editor-Container",transform:"translate(197.000000, 136.000000)"},o.default.createElement("g",{id:"Simple-Layout"},o.default.createElement("g",{id:"bg"},o.default.createElement("mask",{id:"mask-2",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-1"})),o.default.createElement("use",{id:"content-bg-mask",fill:"#F1F1F1",xlinkHref:"#path-1"})),o.default.createElement("g",{id:"chrome"},o.default.createElement("rect",{fill:"#FEFEFE",x:"0",y:"0",width:"1005",height:"53",rx:"8"}),o.default.createElement("rect",{id:"Rectangle",fill:"#F1F1F1",x:"0",y:"46",width:"1005",height:"38"}),o.default.createElement("path",{d:"M27.5 31C23.36 31 20 27.64 20 23.5 20 19.36 23.36 16 27.5 16 31.64 16 35 19.36 35 23.5 35 27.64 31.64 31 27.5 31L27.5 31ZM77.5 31C73.36 31 70 27.64 70 23.5 70 19.36 73.36 16 77.5 16 81.64 16 85 19.36 85 23.5 85 27.64 81.64 31 77.5 31L77.5 31ZM52.5 31C48.36 31 45 27.64 45 23.5 45 19.36 48.36 16 52.5 16 56.64 16 60 19.36 60 23.5 60 27.64 56.64 31 52.5 31L52.5 31Z",id:"Shape",fill:"#8D8D8D"}))),o.default.createElement("g",{id:"login-form",opacity:"0.5",transform:"translate(340.000000, 156.000000)"},o.default.createElement("rect",{id:"log-bg",fill:"#FFFFFF",x:"0",y:"110",width:"325",height:"243"}),o.default.createElement("g",{id:"wplogo",transform:"translate(123.000000, 0.000000)"},o.default.createElement("mask",{id:"mask-4",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-3"})),o.default.createElement("g",{id:"Clip-2"}),o.default.createElement("path",{d:"M57.09 69.39L67.48 39.36C69.42 34.51 70.07 30.63 70.07 27.18 70.07 25.93 69.98 24.77 69.84 23.69 72.49 28.53 74 34.09 74 40 74 52.54 67.2 63.5 57.09 69.39L57.09 69.39ZM44.69 24.06C46.73 23.95 48.58 23.74 48.58 23.74 50.41 23.52 50.19 20.82 48.36 20.93 48.36 20.93 42.85 21.36 39.3 21.36 35.96 21.36 30.35 20.93 30.35 20.93 28.51 20.82 28.29 23.63 30.13 23.74 30.13 23.74 31.86 23.95 33.69 24.06L38.99 38.57 31.55 60.89 19.17 24.06C21.22 23.95 23.06 23.74 23.06 23.74 24.89 23.52 24.67 20.82 22.84 20.93 22.84 20.93 17.34 21.36 13.78 21.36 13.14 21.36 12.39 21.35 11.59 21.32 17.67 12.1 28.12 6 40 6 48.85 6 56.91 9.38 62.96 14.93 62.81 14.92 62.67 14.9 62.52 14.9 59.18 14.9 56.81 17.81 56.81 20.93 56.81 23.74 58.43 26.1 60.15 28.91 61.44 31.17 62.95 34.08 62.95 38.28 62.95 41.2 61.83 44.57 60.37 49.28L56.97 60.61 44.69 24.06ZM40 74C36.66 74 33.44 73.51 30.39 72.62L40.6 42.97 51.05 71.61C51.12 71.78 51.2 71.93 51.29 72.08 47.76 73.32 43.96 74 40 74L40 74ZM6 40C6 35.07 7.06 30.39 8.95 26.16L25.16 70.6C13.82 65.09 6 53.46 6 40L6 40ZM40 0C17.91 0 0 17.91 0 40 0 62.09 17.91 80 40 80 62.09 80 80 62.09 80 40 80 17.91 62.09 0 40 0L40 0Z",id:"Fill-1",fill:"#0072AC",mask:"url(#mask-4)"})),o.default.createElement("use",{id:"input",stroke:"#DEDEDE",mask:"url(#mask-6)",strokeWidth:"2",fill:"#FBFBFB",xlinkHref:"#path-5"}),o.default.createElement("use",{id:"input",stroke:"#DEDEDE",mask:"url(#mask-8)",strokeWidth:"2",fill:"#FBFBFB",xlinkHref:"#path-7"}),o.default.createElement("use",{id:"checkbox",stroke:"#DEDEDE",mask:"url(#mask-10)",strokeWidth:"2",fill:"#FBFBFB",xlinkHref:"#path-9"}),o.default.createElement("g",{id:"btn"},o.default.createElement("use",{fill:"black",fillOpacity:"1",filter:"url(#filter-12)",xlinkHref:"#path-11"}),o.default.createElement("use",{fill:"#36A3CA","fill-rule":"evenodd",xlinkHref:"#path-11"}),o.default.createElement("use",{fill:"black",fillOpacity:"1",filter:"url(#filter-13)",xlinkHref:"#path-11"}),o.default.createElement("use",{stroke:"#1075A0",mask:"url(#mask-14)",strokeWidth:"2",xlinkHref:"#path-11"}))),o.default.createElement("g",{id:"security",transform:"translate(428.000000, 275.000000)"},o.default.createElement("circle",{id:"Oval",fill:"#3D596D",cx:"75",cy:"75",r:"75"}),o.default.createElement("g",{id:"Page-1",transform:"translate(48.000000, 37.500000)"},o.default.createElement("mask",{id:"mask-16",fill:"white"},o.default.createElement("use",{xlinkHref:"#path-15"})),o.default.createElement("g",{id:"Clip-2"}),o.default.createElement("path",{d:"M30.38 46.31L30.38 54 23.63 54 23.63 46.31C21.62 45.15 20.25 42.99 20.25 40.5 20.25 36.77 23.27 33.75 27 33.75 30.73 33.75 33.75 36.77 33.75 40.5 33.75 42.99 32.38 45.15 30.38 46.31L30.38 46.31ZM16.88 16.87C16.88 11.29 21.42 6.75 27 6.75 32.58 6.75 37.13 11.29 37.13 16.87L37.13 20.25 16.88 20.25 16.88 16.87ZM47.25 20.25L43.88 20.25 43.88 16.87C43.88 7.57 36.3 0 27 0 17.7 0 10.13 7.57 10.13 16.87L10.13 20.25 6.75 20.25C3.02 20.25 0 23.27 0 27L0 60.75C0 64.48 3.02 67.5 6.75 67.5L47.25 67.5C50.98 67.5 54 64.48 54 60.75L54 27C54 23.27 50.98 20.25 47.25 20.25L47.25 20.25Z",id:"Fill-1",fill:"#FFFFFF",mask:"url(#mask-16)"}))))))))),o.default.createElement("div",{className:"jp-landing-plans__clouds jp-clouds-top"},o.default.createElement("img",{src:p.imagePath+"/white-clouds.svg",alt:""}))),t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-free.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Your site is on the Free Jetpack Plan")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools."))));break;case"is-personal-plan":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-premium.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Welcome to Jetpack Personal")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Security essentials (daily backups, spam filtering), and priority support."))));break;case"is-premium-plan":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-premium.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Welcome to Jetpack Premium")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."))));break;case"is-business-plan":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-pro.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Welcome to Jetpack Professional")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."))));break;case"dev":t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img"},o.default.createElement("img",{src:p.imagePath+"/plans/plan-jetpack-free.svg",className:"jp-landing__plan-icon",alt:""})),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,c.translate)("Your site is on Development Mode")),o.default.createElement("p",{className:"jp-landing__plan-features-text"},(0,c.translate)("Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."))));break;default:t=o.default.createElement("div",{className:"jp-landing__plan-card"},o.default.createElement("div",{className:"jp-landing__plan-card-img is-placeholder"}),o.default.createElement("div",{className:"jp-landing__plan-card-current"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")))}return o.default.createElement("div",null,e,t)}});t.default=f,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(758),c=r(s),u=n(499),l=n(699),d=r(l),p=n(979),f=n(684),h=r(f),m=n(741),_=n(480),M=n(904),g=r(M),v=o.default.createClass({displayName:"PlanBody",propTypes:{plan:o.default.PropTypes.string},getDefaultProps:function(){return{plan:""}},trackPlansClick:function(e){d.default.tracks.recordJetpackClick({page:"plans",target:e,plan:this.props.plan})},activateAds:function(){this.props.activateModule("wordads"),this.trackPlansClick("activate_wordads")},activatePublicize:function(){this.props.activateModule("publicize"),this.trackPlansClick("activate_publicize")},activateVideoPress:function(){this.props.activateModule("videopress"),this.trackPlansClick("activate_videopress")},activateSeo:function(){this.props.activateModule("seo-tools"),this.trackPlansClick("activate_seo")},activateGoogleAnalytics:function(){this.props.activateModule("google-analytics"),this.trackPlansClick("activate_ga")},render:function(){var e=this,t="",n="dev"!==this.props.plan?(0,p.getPlanClass)(this.props.plan):"dev",r=(0,h.default)(this.props.activeFeatures,p.FEATURE_UNLIMITED_PREMIUM_THEMES);switch(n){case"is-personal-plan":case"is-premium-plan":case"is-business-plan":t=o.default.createElement("div",{className:"jp-landing__plan-features"},r&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Unlimited Premium Themes")),o.default.createElement("p",null,(0,u.translate)("Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.")),o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("premium_themes")},href:"https://wordpress.com/themes/premium/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Explore"))),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Spam Protection")),o.default.createElement("p",null,(0,u.translate)("State-of-the-art spam defense powered by Akismet.")),this.props.isPluginInstalled("akismet/akismet.php")&&this.props.isPluginActive("akismet/akismet.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_spam_stats")},href:this.props.siteAdminUrl+"admin.php?page=akismet-key-config",className:"is-primary"},(0,u.translate)("View your spam stats")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_akismet")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=akismet",className:"is-primary"},(0,u.translate)("Configure Akismet"))),"is-personal-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Backups")),o.default.createElement("p",null,(0,u.translate)("Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).")),this.props.isPluginInstalled("vaultpress/vaultpress.php")&&this.props.isPluginActive("vaultpress/vaultpress.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_security_dash")},href:"https://dashboard.vaultpress.com/",className:"is-primary"},(0,u.translate)("View your security dashboard")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_vault")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=vaultpress",className:"is-primary"},(0,u.translate)("Configure VaultPress"))),"is-premium-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Backups & Security Scanning")),o.default.createElement("p",null,(0,u.translate)("Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).")),this.props.isPluginInstalled("vaultpress/vaultpress.php")&&this.props.isPluginActive("vaultpress/vaultpress.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_security_dash")},href:"https://dashboard.vaultpress.com/",className:"is-primary"},(0,u.translate)("View your security dashboard")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_vault")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=vaultpress",className:"is-primary"},(0,u.translate)("Configure VaultPress"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Backups & Security Scanning")),o.default.createElement("p",null,(0,u.translate)("Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).")),this.props.isPluginInstalled("vaultpress/vaultpress.php")&&this.props.isPluginActive("vaultpress/vaultpress.php")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_security_dash")},href:"https://dashboard.vaultpress.com/",className:"is-primary"},(0,u.translate)("View your security dashboard")):o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_vault")},href:"https://wordpress.com/plugins/setup/"+this.props.siteRawUrl+"?only=vaultpress",className:"is-primary"},(0,u.translate)("Configure VaultPress"))),("is-business-plan"===n||"is-premium-plan"===n)&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Ads")),o.default.createElement("p",null,(0,u.translate)("Earn income by allowing Jetpack to display high quality ads (powered by WordAds).")),this.props.isModuleActivated("wordads")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("view_earnings")},href:"https://wordpress.com/ads/earnings/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("View your earnings")):o.default.createElement(c.default,{onClick:this.activateAds,className:"is-primary",disabled:this.props.isActivatingModule("wordads")},(0,u.translate)("Activate Ads"))),("is-business-plan"===n||"is-premium-plan"===n)&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Social Media Scheduling")),o.default.createElement("p",null,(0,u.translate)("Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.")),this.props.isModuleActivated("publicize")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("schedule_posts")},href:"https://wordpress.com/posts/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Schedule Posts")):o.default.createElement(c.default,{onClick:this.activatePublicize,className:"is-primary",disabled:this.props.isActivatingModule("publicize")},(0,u.translate)("Activate Publicize"))),"is-premium-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Video Hosting")),o.default.createElement("p",null,(0,u.translate)("13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).")),this.props.isModuleActivated("videopress")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("upload_videos")},href:this.props.siteAdminUrl+"upload.php",className:"is-primary"},(0,u.translate)("Upload Videos Now")):o.default.createElement(c.default,{onClick:this.activateVideoPress,className:"is-primary",disabled:this.props.isActivatingModule("videopress")},(0,u.translate)("Activate VideoPress"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Video Hosting")),o.default.createElement("p",null,(0,u.translate)("Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).")),this.props.isModuleActivated("videopress")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("upload_videos")},href:this.props.siteAdminUrl+"upload.php",className:"is-primary"},(0,u.translate)("Upload Videos Now")):o.default.createElement(c.default,{onClick:this.activateVideoPress,className:"is-primary",disabled:this.props.isActivatingModule("videopress")},(0,u.translate)("Activate VideoPress"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("SEO Tools")),o.default.createElement("p",null,(0,u.translate)("Advanced SEO tools to help your site get found when people search for relevant content.")),this.props.isModuleActivated("seo-tools")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_seo")},href:"https://wordpress.com/settings/traffic/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Configure Site SEO")):o.default.createElement(c.default,{onClick:this.activateSeo,className:"is-primary",disabled:this.props.isActivatingModule("seo-tools")},(0,u.translate)("Activate SEO Tools"))),"is-business-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Google Analytics")),o.default.createElement("p",null,(0,u.translate)("Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.")),this.props.isModuleActivated("google-analytics")?o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("configure_ga")},href:"https://wordpress.com/settings/traffic/"+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Configure Google Analytics")):o.default.createElement(c.default,{onClick:this.activateGoogleAnalytics,className:"is-primary",disabled:this.props.isActivatingModule("google-analytics")},(0,u.translate)("Activate Google Analytics"))),"is-personal-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Explore Premium and Professional Options")),o.default.createElement("p",null,(0,u.translate)("Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:")),o.default.createElement("p",null," • ",(0,u.translate)("Over 200 Premium themes to explore")),o.default.createElement("p",null," • ",(0,u.translate)("Business class security: malware scanning, real-time backups, and threat resolution")),o.default.createElement("p",null," • ",(0,u.translate)("Social media automation and scheduling")),o.default.createElement("p",null," • ",(0,u.translate)("Unlimited and ad-free video hosting")),o.default.createElement("p",null," • ",(0,u.translate)("SEO and social media previewing tools")),o.default.createElement("p",null," • ",(0,u.translate)("Income generation from a WordPress ad program")),o.default.createElement("p",null," • ",(0,u.translate)("Google Analytics integration")),o.default.createElement("p",null,o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("compare_plans")},href:"https://jetpack.com/redirect/?source=plans-compare-personal&site="+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Compare Plans")))),"is-premium-plan"===n&&o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Explore Jetpack Professional")),o.default.createElement("p",null,(0,u.translate)("Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:")),o.default.createElement("p",null," • ",(0,u.translate)("Over 200 Premium themes to explore")),o.default.createElement("p",null," • ",(0,u.translate)("Business class security: real-time backups and threat resolution")),o.default.createElement("p",null," • ",(0,u.translate)("SEO and social media previewing tools")),o.default.createElement("p",null," • ",(0,u.translate)("Unlimited ad-free video hosting")),o.default.createElement("p",null," • ",(0,u.translate)("Google Analytics integration")),o.default.createElement("p",null,o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("compare_plans")},href:"https://jetpack.com/redirect/?source=plans-compare-premium&site="+this.props.siteRawUrl,className:"is-primary"},(0,u.translate)("Explore Jetpack Professional")))));break;case"is-free-plan":case"dev":t=o.default.createElement("div",{className:"jp-landing__plan-features"},o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Maximum grade security")),o.default.createElement("p",null,(0,u.translate)("Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.")),o.default.createElement("p",null,(0,u.translate)("Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders."))),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Premium traffic and monetization tools")),o.default.createElement("p",null,(0,u.translate)("The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic."))),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title"},(0,u.translate)("Enjoy priority support")),o.default.createElement("p",null,(0,u.translate)("We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "))),o.default.createElement("p",null,o.default.createElement(c.default,{onClick:function(){return e.trackPlansClick("compare_plans")},href:"is-free-plan"===n?"https://jetpack.com/redirect/?source=plans-main-bottom&site="+this.props.siteRawUrl:"https://jetpack.com/redirect/?source=plans-main-bottom-dev-mode",className:"is-primary"},(0,u.translate)("Compare Plans"))));break;default:t=o.default.createElement("div",{className:"jp-landing__plan-features"},o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")),o.default.createElement("div",{className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")),o.default.createElement("div",{
40
  className:"jp-landing__plan-features-card"},o.default.createElement("h3",{className:"jp-landing__plan-features-title is-placeholder"}," "),o.default.createElement("p",{className:"jp-landing__plan-features-text is-placeholder"}," ")))}return o.default.createElement("div",null,o.default.createElement("div",null,o.default.createElement(g.default,null),t))}});t.default=(0,i.connect)(function(e){return{isFetchingPluginsData:(0,m.isFetchingPluginsData)(e),isPluginActive:function(t){return(0,m.isPluginActive)(e,t)},isPluginInstalled:function(t){return(0,m.isPluginInstalled)(e,t)},isModuleActivated:function(t){return(0,_.isModuleActivated)(e,t)},isActivatingModule:function(t){return(0,_.isActivatingModule)(e,t)}}},function(e){return{fetchPluginsData:function(){return e((0,m.fetchPluginsData)())},activateModule:function(t){return e((0,_.activateModule)(t))}}})(v),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Footer=void 0;var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(499),l=n(699),d=r(l),p=n(359),f=n(753),h=n(682),m=n(1154),_=r(m),M=n(991),g=r(M),v=t.Footer=o.default.createClass({displayName:"Footer",resetOnClick:function(){window.confirm((0,u.translate)("This will reset all Jetpack options, are you sure?"))&&this.props.resetOptions()},trackVersionClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"version"})},trackTermsClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"terms"})},trackPrivacyClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"privacy"})},trackDebugClick:function(){d.default.tracks.recordJetpackClick({target:"footer_link",link:"debug"})},render:function(){var e=this,t=(0,c.default)(this.props.className,"jp-footer"),n=this.props.currentVersion;return o.default.createElement("div",{className:t},o.default.createElement("div",{className:"jp-footer__a8c-attr-container"},o.default.createElement("a",{href:"https://automattic.com",target:"_blank",rel:"noopener noreferrer"},o.default.createElement("svg",{role:"img",className:"jp-footer__a8c-attr",x:"0",y:"0",viewBox:"0 0 935 38.2","enable-background":"new 0 0 935 38.2","aria-labelledby":"a8c-svg-title"},o.default.createElement("title",{id:"a8c-svg-title"},(0,u.translate)("An Automattic Airline")),o.default.createElement("path",{d:"M317.1 38.2c-12.6 0-20.7-9.1-20.7-18.5v-1.2c0-9.6 8.2-18.5 20.7-18.5 12.6 0 20.8 8.9 20.8 18.5v1.2C337.9 29.1 329.7 38.2 317.1 38.2zM331.2 18.6c0-6.9-5-13-14.1-13s-14 6.1-14 13v0.9c0 6.9 5 13.1 14 13.1s14.1-6.2 14.1-13.1V18.6zM175 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7L157 1.3h5.5L182 36.8H175zM159.7 8.2L152 23.1h15.7L159.7 8.2zM212.4 38.2c-12.7 0-18.7-6.9-18.7-16.2V1.3h6.6v20.9c0 6.6 4.3 10.5 12.5 10.5 8.4 0 11.9-3.9 11.9-10.5V1.3h6.7V22C231.4 30.8 225.8 38.2 212.4 38.2zM268.6 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H268.6zM397.3 36.8V8.7l-1.8 3.1 -14.9 25h-3.3l-14.7-25 -1.8-3.1v28.1h-6.5V1.3h9.2l14 24.4 1.7 3 1.7-3 13.9-24.4h9.1v35.5H397.3zM454.4 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7l19.2-35.5h5.5l19.5 35.5H454.4zM439.1 8.2l-7.7 14.9h15.7L439.1 8.2zM488.4 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H488.4zM537.3 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H537.3zM569.3 36.8V4.6c2.7 0 3.7-1.4 3.7-3.4h2.8v35.5L569.3 36.8 569.3 36.8zM628 11.3c-3.2-2.9-7.9-5.7-14.2-5.7 -9.5 0-14.8 6.5-14.8 13.3v0.7c0 6.7 5.4 13 15.3 13 5.9 0 10.8-2.8 13.9-5.7l4 4.2c-3.9 3.8-10.5 7.1-18.3 7.1 -13.4 0-21.6-8.7-21.6-18.3v-1.2c0-9.6 8.9-18.7 21.9-18.7 7.5 0 14.3 3.1 18 7.1L628 11.3zM321.5 12.4c1.2 0.8 1.5 2.4 0.8 3.6l-6.1 9.4c-0.8 1.2-2.4 1.6-3.6 0.8l0 0c-1.2-0.8-1.5-2.4-0.8-3.6l6.1-9.4C318.7 11.9 320.3 11.6 321.5 12.4L321.5 12.4z"}),o.default.createElement("path",{d:"M37.5 36.7l-4.7-8.9H11.7l-4.6 8.9H0L19.4 0.8H25l19.7 35.9H37.5zM22 7.8l-7.8 15.1h15.9L22 7.8zM82.8 36.7l-23.3-24 -2.3-2.5v26.6h-6.7v-36H57l22.6 24 2.3 2.6V0.8h6.7v35.9H82.8z"}),o.default.createElement("path",{d:"M719.9 37l-4.8-8.9H694l-4.6 8.9h-7.1l19.5-36h5.6l19.8 36H719.9zM704.4 8l-7.8 15.1h15.9L704.4 8zM733 37V1h6.8v36H733zM781 37c-1.8 0-2.6-2.5-2.9-5.8l-0.2-3.7c-0.2-3.6-1.7-5.1-8.4-5.1h-12.8V37H750V1h19.6c10.8 0 15.7 4.3 15.7 9.9 0 3.9-2 7.7-9 9 7 0.5 8.5 3.7 8.6 7.9l0.1 3c0.1 2.5 0.5 4.3 2.2 6.1V37H781zM778.5 11.8c0-2.6-2.1-5.1-7.9-5.1h-13.8v10.8h14.4c5 0 7.3-2.4 7.3-5.2V11.8zM794.8 37V1h6.8v30.4h28.2V37H794.8zM836.7 37V1h6.8v36H836.7zM886.2 37l-23.4-24.1 -2.3-2.5V37h-6.8V1h6.5l22.7 24.1 2.3 2.6V1h6.8v36H886.2zM902.3 37V1H935v5.6h-26v9.2h20v5.5h-20v10.1h26V37H902.3z"})))),o.default.createElement("ul",{className:"jp-footer__links"},o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:this.trackVersionClick,href:"https://jetpack.com",target:"_blank",rel:"noopener noreferrer",className:"jp-footer__link",title:n},n)),o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:this.trackTermsClick,href:"https://wordpress.com/tos/",target:"_blank",rel:"noopener noreferrer",title:(0,u.translate)("WordPress.com Terms of Service"),className:"jp-footer__link"},(0,u.translate)("Terms",{context:"Shorthand for Terms of Service."}))),o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:this.trackPrivacyClick,href:"https://automattic.com/privacy/",target:"_blank",rel:"noopener noreferrer",title:(0,u.translate)("Automattic's Privacy Policy"),className:"jp-footer__link"},(0,u.translate)("Privacy",{context:"Shorthand for Privacy Policy."}))),function(){if(e.props.userCanManageOptions)return o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{onClick:e.trackDebugClick,href:e.props.siteAdminUrl+"admin.php?page=jetpack-debugger",title:(0,u.translate)("Test your site’s compatibility with Jetpack."),className:"jp-footer__link"},(0,u.translate)("Debug",{context:"Navigation item. Noun. Links to a debugger tool for Jetpack."})))}(),function(){return e.props.isDevVersion&&e.props.userCanManageOptions?o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{role:"button",tabIndex:"0",onKeyDown:(0,g.default)(e.resetOnClick),onClick:e.resetOnClick,className:"jp-footer__link"},(0,u.translate)("Reset Options (dev only)",{context:"Navigation item."}))):""}(),function(){return e.props.isDevVersion?o.default.createElement("li",{className:"jp-footer__link-item"},o.default.createElement("a",{role:"button",tabIndex:"0",onKeyDown:(0,g.default)(e.props.enableDevCard),onClick:e.props.enableDevCard,className:"jp-footer__link"},(0,u.translate)("Dev Tools",{context:"Navigation item."}))):""}(),function(){if(e.props.isDevVersion&&e.props.displayDevCard)return o.default.createElement(_.default,null)}()))}});t.default=(0,i.connect)(function(e){return{currentVersion:(0,p.getCurrentVersion)(e),userCanManageOptions:(0,p.userCanManageOptions)(e),isDevVersion:(0,p.isDevVersion)(e),siteAdminUrl:(0,p.getSiteAdminUrl)(e),isInIdentityCrisis:(0,h.isInIdentityCrisis)(e),displayDevCard:(0,f.canDisplayDevCard)(e)}},function(e){return{resetOptions:function(){return e((0,f.resetOptions)("options"))},enableDevCard:function(){return e((0,f.enableDevCard)())}}})(v)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.DevCard=void 0;var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(979),l=n(359),d=n(738),p=n(682),f=n(753),h=n(469),m=n(984),_=r(m),M=n(991),g=r(M),v=t.DevCard=o.default.createClass({displayName:"DevCard",onPlanChange:function(e){this.props.switchPlanPreview(e.target.value)},onPermissionsChange:function(e){this.props.switchUserPermissions(e.target.value)},onThreatsChange:function(e){this.props.switchThreats(e.target.value)},maybeShowStatsToggle:function(){if(!this.props.isAdmin)return o.default.createElement("div",null,o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"view_stats"},o.default.createElement("input",{type:"radio",id:"view_stats",value:"view_stats",name:"view_stats",checked:this.props.canViewStats,onChange:this.onPermissionsChange}),"Can view stats")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"hide_stats"},o.default.createElement("input",{type:"radio",id:"hide_stats",value:"hide_stats",name:"hide_stats",checked:!this.props.canViewStats,onChange:this.onPermissionsChange}),"Can not view stats"))))},maybeShowIsLinkedToggle:function(){if(!this.props.isMaster)return o.default.createElement("div",null,o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"is_linked"},o.default.createElement("input",{type:"radio",id:"is_linked",value:"is_linked",name:"is_linked",checked:this.props.isUserLinked,onChange:this.onPermissionsChange}),"Linked")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"is_unlinked"},o.default.createElement("input",{type:"radio",id:"is_unlinked",value:"is_unlinked",name:"is_unlinked",checked:!this.props.isUserLinked,onChange:this.onPermissionsChange}),"Unlinked"))))},render:function(){if(!this.props.canDisplayDevCard)return null;var e=(0,c.default)(this.props.className,"jp-dev-card"),t=(0,u.getPlanClass)(this.props.sitePlan.product_slug);return o.default.createElement(_.default,{compact:!0,className:e},o.default.createElement("a",{className:"jp-dev-card__close",role:"button",tabIndex:"0",onKeyDown:(0,g.default)(this.props.disableDevCard),onClick:this.props.disableDevCard},"x"),o.default.createElement("div",{className:"jp-dev-card__heading"},"Dev Tools"),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_free"},o.default.createElement("input",{type:"radio",id:"jetpack_free",value:"jetpack_free",name:"jetpack_free",checked:"is-free-plan"===t,onChange:this.onPlanChange}),"Free")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_personal"},o.default.createElement("input",{type:"radio",id:"jetpack_personal",value:"jetpack_personal",name:"jetpack_personal",checked:"is-personal-plan"===t,onChange:this.onPlanChange}),"Personal")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_premium"},o.default.createElement("input",{type:"radio",id:"jetpack_premium",value:"jetpack_premium",name:"jetpack_premium",checked:"is-premium-plan"===t,onChange:this.onPlanChange}),"Premium")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"jetpack_business"},o.default.createElement("input",{type:"radio",id:"jetpack_business",value:"jetpack_business",name:"jetpack_business",checked:"is-business-plan"===t,onChange:this.onPlanChange}),"Pro"))),o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"admin_master"},o.default.createElement("input",{type:"radio",id:"admin_master",value:"admin_master",name:"admin_master",checked:this.props.isMaster,onChange:this.onPermissionsChange}),"Admin (master)")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"admin_secondary"},o.default.createElement("input",{type:"radio",id:"admin_secondary",value:"admin_secondary",name:"admin_secondary",checked:this.props.isAdmin&&!this.props.isMaster,onChange:this.onPermissionsChange}),"Admin (secondary)")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"editor"},o.default.createElement("input",{type:"radio",id:"editor",value:"editor",name:"editor",checked:this.props.canEditPosts&&!this.props.isAdmin,onChange:this.onPermissionsChange}),"Editor")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"subscriber"},o.default.createElement("input",{type:"radio",id:"subscriber",value:"subscriber",name:"subscriber",checked:!this.props.canEditPosts&&!this.props.isAdmin,onChange:this.onPermissionsChange}),"Subscriber"))),o.default.createElement("hr",null),o.default.createElement("ul",null,o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"nothreats"},o.default.createElement("input",{type:"radio",id:"nothreats",value:0,name:"nothreats",checked:0===this.props.getVaultPressScanThreatCount(),onChange:this.onThreatsChange}),"No threats")),o.default.createElement("li",null,o.default.createElement("label",{htmlFor:"threats"},o.default.createElement("input",{type:"radio",id:"threats",value:17,name:"threats",checked:0!==this.props.getVaultPressScanThreatCount(),onChange:this.onThreatsChange}),"Threats"))),this.maybeShowStatsToggle(),this.maybeShowIsLinkedToggle())}});t.default=(0,i.connect)(function(e){return{isDevVersion:(0,l.isDevVersion)(e),sitePlan:(0,d.getSitePlan)(e),canDisplayDevCard:(0,f.canDisplayDevCard)(e),isUserLinked:(0,p.isCurrentUserLinked)(e),canViewStats:(0,l.userCanViewStats)(e),isMaster:(0,l.userIsMaster)(e),isAdmin:(0,l.userCanDisconnectSite)(e),canEditPosts:(0,l.userCanEditPosts)(e),getVaultPressScanThreatCount:function(){return(0,h.getVaultPressScanThreatCount)(e)}}},function(e){return{switchPlanPreview:function(t){return e((0,f.switchPlanPreview)(t))},switchUserPermissions:function(t){return e((0,f.switchUserPermission)(t))},switchThreats:function(t){return e((0,f.switchThreats)(parseInt(t)))},disableDevCard:function(){return e((0,f.disableDevCard)())}}})(v)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(499),l=n(984),d=r(l),p=n(758),f=r(p),h=n(699),m=r(h),_=n(979),M=n(359),g=n(738),v=n(682),b=n(997),y=r(b),A=o.default.createClass({displayName:"SupportCard",getDefaultProps:function(){return{className:"",siteConnectionStatus:!1}},trackBannerClick:function(){m.default.tracks.recordJetpackClick({target:"banner-click",feature:"support",page:this.props.path})},shouldComponentUpdate:function(e){return e.sitePlan.product_slug!==this.props.sitePlan.product_slug},trackAskQuestionClick:function(){m.default.tracks.recordJetpackClick({target:"support-card",button:"support-ask",page:this.props.path})},trackSearchClick:function(){m.default.tracks.recordJetpackClick({target:"support-card",button:"support-search",page:this.props.path})},render:function(){if(void 0===this.props.sitePlan.product_slug&&this.props.isFetchingSiteData)return o.default.createElement("div",null);var e=(0,c.default)(this.props.className,"jp-support-card"),t=void 0===this.props.sitePlan.product_slug||"jetpack_free"===this.props.sitePlan.product_slug;return o.default.createElement("div",{className:e},o.default.createElement(d.default,{className:"jp-support-card__happiness"},o.default.createElement("div",{className:"jp-support-card__happiness-contact"},o.default.createElement("h3",{className:"jp-support-card__header"},(0,u.translate)("We're here to help")),o.default.createElement("p",{className:"jp-support-card__description"},t?(0,u.translate)("Jetpack comes with free, basic support for all users."):(0,u.translate)("Your paid plan gives you access to prioritized Jetpack support.")),o.default.createElement("p",{className:"jp-support-card__description"},o.default.createElement(f.default,{onClick:this.trackAskQuestionClick,href:this.props.isAutomatedTransfer?"https://wordpress.com/help/contact/":"https://jetpack.com/contact-support/"},(0,u.translate)("Ask a question")),o.default.createElement(f.default,{onClick:this.trackSearchClick,href:this.props.isAutomatedTransfer?"https://wordpress.com/help/":"https://jetpack.com/support/"},(0,u.translate)("Search our support site"))))),this.props.siteConnectionStatus&&t&&o.default.createElement(y.default,{title:(0,u.translate)("Get a faster resolution to your support questions."),plan:_.PLAN_JETPACK_PERSONAL,callToAction:(0,u.translate)("Upgrade"),onClick:this.trackBannerClick,href:"https://jetpack.com/redirect/?source=support&site="+this.props.siteRawUrl}))}});A.propTypes={siteConnectionStatus:o.default.PropTypes.any.isRequired,className:o.default.PropTypes.string},t.default=(0,i.connect)(function(e){return{sitePlan:(0,g.getSitePlan)(e),siteRawUrl:(0,M.getSiteRawUrl)(e),siteConnectionStatus:(0,v.getSiteConnectionStatus)(e),isFetchingSiteData:(0,g.isFetchingSiteData)(e),isAutomatedTransfer:(0,M.isAutomatedTransfer)(e)}})(A),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(759),c=r(s),u=n(499),l=n(984),d=r(l),p=n(758),f=r(p),h=n(699),m=r(h),_=n(1079),M=n(732),g=n(359),v=o.default.createClass({displayName:"AppsCard",trackDownloadClick:function(){m.default.tracks.recordJetpackClick({target:"apps-card",button:"apps-download",page:this.props.path})},dismissCard:function(){this.props.dismissAppCard(),m.default.tracks.recordJetpackClick({target:"apps-card",button:"dismiss",page:this.props.path})},render:function(){if(!this.props.arePromotionsActive||this.props.isAppsCardDismissed)return null;var e=(0,c.default)(this.props.className,"jp-apps-card");return o.default.createElement("div",{className:e},o.default.createElement(d.default,{className:"jp-apps-card__content"},o.default.createElement("div",{className:"jp-apps-card__top"},o.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1240.3 577"},o.default.createElement("path",{fill:"#C8D6E1",d:"M1016.9 546.3V194.8c0-16.9 13.7-30.7 30.7-30.7h162.1c16.9 0 30.7 13.7 30.7 30.7v351.5c0 16.9-13.7 30.7-30.7 30.7h-162.1c-16.9 0-30.7-13.7-30.7-30.7zM956.9-.6H307.1c-23.6 0-42.8 19.2-42.8 42.8v492.3h692.6V-.6zM30.7 575.3H176c16.9 0 30.7-13.7 30.7-30.7V243.3c0-16.9-13.7-30.7-30.7-30.7H30.7c-17 0-30.7 13.8-30.7 30.7v301.3c0 17 13.7 30.7 30.7 30.7z"}),o.default.createElement("path",{fill:"#FFF",d:"M1240.3 508.7h-223.4V231.6h223.4v277.1zM195.8 252.8h-185v268.3h185V252.8zM927.2 500V33.3H299.7V500h627.5z"}),o.default.createElement("path",{fill:"#85A6BC",d:"M993.4 577H219.8c-16.4 0-29.6-13.3-29.6-29.6v-16.1h840v9c0 20.2-16.5 36.7-36.8 36.7z"}),o.default.createElement("path",{fill:"#658EAB",d:"M661.8 554.1H558.5c-12.6 0-22.9-10.2-22.9-22.9h149c.1 12.7-10.1 22.9-22.8 22.9z"}),o.default.createElement("path",{fill:"#74DCFC",d:"M1137.9 356.9c-4.9 20.9-24.6 34.1-46.4 26.9-20.4-6.8-31.8-22.1-29.7-43.5 2.4-24 24.4-35 45.5-30.9 22.1 4.3 35.6 26.6 30.6 47.5zm27.9-33.1c-4.4 1.2-3.1 6.1 1.1 4.9 4.3-1.2 3.3-6.1-1.1-4.9zm23.6 6.5c-4.6.2-3.1 6.1 1.1 4.9 4.3-1.2 1.1-5-1.1-4.9zm-19.6 33.2c2.5-3.6-2.5-7-4.2-2.7-.8 2 1.7 6.3 4.2 2.7zm26.9 3.9c3.9-4.7-3.5-6.7-5.2-2.4-.8 2 2.4 5.8 5.2 2.4zm-49 20.6c-3.1 3.4 2 9.3 4.5 3.7 1.7-4.1-3.1-5.3-4.5-3.7zM70.3 484H38.2v-45.5h32.1V484zm48.4-70.2H86.6V484h32.1v-70.2zm48.5-35.7H135v106h32.1l.1-106z"}),o.default.createElement("path",{fill:"#00AADC",d:"M1061.9 378.7c-.8 1.4-1.5 2.9-1.9 4.4s-.5 3 0 3.9c.3.5.5.8 1 1 .1.1.2.1.3.1.1 0 .2.1.4.1.3 0 .5.1.9.1 1.2.1 2.7-.1 4.1-.6 2.8-.9 5.7-2.3 8.4-4 2.7-1.6 5.4-3.5 7.9-5.4 5.2-3.9 10.1-8.2 14.8-12.7 4.8-4.5 9.3-9.2 13.8-14s8.8-9.7 12.8-14.9c4-5.1 7.8-10.5 10.7-16.1 1.5-2.8 2.7-5.7 3.5-8.6.2-.7.3-1.4.4-2.1.1-.4.1-.7.1-1v-1c0-1.3-.3-2.4-.9-3-.6-.7-1.6-1.1-2.9-1.2-.6-.1-1.4 0-2.1.1s-1.4.2-2.2.5c-3 .8-5.9 2.3-8.7 3.9-.6.3-1.3.1-1.7-.4-.3-.5-.2-1.2.3-1.5 2.6-2.2 5.5-4.1 8.8-5.5 1.7-.7 3.5-1.2 5.5-1.3h.8l.8.1c.3 0 .5.1.8.1l.8.2c.3.1.5.2.8.3l.8.4c.5.3 1 .7 1.5 1.1s.8.9 1.2 1.4c.4.5.5 1 .8 1.5.4 1 .7 2.1.7 3.1.2 2 0 3.9-.4 5.7-.7 3.6-2 6.9-3.5 10-3 6.3-6.8 12-10.8 17.4-4 5.5-8.4 10.6-13 15.6s-9.3 9.7-14.3 14.3c-5 4.5-10.2 8.9-15.8 12.8-2.8 1.9-5.7 3.8-8.8 5.3-1.6.8-3.2 1.5-4.8 2.1-.8.3-1.7.6-2.5.9-.9.2-1.8.5-2.7.6-1.8.3-3.7.5-5.8.1-.5-.1-1-.3-1.5-.5-.3-.1-.5-.3-.8-.4-.2-.2-.5-.3-.7-.5-1-.7-1.6-1.8-1.9-2.9-.5-2.2.1-4.2.9-5.8.8-1.6 1.9-3 3.1-4.3.2-.2.6-.3.9 0 .2 0 .2.3.1.6zm-5.1 61.5c-.1-1.9 1.4-3.5 3.4-3.6 9.7-.6 19.4-1 29-1.2 9.7-.4 19.4-.3 29-.4 9.7-.1 19.4 0 29 .2 9.7.3 19.4.6 29 1.4 1.7.1 3.1 1.4 3.3 3.1.2 1.9-1.3 3.5-3.3 3.7-9.7.8-19.4 1.1-29 1.4-9.7.2-19.4.4-29 .2-9.7-.2-19.4 0-29-.4-9.7-.2-19.4-.6-29-1.2-1.9-.1-3.3-1.4-3.4-3.2zm1.9 36.4c4.8.6 9.7 1 14.5 1.2 4.8.4 9.7.3 14.5.4s9.7 0 14.5-.2c4.8-.3 9.7-.6 14.5-1.4 1.2-.2 2-1.9 1.9-3.7-.1-1.6-.9-2.9-1.9-3-4.8-.8-9.7-1.1-14.5-1.4-4.8-.2-9.7-.4-14.5-.2-4.8.2-9.7 0-14.5.4-4.8.2-9.7.6-14.5 1.2-1.2.2-2 1.8-1.9 3.7 0 1.6.9 2.8 1.9 3zM70.3 484H38.2v-19.5h32.1V484zm48.4-30.1H86.6V484h32.1v-30.1zm48.5-15.4H135V484h32.1l.1-45.5zM33.9 323.6c-.1-1.9 1.4-3.5 3.4-3.6 9.7-.6 19.4-1 29-1.2 9.7-.4 19.4-.3 29-.4 9.7-.1 19.4 0 29 .2 9.7.3 19.4.6 29 1.4 1.7.1 3.1 1.4 3.3 3.1.2 1.9-1.3 3.5-3.3 3.7-9.7.8-19.4 1.1-29 1.4-9.7.2-19.4.4-29 .2-9.7-.2-19.4 0-29-.4-9.7-.2-19.4-.6-29-1.2-1.8-.2-3.3-1.5-3.4-3.2zm1.9 36.3c4.8.6 9.7 1 14.5 1.2 4.8.4 9.7.3 14.5.4s9.7 0 14.5-.2c4.8-.3 9.7-.6 14.5-1.4 1.2-.2 2-1.9 1.9-3.7-.1-1.6-.9-2.9-1.9-3-4.8-.8-9.7-1.1-14.5-1.4-4.8-.2-9.7-.4-14.5-.2-4.8.2-9.7 0-14.5.4-4.8.2-9.7.6-14.5 1.2-1.2.2-2 1.8-1.9 3.7.1 1.6.9 2.9 1.9 3z"}),o.default.createElement("path",{fill:"#0084C0",d:"M1240.3 268h-223.4v-36.5h223.4V268zM195.8 251.9h-185v36.5h185v-36.5zM333.6 82h593.6V33.3H299.7V82"}),o.default.createElement("path",{fill:"#00AADC",d:"M626.9 320.3c.1.3.2.5.4.7-5.3 1.9-11.1 2.9-17.1 2.9-5 0-9.9-.7-14.5-2.1l15.4-44.8 15.8 43.3zm18-50.4c0-6.4-2.3-10.7-4.2-14.2-2.6-4.2-5.1-7.8-5.1-12.1 0-4.7 3.6-9.1 8.6-9.1h.7c-9.1-8.4-21.3-13.5-34.7-13.5-18 0-33.7 9.2-42.9 23.2 1.2 0 2.3.1 3.3.1 5.4 0 13.7-.7 13.7-.7 2.8-.2 3.1 3.9.3 4.2 0 0-2.8.3-5.9.5l18.7 55.7 11.2-33.7-8-21.9c-2.8-.2-5.4-.5-5.4-.5-2.8-.2-2.4-4.4.3-4.2 0 0 8.5.7 13.5.7 5.4 0 13.7-.7 13.7-.7 2.8-.2 3.1 3.9.3 4.2 0 0-2.8.3-5.9.5l18.6 55.2 5.1-17.1c2.7-6.7 4.1-12.2 4.1-16.6zm28.8 2.6c0 35.1-28.4 63.5-63.5 63.5s-63.5-28.4-63.5-63.5 28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5zm-6.4 0c0-31.5-25.6-57.2-57.2-57.2S553 241 553 272.5s25.6 57.1 57.1 57.1 57.2-25.6 57.2-57.1zm-108.5 0c0 20.3 11.8 37.9 29 46.2l-24.5-67.2c-2.9 6.5-4.5 13.5-4.5 21zm96.5-24.7c.2 1.6.3 3.4.3 5.3 0 5.2-1 11.1-3.9 18.4L636 316.9c15.3-8.9 25.5-25.5 25.5-44.4.1-8.9-2.2-17.3-6.2-24.7z"})),o.default.createElement("div",{className:"jp-apps-card__clouds"},o.default.createElement("img",{src:_.imagePath+"/white-clouds.svg",alt:""}))),o.default.createElement("div",{className:"jp-apps-card__description"},o.default.createElement("h3",{className:"jp-apps-card__header"},(0,u.translate)("Get WordPress Apps for every device")),o.default.createElement("p",{className:"jp-apps-card__paragraph"},(0,u.translate)("Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.")),o.default.createElement(f.default,{className:"is-primary",onClick:this.trackDownloadClick,href:"https://apps.wordpress.com/"},(0,u.translate)("Download the free apps")),o.default.createElement("br",null),o.default.createElement("a",{href:"javascript:void(0)",onClick:this.dismissCard},(0,u.translate)("I already use this app.")))))}});v.propTypes={className:o.default.PropTypes.string},t.default=(0,i.connect)(function(e){return{isAppsCardDismissed:(0,M.appsCardDismissed)(e),arePromotionsActive:(0,g.arePromotionsActive)(e)}},function(e){return{dismissAppCard:function(){return e((0,M.updateSettings)({dismiss_dash_app_card:!0}))}}})(v),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(359),c=n(480),u=n(768),l=r(u),d=n(882),p=r(d),f=n(1119),h=r(f),m=n(905),_=r(m),M=n(682),g=o.default.createClass({displayName:"NonAdminView",shouldComponentUpdate:function(e){return e.siteConnectionStatus!==this.props.siteConnectionStatus||e.route.path!==this.props.route.path},renderMainContent:function(e){var t=void 0,n=o.default.createElement(l.default,this.props);switch(e){case"/dashboard":default:t=o.default.createElement(h.default,this.props);break;case"/settings":case"/writing":case"/sharing":this.props.isSubscriber||(n=o.default.createElement(p.default,this.props),t=o.default.createElement(_.default,{route:this.props.route,siteAdminUrl:this.props.siteAdminUrl,siteRawUrl:this.props.siteRawUrl,searchTerm:this.props.searchTerm}))}return window.wpNavMenuClassChange(),o.default.createElement("div",null,n,t)},render:function(){return this.renderMainContent(this.props.route.path)}});g.propTypes={userCanViewStats:o.default.PropTypes.bool.isRequired,isSubscriber:o.default.PropTypes.bool.isRequired,siteConnectionStatus:o.default.PropTypes.any.isRequired},t.default=(0,i.connect)(function(e){return{userCanViewStats:(0,s.userCanViewStats)(e),siteConnectionStatus:(0,M.getSiteConnectionStatus)(e),isSubscriber:(0,s.userIsSubscriber)(e),isModuleActivated:function(t){return(0,c.isModuleActivated)(e,t)}}})(g),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.UserUnlinked=t.DevModeNotice=t.StagingSiteNotice=t.DevVersionNotice=void 0;var a=n(142),o=r(a),i=n(154),s=n(990),c=r(s),u=n(994),l=r(u),d=n(499),p=n(1159),f=r(p),h=n(1166),m=r(h),_=n(682),M=n(359),g=n(1169),v=r(g),b=n(1111),y=r(b),A=t.DevVersionNotice=o.default.createClass({displayName:"DevVersionNotice",render:function(){return!(!this.props.isDevVersion||this.props.userIsSubscriber)&&o.default.createElement(c.default,{showDismiss:!1,text:(0,d.translate)("You are currently running a development version of Jetpack.")},o.default.createElement(l.default,{href:"https://jetpack.com/contact-support/beta-group/"},(0,d.translate)("Submit Beta feedback")))}});A.propTypes={isDevVersion:o.default.PropTypes.bool.isRequired,userIsSubscriber:o.default.PropTypes.bool.isRequired};var E=t.StagingSiteNotice=o.default.createClass({displayName:"StagingSiteNotice",render:function(){if(this.props.isStaging&&!this.props.isInIdentityCrisis){var e={text:(0,d.translate)("You are running Jetpack on a staging server."),status:"is-basic",showDismiss:!1};return o.default.createElement(c.default,e,o.default.createElement(l.default,{href:"https://jetpack.com/support/staging-sites/"},(0,d.translate)("More Info")))}return!1}});E.propTypes={isStaging:o.default.PropTypes.bool.isRequired,isInIdentityCrisis:o.default.PropTypes.bool.isRequired};var T=t.DevModeNotice=o.default.createClass({displayName:"DevModeNotice",render:function(){if("dev"===this.props.siteConnectionStatus){var e=this.props.siteDevMode,t=[];e.filter&&t.push((0,d.translate)("{{li}}The jetpack_development_mode filter is active{{/li}}",{components:{li:o.default.createElement("li",null)}})),e.constant&&t.push((0,d.translate)("{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}",{components:{li:o.default.createElement("li",null)}})),e.url&&t.push((0,d.translate)("{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}",{components:{li:o.default.createElement("li",null)}}));var n=(0,d.translate)("Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}",{components:{a:o.default.createElement("a",{href:"https://jetpack.com/support/development-mode/",target:"_blank",rel:"noopener noreferrer"}),reasons:o.default.createElement("ul",null,t)}});return o.default.createElement(c.default,{showDismiss:!1,status:"is-info",text:n},o.default.createElement(l.default,{href:"https://jetpack.com/development-mode/"},(0,d.translate)("Learn More")))}return!1}});T.propTypes={siteConnectionStatus:o.default.PropTypes.oneOfType([o.default.PropTypes.string,o.default.PropTypes.bool]).isRequired,siteDevMode:o.default.PropTypes.oneOfType([o.default.PropTypes.bool,o.default.PropTypes.object]).isRequired};var L=t.UserUnlinked=o.default.createClass({displayName:"UserUnlinked",render:function(){if(!this.props.isLinked&&this.props.connectUrl&&this.props.siteConnected){var e=(0,d.translate)("You are not connected to WordPress.com.");return o.default.createElement(c.default,{showDismiss:!1,status:"is-info",text:e},o.default.createElement(l.default,{href:this.props.connectUrl+"&from=unlinked-user-connect"},(0,d.translate)("Link to WordPress.com")))}return!1}});L.propTypes={connectUrl:o.default.PropTypes.string.isRequired,siteConnected:o.default.PropTypes.bool.isRequired};var w=o.default.createClass({displayName:"JetpackNotices",render:function(){return o.default.createElement("div",{"aria-live":"polite"},o.default.createElement(y.default,null),o.default.createElement(f.default,null),o.default.createElement(m.default,null),o.default.createElement(A,{isDevVersion:this.props.isDevVersion,userIsSubscriber:this.props.userIsSubscriber}),o.default.createElement(T,{siteConnectionStatus:this.props.siteConnectionStatus,siteDevMode:this.props.siteDevMode}),o.default.createElement(E,{isStaging:this.props.isStaging,isInIdentityCrisis:this.props.isInIdentityCrisis}),o.default.createElement(v.default,null),o.default.createElement(L,{connectUrl:this.props.connectUrl,siteConnected:!0===this.props.siteConnectionStatus,isLinked:this.props.isLinked}),!this.props.siteConnectionStatus&&!this.props.userCanManageModules&&o.default.createElement(c.default,{showDismiss:!1,status:"is-warning",text:(0,d.translate)("This site is not connected to WordPress.com. Please ask the site administrator to connect.")}))}});t.default=(0,i.connect)(function(e){return{connectUrl:(0,_.getConnectUrl)(e),siteConnectionStatus:(0,_.getSiteConnectionStatus)(e),userCanManageModules:(0,M.userCanManageModules)(e),userIsSubscriber:(0,M.userIsSubscriber)(e),isLinked:(0,_.isCurrentUserLinked)(e),isDevVersion:(0,M.isDevVersion)(e),siteDevMode:(0,_.getSiteDevMode)(e),isStaging:(0,_.isStaging)(e),isInIdentityCrisis:(0,_.isInIdentityCrisis)(e)}})(w)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(700),s=r(i),c=n(990),u=r(c),l=n(994),d=r(l),p=n(1160),f=r(p),h=n(154),m=n(349),_=n(491),M=(0,s.default)("calypso:notices");n(1164);var g=o.default.createClass({displayName:"NoticesList",propTypes:{id:o.default.PropTypes.string,notices:o.default.PropTypes.oneOfType([o.default.PropTypes.object,o.default.PropTypes.array])},getDefaultProps:function(){return{id:"overlay-notices",notices:Object.freeze([])}},componentWillMount:function(){M("Mounting Global Notices React component.")},removeNotice:function(e){e&&f.default.removeNotice(e)},render:function(){var e=this.props.notices[this.props.id]||[],t=e.map(function(e,t){return o.default.createElement(u.default,{key:"notice-old-"+t,status:e.status,duration:e.duration||null,text:e.text,isCompact:e.isCompact,onDismissClick:this.removeNotice.bind(this,e),showDismiss:e.showDismiss},e.button&&o.default.createElement(d.default,{href:e.href,onClick:e.onClick},e.button))},this);return t=t.concat(this.props.storeNotices.map(function(e,t){return o.default.createElement(u.default,{key:"notice-"+t,status:e.status,duration:e.duration||null,showDismiss:e.showDismiss,onDismissClick:this.props.removeNotice.bind(this,e.noticeId),text:e.text})},this)),t.length?o.default.createElement("div",{id:this.props.id,className:"global-notices"},t):null}});t.default=(0,h.connect)(function(e){return{storeNotices:e.globalNotices}},function(e){return(0,m.bindActionCreators)({removeNotice:_.removeNotice},e)})(g),e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(700)("calypso:notices"),a=n(1161);r("initializing notices");var o={containerNames:{}};a(o);var i=[];n(1162);var s={new:function(e,t,n){var a=t.overlay?"overlay-notices":"notices";o.containerNames[a]=a,r("creating notice",e,t,n),o[a]=[];var c={type:t.type||"message",status:n,text:e,duration:t.duration,container:a,button:t.button,href:t.href,onClick:function(e){if("function"==typeof t.onClick){var n=s.removeNotice.bind(s,c);return t.onClick(e,n)}},onRemoveCallback:t.onRemoveCallback||function(){},arrow:t.arrow,isCompact:t.isCompact,showDismiss:t.showDismiss,persistent:t.persistent};return t.displayOnNextPage?i.push(c):o[a].push(c),
41
+ o.emit("change"),c},success:function(e,t){return t=t||{},this.new(e,t,"is-success")},error:function(e,t){return t=t||{},this.new(e,t,"is-error")},info:function(e,t){return t=t||{},this.new(e,t,"is-info")},warning:function(e,t){return t=t||{},this.new(e,t,"is-warning")},list:o,removeNotice:function(e){if(e.container){var t=o[e.container],n=t.indexOf(e);-1!==n&&(t.splice(n,1),o.emit("change"))}},clearNoticesOnNavigation:function(e,t){r("clearNoticesOnNavigation");var n,a,s=!1,c=function(e){return e.persistent};for(a in o.containerNames)n=o[a].length,o[a]=o[a].filter(c),n!==o[a].length&&(s=!0);i.length&&(i.forEach(function(e){o[e.container]=[],o[e.container].push(e)}),i=[]),s&&o.emit("change"),t()},clearNotices:function(e){o[e]=[],o.emit("change")},getStatusHelper:function(e){return e.error?"is-error":e.warning?"is-warning":e.info?"is-info":e.success?"is-success":void 0}};t.default=s,e.exports=t.default},function(e,t,n){"use strict";var r=n(625).EventEmitter,a=n(703);e.exports=function(e){a(e,r.prototype),e.emitChange=function(){this.emit("change")},e.off=e.removeListener}},function(e,t){},,function(e,t){},,function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(154),s=n(499),c=n(990),u=r(c),l=n(359),d=n(744),p=n(994),f=r(p),h=n(1167),m=r(h),_=o.default.createClass({displayName:"JetpackStateNotices",getInitialState:function(){return{showNotice:!0}},dismissJetpackStateNotice:function(){this.setState({showNotice:!1})},getErrorFromKey:function(e){var t=this.props.jetpackStateNoticesErrorDescription||!1,n="";switch(e){case"cheatin":n=(0,s.translate)("Cheatin' uh?");break;case"access_denied":n=(0,s.translate)("{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}",{components:{a:o.default.createElement("a",{href:"https://jetpack.com/cancelled-connection/",target:"_blank",rel:"noopener noreferrer"}),p:o.default.createElement("p",null)}});break;case"wrong_state":n=(0,s.translate)("You need to stay logged in to your WordPress blog while you authorize Jetpack.");break;case"invalid_client":n=(0,s.translate)("We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.");break;case"invalid_grant":n=(0,s.translate)('There was an issue connecting your Jetpack. Please click "Connect to WordPress.com" again.');break;case"site_inaccessible":case"site_requires_authorization":n=(0,s.translate)("Your website needs to be publicly accessible to use Jetpack: %(error_key)s",{args:{error_key:e}});break;case"not_public":n=(0,s.translate)("{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).",{components:{s:o.default.createElement("strong",null)}});break;case"wpcom_408":case"wpcom_5??":case"wpcom_bad_response":case"wpcom_outage":n=(0,s.translate)("WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.");break;case"register_http_request_failed":case"token_http_request_failed":n=(0,s.translate)("Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.",{args:{error_key:e}});break;case"no_role":case"no_cap":case"no_code":case"no_state":case"invalid_state":case"invalid_request":case"invalid_scope":case"unsupported_response_type":case"invalid_token":case"no_token":case"missing_secrets":case"home_missing":case"siteurl_missing":case"gmt_offset_missing":case"site_name_missing":case"secret_1_missing":case"secret_2_missing":case"site_lang_missing":case"home_malformed":case"siteurl_malformed":case"gmt_offset_malformed":case"timezone_string_malformed":case"site_name_malformed":case"secret_1_malformed":case"secret_2_malformed":case"site_lang_malformed":case"secrets_mismatch":case"verify_secret_1_missing":case"verify_secret_1_malformed":case"verify_secrets_missing":case"verify_secrets_mismatch":n=(0,s.translate)("{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s",{components:{s:o.default.createElement("strong",null)},args:{error_key:e}});break;default:n=e}return t?o.default.createElement("div",null,n,o.default.createElement("br",null),t):o.default.createElement("div",null,n)},getMessageFromKey:function(e){var t="",n="is-info",r=void 0;switch(e){case"modules_activated":t=(0,s.translate)("Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!",{args:{jetpack_version:this.props.currentVersion},components:{s:o.default.createElement("strong",null)}});break;case"already_authorized":t=(0,s.translate)("Your Jetpack is already connected."),n="is-success";break;case"authorized":t=(0,s.translate)("You're fueled up and ready to go, Jetpack is now active."),n="is-success";break;case"linked":t=(0,s.translate)("You're fueled up and ready to go."),n="is-success";break;case"protect_misconfigured_ip":t=(0,s.translate)("Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."),n="is-info",r=o.default.createElement(f.default,{href:"https://jetpack.com/support/security/troubleshooting-protect/"},(0,s.translate)("Learn More"));break;default:t=e}return[t,n,r]},renderContent:function(){var e="is-info",t="",n=void 0,r=this.props.jetpackStateNoticesErrorCode,a=this.props.jetpackStateNoticesMessageCode;if(r||a){if(r&&(t=this.getErrorFromKey(r),"access_denied"!==r&&(e="is-error")),"modules_activated"===a&&"5.2.1"===this.props.currentVersion)return o.default.createElement(m.default,{dismiss:this.dismissJetpackStateNotice,adminUrl:this.props.adminUrl});if(a){var i=this.getMessageFromKey(a);t=i[0],e=i[1],n=i[2]}return o.default.createElement(u.default,{status:e,onDismissClick:this.dismissJetpackStateNotice,text:t},n)}},render:function(){return o.default.createElement("div",null,this.state.showNotice?this.renderContent():null)}});t.default=(0,i.connect)(function(e){return{currentVersion:(0,l.getCurrentVersion)(e),jetpackStateNoticesErrorCode:(0,d.getJetpackStateNoticesErrorCode)(e),jetpackStateNoticesMessageCode:(0,d.getJetpackStateNoticesMessageCode)(e),jetpackStateNoticesErrorDescription:(0,d.getJetpackStateNoticesErrorDescription)(e),adminUrl:(0,l.getSiteAdminUrl)(e)}})(_),e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(908),o=r(a),i=n(911),s=r(i),c=n(912),u=r(c),l=n(913),d=r(l),p=n(914),f=r(p),h=n(142),m=r(h),_=n(499),M=n(758),g=r(M),v=n(1168),b=r(v),y=n(1079),A=function(e){function t(){return(0,s.default)(this,t),(0,d.default)(this,(t.__proto__||(0,o.default)(t)).apply(this,arguments))}return(0,f.default)(t,e),(0,u.default)(t,[{key:"renderInnerContent",value:function(){return m.default.createElement("div",null,m.default.createElement("p",null,(0,_.translate)("With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.")),m.default.createElement("img",{src:y.imagePath+"cf-ss.png",alt:(0,_.translate)("Contact Form screen shot")}),m.default.createElement("p",null,(0,_.translate)("To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!")),m.default.createElement("p",null,(0,_.translate)("You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.")),m.default.createElement("div",{className:"jp-dialogue__cta-container"},m.default.createElement(g.default,{primary:!0,href:this.props.adminUrl+"post-new.php"},(0,_.translate)("Try it out!")),m.default.createElement("p",{className:"jp-dialogue__note"},m.default.createElement("a",{href:"https://jetpack.com/?p=22509"},(0,_.translate)("Read the full release post")))))}},{key:"render",value:function(){return m.default.createElement(b.default,{svg:m.default.createElement("img",{src:y.imagePath+"people-around-page.svg",width:"250",alt:(0,_.translate)("People around page")}),title:(0,_.translate)("A new contact form is here at last!"),content:this.renderInnerContent(),dismiss:this.props.dismiss})}}]),t}(h.Component);b.default.propTypes={dismiss:m.default.PropTypes.func},t.default=A,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(908),o=r(a),i=n(911),s=r(i),c=n(912),u=r(c),l=n(913),d=r(l),p=n(914),f=r(p),h=n(142),m=r(h),_=n(499),M=n(984),g=r(M),v=n(883),b=r(v),y=n(871),A=r(y),E=n(991),T=r(E),L=n(1079),w=function(e){function t(){return(0,s.default)(this,t),(0,d.default)(this,(t.__proto__||(0,o.default)(t)).apply(this,arguments))}return(0,f.default)(t,e),(0,u.default)(t,[{key:"render",value:function(){return m.default.createElement("div",{className:"jp-dialogue-full__container"},m.default.createElement("img",{src:L.imagePath+"stars-full.svg",width:"60",height:"60",alt:(0,_.translate)("Stars"),className:"jp-jumpstart-full__svg-stars"}),m.default.createElement("img",{src:L.imagePath+"jupiter.svg",width:"50",height:"100",alt:(0,_.translate)("Jupiter"),className:"jp-jumpstart-full__svg-jupiter"}),this.props.showDismiss&&m.default.createElement(A.default,{icon:"cross-small",className:"jp-dialogue-full__dismiss",tabIndex:"0",onKeyDown:(0,T.default)(this.props.dismiss),onClick:this.props.dismiss}),m.default.createElement("div",{className:"jp-dialogue"},this.props.svg,m.default.createElement("h1",{className:"jp-dialogue__title"},this.props.title),m.default.createElement(g.default,null,this.props.content)))}}]),t}(h.Component);w.propTypes={content:m.default.PropTypes.oneOfType([m.default.PropTypes.string,m.default.PropTypes.object]).isRequired,svg:m.default.PropTypes.oneOfType([m.default.PropTypes.bool,m.default.PropTypes.object]),dismissOnClick:m.default.PropTypes.func,showDismiss:m.default.PropTypes.bool,title:m.default.PropTypes.string},w.defaultProps={svg:!1,showDismiss:!0,dismiss:b.default,content:"",title:""},t.default=w,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(142),o=r(a),i=n(166),s=n(154),c=n(990),u=r(c),l=n(499),d=n(744),p=o.default.createClass({displayName:"DismissableNotices",renderNotices:function(){var e=this.props.jetpackNotices;switch(e){case"disconnected":return!this.props.isDismissed(e)&&o.default.createElement("div",null,o.default.createElement(u.default,{onDismissClick:this.props.dismissJetpackActionNotice.bind(null,e)},(0,l.translate)("You have successfully disconnected Jetpack"),o.default.createElement("br",null),(0,l.translate)("Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.",{components:{a:o.default.createElement("a",{href:"https://jetpack.com/survey-disconnected/",target:"_blank",rel:"noopener noreferrer"})}})));default:return!1}},render:function(){return o.default.createElement("div",null,this.renderNotices())}});t.default=(0,s.connect)(function(e){return{jetpackNotices:(0,d.getJetpackNotices)(e),isDismissed:function(t){return(0,d.isNoticeDismissed)(e,t)}}},function(e){return(0,i.bindActionCreators)({dismissJetpackActionNotice:d.dismissJetpackActionNotice},e)})(p),e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(142),a=function(e){return e&&e.__esModule?e:{default:e}}(r),o=a.default.createClass({displayName:"AdminNotices",componentDidMount:function(){var e=jQuery(this.refs.adminNotices),t=jQuery(".vp-notice");t.length>0&&t.each(function(){var t=jQuery(this).addClass("dops-notice is-warning vp-notice-jp").removeClass("wrap vp-notice");t.wrapInner('<span class="dops-notice__content">'),t.find(".dops-notice__content").before('<svg class="gridicon gridicons-notice dops-notice__icon" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"></path></g></svg>'),t.find(".vp-message").removeClass("vp-message").addClass("dops-notice__text"),t.find("h3").replaceWith(function(){return jQuery("<strong />",{html:this.innerHTML})}),t.find("p").replaceWith(function(){return jQuery("<div/>",{html:this.innerHTML})}),t.find('a[href*="admin.php?page=vaultpress"]').remove(),t.prependTo(e).css("display","flex")});var n=jQuery(".woocommerce-message");n.length>0&&n.each(function(){var t=jQuery(this).addClass("dops-notice").removeClass("updated wc-connect");t.find(".button-primary").addClass("dops-notice__action").removeClass("button-primary").detach().appendTo(t),t.find("p").not(".submit").wrapAll('<span class="dops-notice__text"/>');var n=t.find(".dops-notice__text");n.find("p").replaceWith(function(){return jQuery("<div/>",{html:this.innerHTML,class:"dops-notice__moved_text"})}),n.find("br").remove(),t.find(".button-secondary").removeClass("button-secondary").detach().appendTo(n),t.find(".submit").remove(),t.find(".woocommerce-message-close").removeClass("woocommerce-message-close notice-dismiss").addClass("dops-notice__action"),t.wrapInner('<span class="dops-notice__content">').prependTo(e).css("display","flex"),t.find(".dops-notice__action").not(":first").removeClass("dops-notice__action").detach().appendTo(t.find(".dops-notice__text")),t.find(".dops-notice__action:first").detach().appendTo(t)})},render:function(){return a.default.createElement("div",{ref:"adminNotices","aria-live":"polite"})}});t.default=o,e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Tracker=void 0;var r=n(142),a=function(e){return e&&e.__esModule?e:{default:e}}(r),o=n(154),i=n(747),s=t.Tracker=a.default.createClass({displayName:"Tracker",componentWillReceiveProps:function(e){var t=this.props.analytics.tracks.recordEvent;e.searchTerm!==this.props.searchTerm&&t("jetpack_wpa_search_term",{term:e.searchTerm})},render:function(){return null}});s.propTypes={analytics:a.default.PropTypes.object,searchTerm:a.default.PropTypes.string},t.default=(0,o.connect)(function(e){return{searchTerm:(0,i.getSearchTerm)(e)}})(s)}]);
class.jetpack.php CHANGED
@@ -110,6 +110,9 @@ class Jetpack {
110
  'Google+ Comments' => 'google-plus-comments/google-plus-comments.php',
111
  'WP-SpamShield Anti-Spam' => 'wp-spamshield/wp-spamshield.php',
112
  ),
 
 
 
113
  'contact-form' => array(
114
  'Contact Form 7' => 'contact-form-7/wp-contact-form-7.php',
115
  'Gravity Forms' => 'gravityforms/gravityforms.php',
110
  'Google+ Comments' => 'google-plus-comments/google-plus-comments.php',
111
  'WP-SpamShield Anti-Spam' => 'wp-spamshield/wp-spamshield.php',
112
  ),
113
+ 'comment-likes' => array(
114
+ 'Epoch' => 'epoch/plugincore.php',
115
+ ),
116
  'contact-form' => array(
117
  'Contact Form 7' => 'contact-form-7/wp-contact-form-7.php',
118
  'Gravity Forms' => 'gravityforms/gravityforms.php',
jetpack.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://jetpack.com
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
- * Version: 5.2
9
  * Author URI: https://jetpack.com
10
  * License: GPL2+
11
  * Text Domain: jetpack
@@ -14,7 +14,7 @@
14
 
15
  define( 'JETPACK__MINIMUM_WP_VERSION', '4.7' );
16
 
17
- define( 'JETPACK__VERSION', '5.2' );
18
  define( 'JETPACK_MASTER_USER', true );
19
  define( 'JETPACK__API_VERSION', 1 );
20
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
5
  * Plugin URI: https://jetpack.com
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
+ * Version: 5.2.1
9
  * Author URI: https://jetpack.com
10
  * License: GPL2+
11
  * Text Domain: jetpack
14
 
15
  define( 'JETPACK__MINIMUM_WP_VERSION', '4.7' );
16
 
17
+ define( 'JETPACK__VERSION', '5.2.1' );
18
  define( 'JETPACK_MASTER_USER', true );
19
  define( 'JETPACK__API_VERSION', 1 );
20
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
languages/json/jetpack-ar.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-01-29 03:22:02+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;","x-generator":"GlotPress/2.4.0-alpha","language":"ar","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,""],"Track your growth":[null,""],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,""],"Drive more traffic to your site":[null,""],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,""],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,""],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"قطع اتصال Jetpack"],"Learn more":[null,"تعرف على المزيد"],"Pinterest":[null,"Pinterest"],"Google":[null,"قوقل"],"Show related content after posts":[null,"إظهار المحتوى المتعلق بعد التدوينات"],"Use a large and visually striking layout":[null,"استخدام مخطط كبير وجذاب"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"عرض عنوان لقسم \"متعلق\" لفصل التدوينات عن قسم المحتوى المتعلق بوضوع أكبر."],"Related":[null,"مرتبط"],"Email Address":[null,"عنوان البريد الإلكتروني"],"Media":[null,"وسائط"],"Site Stats":[null,"إحصائيات الموقع"],"Testimonials":[null,"الشهادات"],"Comments":[null,"تعليقات"],"Ignored Phrases":[null,"تجاهل العبارات"],"Use automatically detected language to proofread posts and pages":[null,"استخدم الكشف التلقائي للغة لتستخدم التدقيق اللغوي في المواضيع والصفحات"],"Redundant Phrases":[null,"عبارات مكررة"],"Phrases to Avoid":[null,"العبارات التي يجب تجنبها"],"Passive Voice":[null,"المبني للمجهول"],"Jargon":[null,"اللهجة الغريبة"],"Hidden Verbs":[null,"أفعال مخفية"],"Double Negatives":[null,"السلبيات المزدوجة"],"Diacritical Marks":[null,"علامات التشكيل أو أحرف العلة"],"Complex Phrases":[null,"الجمل المعقدة"],"Bias Language":[null,"التحيز باللغة"],"English Options":[null,"خيارات اللغة الإنكليزية"],"Proofreading":[null,"التدقيق اللغوي"],"Connect Jetpack":[null,"توصيل وظيفة Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"يوجد مشاكل حالياً مع WordPress.com وغير قادر على الربط مع Jetpack. يرجى المحاولة مرة أخرى في وقت لاحق."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"تفعيل"],"Active":[null,"مفعل"],"Settings":[null,"الإعدادات"],"Learn More":[null,"تعلم المزيد"],"Disconnect Jetpack":[null,"قطع الاتصال بـ Jetpack"],"Test your site’s compatibility with Jetpack.":[null,""]}
1
+ {"":{"po-revision-date":"2017-01-29 03:22:02+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;","x-generator":"GlotPress/2.4.0-alpha","language":"ar","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,""],"Track your growth":[null,""],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,""],"Drive more traffic to your site":[null,""],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,""],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,""],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"قطع اتصال Jetpack"],"Learn more":[null,"تعرف على المزيد"],"Pinterest":[null,"Pinterest"],"Google":[null,"قوقل"],"Show related content after posts":[null,"إظهار المحتوى المتعلق بعد التدوينات"],"Use a large and visually striking layout":[null,"استخدام مخطط كبير وجذاب"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"عرض عنوان لقسم \"متعلق\" لفصل التدوينات عن قسم المحتوى المتعلق بوضوع أكبر."],"Related":[null,"مرتبط"],"Email Address":[null,"عنوان البريد الإلكتروني"],"Media":[null,"وسائط"],"Site Stats":[null,"إحصائيات الموقع"],"Testimonials":[null,"الشهادات"],"Comments":[null,"تعليقات"],"Ignored Phrases":[null,"تجاهل العبارات"],"Use automatically detected language to proofread posts and pages":[null,"استخدم الكشف التلقائي للغة لتستخدم التدقيق اللغوي في المواضيع والصفحات"],"Redundant Phrases":[null,"عبارات مكررة"],"Phrases to Avoid":[null,"العبارات التي يجب تجنبها"],"Passive Voice":[null,"المبني للمجهول"],"Jargon":[null,"اللهجة الغريبة"],"Hidden Verbs":[null,"أفعال مخفية"],"Double Negatives":[null,"السلبيات المزدوجة"],"Diacritical Marks":[null,"علامات التشكيل أو أحرف العلة"],"Complex Phrases":[null,"الجمل المعقدة"],"Bias Language":[null,"التحيز باللغة"],"English Options":[null,"خيارات اللغة الإنكليزية"],"Proofreading":[null,"التدقيق اللغوي"],"Connect Jetpack":[null,"توصيل وظيفة Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"يوجد مشاكل حالياً مع WordPress.com وغير قادر على الربط مع Jetpack. يرجى المحاولة مرة أخرى في وقت لاحق."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"تفعيل"],"Active":[null,"مفعل"],"Settings":[null,"الإعدادات"],"Learn More":[null,"تعلم المزيد"],"Disconnect Jetpack":[null,"قطع الاتصال بـ Jetpack"],"Test your site’s compatibility with Jetpack.":[null,""]}
languages/json/jetpack-de_DE.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-04-27 00:11:54+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"de","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,"Vorrangiger Support"],"Add sharing buttons to your posts":[null,"Füge Teilen-Buttons zu deinen Beiträgen hinzu."],"Automatically share your posts to social networks":[null,"Teile deine Beiträge automatisch in sozialen Netzwerken."],"Updating settings…":[null,"Einstellungen werden aktualisiert …"],"Updating Post by Email address…":[null,"„Per E-Mail bloggen“-Adresse wird aktualisiert …"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Mit deinem kostenpflichtigen Tarif erhältst du Zugriff auf bevorzugten Jetpack-Support."],"You have paid for backups but they're not yet active.":[null,"Du hast für Backups bezahlt, diese sind jedoch noch nicht aktiv."],"You have paid for backups and security scanning but they’re not yet active.":[null,"Du hast für Backups und Sicherheitsscans bezahlt, diese sind jedoch noch nicht aktiv."],"Click \"Set Up\" to finish installation.":[null,"Klicke „Einrichtung“, um die Installation fertigzustellen."],"Checking site status…":[null,"Website-Status wird überprüft …"],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,"Mit qualitativ hochwertigen Werbeanzeigen Geld verdienen."],"Real-time site backups and automatic threat resolution.":[null,"Website-Backups in Echtzeit und automatische Behebung von Bedrohungen."],"Protect against data loss, malware, and malicious attacks.":[null,"Schutz vor Datenverlust, Malware und bösartigen Angriffen."],"Integrate easily with Google Analytics.":[null,"Einfache Integration von Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Sorge mit SEO-Werkzeuge dafür, dass deine Inhalte gefunden und geteilt werden."],"Protect your site from spam.":[null,"Schütze deine Website vor Spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"Diese Website ist nicht mit WordPress.com verbunden. Bitte den Websiteadministrator, die Verbindung herzustellen."],"Spam filtering":[null,"Spam-Filterung"],"Daily, automated malware scanning":[null,"Tägliche, automatisierte Malwareüberprüfung"],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,"Tägliche, automatisierte Backups (unbegrenzter Speicherplatz)"],"Daily, automated malware scanning with automated resolution":[null,"Tägliche, automatisierte Malware-Überprüfung mit automatischer Behebung"],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,"SEO-Vorschauwerkzeuge"],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"Wenn du %(siteName)s von WordPress.com trennst, hast du keinen Zugriff mehr auf:"],"Read more about Jetpack benefits":[null,"Weitere Informationen zu den Vorteilen von Jetpack"],"An Automattic Airline":[null,"Ein Produkt des US-Unternehmens Automattic, Inc."],"Manage site connection":[null,"Websiteverbindung verwalten"],"Connect your account to WordPress.com to view more stats":[null,"Konto mit WordPress.com verbinden, um mehr Statistiken anzuzeigen"],"Theme enhancements":[null,"Theme-Erweiterungen"],"Load more posts using the default theme behavior":[null,"Mehr Beiträge mit dem Standard-Theme-Verhalten laden"],"Load more posts in page with a button":[null,"Mehr Beiträge in Seite mit einem Button laden"],"Load more posts as the reader scrolls down":[null,"Mehr Beiträge laden, wenn der Leser nach unten blättert"],"Theme support required.":[null,"Theme-Unterstützung erforderlich."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Erfahre mehr darüber, wie du deinem Theme Support für unendliches Scrollen hinzufügen kannst."],"Use excerpts instead of full posts on front page and archive pages":[null,"Auf der Titel- und den Archivseiten nur Auszüge statt vollständige Beiträge verwenden"],"Show featured images":[null,"Hervorgehobene Bilder anzeigen"],"Must be enabled to use tiled galleries.":[null,"Muss aktiviert sein, um Galerien in Kachel-Optik anzuzeigen."],"Enable the WordPress.com toolbar":[null,"WordPress.com-Werkzeugleiste aktivieren"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"Die WordPress.com-Werkzeugleiste ersetzt die Admin-Standardleiste und enthält schnelle Links zum Reader, zu all deinen Websites, zu deinem WordPress.com-Profil und zu Benachrichtigungen. Verwalte dein gesamtes WordPress über eine einzige zentrale Werkzeugleiste."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Schreibwerkzeuge, die dir zu Verfügung stehen, werden hier angezeigt, wenn sie ein Administrator aktiviert."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"{{b}}Die Verifizierung deiner Website durch diese Dienste ist nicht erforderlich{{/b}}, damit deine Website von Suchmaschinen indiziert wird. Füge unten den HTML-Tag-Code ein, um diese erweiterten Suchmaschinenwerkzeuge zu nutzen und deine Website durch einen Dienst verifizieren zu lassen. Lies bei Problemen die {{support}}vollständige Anleitung{{/support}}. Unterstützte Verifizierungsdienste: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Tools{{/bing}}, {{pinterest}}Pinterest Website-Bestätigung{{/pinterest}} und {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"XML-Sitemaps generieren"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Deine Sitemap wird automatisch an alle großen Suchmaschinen zur Indizierung gesendet."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Suchmaschinen können derzeit nicht auf deine Website zugreifen. Es kann sein, dass in deinen {{a}}Leseeinstellungen{{/a}} „Suchmaschinen-Sichtbarkeit“ deaktiviert ist."],"Collecting valuable traffic stats and insights":[null,"Sammeln wertvoller Traffic-Statistiken und Einsichten"],"The image helps collect stats, but should work when hidden.":[null,"Das Bild unterstützt das Sammeln von Statistiken, sollte aber funktionieren, wenn es ausgeblendet wird."],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,"Anzeige von Statistikberichten erlauben für"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"Wenn du eine weitergehende Kontrolle wünschst, kannst du diese Einstellungen ändern. Lies mehr darüber, wie du die {{a}}SEO deiner Website optimieren{{/a}} kannst."],"Configure your SEO settings":[null,"Deine SEO-Einstellungen konfigurieren"],"In \"Upgrade\"":[null,"In „Upgrade“"],"Configure your Google Analytics settings":[null,"Deine Einstellungen von Google Analytics konfigurieren"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Zeige Werbeanzeigen im ersten Artikel auf deiner Startseite oder am Ende jeder Seite und jedes Beitrags an. Platziere zusätzliche Werbeanzeigen oben auf deiner Website und in jedem Widget-Bereich, um deine Einnahmen zu steigern."],"Enable ads and display an ad below each post":[null,"Werbeanzeigen aktivieren und eine Werbeanzeige unter jedem Beitrag einblenden"],"Display an additional ad at the top of each page":[null,"Eine zusätzliche Anzeige oben auf jeder Seite platzieren"],"Configure your sharing buttons":[null,"Deine Teilen-Buttons konfigurieren"],"Connect your social media accounts":[null,"Deine Social Media-Konten verknüpfen"],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Ermögliche es deinen Lesern zu zeigen, wenn ihnen deine Beiträge gefallen, indem du deinem Inhalt einen Gefällt mir-Button hinzufügst"],"Match accounts using email addresses":[null,"Konten mithilfe von E-Mail-Adressen abgleichen"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Konten müssen Zwei-Schritt-Authentifizierung von WordPress.com verwenden"],"Add to whitelist":[null,"Zur Positivliste hinzufügen"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"Du kannst eine IP-Adresse oder eine Serie von Adressen auf die Positivliste setzen und so dafür sorgen, dass diese niemals von Jetpack blockiert werden. IPv4 und IPv6 sind zulässig. Gib für einen Bereich den unteren und oberen Wert ein (getrennt durch einen Bindestrich). Beispiel: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Deine Website ist gesichert und weist keine Bedrohungen auf."],"Checking your spam protection…":[null,"Spam-Schutz wird überprüft …"],"Fetching key…":[null,"Schlüssel wird abgerufen …"],"Your site needs an Antispam key.":[null,"Deine Website benötigt einen Antispam-Schlüssel."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"Es ist ein Problem mit deinem Antispam-API-Schlüssel aufgetreten. {{a}}Weitere Informationen{{/a}}."],"Your site is not protected from spam.":[null,"Deine Website ist nicht gegen Spam geschützt."],"Your Antispam key is valid.":[null,"Dein Antispam-Schlüssel ist gültig."],"Your site is protected from spam.":[null,"Deine Website ist gegen Spam geschützt."],"Checking key…":[null,"Schlüssel wird überprüft …"],"Your API key":[null,"Dein API-Schlüssel"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"Wenn du noch keinen API-Schlüssel hast, dann {{a}}rufe hier deinen API-Schlüssel ab{{/a}}. Du wirst dann durch den entsprechenden Vorgang geführt."],"No search results found for %(term)s":[null,"Keine Suchergebnisse gefunden für %(term)s"],"Enter a search term to find settings or close search.":[null,"Gib einen Suchbegriff ein, um Einstellungen zu finden, oder schließe die Suche."],"Connections":[null,"Verbindungen"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Deine Website ist im Entwicklungsmodus. Deswegen kann sie nicht mit WordPress.com verbunden werden."],"Your site is connected to WordPress.com.":[null,"Deine Website ist mit WordPress.com verbunden."],"You are the Jetpack owner.":[null,"Die bist der Jetpack-Besitzer."],"Connected as {{span}}%(username)s{{/span}}":[null,"Verbunden als {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"E-Mail-Follower anzeigen"],"Connect your user account to WordPress.com to view your email followers":[null,"Verbinde dein Benutzerkonto mit WordPress.com, um deine E-Mail-Follower anzuzeigen"],"Color scheme":[null,"Farbschema"],"Enable Markdown use for comments.":[null,"Verwendung von Markdown für Kommentare aktivieren."],"Updated settings.":[null,"Einstellungen aktualisiert."],"Error updating settings. %(error)s":[null,"Fehler beim Aktualisieren der Einstellungen. %(error)s"],"Regenerated Post by Email address.":[null,"„Per E-Mail bloggen“-Adresse erneut erstellen."],"Error regenerating Post by Email address. %(error)s":[null,"Fehler beim Neuerstellen der „Per E-Mail bloggen“-Adresse. %(error)s"],"Updated settings. Refreshing page…":[null,"Einstellungen aktualisiert. Seite wird aktualisiert …"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Dein Server ist falsch konfiguriert. Darum kann Jetpack Protect deine Website nicht effektiv schützen."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Nimm ein Upgrade auf einen kostenpflichtigen Tarif vor, um erstklassige Sicherheit, Spam-Schutz, vorrangigen Support sowie SEO- und Monetarisierungswerkzeuge zu erhalten."],"Ads":[null,"Werbeanzeigen"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,"Werbeanzeigen aktivieren"],"Premium traffic and monetization tools":[null,"Erstklassige Traffic- und Monetarisierungswerkzeuge"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"Im Jetpack Premium-Tarif kannst du jetzt mit deiner Website Einkünfte generieren, indem du Besuchern hochwertige bezahlte Anzeigen zeigst. Kunden im Professional-Tarif profitieren zudem von SEO-Werkzeugen, die helfen, den Suchmaschinen-Traffic zu optimieren."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"Wir unterstützen alle Jetpack-Benutzer, egal, welchen Tarif sie haben. Kunden mit kostenpflichtigem Abonnement erhalten jedoch vorrangigen Support, sodass Sicherheitsprobleme bei ihnen schnellstmöglich erkannt und behoben werden. "],"In \"Mobile\"":[null,"Unter „Mobil“"],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,"Deine Einkünfte anzeigen"],"Activate VideoPress":[null,"VideoPress aktivieren"],"Upload Videos Now":[null,"Videos jetzt hochladen"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Stelle sicher, dass deine Website in Suchmaschinen leicht zu finden ist – mit SEO-Werkzeugen für deine Inhalte und Beiträge in sozialen Medien."],"Activate this module to use the advanced SEO tools.":[null,"Aktiviere dieses Modul, um die erweiterten SEO-Werkzeuge zu verwenden."],"How much is your website worth?":[null,"Wie viel ist deine Website wert?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"Zum Preis einer kleinen Tasse Kaffee erhältst du einen ganzen Monat Sicherheit, denn die Ergebnisse deiner harten Arbeit (oder deine Lebensgrundlage) werden durch ein Backup geschützt."],"Configure Site SEO":[null,"Website-SEO konfigurieren"],"Activate SEO Tools":[null,"SEO-Werkzeuge aktivieren"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"Klicke zunächst in deinem Beitragseditor auf „Dateien hinzufügen“ und lade ein Video hoch. Alles andere erledigen wir!"],"Introducing our most affordable backups and security plan yet":[null,"Unser bisher günstigster Tarif für Backups und Sicherheit"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Tägliches Backup aller Website-Daten mit unbegrenztem Speicherplatz und Ein-Klick Wiederherstellung (mit VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Tägliches Backup aller Website-Daten mit unbegrenztem Speicherplatz, Ein-Klick Wiederherstellung, automatisierte Sicherheitsscans und vorrangiger Support (mit VaultPress)."],"Backups & Security Scanning":[null,"Backups und Sicherheitsscans"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Backup in Echtzeit aller Website-Daten mit unbegrenztem Speicherplatz, Ein-Klick Wiederherstellung, automatisierte Sicherheitsscans, Ein-Klick-Bedrohungsbehebung und vorrangiger Support (mit VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,"Video-Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,"SEO-Werkzeuge"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Erweiterte SEO-Werkzeuge, damit die Suche nach relevanten Inhalten zu besseren Suchergebnissen für deine Website führt."],"Unlimited and ad-free video hosting":[null,"Unbegrenztes, werbefreies Video-Hosting"],"Configure your SEO settings.":[null,"Konfiguriere deine SEO-Einstellungen."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"Die einfachste Möglichkeit, Videos ohne Werbung und Branding auf deine Website hochzuladen. Du erhältst Statistiken zum Abspielen und Teilen von Videos. Der Videoplayer ist schlank und responsiv."],"You are running Jetpack on a staging server.":[null,"Du führst Jetpack auf einem Staging-Server aus."],"More Info":[null,"Mehr Info"],"Search your content.":[null,"Inhalte durchsuchen."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Sichtbarkeit von „Likes“ in den Einstellungen des Teilen-Moduls verwalten{{/a}}"],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"In diesem Tab gibt es nicht gespeicherte Einstellungen, die du beim Verlassen verlierst. Möchtest du fortfahren?"],"This will reset all Jetpack options, are you sure?":[null,"Das wird alle Jetpack-Einstellungen zurücksetzen, bist du sicher?"],"Search for a Jetpack feature.":[null,"Suche nach einer Jetpack-Funktion"],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Mit einem Upgrade von Jetpack findet unser moderner Sicherheits-Scanner schädliche Dateien und erstattet sofort Bericht, sodass dir nicht entgeht was auf deiner Website passiert."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"Die Daten der Sicherheitsscans sind im Abschnitt \"Auf einen Blick\" zu finden."],"Configure your Security Scans":[null,"Sicherheitsscans konfigurieren"],"This module has no configuration options":[null,"Dieses Modul verfügt nicht über Konfigurationsoptionen."],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Lass Suchmaschinen und Besucher wissen, dass du es mit der Integrität deiner Website ernst meinst, indem du Jetpack aktualisierst. Unsere Spam-Tools eliminieren Kommentarspam, schützen SEO und binden Besucher."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Offsite-Backups in Echtzeit mit automatisierter Wiederherstellung sorgen für Sicherheit. Du verfasst interessante Inhalte und steigerst den Traffic, wir schützen deine Investition. Noch heute upgraden!"],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}%(module_slug)s-Einstellungen konfigurieren {{/link}}"],"Subscriber":[null,"Abonnent"],"Big iPhone/iPad Update Now Available":[null,"Umfangreiches iPhone/iPad-Update jetzt verfügbar"],"The WordPress for Android App Gets a Big Facelift":[null,"Die WordPress-App für Android wurde umfassend überarbeitet."],"WordPress.com Likes are:":[null," \"Gefällt mir\"-Angaben auf WordPress.com sind:"],"Comments headline":[null,"Kommentar-Überschrift"],"A few catchy words to motivate your readers to comment.":[null,"Einige zündende Worte, die Leser zu Kommentaren anregen."],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null," Diagramm mit Aufrufen von 48 Stunden in der Adminleiste anzeigen"],"Hide the stats smiley face image":[null," Das Statistik-Smiley-Bild verbergen"],"Whitelisted IP addresses":[null,"IP-Adressen auf der Positivliste"],"Show photo metadata (Exif) in carousel, when available":[null,"Foto-Metadaten (Exif) im Karussell zeigen (wenn verfügbar)"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,"Kopiert!"],"Highlight and copy the following text to your clipboard:":[null,"Markiere den folgenden Text und kopiere ihn in deine Zwischenablage:"],"Regenerate address":[null,"Adresse erneut generieren"],"Automatically proofread content when: ":[null,"Inhalte automatisch korrekturlesen, wenn: "],"A post or page is first published":[null,"Ein Beitrag oder eine Seite wurden erstmals veröffentlicht"],"A post or page is updated":[null,"Ein Beitrag oder eine Seite wurde aktualisiert"],"Automatic Language Detection":[null,"Automatische Spracherkennung"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"Der Korrekturleser unterstützt Englisch, Französisch, Deutsch, Portugiesisch und Spanisch."],"Enable proofreading for the following grammar and style rules: ":[null,"Korrekturlesen für folgende Regeln von Grammatik und Stil aktivieren: "],"Add a phrase":[null,"Ausdruck hinzufügen"],"Cheatin' uh?":[null,"Wird geschummelt?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}} Würdest du uns mitteilen, warum du Jetpack nicht verbunden hast, indem du {{a}} 2 Fragen beantwortest{{/a}}?{{/p}}{{p}}Eine Jetpack Verbindung wird für unsere kostenlosen Sicherheits und Traffic-Funktionen benötigt.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Willkommen bei {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Dein Jetpack ist bereits verbunden."],"You're fueled up and ready to go, Jetpack is now active.":[null,"Alles fertig, es kann losgehen. Jetpack wurde aktiviert."],"You're fueled up and ready to go.":[null,"Alles fertig, es kann losgehen."],"You are currently running a development version of Jetpack.":[null,"Du führst zurzeit eine Entwicklungsversion von Jetpack aus."],"Submit Beta feedback":[null,"Beta Feedback senden"],"What would you like to see on your Jetpack Dashboard?":[null,"Was würdest du gern im Jetpack-Dashboard sehen?"],"Let us know!":[null,"Sag uns Bescheid!"],"Welcome to Jetpack":[null,"Willkommen bei Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Bitte richte ein Konto bei WordPress.com ein, oder verbinde dich damit, um mit der Nutzung von Jetpack zu beginnen. Dies aktiviert leistungsfähige Dienste für Sicherheit, Traffic und individuelle Anpassung."],"No account? Create one for free":[null,""],"Saving…":[null,"Speichern …"],"Save Settings":[null,"Einstellungen speichern"],"Jetpack Stats Icon":[null,"Symbol von Jetpack Stats"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Website-Statistiken aktivieren{{/a}}, um ausführliche Statistiken anzusehen, wie \"Gefällt mir\", Follower, Abonnenten usw. {{a1}}Weitere Informationen{{/a1}}"],"Activate Site Stats":[null,"Website-Statistiken aktivieren"],"Security Scanning":[null,"Sicherheitsscans"],"Upgrade":[null,"Aufrüsten"],"ACTIVE":[null,"AKTIV"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, Botnetze und Spammer greifen alle Arten von Websites an. Ihr Ziel ist, überall und oft anzugreifen. Unser Ziel ist, beim Blockieren dieser Bedrohungen mitzuhelfen. Im schlimmsten Fall sind wir da, um die Website wiederherzustellen."],"Your site is on the Free Jetpack Plan":[null,"Deine Website ist im Tarif Jetpack Free."],"Your site is on Development Mode":[null,"Deine Website befindet sich im Entwicklungsmodus"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Wenn du verbunden bist, kannst du ein Upgrade auf einen kostenpflichtigen Tarif durchführen, um erstklassige Sicherheit, Spam-Schutz und Support mit Priorität zu erhalten."],"State-of-the-art spam defense powered by Akismet.":[null,"Hochmoderner Spam-Schutz durch Akismet."],"View your spam stats":[null,"Spam-Statistiken ansehen"],"Configure Akismet":[null,"Akismet konfigurieren"],"View your security dashboard":[null,"Sicherheits-Dashboard ansehen"],"Configure VaultPress":[null,"VaultPress konfigurieren"],"Compare Plans":[null,"Tarife vergleichen"],"Maximum grade security":[null,"Sicherheit der Extraklasse"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Backup in Echtzeit mit unbegrenztem Speicherplatz, Wiederherstellung mit einem Klick, lückenlose Spam-Überwachung, Verteidigung gegen Malware und Schutz gegen Brute-Force-Anmeldeversuche – alles aus einer Hand und optimiert für WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Lückenlose Spam-Filterung schützt deine Marke, deine Leser und verbessert die SEO. Schadsoftware-Überprüfung sorgt für ein sicheres Gefühl und hält dein Backend frei von Eindringlingen."],"Enjoy priority support":[null,"Genieße Priorität beim Support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"Die Website ist im Entwicklungsmodus, deswegen kannst du dich nicht mit WordPress.com verbinden."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Verknüpfe dein Konto mit WordPress.com, um Jetpack optimal zu nutzen."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"Für automatische und umfassende Scans gegen Bedrohungen {{a}}bitte VaultPress installieren und aktivieren{{/a}}."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"Für automatische und umfassende Scans gegen Bedrohungen {{a}}wähle bitte einen anderen Tarif{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack blockiert böswillige Anmeldeversuche. Die Daten werden in Kürze hier angezeigt."],"Total malicious attacks blocked on your site.":[null,"Gesamtzahl blockierter Angriffe auf deine Website."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,"Alle Plugins sind auf dem neuesten Stand. Gute Arbeit!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack verbessert und optimiert die Ladezeit deiner Bilder."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack überwacht deine Website. Scheint die Website defekt zu sein, erhältst du eine E-Mail."],"Security":[null,"Sicherheit"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}Backup-Details ansehen{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"Automatisches Backup der gesamten Website? {{a}}Bitte VaultPress installieren und aktivieren{{/a}}."],"Unavailable in Dev Mode.":[null,"Nicht im Entwicklermodus verfügbar."],"Spam Protection":[null,"Spamschutz"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"Modernster Spamschutz gefällig? {{a}}Akismet installieren{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"Modernster Spamschutz gefällig? {{a}}Akismet aktivieren{{/a}}."],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,"Im Entwicklermodus nicht verfügbar"],"Activating recommended features…":[null,"Die empfohlenen Funktionen werden aktiviert …"],"Recommended features active.":[null,"Die empfohlenen Funktionen sind aktiviert."],"Recommended features failed to activate. %(error)s":[null,"Fehler beim Aktivieren empfohlener Funktionen. %(error)s"],"Activating %(slug)s…":[null,"%(slug)s wird aktiviert …"],"%(slug)s has been activated.":[null,"%(slug)s wurde aktiviert."],"%(slug)s failed to activate. %(error)s":[null,"Fehler beim Aktivieren von %(slug)s %(error)s"],"Deactivating %(slug)s…":[null,"%(slug)s wird deaktiviert …"],"%(slug)s has been deactivated.":[null,"%(slug)s wurde deaktiviert."],"%(slug)s failed to deactivate. %(error)s":[null,"Fehler beim Deaktivieren von %(slug)s. %(error)s"],"Updating %(slug)s settings…":[null,"%(slug)s-Einstellungen werden aktualisiert …"],"Updated %(slug)s settings.":[null,"%(slug)s-Einstellungen wurden aktualisiert."],"Error updating %(slug)s settings. %(error)s":[null,"Fehler beim Aktualisieren der %(slug)s-Einstellungen %(error)s"],"Updating %(slug)s address…":[null,"Adresse von %(slug)s wird aktualisiert …"],"Regenerated %(slug)s address .":[null,"Adresse von %(slug)s erneut generiert."],"Error regenerating %(slug)s address. %(error)s":[null,"Fehler beim erneuten Generieren der Adresse %(slug)s. %(error)s"],"Resetting Jetpack options…":[null,"Die Jetpack-Optionen werden zurückgesetzt …"],"Options reset.":[null,"Die Optionen wurden zurückgesetzt."],"Options failed to reset.":[null,"Fehler beim Zurücksetzen der Optionen."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"Fehler beim Trennen von Jetpack. Fehler: %(error)s"],"Unlinking from WordPress.com":[null,"Verbindung mit WordPress.com wird aufgehoben …"],"Unlinked from WordPress.com.":[null,"Verbindung mit WordPress.com aufgehoben."],"Error unlinking from WordPress.com. %(error)s":[null,"Fehler beim Aufheben der Verbindung mit WordPress.com. %(error)s"],"At A Glance":[null,"Auf einen Blick"],"Clichés":[null,"Klischees"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Würdest du uns mitteilen, warum? {{a}}Die Antworten auf zwei einfache Fragen{{/a}} helfen uns bei der Verbesserung von Jetpack."],"Automattic's Privacy Policy":[null,"Datenschutzerklärung von Automattic"],"WordPress.com Terms of Service":[null,"Geschäftsbedingungen von WordPress.com"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Automatische Aktualisierungen der Plugins aktivieren{{/a}}"],"Plugin Updates":[null,"Plugin-Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"Um deine gesamte Website automatisch zu sichern, {{a}}führe bitte ein Upgrade deines Kontos durch{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null," Dein Akismet-Schlüssel fehlt oder ist ungültig. {{akismetSettings}}Zur Behebung bitte Akismet-Einstellungen aufsuchen{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"Keine Bedrohungen gefunden. Es kann weitergehen."],"{{a}}Contact Support{{/a}}":[null,"{{a}}Support kontaktieren{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}Details unter VaultPress.com ansehen{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Monitor aktivieren{{/a}}, um Benachrichtigungen zu erhalten, wenn deine Website ausfällt."],"Loading…":[null,"Wird geladen …"],"Downtime Monitoring":[null,"Überwachung von Ausfallzeiten"],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,"Kommentare insgesamt"],"All-time views":[null,"Aufrufe insgesamt"],"Best overall day":[null,"Bester Tag (insgesamt)"],"Views today":[null,"Aufrufe heute"],"Months":[null,"Monate"],"Weeks":[null,"Wochen"],"Days":[null,"Tage"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Fehler beim Laden der Statistiken. Bitte später erneut versuchen oder {{a}}Statistiken auf WordPress.com ansehen{{/a}}."],"Click to view detailed stats.":[null,"Klicken, um detaillierte Statistiken anzusehen."],"Views: %(numberOfViews)s":[null,"Aufrufe: %(numberOfViews)s"],"Week of %(date)s":[null,"Woche von %(date)s"],"Manage security on WordPress.com":[null,"Sicherheit auf WordPress.com verwalten"],"Features can be activated or deactivated at any time.":[null,"Die Funktionen können jederzeit aktiviert/deaktiviert werden."],"Jetpack's recommended features include:":[null,"Zu den empfohlenen Funktionen von Jetpack gehören:"],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Mit WordPress.com verknüpfen."],"Unlink me from WordPress.com":[null,"Meine Verknüpfung mit WordPress.com aufheben."],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Millionen Nutzer verwenden bereits Jetpack, um ihre Websites zu verbessern und zu schützen. WordPress liegt uns am Herzen und wir sind dazu da, dir alles zu erleichtern."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack nutzt das moderne Content Delivery Network von WordPress.com, um deine Bilder superschnell zu laden. Optimiert für alle Geräte und vollständig kostenlos."],"Lightning fast, optimized images":[null,"Blitzschnelle, optimierte Bilder"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Nie mehr ein Sicherheitsupdate verpassen oder Zeit mit den Updates mehrerer Websites vergeuden."],"Automatic site updates.":[null,"Automatische Website-Updates."],"Live site monitoring.":[null,"Live-Überwachung von Websites."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Ein sicheres Gefühl mit Protect, dem Tool, das auf Millionen Websites Milliarden Login-Angriffe blockiert hat."],"Block site attacks.":[null,"Angriffe auf die Website blockieren."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blockiert böswillige Anmeldeversuche, teilt dir mit, wenn deine Website ausfällt und kann deine Plugins automatisch aktualisieren, damit du dir keine Sorgen machen musst."],"Site security and peace of mind":[null,"Schutz der Website und ein sicheres Gefühl."],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack nutzt die Leistungsfähigkeit von WordPress.com, um dir genaue Informationen über deine Besucher zu geben – was sie lesen und von wo sie kommen."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Mit \"Ähnliche Beiträge\" werden Besucher gebunden, da sie mehr zu lesen und zu teilen haben."],"Increase page views.":[null,"Zahl der Seitenaufrufe steigern."],"Give visitors the tools to share and subscribe to your content.":[null,"Gib deinen Besuchern die Möglichkeit, deine Inhalte zu teilen und zu abonnieren."],"Build a community.":[null,"Forme eine Community."],"Sharing & Like Buttons":[null,"Teilen- und Like-Buttons"],"Automated social marketing.":[null,"Automatisiertes Sozial-Marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack verfügt über viele Werkzeuge für Traffic und Bindung, mit denen Besucher auf deine Website geleitet und dort gehalten werden."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Absolut stressfrei – Monitor sendet dir Benachrichtigungen in Echtzeit, falls deine Website einmal nicht verfügbar sein sollte."],"Track your growth":[null,"Deine Entwicklung nachverfolgen"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Verwende &#8222;Publizieren&#8220;, um deine Beiträge automatisch mit Freunden, Followern und der ganzen Welt zu teilen."],"Drive more traffic to your site":[null,"Mehr Traffic für deine Website"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"Bei der Verbindung zu Jetpack ist ein Fehler aufgetreten. Bitte klicke erneut auf „Mit WordPress.com verbinden“."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Bei der Verbindung von Jetpack ist ein Fehler aufgetreten. Deaktiviere das Jetpack-Plugin, aktiviere es erneut und stelle dann wieder eine Verbindung her."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Du musst in deinem WordPress.com-Blog angemeldet bleiben, während du Jetpack autorisierst."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Dein Jetpack hat ein Problem.{{/s}} Wir entschuldigen uns für diese Unannehmlichkeit. Bitte versuche es später nochmal. Falls das Problem weiterhin besteht, kontaktiere bitte den Support mit dieser Nachricht: %(error_key)s"],"Disconnecting Jetpack":[null,"Jetpack wird getrennt"],"Learn more":[null,"Mehr erfahren"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Ähnliche Inhalte am Ende des Beitrags anzeigen"],"Use a large and visually striking layout":[null,"Ein großes und optisch auffälliges Layout verwenden"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Eine &#8222;Ähnliche Beiträge&#8220;-Überschrift anzeigen, um den Bereich von den Beiträgen abzugrenzen."],"Related":[null,"Ähnliche Beiträge"],"Email Address":[null,"E-Mail-Adresse"],"Media":[null,"Mediathek"],"Site Stats":[null,"Website Statistiken"],"Testimonials":[null,"Referenzen"],"Comments":[null,"Kommentare"],"Ignored Phrases":[null,"Zu ignorierende Ausdr&uuml;cke"],"Use automatically detected language to proofread posts and pages":[null,"Automatisch erkannte Sprache zum Korrekturlesen von Beiträgen und Seiten benutzen"],"Redundant Phrases":[null,"&Uuml;berfl&uuml;ssige S&auml;tze"],"Phrases to Avoid":[null,"Zu vermeidende Formulierungen"],"Passive Voice":[null,"Passive Sprache"],"Jargon":[null,"Umgangssprache"],"Hidden Verbs":[null,"Verborgene Verben"],"Double Negatives":[null,"Doppelte Verneinung"],"Diacritical Marks":[null,"Diakritische Zeichen"],"Complex Phrases":[null,"Komplexe S&auml;tze"],"Bias Language":[null,"Wertende Sprache"],"English Options":[null,"Optionen nur für die englische Sprache"],"Proofreading":[null,"Korrekturlesen"],"Connect Jetpack":[null,"Jetpack verbinden"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack konnte WordPress.com nicht kontaktieren: %(error_key)s. Das bedeutet in der Regel, dass etwas auf deinem Web-Host falsch konfiguriert ist."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com hat gerade Probleme und kann sich nicht mit deinem Jetpack Plugin verbinden. Bitte versuche es später noch einmal."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Dein Jetpack hat ein Problem.{{/s}} Verbindung zu WordPress.com nicht möglich. Das bedeutet in der Regel, dass auf deine Website nicht öffentlich zugegriffen werden kann (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Auf deine Website muss öffentlich zugegriffen werden können, um Jetpack zu nutzen: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"Du hast die Verbindung mit Jetpack getrennt."],"Activate":[null,"Aktivieren"],"Active":[null,"Aktiv"],"Settings":[null,"Einstellungen"],"Learn More":[null,"Mehr erfahren"],"Disconnect Jetpack":[null,"Jetpack trennen"],"Test your site’s compatibility with Jetpack.":[null,"Teste, ob deine Website mit Jetpack kompatibel ist."]}
1
+ {"":{"po-revision-date":"2017-04-27 00:11:54+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"de","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,"Vorrangiger Support"],"Add sharing buttons to your posts":[null,"Füge Teilen-Buttons zu deinen Beiträgen hinzu."],"Automatically share your posts to social networks":[null,"Teile deine Beiträge automatisch in sozialen Netzwerken."],"Updating settings…":[null,"Einstellungen werden aktualisiert …"],"Updating Post by Email address…":[null,"„Per E-Mail bloggen“-Adresse wird aktualisiert …"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Mit deinem kostenpflichtigen Tarif erhältst du Zugriff auf bevorzugten Jetpack-Support."],"You have paid for backups but they're not yet active.":[null,"Du hast für Backups bezahlt, diese sind jedoch noch nicht aktiv."],"You have paid for backups and security scanning but they’re not yet active.":[null,"Du hast für Backups und Sicherheitsscans bezahlt, diese sind jedoch noch nicht aktiv."],"Click \"Set Up\" to finish installation.":[null,"Klicke „Einrichtung“, um die Installation fertigzustellen."],"Checking site status…":[null,"Website-Status wird überprüft …"],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,"Mit qualitativ hochwertigen Werbeanzeigen Geld verdienen."],"Real-time site backups and automatic threat resolution.":[null,"Website-Backups in Echtzeit und automatische Behebung von Bedrohungen."],"Protect against data loss, malware, and malicious attacks.":[null,"Schutz vor Datenverlust, Malware und bösartigen Angriffen."],"Integrate easily with Google Analytics.":[null,"Einfache Integration von Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Sorge mit SEO-Werkzeuge dafür, dass deine Inhalte gefunden und geteilt werden."],"Protect your site from spam.":[null,"Schütze deine Website vor Spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"Diese Website ist nicht mit WordPress.com verbunden. Bitte den Websiteadministrator, die Verbindung herzustellen."],"Spam filtering":[null,"Spam-Filterung"],"Daily, automated malware scanning":[null,"Tägliche, automatisierte Malwareüberprüfung"],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,"Tägliche, automatisierte Backups (unbegrenzter Speicherplatz)"],"Daily, automated malware scanning with automated resolution":[null,"Tägliche, automatisierte Malware-Überprüfung mit automatischer Behebung"],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,"SEO-Vorschauwerkzeuge"],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"Wenn du %(siteName)s von WordPress.com trennst, hast du keinen Zugriff mehr auf:"],"Read more about Jetpack benefits":[null,"Weitere Informationen zu den Vorteilen von Jetpack"],"An Automattic Airline":[null,"Ein Produkt des US-Unternehmens Automattic, Inc."],"Manage site connection":[null,"Websiteverbindung verwalten"],"Connect your account to WordPress.com to view more stats":[null,"Konto mit WordPress.com verbinden, um mehr Statistiken anzuzeigen"],"Theme enhancements":[null,"Theme-Erweiterungen"],"Load more posts using the default theme behavior":[null,"Mehr Beiträge mit dem Standard-Theme-Verhalten laden"],"Load more posts in page with a button":[null,"Mehr Beiträge in Seite mit einem Button laden"],"Load more posts as the reader scrolls down":[null,"Mehr Beiträge laden, wenn der Leser nach unten blättert"],"Theme support required.":[null,"Theme-Unterstützung erforderlich."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Erfahre mehr darüber, wie du deinem Theme Support für unendliches Scrollen hinzufügen kannst."],"Use excerpts instead of full posts on front page and archive pages":[null,"Auf der Titel- und den Archivseiten nur Auszüge statt vollständige Beiträge verwenden"],"Show featured images":[null,"Hervorgehobene Bilder anzeigen"],"Must be enabled to use tiled galleries.":[null,"Muss aktiviert sein, um Galerien in Kachel-Optik anzuzeigen."],"Enable the WordPress.com toolbar":[null,"WordPress.com-Werkzeugleiste aktivieren"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"Die WordPress.com-Werkzeugleiste ersetzt die Admin-Standardleiste und enthält schnelle Links zum Reader, zu all deinen Websites, zu deinem WordPress.com-Profil und zu Benachrichtigungen. Verwalte dein gesamtes WordPress über eine einzige zentrale Werkzeugleiste."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Schreibwerkzeuge, die dir zu Verfügung stehen, werden hier angezeigt, wenn sie ein Administrator aktiviert."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"{{b}}Die Verifizierung deiner Website durch diese Dienste ist nicht erforderlich{{/b}}, damit deine Website von Suchmaschinen indiziert wird. Füge unten den HTML-Tag-Code ein, um diese erweiterten Suchmaschinenwerkzeuge zu nutzen und deine Website durch einen Dienst verifizieren zu lassen. Lies bei Problemen die {{support}}vollständige Anleitung{{/support}}. Unterstützte Verifizierungsdienste: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Tools{{/bing}}, {{pinterest}}Pinterest Website-Bestätigung{{/pinterest}} und {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"XML-Sitemaps generieren"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Deine Sitemap wird automatisch an alle großen Suchmaschinen zur Indizierung gesendet."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Suchmaschinen können derzeit nicht auf deine Website zugreifen. Es kann sein, dass in deinen {{a}}Leseeinstellungen{{/a}} „Suchmaschinen-Sichtbarkeit“ deaktiviert ist."],"Collecting valuable traffic stats and insights":[null,"Sammeln wertvoller Traffic-Statistiken und Einsichten"],"The image helps collect stats, but should work when hidden.":[null,"Das Bild unterstützt das Sammeln von Statistiken, sollte aber funktionieren, wenn es ausgeblendet wird."],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,"Anzeige von Statistikberichten erlauben für"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"Wenn du eine weitergehende Kontrolle wünschst, kannst du diese Einstellungen ändern. Lies mehr darüber, wie du die {{a}}SEO deiner Website optimieren{{/a}} kannst."],"Configure your SEO settings":[null,"Deine SEO-Einstellungen konfigurieren"],"In \"Upgrade\"":[null,"In „Upgrade“"],"Configure your Google Analytics settings":[null,"Deine Einstellungen von Google Analytics konfigurieren"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Zeige Werbeanzeigen im ersten Artikel auf deiner Startseite oder am Ende jeder Seite und jedes Beitrags an. Platziere zusätzliche Werbeanzeigen oben auf deiner Website und in jedem Widget-Bereich, um deine Einnahmen zu steigern."],"Enable ads and display an ad below each post":[null,"Werbeanzeigen aktivieren und eine Werbeanzeige unter jedem Beitrag einblenden"],"Display an additional ad at the top of each page":[null,"Eine zusätzliche Anzeige oben auf jeder Seite platzieren"],"Configure your sharing buttons":[null,"Deine Teilen-Buttons konfigurieren"],"Connect your social media accounts":[null,"Deine Social Media-Konten verknüpfen"],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Ermögliche es deinen Lesern zu zeigen, wenn ihnen deine Beiträge gefallen, indem du deinem Inhalt einen Gefällt mir-Button hinzufügst"],"Match accounts using email addresses":[null,"Konten mithilfe von E-Mail-Adressen abgleichen"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Konten müssen Zwei-Schritt-Authentifizierung von WordPress.com verwenden"],"Add to whitelist":[null,"Zur Positivliste hinzufügen"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"Du kannst eine IP-Adresse oder eine Serie von Adressen auf die Positivliste setzen und so dafür sorgen, dass diese niemals von Jetpack blockiert werden. IPv4 und IPv6 sind zulässig. Gib für einen Bereich den unteren und oberen Wert ein (getrennt durch einen Bindestrich). Beispiel: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Deine Website ist gesichert und weist keine Bedrohungen auf."],"Checking your spam protection…":[null,"Spam-Schutz wird überprüft …"],"Fetching key…":[null,"Schlüssel wird abgerufen …"],"Your site needs an Antispam key.":[null,"Deine Website benötigt einen Antispam-Schlüssel."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"Es ist ein Problem mit deinem Antispam-API-Schlüssel aufgetreten. {{a}}Weitere Informationen{{/a}}."],"Your site is not protected from spam.":[null,"Deine Website ist nicht gegen Spam geschützt."],"Your Antispam key is valid.":[null,"Dein Antispam-Schlüssel ist gültig."],"Your site is protected from spam.":[null,"Deine Website ist gegen Spam geschützt."],"Checking key…":[null,"Schlüssel wird überprüft …"],"Your API key":[null,"Dein API-Schlüssel"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"Wenn du noch keinen API-Schlüssel hast, dann {{a}}rufe hier deinen API-Schlüssel ab{{/a}}. Du wirst dann durch den entsprechenden Vorgang geführt."],"No search results found for %(term)s":[null,"Keine Suchergebnisse gefunden für %(term)s"],"Enter a search term to find settings or close search.":[null,"Gib einen Suchbegriff ein, um Einstellungen zu finden, oder schließe die Suche."],"Connections":[null,"Verbindungen"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Deine Website ist im Entwicklungsmodus. Deswegen kann sie nicht mit WordPress.com verbunden werden."],"Your site is connected to WordPress.com.":[null,"Deine Website ist mit WordPress.com verbunden."],"You are the Jetpack owner.":[null,"Die bist der Jetpack-Besitzer."],"Connected as {{span}}%(username)s{{/span}}":[null,"Verbunden als {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"E-Mail-Follower anzeigen"],"Connect your user account to WordPress.com to view your email followers":[null,"Verbinde dein Benutzerkonto mit WordPress.com, um deine E-Mail-Follower anzuzeigen"],"Color scheme":[null,"Farbschema"],"Enable Markdown use for comments.":[null,"Verwendung von Markdown für Kommentare aktivieren."],"Updated settings.":[null,"Einstellungen aktualisiert."],"Error updating settings. %(error)s":[null,"Fehler beim Aktualisieren der Einstellungen. %(error)s"],"Regenerated Post by Email address.":[null,"„Per E-Mail bloggen“-Adresse erneut erstellen."],"Error regenerating Post by Email address. %(error)s":[null,"Fehler beim Neuerstellen der „Per E-Mail bloggen“-Adresse. %(error)s"],"Updated settings. Refreshing page…":[null,"Einstellungen aktualisiert. Seite wird aktualisiert …"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Dein Server ist falsch konfiguriert. Darum kann Jetpack Protect deine Website nicht effektiv schützen."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Nimm ein Upgrade auf einen kostenpflichtigen Tarif vor, um erstklassige Sicherheit, Spam-Schutz, vorrangigen Support sowie SEO- und Monetarisierungswerkzeuge zu erhalten."],"Ads":[null,"Werbeanzeigen"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,"Werbeanzeigen aktivieren"],"Premium traffic and monetization tools":[null,"Erstklassige Traffic- und Monetarisierungswerkzeuge"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"Im Jetpack Premium-Tarif kannst du jetzt mit deiner Website Einkünfte generieren, indem du Besuchern hochwertige bezahlte Anzeigen zeigst. Kunden im Professional-Tarif profitieren zudem von SEO-Werkzeugen, die helfen, den Suchmaschinen-Traffic zu optimieren."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"Wir unterstützen alle Jetpack-Benutzer, egal, welchen Tarif sie haben. Kunden mit kostenpflichtigem Abonnement erhalten jedoch vorrangigen Support, sodass Sicherheitsprobleme bei ihnen schnellstmöglich erkannt und behoben werden. "],"In \"Mobile\"":[null,"Unter „Mobil“"],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,"Deine Einkünfte anzeigen"],"Activate VideoPress":[null,"VideoPress aktivieren"],"Upload Videos Now":[null,"Videos jetzt hochladen"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Stelle sicher, dass deine Website in Suchmaschinen leicht zu finden ist – mit SEO-Werkzeugen für deine Inhalte und Beiträge in sozialen Medien."],"Activate this module to use the advanced SEO tools.":[null,"Aktiviere dieses Modul, um die erweiterten SEO-Werkzeuge zu verwenden."],"How much is your website worth?":[null,"Wie viel ist deine Website wert?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"Zum Preis einer kleinen Tasse Kaffee erhältst du einen ganzen Monat Sicherheit, denn die Ergebnisse deiner harten Arbeit (oder deine Lebensgrundlage) werden durch ein Backup geschützt."],"Configure Site SEO":[null,"Website-SEO konfigurieren"],"Activate SEO Tools":[null,"SEO-Werkzeuge aktivieren"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"Klicke zunächst in deinem Beitragseditor auf „Dateien hinzufügen“ und lade ein Video hoch. Alles andere erledigen wir!"],"Introducing our most affordable backups and security plan yet":[null,"Unser bisher günstigster Tarif für Backups und Sicherheit"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Tägliches Backup aller Website-Daten mit unbegrenztem Speicherplatz und Ein-Klick Wiederherstellung (mit VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Tägliches Backup aller Website-Daten mit unbegrenztem Speicherplatz, Ein-Klick Wiederherstellung, automatisierte Sicherheitsscans und vorrangiger Support (mit VaultPress)."],"Backups & Security Scanning":[null,"Backups und Sicherheitsscans"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Backup in Echtzeit aller Website-Daten mit unbegrenztem Speicherplatz, Ein-Klick Wiederherstellung, automatisierte Sicherheitsscans, Ein-Klick-Bedrohungsbehebung und vorrangiger Support (mit VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,"Video-Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,"SEO-Werkzeuge"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Erweiterte SEO-Werkzeuge, damit die Suche nach relevanten Inhalten zu besseren Suchergebnissen für deine Website führt."],"Unlimited and ad-free video hosting":[null,"Unbegrenztes, werbefreies Video-Hosting"],"Configure your SEO settings.":[null,"Konfiguriere deine SEO-Einstellungen."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"Die einfachste Möglichkeit, Videos ohne Werbung und Branding auf deine Website hochzuladen. Du erhältst Statistiken zum Abspielen und Teilen von Videos. Der Videoplayer ist schlank und responsiv."],"You are running Jetpack on a staging server.":[null,"Du führst Jetpack auf einem Staging-Server aus."],"More Info":[null,"Mehr Info"],"Search your content.":[null,"Inhalte durchsuchen."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Sichtbarkeit von „Likes“ in den Einstellungen des Teilen-Moduls verwalten{{/a}}"],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"In diesem Tab gibt es nicht gespeicherte Einstellungen, die du beim Verlassen verlierst. Möchtest du fortfahren?"],"This will reset all Jetpack options, are you sure?":[null,"Das wird alle Jetpack-Einstellungen zurücksetzen, bist du sicher?"],"Search for a Jetpack feature.":[null,"Suche nach einer Jetpack-Funktion"],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Mit einem Upgrade von Jetpack findet unser moderner Sicherheits-Scanner schädliche Dateien und erstattet sofort Bericht, sodass dir nicht entgeht was auf deiner Website passiert."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"Die Daten der Sicherheitsscans sind im Abschnitt \"Auf einen Blick\" zu finden."],"Configure your Security Scans":[null,"Sicherheitsscans konfigurieren"],"This module has no configuration options":[null,"Dieses Modul verfügt nicht über Konfigurationsoptionen."],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Lass Suchmaschinen und Besucher wissen, dass du es mit der Integrität deiner Website ernst meinst, indem du Jetpack aktualisierst. Unsere Spam-Tools eliminieren Kommentarspam, schützen SEO und binden Besucher."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Offsite-Backups in Echtzeit mit automatisierter Wiederherstellung sorgen für Sicherheit. Du verfasst interessante Inhalte und steigerst den Traffic, wir schützen deine Investition. Noch heute upgraden!"],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}%(module_slug)s-Einstellungen konfigurieren {{/link}}"],"Subscriber":[null,"Abonnent"],"Big iPhone/iPad Update Now Available":[null,"Umfangreiches iPhone/iPad-Update jetzt verfügbar"],"The WordPress for Android App Gets a Big Facelift":[null,"Die WordPress-App für Android wurde umfassend überarbeitet."],"WordPress.com Likes are:":[null," \"Gefällt mir\"-Angaben auf WordPress.com sind:"],"Comments headline":[null,"Kommentar-Überschrift"],"A few catchy words to motivate your readers to comment.":[null,"Einige zündende Worte, die Leser zu Kommentaren anregen."],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null," Diagramm mit Aufrufen von 48 Stunden in der Adminleiste anzeigen"],"Hide the stats smiley face image":[null," Das Statistik-Smiley-Bild verbergen"],"Whitelisted IP addresses":[null,"IP-Adressen auf der Positivliste"],"Show photo metadata (Exif) in carousel, when available":[null,"Foto-Metadaten (Exif) im Karussell zeigen (wenn verfügbar)"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,"Kopiert!"],"Highlight and copy the following text to your clipboard:":[null,"Markiere den folgenden Text und kopiere ihn in deine Zwischenablage:"],"Regenerate address":[null,"Adresse erneut generieren"],"Automatically proofread content when: ":[null,"Inhalte automatisch korrekturlesen, wenn: "],"A post or page is first published":[null,"Ein Beitrag oder eine Seite wurden erstmals veröffentlicht"],"A post or page is updated":[null,"Ein Beitrag oder eine Seite wurde aktualisiert"],"Automatic Language Detection":[null,"Automatische Spracherkennung"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"Der Korrekturleser unterstützt Englisch, Französisch, Deutsch, Portugiesisch und Spanisch."],"Enable proofreading for the following grammar and style rules: ":[null,"Korrekturlesen für folgende Regeln von Grammatik und Stil aktivieren: "],"Add a phrase":[null,"Ausdruck hinzufügen"],"Cheatin' uh?":[null,"Wird geschummelt?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}} Würdest du uns mitteilen, warum du Jetpack nicht verbunden hast, indem du {{a}} 2 Fragen beantwortest{{/a}}?{{/p}}{{p}}Eine Jetpack Verbindung wird für unsere kostenlosen Sicherheits und Traffic-Funktionen benötigt.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Willkommen bei {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Dein Jetpack ist bereits verbunden."],"You're fueled up and ready to go, Jetpack is now active.":[null,"Alles fertig, es kann losgehen. Jetpack wurde aktiviert."],"You're fueled up and ready to go.":[null,"Alles fertig, es kann losgehen."],"You are currently running a development version of Jetpack.":[null,"Du führst zurzeit eine Entwicklungsversion von Jetpack aus."],"Submit Beta feedback":[null,"Beta Feedback senden"],"What would you like to see on your Jetpack Dashboard?":[null,"Was würdest du gern im Jetpack-Dashboard sehen?"],"Let us know!":[null,"Sag uns Bescheid!"],"Welcome to Jetpack":[null,"Willkommen bei Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Bitte richte ein Konto bei WordPress.com ein, oder verbinde dich damit, um mit der Nutzung von Jetpack zu beginnen. Dies aktiviert leistungsfähige Dienste für Sicherheit, Traffic und individuelle Anpassung."],"No account? Create one for free":[null,""],"Saving…":[null,"Speichern …"],"Save Settings":[null,"Einstellungen speichern"],"Jetpack Stats Icon":[null,"Symbol von Jetpack Stats"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Website-Statistiken aktivieren{{/a}}, um ausführliche Statistiken anzusehen, wie \"Gefällt mir\", Follower, Abonnenten usw. {{a1}}Weitere Informationen{{/a1}}"],"Activate Site Stats":[null,"Website-Statistiken aktivieren"],"Security Scanning":[null,"Sicherheitsscans"],"Upgrade":[null,"Aufrüsten"],"ACTIVE":[null,"AKTIV"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, Botnetze und Spammer greifen alle Arten von Websites an. Ihr Ziel ist, überall und oft anzugreifen. Unser Ziel ist, beim Blockieren dieser Bedrohungen mitzuhelfen. Im schlimmsten Fall sind wir da, um die Website wiederherzustellen."],"Your site is on the Free Jetpack Plan":[null,"Deine Website ist im Tarif Jetpack Free."],"Your site is on Development Mode":[null,"Deine Website befindet sich im Entwicklungsmodus"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Wenn du verbunden bist, kannst du ein Upgrade auf einen kostenpflichtigen Tarif durchführen, um erstklassige Sicherheit, Spam-Schutz und Support mit Priorität zu erhalten."],"State-of-the-art spam defense powered by Akismet.":[null,"Hochmoderner Spam-Schutz durch Akismet."],"View your spam stats":[null,"Spam-Statistiken ansehen"],"Configure Akismet":[null,"Akismet konfigurieren"],"View your security dashboard":[null,"Sicherheits-Dashboard ansehen"],"Configure VaultPress":[null,"VaultPress konfigurieren"],"Compare Plans":[null,"Tarife vergleichen"],"Maximum grade security":[null,"Sicherheit der Extraklasse"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Backup in Echtzeit mit unbegrenztem Speicherplatz, Wiederherstellung mit einem Klick, lückenlose Spam-Überwachung, Verteidigung gegen Malware und Schutz gegen Brute-Force-Anmeldeversuche – alles aus einer Hand und optimiert für WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Lückenlose Spam-Filterung schützt deine Marke, deine Leser und verbessert die SEO. Schadsoftware-Überprüfung sorgt für ein sicheres Gefühl und hält dein Backend frei von Eindringlingen."],"Enjoy priority support":[null,"Genieße Priorität beim Support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"Die Website ist im Entwicklungsmodus, deswegen kannst du dich nicht mit WordPress.com verbinden."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Verknüpfe dein Konto mit WordPress.com, um Jetpack optimal zu nutzen."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"Für automatische und umfassende Scans gegen Bedrohungen {{a}}bitte VaultPress installieren und aktivieren{{/a}}."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"Für automatische und umfassende Scans gegen Bedrohungen {{a}}wähle bitte einen anderen Tarif{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack blockiert böswillige Anmeldeversuche. Die Daten werden in Kürze hier angezeigt."],"Total malicious attacks blocked on your site.":[null,"Gesamtzahl blockierter Angriffe auf deine Website."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,"Alle Plugins sind auf dem neuesten Stand. Gute Arbeit!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack verbessert und optimiert die Ladezeit deiner Bilder."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack überwacht deine Website. Scheint die Website defekt zu sein, erhältst du eine E-Mail."],"Security":[null,"Sicherheit"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}Backup-Details ansehen{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"Automatisches Backup der gesamten Website? {{a}}Bitte VaultPress installieren und aktivieren{{/a}}."],"Unavailable in Dev Mode.":[null,"Nicht im Entwicklermodus verfügbar."],"Spam Protection":[null,"Spamschutz"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"Modernster Spamschutz gefällig? {{a}}Akismet installieren{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"Modernster Spamschutz gefällig? {{a}}Akismet aktivieren{{/a}}."],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,"Im Entwicklermodus nicht verfügbar"],"Activating recommended features…":[null,"Die empfohlenen Funktionen werden aktiviert …"],"Recommended features active.":[null,"Die empfohlenen Funktionen sind aktiviert."],"Recommended features failed to activate. %(error)s":[null,"Fehler beim Aktivieren empfohlener Funktionen. %(error)s"],"Activating %(slug)s…":[null,"%(slug)s wird aktiviert …"],"%(slug)s has been activated.":[null,"%(slug)s wurde aktiviert."],"%(slug)s failed to activate. %(error)s":[null,"Fehler beim Aktivieren von %(slug)s %(error)s"],"Deactivating %(slug)s…":[null,"%(slug)s wird deaktiviert …"],"%(slug)s has been deactivated.":[null,"%(slug)s wurde deaktiviert."],"%(slug)s failed to deactivate. %(error)s":[null,"Fehler beim Deaktivieren von %(slug)s. %(error)s"],"Updating %(slug)s settings…":[null,"%(slug)s-Einstellungen werden aktualisiert …"],"Updated %(slug)s settings.":[null,"%(slug)s-Einstellungen wurden aktualisiert."],"Error updating %(slug)s settings. %(error)s":[null,"Fehler beim Aktualisieren der %(slug)s-Einstellungen %(error)s"],"Updating %(slug)s address…":[null,"Adresse von %(slug)s wird aktualisiert …"],"Regenerated %(slug)s address .":[null,"Adresse von %(slug)s erneut generiert."],"Error regenerating %(slug)s address. %(error)s":[null,"Fehler beim erneuten Generieren der Adresse %(slug)s. %(error)s"],"Resetting Jetpack options…":[null,"Die Jetpack-Optionen werden zurückgesetzt …"],"Options reset.":[null,"Die Optionen wurden zurückgesetzt."],"Options failed to reset.":[null,"Fehler beim Zurücksetzen der Optionen."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"Fehler beim Trennen von Jetpack. Fehler: %(error)s"],"Unlinking from WordPress.com":[null,"Verbindung mit WordPress.com wird aufgehoben …"],"Unlinked from WordPress.com.":[null,"Verbindung mit WordPress.com aufgehoben."],"Error unlinking from WordPress.com. %(error)s":[null,"Fehler beim Aufheben der Verbindung mit WordPress.com. %(error)s"],"At A Glance":[null,"Auf einen Blick"],"Clichés":[null,"Klischees"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Würdest du uns mitteilen, warum? {{a}}Die Antworten auf zwei einfache Fragen{{/a}} helfen uns bei der Verbesserung von Jetpack."],"Automattic's Privacy Policy":[null,"Datenschutzerklärung von Automattic"],"WordPress.com Terms of Service":[null,"Geschäftsbedingungen von WordPress.com"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Automatische Aktualisierungen der Plugins aktivieren{{/a}}"],"Plugin Updates":[null,"Plugin-Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"Um deine gesamte Website automatisch zu sichern, {{a}}führe bitte ein Upgrade deines Kontos durch{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null," Dein Akismet-Schlüssel fehlt oder ist ungültig. {{akismetSettings}}Zur Behebung bitte Akismet-Einstellungen aufsuchen{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"Keine Bedrohungen gefunden. Es kann weitergehen."],"{{a}}Contact Support{{/a}}":[null,"{{a}}Support kontaktieren{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}Details unter VaultPress.com ansehen{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Monitor aktivieren{{/a}}, um Benachrichtigungen zu erhalten, wenn deine Website ausfällt."],"Loading…":[null,"Wird geladen …"],"Downtime Monitoring":[null,"Überwachung von Ausfallzeiten"],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,"Kommentare insgesamt"],"All-time views":[null,"Aufrufe insgesamt"],"Best overall day":[null,"Bester Tag (insgesamt)"],"Views today":[null,"Aufrufe heute"],"Months":[null,"Monate"],"Weeks":[null,"Wochen"],"Days":[null,"Tage"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Fehler beim Laden der Statistiken. Bitte später erneut versuchen oder {{a}}Statistiken auf WordPress.com ansehen{{/a}}."],"Click to view detailed stats.":[null,"Klicken, um detaillierte Statistiken anzusehen."],"Views: %(numberOfViews)s":[null,"Aufrufe: %(numberOfViews)s"],"Week of %(date)s":[null,"Woche von %(date)s"],"Manage security on WordPress.com":[null,"Sicherheit auf WordPress.com verwalten"],"Features can be activated or deactivated at any time.":[null,"Die Funktionen können jederzeit aktiviert/deaktiviert werden."],"Jetpack's recommended features include:":[null,"Zu den empfohlenen Funktionen von Jetpack gehören:"],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Mit WordPress.com verknüpfen."],"Unlink me from WordPress.com":[null,"Meine Verknüpfung mit WordPress.com aufheben."],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Millionen Nutzer verwenden bereits Jetpack, um ihre Websites zu verbessern und zu schützen. WordPress liegt uns am Herzen und wir sind dazu da, dir alles zu erleichtern."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack nutzt das moderne Content Delivery Network von WordPress.com, um deine Bilder superschnell zu laden. Optimiert für alle Geräte und vollständig kostenlos."],"Lightning fast, optimized images":[null,"Blitzschnelle, optimierte Bilder"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Nie mehr ein Sicherheitsupdate verpassen oder Zeit mit den Updates mehrerer Websites vergeuden."],"Automatic site updates.":[null,"Automatische Website-Updates."],"Live site monitoring.":[null,"Live-Überwachung von Websites."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Ein sicheres Gefühl mit Protect, dem Tool, das auf Millionen Websites Milliarden Login-Angriffe blockiert hat."],"Block site attacks.":[null,"Angriffe auf die Website blockieren."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blockiert böswillige Anmeldeversuche, teilt dir mit, wenn deine Website ausfällt und kann deine Plugins automatisch aktualisieren, damit du dir keine Sorgen machen musst."],"Site security and peace of mind":[null,"Schutz der Website und ein sicheres Gefühl."],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack nutzt die Leistungsfähigkeit von WordPress.com, um dir genaue Informationen über deine Besucher zu geben – was sie lesen und von wo sie kommen."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Mit \"Ähnliche Beiträge\" werden Besucher gebunden, da sie mehr zu lesen und zu teilen haben."],"Increase page views.":[null,"Zahl der Seitenaufrufe steigern."],"Give visitors the tools to share and subscribe to your content.":[null,"Gib deinen Besuchern die Möglichkeit, deine Inhalte zu teilen und zu abonnieren."],"Build a community.":[null,"Forme eine Community."],"Sharing & Like Buttons":[null,"Teilen- und Like-Buttons"],"Automated social marketing.":[null,"Automatisiertes Sozial-Marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack verfügt über viele Werkzeuge für Traffic und Bindung, mit denen Besucher auf deine Website geleitet und dort gehalten werden."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Absolut stressfrei – Monitor sendet dir Benachrichtigungen in Echtzeit, falls deine Website einmal nicht verfügbar sein sollte."],"Track your growth":[null,"Deine Entwicklung nachverfolgen"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Verwende &#8222;Publizieren&#8220;, um deine Beiträge automatisch mit Freunden, Followern und der ganzen Welt zu teilen."],"Drive more traffic to your site":[null,"Mehr Traffic für deine Website"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"Bei der Verbindung zu Jetpack ist ein Fehler aufgetreten. Bitte klicke erneut auf „Mit WordPress.com verbinden“."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Bei der Verbindung von Jetpack ist ein Fehler aufgetreten. Deaktiviere das Jetpack-Plugin, aktiviere es erneut und stelle dann wieder eine Verbindung her."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Du musst in deinem WordPress.com-Blog angemeldet bleiben, während du Jetpack autorisierst."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Dein Jetpack hat ein Problem.{{/s}} Wir entschuldigen uns für diese Unannehmlichkeit. Bitte versuche es später nochmal. Falls das Problem weiterhin besteht, kontaktiere bitte den Support mit dieser Nachricht: %(error_key)s"],"Disconnecting Jetpack":[null,"Jetpack wird getrennt"],"Learn more":[null,"Mehr erfahren"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Ähnliche Inhalte am Ende des Beitrags anzeigen"],"Use a large and visually striking layout":[null,"Ein großes und optisch auffälliges Layout verwenden"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Eine &#8222;Ähnliche Beiträge&#8220;-Überschrift anzeigen, um den Bereich von den Beiträgen abzugrenzen."],"Related":[null,"Ähnliche Beiträge"],"Email Address":[null,"E-Mail-Adresse"],"Media":[null,"Mediathek"],"Site Stats":[null,"Website Statistiken"],"Testimonials":[null,"Referenzen"],"Comments":[null,"Kommentare"],"Ignored Phrases":[null,"Zu ignorierende Ausdr&uuml;cke"],"Use automatically detected language to proofread posts and pages":[null,"Automatisch erkannte Sprache zum Korrekturlesen von Beiträgen und Seiten benutzen"],"Redundant Phrases":[null,"&Uuml;berfl&uuml;ssige S&auml;tze"],"Phrases to Avoid":[null,"Zu vermeidende Formulierungen"],"Passive Voice":[null,"Passive Sprache"],"Jargon":[null,"Umgangssprache"],"Hidden Verbs":[null,"Verborgene Verben"],"Double Negatives":[null,"Doppelte Verneinung"],"Diacritical Marks":[null,"Diakritische Zeichen"],"Complex Phrases":[null,"Komplexe S&auml;tze"],"Bias Language":[null,"Wertende Sprache"],"English Options":[null,"Optionen nur für die englische Sprache"],"Proofreading":[null,"Korrekturlesen"],"Connect Jetpack":[null,"Jetpack verbinden"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack konnte WordPress.com nicht kontaktieren: %(error_key)s. Das bedeutet in der Regel, dass etwas auf deinem Web-Host falsch konfiguriert ist."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com hat gerade Probleme und kann sich nicht mit deinem Jetpack Plugin verbinden. Bitte versuche es später noch einmal."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Dein Jetpack hat ein Problem.{{/s}} Verbindung zu WordPress.com nicht möglich. Das bedeutet in der Regel, dass auf deine Website nicht öffentlich zugegriffen werden kann (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Auf deine Website muss öffentlich zugegriffen werden können, um Jetpack zu nutzen: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"Du hast die Verbindung mit Jetpack getrennt."],"Activate":[null,"Aktivieren"],"Active":[null,"Aktiv"],"Settings":[null,"Einstellungen"],"Learn More":[null,"Mehr erfahren"],"Disconnect Jetpack":[null,"Jetpack trennen"],"Test your site’s compatibility with Jetpack.":[null,"Teste, ob deine Website mit Jetpack kompatibel ist."]}
languages/json/jetpack-de_DE_formal.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-01-29 03:22:02+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"de","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Absolut stressfrei – Monitor sendet dir Benachrichtigungen in Echtzeit, falls Ihre Website einmal nicht verfügbar sein sollte."],"Track your growth":[null,"Ihre Entwicklung nachverfolgen"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Verwenden Sie &#8222;Publizieren&#8220;, um Ihre Beiträge automatisch mit Freunden, Followern und der ganzen Welt zu teilen."],"Drive more traffic to your site":[null,"Mehr Traffic für Ihre Website"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Bei der Verbindung von Jetpack ist ein Fehler aufgetreten. Deaktivieren Sie das Jetpack-Plugin, aktivieren Sie es erneut und stellen Sie dann wieder eine Verbindung her."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Sie müssen in Ihrem WordPress.com-Blog angemeldet bleiben, während Sie Jetpack autorisieren."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Jetpack wird getrennt"],"Learn more":[null,"Mehr erfahren"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Ähnliche Inhalte am Ende des Beitrags anzeigen"],"Use a large and visually striking layout":[null,"Ein großes und optisch auffälliges Layout verwenden"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Eine &#8222;Ähnliche Beiträge&#8220;-Überschrift anzeigen, um den Bereich von den Beiträgen abzugrenzen"],"Related":[null,"Ähnliche Beiträge"],"Email Address":[null,"E-Mail-Adresse"],"Media":[null,"Mediathek"],"Site Stats":[null,"Website Statistiken"],"Testimonials":[null,"Referenzen"],"Comments":[null,"Kommentare"],"Ignored Phrases":[null,"Zu ignorierende Ausdr&uuml;cke"],"Use automatically detected language to proofread posts and pages":[null,"Automatisch erkannte Sprache zum Korrekturlesen von Beiträgen und Seiten benutzen"],"Redundant Phrases":[null,"&Uuml;berfl&uuml;ssige S&auml;tze"],"Phrases to Avoid":[null,"Zu vermeidende Formulierungen"],"Passive Voice":[null,"Passive Sprache"],"Jargon":[null,"Umgangssprache"],"Hidden Verbs":[null,"Verborgene Verben"],"Double Negatives":[null,"Doppelte Verneinung"],"Diacritical Marks":[null,"Diakritische Zeichen"],"Complex Phrases":[null,"Komplexe S&auml;tze"],"Bias Language":[null,"Wertende Sprache"],"English Options":[null,"Optionen nur für die englische Sprache"],"Proofreading":[null,"Korrekturlesen"],"Connect Jetpack":[null,"Jetpack verbinden"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com hat gerade Probleme und kann sich nicht mit Ihrem Jetpack Plugin verbinden. Bitte versuchen Sie es später noch einmal."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"Aktivieren"],"Active":[null,"Aktiv"],"Settings":[null,"Einstellungen"],"Learn More":[null,"Mehr erfahren"],"Disconnect Jetpack":[null,"Jetpack trennen"],"Test your site’s compatibility with Jetpack.":[null,""]}
1
+ {"":{"po-revision-date":"2017-01-29 03:22:02+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"de","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Absolut stressfrei – Monitor sendet dir Benachrichtigungen in Echtzeit, falls Ihre Website einmal nicht verfügbar sein sollte."],"Track your growth":[null,"Ihre Entwicklung nachverfolgen"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Verwenden Sie &#8222;Publizieren&#8220;, um Ihre Beiträge automatisch mit Freunden, Followern und der ganzen Welt zu teilen."],"Drive more traffic to your site":[null,"Mehr Traffic für Ihre Website"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Bei der Verbindung von Jetpack ist ein Fehler aufgetreten. Deaktivieren Sie das Jetpack-Plugin, aktivieren Sie es erneut und stellen Sie dann wieder eine Verbindung her."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Sie müssen in Ihrem WordPress.com-Blog angemeldet bleiben, während Sie Jetpack autorisieren."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Jetpack wird getrennt"],"Learn more":[null,"Mehr erfahren"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Ähnliche Inhalte am Ende des Beitrags anzeigen"],"Use a large and visually striking layout":[null,"Ein großes und optisch auffälliges Layout verwenden"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Eine &#8222;Ähnliche Beiträge&#8220;-Überschrift anzeigen, um den Bereich von den Beiträgen abzugrenzen"],"Related":[null,"Ähnliche Beiträge"],"Email Address":[null,"E-Mail-Adresse"],"Media":[null,"Mediathek"],"Site Stats":[null,"Website Statistiken"],"Testimonials":[null,"Referenzen"],"Comments":[null,"Kommentare"],"Ignored Phrases":[null,"Zu ignorierende Ausdr&uuml;cke"],"Use automatically detected language to proofread posts and pages":[null,"Automatisch erkannte Sprache zum Korrekturlesen von Beiträgen und Seiten benutzen"],"Redundant Phrases":[null,"&Uuml;berfl&uuml;ssige S&auml;tze"],"Phrases to Avoid":[null,"Zu vermeidende Formulierungen"],"Passive Voice":[null,"Passive Sprache"],"Jargon":[null,"Umgangssprache"],"Hidden Verbs":[null,"Verborgene Verben"],"Double Negatives":[null,"Doppelte Verneinung"],"Diacritical Marks":[null,"Diakritische Zeichen"],"Complex Phrases":[null,"Komplexe S&auml;tze"],"Bias Language":[null,"Wertende Sprache"],"English Options":[null,"Optionen nur für die englische Sprache"],"Proofreading":[null,"Korrekturlesen"],"Connect Jetpack":[null,"Jetpack verbinden"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com hat gerade Probleme und kann sich nicht mit Ihrem Jetpack Plugin verbinden. Bitte versuchen Sie es später noch einmal."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"Aktivieren"],"Active":[null,"Aktiv"],"Settings":[null,"Einstellungen"],"Learn More":[null,"Mehr erfahren"],"Disconnect Jetpack":[null,"Jetpack trennen"],"Test your site’s compatibility with Jetpack.":[null,""]}
languages/json/jetpack-el.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-04-04 13:23:36+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"el_GR","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,"Ενεργοποίηση Εργαλείων SEO"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,"Εργαλεία SEO"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,"Περισσότερες Πληροφορίες"],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,"Συνδρομητής"],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,"Καλώς ήρθατε στο Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,"Αποθήκευση..."],"Save Settings":[null,"Αποθήκευση Ρυθμίσεων"],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,"Αναβάθμιση"],"ACTIVE":[null,"ΕΝΕΡΓΌ"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,"Σύγκριση Σχεδίων"],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,"Ασφάλεια"],"Performance":[null,""],"Backups":[null,"Αντίγραφα ασφαλείας"],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,"Προστασία από Spam"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,"Με Μια Ματιά"],"Clichés":[null,""],"Dashboard":[null,"Πίνακας ελέγχου"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,"WordPress.com Όροι Χρήσης"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,"Αναβαθμίσεις Πρόσθετων"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,"Φόρτωση..."],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,"Προβολές σήμερα"],"Months":[null,"Μήνες"],"Weeks":[null,"Εβδομάδες"],"Days":[null,"Ημέρες"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,"Διαχειριστείτε την ασφάλεια στο WordPress.com"],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Σύνδεση στο WordPress.com"],"Unlink me from WordPress.com":[null,"Αποσύνδεσέ με από το WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,"Δημιουργία μιας κοινότητας."],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,""],"Track your growth":[null,""],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,""],"Drive more traffic to your site":[null,"Οδήγησε περισσότερους επισκέπτες στον ιστότοπό σου"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,""],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,""],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Γίνεται αποσύνδεση Jetpack"],"Learn more":[null,"Μάθετε περισσότερα"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Προβολή σχετικών θεμάτων στις δημοσιεύσεις"],"Use a large and visually striking layout":[null,"Προβολή με όμορφο στυλ"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Χρησιμοποιήστε την κεφαλίδα \"Σχετικά θέματα\" για να διαχωρίσετε τα σχετικά θέματα από τις δημοσιεύσεις σας"],"Related":[null,"Σχετικά"],"Email Address":[null,"Διεύθυνση email"],"Media":[null,"Εικόνες και Βίντεο"],"Site Stats":[null,"Στατιστικά"],"Testimonials":[null,"Σχόλια"],"Comments":[null,"Σχόλια"],"Ignored Phrases":[null,"Φράσεις που παραλείφθηκαν"],"Use automatically detected language to proofread posts and pages":[null,"Αυτόματη επιλογή γλώσσας για ορθογραφικό έλεγχο και διόρθωση."],"Redundant Phrases":[null,"Περιττές φράσεις"],"Phrases to Avoid":[null,"Εκφράσεις προς αποφυγή"],"Passive Voice":[null,"Παθητική φωνή"],"Jargon":[null,"Αργκό"],"Hidden Verbs":[null,"Κρυφά ρήματα"],"Double Negatives":[null,"Διπλή άρνηση"],"Diacritical Marks":[null,"Τόνοι και πνεύματα"],"Complex Phrases":[null,"Πολύπλοκες εκφράσεις"],"Bias Language":[null,"Λέξεις με προκατάληψη"],"English Options":[null,"Επιλογές Αγγλικών"],"Proofreading":[null,"Έλεγχος ορθρογραφίας και διόρθωση"],"Connect Jetpack":[null,"Σύνδεση Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Το Jetpack δεν μπόρεσει να συνδεθεί στο WordPress.com: %s. Αυτό συνήθως σημαίνει λάθος ρυθμίσεις στο πακέτο φιλοξενίας του ιστότοπου σας. "],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"Αυτή την στιγμή το WordPress.com αντιμετωπίζει προβλήματα και δεν μπορεί να επικοινωνήσει με το Jetpack. Παρακαλώ προσπαθείστε ξανά."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"<strong>Σφάλμα στην λειτουργία του Jetpack.</strong> Η σύνδεση αυτού του ιστότοπου με το WordPress.com δεν είναι εφικτή. Αυτό συνήθως σημαίνει ότι ο ιστότοπος δεν είναι δημόσια προσβάσιμος. "],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,"Έχετε αποσυνδεθεί επιτυχώς από το Jetpack."],"Activate":[null,"Ενεργοποίηση"],"Active":[null,"Ενεργό"],"Settings":[null,"Ρυθμίσεις"],"Learn More":[null,"Μάθετε περισσότερα"],"Disconnect Jetpack":[null,"Αποσύνδεση Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Δοκιμάστε τη συμβατότητα του ιστοτόπου σας με το Jetpack."]}
1
+ {"":{"po-revision-date":"2017-04-04 13:23:36+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"el_GR","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,"Ενεργοποίηση Εργαλείων SEO"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,"Εργαλεία SEO"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,"Περισσότερες Πληροφορίες"],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,"Συνδρομητής"],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,"Καλώς ήρθατε στο Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,"Αποθήκευση..."],"Save Settings":[null,"Αποθήκευση Ρυθμίσεων"],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,"Αναβάθμιση"],"ACTIVE":[null,"ΕΝΕΡΓΌ"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,"Σύγκριση Σχεδίων"],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,"Ασφάλεια"],"Performance":[null,""],"Backups":[null,"Αντίγραφα ασφαλείας"],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,"Προστασία από Spam"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,"Με Μια Ματιά"],"Clichés":[null,""],"Dashboard":[null,"Πίνακας ελέγχου"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,"WordPress.com Όροι Χρήσης"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,"Αναβαθμίσεις Πρόσθετων"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,"Φόρτωση..."],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,"Προβολές σήμερα"],"Months":[null,"Μήνες"],"Weeks":[null,"Εβδομάδες"],"Days":[null,"Ημέρες"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,"Διαχειριστείτε την ασφάλεια στο WordPress.com"],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Σύνδεση στο WordPress.com"],"Unlink me from WordPress.com":[null,"Αποσύνδεσέ με από το WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,"Δημιουργία μιας κοινότητας."],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,""],"Track your growth":[null,""],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,""],"Drive more traffic to your site":[null,"Οδήγησε περισσότερους επισκέπτες στον ιστότοπό σου"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,""],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,""],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Γίνεται αποσύνδεση Jetpack"],"Learn more":[null,"Μάθετε περισσότερα"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Προβολή σχετικών θεμάτων στις δημοσιεύσεις"],"Use a large and visually striking layout":[null,"Προβολή με όμορφο στυλ"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Χρησιμοποιήστε την κεφαλίδα \"Σχετικά θέματα\" για να διαχωρίσετε τα σχετικά θέματα από τις δημοσιεύσεις σας"],"Related":[null,"Σχετικά"],"Email Address":[null,"Διεύθυνση email"],"Media":[null,"Εικόνες και Βίντεο"],"Site Stats":[null,"Στατιστικά"],"Testimonials":[null,"Σχόλια"],"Comments":[null,"Σχόλια"],"Ignored Phrases":[null,"Φράσεις που παραλείφθηκαν"],"Use automatically detected language to proofread posts and pages":[null,"Αυτόματη επιλογή γλώσσας για ορθογραφικό έλεγχο και διόρθωση."],"Redundant Phrases":[null,"Περιττές φράσεις"],"Phrases to Avoid":[null,"Εκφράσεις προς αποφυγή"],"Passive Voice":[null,"Παθητική φωνή"],"Jargon":[null,"Αργκό"],"Hidden Verbs":[null,"Κρυφά ρήματα"],"Double Negatives":[null,"Διπλή άρνηση"],"Diacritical Marks":[null,"Τόνοι και πνεύματα"],"Complex Phrases":[null,"Πολύπλοκες εκφράσεις"],"Bias Language":[null,"Λέξεις με προκατάληψη"],"English Options":[null,"Επιλογές Αγγλικών"],"Proofreading":[null,"Έλεγχος ορθρογραφίας και διόρθωση"],"Connect Jetpack":[null,"Σύνδεση Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Το Jetpack δεν μπόρεσει να συνδεθεί στο WordPress.com: %s. Αυτό συνήθως σημαίνει λάθος ρυθμίσεις στο πακέτο φιλοξενίας του ιστότοπου σας. "],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"Αυτή την στιγμή το WordPress.com αντιμετωπίζει προβλήματα και δεν μπορεί να επικοινωνήσει με το Jetpack. Παρακαλώ προσπαθείστε ξανά."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"<strong>Σφάλμα στην λειτουργία του Jetpack.</strong> Η σύνδεση αυτού του ιστότοπου με το WordPress.com δεν είναι εφικτή. Αυτό συνήθως σημαίνει ότι ο ιστότοπος δεν είναι δημόσια προσβάσιμος. "],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,"Έχετε αποσυνδεθεί επιτυχώς από το Jetpack."],"Activate":[null,"Ενεργοποίηση"],"Active":[null,"Ενεργό"],"Settings":[null,"Ρυθμίσεις"],"Learn More":[null,"Μάθετε περισσότερα"],"Disconnect Jetpack":[null,"Αποσύνδεση Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Δοκιμάστε τη συμβατότητα του ιστοτόπου σας με το Jetpack."]}
languages/json/jetpack-en_AU.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-07-26 02:58:06+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_AU","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!"],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"You will likely want to customise it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil."],"Try it out!":[null,"Try it out!"],"Read the full release post":[null,"Read the full release post"],"People around page":[null,"People around page"],"A new contact form is here at last!":[null,"A new contact form is here at last!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetisation, marketing automation, and SEO tools.{{/p}}"],"Explore Professional":[null,"Explore Professional"],"Compare All Plans":[null,"Compare All Plans"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Limited time 50% introductory discount on Jetpack Professional."],"Person with laptop":[null,"Person with laptop"],"Your Jetpack site is ready to go!":[null,"Your Jetpack site is ready to go!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard."],"Stars":[null,"Stars"],"Jupiter":[null,"Jupiter"],"Welcome to Jetpack Personal":[null,"Welcome to Jetpack Personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Security essentials (daily backups, spam filtering), and priority support."],"Welcome to Jetpack Premium":[null,"Welcome to Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."],"Welcome to Jetpack Professional":[null,"Welcome to Jetpack Professional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."],"Social Media Scheduling":[null,"Social Media Scheduling"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats."],"Schedule Posts":[null,"Schedule Posts"],"Activate Publicize":[null,"Activate Publicize"],"Explore Premium and Professional Options":[null,"Explore Premium and Professional Options"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Business class security: malware scanning, real-time backups, and threat resolution"],"Social media automation and scheduling":[null,"Social media automation and scheduling"],"Income generation from a WordPress ad program":[null,"Income generation from a WordPress ad program"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:"],"Over 200 Premium themes to explore":[null,"Over 200 Premium themes to explore"],"Business class security: real-time backups and threat resolution":[null,"Business class security: real-time backups and threat resolution"],"SEO and social media previewing tools":[null,"SEO and social media previewing tools"],"Unlimited ad-free video hosting":[null,"Unlimited ad-free video hosting"],"Google Analytics integration":[null,"Google Analytics integration"],"Explore Jetpack Professional":[null,"Explore Jetpack Professional"],"Introducing Unlimited Themes":[null,"Introducing Unlimited Themes"],"Unlimited Premium Themes":[null,"Unlimited Premium Themes"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors."],"Explore":[null,"Explore"],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritised Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13Gb of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behaviour"],"Load more posts in page with a button":[null,"Load more posts in page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralise your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organise, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Centre{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimise your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it can not be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customiser. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetisation tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetisation tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimise search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,"Jetpack Personal keeps your data, site, and hard work safe."],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimised, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimised, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' uh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fueled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fueled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customisation services."],"No account? Create one for free":[null,"No account? Create one for free"],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defence, and brute-force login protection - all in one place and optimised for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your back end safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimising your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,"Activate recommended features"],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilises the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimised for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimised images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicise to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorise Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
1
+ {"":{"po-revision-date":"2017-08-02 03:23:32+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_AU","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,"Contact Form screen shot"],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor."],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!"],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"You will likely want to customise it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil."],"Try it out!":[null,"Try it out!"],"Read the full release post":[null,"Read the full release post"],"People around page":[null,"People around page"],"A new contact form is here at last!":[null,"A new contact form is here at last!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetisation, marketing automation, and SEO tools.{{/p}}"],"Explore Professional":[null,"Explore Professional"],"Compare All Plans":[null,"Compare All Plans"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Limited time 50% introductory discount on Jetpack Professional."],"Person with laptop":[null,"Person with laptop"],"Your Jetpack site is ready to go!":[null,"Your Jetpack site is ready to go!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard."],"Stars":[null,"Stars"],"Jupiter":[null,"Jupiter"],"Welcome to Jetpack Personal":[null,"Welcome to Jetpack Personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Security essentials (daily backups, spam filtering), and priority support."],"Welcome to Jetpack Premium":[null,"Welcome to Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."],"Welcome to Jetpack Professional":[null,"Welcome to Jetpack Professional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."],"Social Media Scheduling":[null,"Social Media Scheduling"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats."],"Schedule Posts":[null,"Schedule Posts"],"Activate Publicize":[null,"Activate Publicize"],"Explore Premium and Professional Options":[null,"Explore Premium and Professional Options"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Business class security: malware scanning, real-time backups, and threat resolution"],"Social media automation and scheduling":[null,"Social media automation and scheduling"],"Income generation from a WordPress ad program":[null,"Income generation from a WordPress ad program"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:"],"Over 200 Premium themes to explore":[null,"Over 200 Premium themes to explore"],"Business class security: real-time backups and threat resolution":[null,"Business class security: real-time backups and threat resolution"],"SEO and social media previewing tools":[null,"SEO and social media previewing tools"],"Unlimited ad-free video hosting":[null,"Unlimited ad-free video hosting"],"Google Analytics integration":[null,"Google Analytics integration"],"Explore Jetpack Professional":[null,"Explore Jetpack Professional"],"Introducing Unlimited Themes":[null,"Introducing Unlimited Themes"],"Unlimited Premium Themes":[null,"Unlimited Premium Themes"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors."],"Explore":[null,"Explore"],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritised Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13Gb of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behaviour"],"Load more posts in page with a button":[null,"Load more posts in page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralise your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organise, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Centre{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimise your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it can not be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customiser. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetisation tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetisation tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimise search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,"Jetpack Personal keeps your data, site, and hard work safe."],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimised, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimised, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' uh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fueled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fueled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customisation services."],"No account? Create one for free":[null,"No account? Create one for free"],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defence, and brute-force login protection - all in one place and optimised for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your back end safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimising your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,"Activate recommended features"],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilises the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimised for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimised images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicise to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorise Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
languages/json/jetpack-en_CA.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-07-26 20:53:29+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_CA","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!"],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil."],"Try it out!":[null,"Try it out!"],"Read the full release post":[null,"Read the full release post"],"People around page":[null,"People around page"],"A new contact form is here at last!":[null,"A new contact form is here at last!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}"],"Explore Professional":[null,"Explore Professional"],"Compare All Plans":[null,"Compare All Plans"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Limited time 50% introductory discount on Jetpack Professional."],"Person with laptop":[null,"Person with laptop"],"Your Jetpack site is ready to go!":[null,"Your Jetpack site is ready to go!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard."],"Stars":[null,"Stars"],"Jupiter":[null,"Jupiter"],"Welcome to Jetpack Personal":[null,"Welcome to Jetpack Personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Security essentials (daily backups, spam filtering), and priority support."],"Welcome to Jetpack Premium":[null,"Welcome to Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."],"Welcome to Jetpack Professional":[null,"Welcome to Jetpack Professional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."],"Social Media Scheduling":[null,"Social Media Scheduling"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats."],"Schedule Posts":[null,"Schedule Posts"],"Activate Publicize":[null,"Activate Publicize"],"Explore Premium and Professional Options":[null,"Explore Premium and Professional Options"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Business class security: malware scanning, real-time backups, and threat resolution"],"Social media automation and scheduling":[null,"Social media automation and scheduling"],"Income generation from a WordPress ad program":[null,"Income generation from a WordPress ad program"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:"],"Over 200 Premium themes to explore":[null,"Over 200 Premium themes to explore"],"Business class security: real-time backups and threat resolution":[null,"Business class security: real-time backups and threat resolution"],"SEO and social media previewing tools":[null,"SEO and social media previewing tools"],"Unlimited ad-free video hosting":[null,"Unlimited ad-free video hosting"],"Google Analytics integration":[null,"Google Analytics integration"],"Explore Jetpack Professional":[null,"Explore Jetpack Professional"],"Introducing Unlimited Themes":[null,"Introducing Unlimited Themes"],"Unlimited Premium Themes":[null,"Unlimited Premium Themes"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors."],"Explore":[null,"Explore"],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritized Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13Gb of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behavior"],"Load more posts in page with a button":[null,"Load more posts in page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Centre{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it can not be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetization tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,"Jetpack Personal keeps your data, site, and hard work safe."],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' eh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fuelled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fuelled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services."],"No account? Create one for free":[null,"No account? Create one for free"],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimizing your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,"Activate recommended features"],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimized images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicize to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorize Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
1
+ {"":{"po-revision-date":"2017-08-01 19:58:26+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_CA","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,"Contact Form screen shot"],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor."],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!"],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil."],"Try it out!":[null,"Try it out!"],"Read the full release post":[null,"Read the full release post"],"People around page":[null,"People around page"],"A new contact form is here at last!":[null,"A new contact form is here at last!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}"],"Explore Professional":[null,"Explore Professional"],"Compare All Plans":[null,"Compare All Plans"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Limited time 50% introductory discount on Jetpack Professional."],"Person with laptop":[null,"Person with laptop"],"Your Jetpack site is ready to go!":[null,"Your Jetpack site is ready to go!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard."],"Stars":[null,"Stars"],"Jupiter":[null,"Jupiter"],"Welcome to Jetpack Personal":[null,"Welcome to Jetpack Personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Security essentials (daily backups, spam filtering), and priority support."],"Welcome to Jetpack Premium":[null,"Welcome to Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."],"Welcome to Jetpack Professional":[null,"Welcome to Jetpack Professional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."],"Social Media Scheduling":[null,"Social Media Scheduling"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats."],"Schedule Posts":[null,"Schedule Posts"],"Activate Publicize":[null,"Activate Publicize"],"Explore Premium and Professional Options":[null,"Explore Premium and Professional Options"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Business class security: malware scanning, real-time backups, and threat resolution"],"Social media automation and scheduling":[null,"Social media automation and scheduling"],"Income generation from a WordPress ad program":[null,"Income generation from a WordPress ad program"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:"],"Over 200 Premium themes to explore":[null,"Over 200 Premium themes to explore"],"Business class security: real-time backups and threat resolution":[null,"Business class security: real-time backups and threat resolution"],"SEO and social media previewing tools":[null,"SEO and social media previewing tools"],"Unlimited ad-free video hosting":[null,"Unlimited ad-free video hosting"],"Google Analytics integration":[null,"Google Analytics integration"],"Explore Jetpack Professional":[null,"Explore Jetpack Professional"],"Introducing Unlimited Themes":[null,"Introducing Unlimited Themes"],"Unlimited Premium Themes":[null,"Unlimited Premium Themes"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors."],"Explore":[null,"Explore"],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritized Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13Gb of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behavior"],"Load more posts in page with a button":[null,"Load more posts in page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Centre{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it can not be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetization tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,"Jetpack Personal keeps your data, site, and hard work safe."],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' eh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fuelled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fuelled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services."],"No account? Create one for free":[null,"No account? Create one for free"],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimizing your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,"Activate recommended features"],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimized images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicize to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorize Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
languages/json/jetpack-en_GB.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-07-26 13:50:48+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_GB","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!"],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"You will likely want to customise it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil."],"Try it out!":[null,"Try it out!"],"Read the full release post":[null,"Read the full release post"],"People around page":[null,"People around page"],"A new contact form is here at last!":[null,"A new contact form is here at last!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetisation, marketing automation, and SEO tools.{{/p}}"],"Explore Professional":[null,"Explore Professional"],"Compare All Plans":[null,"Compare All Plans"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Limited time 50% introductory discount on Jetpack Professional."],"Person with laptop":[null,"Person with laptop"],"Your Jetpack site is ready to go!":[null,"Your Jetpack site is ready to go!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard."],"Stars":[null,"Stars"],"Jupiter":[null,"Jupiter"],"Welcome to Jetpack Personal":[null,"Welcome to Jetpack Personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Security essentials (daily backups, spam filtering), and priority support."],"Welcome to Jetpack Premium":[null,"Welcome to Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."],"Welcome to Jetpack Professional":[null,"Welcome to Jetpack Professional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."],"Social Media Scheduling":[null,"Social Media Scheduling"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats."],"Schedule Posts":[null,"Schedule Posts"],"Activate Publicize":[null,"Activate Publicise"],"Explore Premium and Professional Options":[null,"Explore Premium and Professional Options"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Business class security: malware scanning, real-time backups, and threat resolution"],"Social media automation and scheduling":[null,"Social media automation and scheduling"],"Income generation from a WordPress ad program":[null,"Income generation from a WordPress ad program"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:"],"Over 200 Premium themes to explore":[null,"Over 200 Premium themes to explore"],"Business class security: real-time backups and threat resolution":[null,"Business class security: real-time backups and threat resolution"],"SEO and social media previewing tools":[null,"SEO and social media previewing tools"],"Unlimited ad-free video hosting":[null,"Unlimited ad-free video hosting"],"Google Analytics integration":[null,"Google Analytics integration"],"Explore Jetpack Professional":[null,"Explore Jetpack Professional"],"Introducing Unlimited Themes":[null,"Introducing Unlimited Themes"],"Unlimited Premium Themes":[null,"Unlimited Premium Themes"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors."],"Explore":[null,"Explore"],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritised Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13GB of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behaviour"],"Load more posts in page with a button":[null,"Load more posts in-page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralise your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organise, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimise your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com's Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses, preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it cannot be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO, and monetisation tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetisation tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimise search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,"Jetpack Personal keeps your data, site, and hard work safe."],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimised, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimised, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese, and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' huh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fuelled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fuelled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customisation services."],"No account? Create one for free":[null,"No account? Create one for free"],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets, and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defence, and brute-force login protection - all in one place and optimised for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your back end safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign-in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimising your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,"Activate recommended features"],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilises the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimised for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimised images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious login attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicise to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorise Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
1
+ {"":{"po-revision-date":"2017-08-02 06:43:11+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_GB","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,"Contact Form screen shot"],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor."],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!"],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"You will likely want to customise it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil."],"Try it out!":[null,"Try it out!"],"Read the full release post":[null,"Read the full release post"],"People around page":[null,"People around page"],"A new contact form is here at last!":[null,"A new contact form is here at last!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetisation, marketing automation, and SEO tools.{{/p}}"],"Explore Professional":[null,"Explore Professional"],"Compare All Plans":[null,"Compare All Plans"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Limited time 50% introductory discount on Jetpack Professional."],"Person with laptop":[null,"Person with laptop"],"Your Jetpack site is ready to go!":[null,"Your Jetpack site is ready to go!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard."],"Stars":[null,"Stars"],"Jupiter":[null,"Jupiter"],"Welcome to Jetpack Personal":[null,"Welcome to Jetpack Personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Security essentials (daily backups, spam filtering), and priority support."],"Welcome to Jetpack Premium":[null,"Welcome to Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support."],"Welcome to Jetpack Professional":[null,"Welcome to Jetpack Professional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support."],"Social Media Scheduling":[null,"Social Media Scheduling"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats."],"Schedule Posts":[null,"Schedule Posts"],"Activate Publicize":[null,"Activate Publicise"],"Explore Premium and Professional Options":[null,"Explore Premium and Professional Options"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Business class security: malware scanning, real-time backups, and threat resolution"],"Social media automation and scheduling":[null,"Social media automation and scheduling"],"Income generation from a WordPress ad program":[null,"Income generation from a WordPress ad program"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:"],"Over 200 Premium themes to explore":[null,"Over 200 Premium themes to explore"],"Business class security: real-time backups and threat resolution":[null,"Business class security: real-time backups and threat resolution"],"SEO and social media previewing tools":[null,"SEO and social media previewing tools"],"Unlimited ad-free video hosting":[null,"Unlimited ad-free video hosting"],"Google Analytics integration":[null,"Google Analytics integration"],"Explore Jetpack Professional":[null,"Explore Jetpack Professional"],"Introducing Unlimited Themes":[null,"Introducing Unlimited Themes"],"Unlimited Premium Themes":[null,"Unlimited Premium Themes"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors."],"Explore":[null,"Explore"],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritised Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13GB of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behaviour"],"Load more posts in page with a button":[null,"Load more posts in-page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralise your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organise, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimise your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com's Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses, preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it cannot be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO, and monetisation tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetisation tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimise search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,"Jetpack Personal keeps your data, site, and hard work safe."],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimised, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimised, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese, and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' huh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fuelled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fuelled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customisation services."],"No account? Create one for free":[null,"No account? Create one for free"],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets, and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defence, and brute-force login protection - all in one place and optimised for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your back end safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign-in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimising your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,"Activate recommended features"],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilises the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimised for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimised images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious login attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicise to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorise Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
languages/json/jetpack-en_NZ.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-06-07 06:40:39+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_NZ","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritised Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13Gb of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behaviour"],"Load more posts in page with a button":[null,"Load more posts in page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralise your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organise, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Centre{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimise your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it can not be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customiser. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetisation tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetisation tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimise search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimised, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimised, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' uh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fueled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fueled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customisation services."],"No account? Create one for free":[null,""],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defence, and brute-force login protection - all in one place and optimised for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your back end safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimising your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilises the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimised for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimised images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicise to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorise Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
1
+ {"":{"po-revision-date":"2017-06-07 06:40:39+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"en_NZ","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,"You are not connected to WordPress.com."],"Your site is backed up.":[null,"Your site is backed up."],"Image Performance":[null,"Image Performance"],"Get WordPress Apps for every device":[null,"Get WordPress Apps for every device"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world."],"I already use this app.":[null,"I already use this app."],"Create address":[null,"Create address"],"Priority support":[null,"Priority support"],"Add sharing buttons to your posts":[null,"Add sharing buttons to your posts"],"Automatically share your posts to social networks":[null,"Automatically share your posts to social networks"],"Updating settings…":[null,"Updating settings…"],"Updating Post by Email address…":[null,"Updating Post by Email address…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Your paid plan gives you access to prioritised Jetpack support."],"You have paid for backups but they're not yet active.":[null,"You have paid for backups but they're not yet active."],"You have paid for backups and security scanning but they’re not yet active.":[null,"You have paid for backups and security scanning but they’re not yet active."],"Click \"Set Up\" to finish installation.":[null,"Click \"Set Up\" to finish installation."],"Checking site status…":[null,"Checking site status…"],"We're here to help":[null,"We're here to help"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack comes with free, basic support for all users."],"Ask a question":[null,"Ask a question"],"Search our support site":[null,"Search our support site"],"Get a faster resolution to your support questions.":[null,"Get a faster resolution to your support questions."],"Host fast, high-quality, ad-free video.":[null,"Host fast, high-quality, ad-free video."],"Generate income with high-quality ads.":[null,"Generate income with high-quality ads."],"Real-time site backups and automatic threat resolution.":[null,"Real-time site backups and automatic threat resolution."],"Protect against data loss, malware, and malicious attacks.":[null,"Protect against data loss, malware, and malicious attacks."],"Integrate easily with Google Analytics.":[null,"Integrate easily with Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Help your content get found and shared with SEO tools."],"Protect your site from spam.":[null,"Protect your site from spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"This site is not connected to WordPress.com. Please ask the site administrator to connect."],"Spam filtering":[null,"Spam filtering"],"Daily, automated malware scanning":[null,"Daily, automated malware scanning"],"13Gb of high-speed video hosting":[null,"13Gb of high-speed video hosting"],"Daily, automated backups (unlimited storage)":[null,"Daily, automated backups (unlimited storage)"],"Daily, automated malware scanning with automated resolution":[null,"Daily, automated malware scanning with automated resolution"],"Unlimited high-speed video hosting":[null,"Unlimited high-speed video hosting"],"SEO preview tools":[null,"SEO preview tools"],"Site stats, related content, and sharing tools":[null,"Site stats, related content, and sharing tools"],"Brute force attack protection and uptime monitoring":[null,"Brute force attack protection and uptime monitoring"],"Unlimited, high-speed image hosting":[null,"Unlimited, high-speed image hosting"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:"],"Read more about Jetpack benefits":[null,"Read more about Jetpack benefits"],"An Automattic Airline":[null,"An Automattic Airline"],"Manage site connection":[null,"Manage site connection"],"Connect your account to WordPress.com to view more stats":[null,"Connect your account to WordPress.com to view more stats"],"Theme enhancements":[null,"Theme enhancements"],"Load more posts using the default theme behavior":[null,"Load more posts using the default theme behaviour"],"Load more posts in page with a button":[null,"Load more posts in page with a button"],"Load more posts as the reader scrolls down":[null,"Load more posts as the reader scrolls down"],"Theme support required.":[null,"Theme support required."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Learn more about adding support for Infinite Scroll to your theme."],"Use excerpts instead of full posts on front page and archive pages":[null,"Use excerpts instead of full posts on front page and archive pages"],"Show featured images":[null,"Show featured images"],"Must be enabled to use tiled galleries.":[null,"Must be enabled to use tiled galleries."],"Enable the WordPress.com toolbar":[null,"Enable the WordPress.com toolbar"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralise your WordPress experience with a single global toolbar."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Writing tools available to you will be shown here when an administrator enables them."],"Portfolios":[null,"Portfolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Add, organise, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] )."],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Centre{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generate XML sitemaps"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Your sitemap is automatically sent to all major search engines for indexing."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Collecting valuable traffic stats and insights"],"The image helps collect stats, but should work when hidden.":[null,"The image helps collect stats, but should work when hidden."],"Count logged in page views from":[null,"Count logged in page views from"],"Allow stats reports to be viewed by":[null,"Allow stats reports to be viewed by"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimise your site's SEO{{/a}}."],"Configure your SEO settings":[null,"Configure your SEO settings"],"In \"Upgrade\"":[null,"In \"Upgrade\""],"Configure your Google Analytics settings":[null,"Configure your Google Analytics settings"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings."],"Enable ads and display an ad below each post":[null,"Enable ads and display an ad below each post"],"Display an additional ad at the top of each page":[null,"Display an additional ad at the top of each page"],"Configure your sharing buttons":[null,"Configure your sharing buttons"],"Connect your social media accounts":[null,"Connect your social media accounts"],"Connect your user account to WordPress.com to use this feature":[null,"Connect your user account to WordPress.com to use this feature"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Allow readers to show their appreciation of your posts by adding a like button to your content"],"Match accounts using email addresses":[null,"Match accounts using email addresses"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Require accounts to use WordPress.com Two-Step Authentication"],"Add to whitelist":[null,"Add to whitelist"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Your site is backed up and threat-free."],"Checking your spam protection…":[null,"Checking your spam protection…"],"Fetching key…":[null,"Fetching key…"],"Your site needs an Antispam key.":[null,"Your site needs an Antispam key."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}."],"Your site is not protected from spam.":[null,"Your site is not protected from spam."],"Your Antispam key is valid.":[null,"Your Antispam key is valid."],"Your site is protected from spam.":[null,"Your site is protected from spam."],"Checking key…":[null,"Checking key…"],"Your API key":[null,"Your API key"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one."],"No search results found for %(term)s":[null,"No search results found for %(term)s"],"Enter a search term to find settings or close search.":[null,"Enter a search term to find settings or close search."],"Connections":[null,"Connections"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Your site is in Development Mode, so it can not be connected to WordPress.com."],"Your site is connected to WordPress.com.":[null,"Your site is connected to WordPress.com."],"You are the Jetpack owner.":[null,"You are the Jetpack owner."],"Connected as {{span}}%(username)s{{/span}}":[null,"Connected as {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"View your Email Followers"],"Connect your user account to WordPress.com to view your email followers":[null,"Connect your user account to WordPress.com to view your email followers"],"Color scheme":[null,"Colour scheme"],"Enable Markdown use for comments.":[null,"Enable Markdown use for comments."],"Updated settings.":[null,"Updated settings."],"Error updating settings. %(error)s":[null,"Error updating settings. %(error)s"],"Regenerated Post by Email address.":[null,"Regenerated Post by Email address."],"Error regenerating Post by Email address. %(error)s":[null,"Error regenerating Post by Email address. %(error)s"],"Updated settings. Refreshing page…":[null,"Updated settings. Refreshing page…"],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}The jetpack_development_mode filter is active{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc."],"Configure Google Analytics settings.":[null,"Configure Google Analytics settings."],"Image of WordPress login screen protected by Jetpack":[null,"Image of WordPress login screen protected by Jetpack"],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers."],"Configure Google Analytics":[null,"Configure Google Analytics"],"Activate Google Analytics":[null,"Activate Google Analytics"],"Download the free apps":[null,"Download the free apps"],"Upgrade Focus: VideoPress For Weddings":[null,"Upgrade Focus: VideoPress For Weddings"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}You can now also configure related posts in the Customiser. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!"],"Display an ad unit at the top of your site.":[null,"Display an ad unit at the top of your site."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetisation tools."],"Ads":[null,"Ads"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Earn income by allowing Jetpack to display high quality ads (powered by WordAds)."],"Activate Ads":[null,"Activate Ads"],"Premium traffic and monetization tools":[null,"Premium traffic and monetisation tools"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimise search engine traffic."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. "],"In \"Mobile\"":[null,"In \"Mobile\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}"],"View your earnings":[null,"View your earnings"],"Activate VideoPress":[null,"Activate VideoPress"],"Upload Videos Now":[null,"Upload Videos Now"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Make sure your site is easily found on search engines with SEO tools for your content and social posts."],"Activate this module to use the advanced SEO tools.":[null,"Activate this module to use the advanced SEO tools."],"How much is your website worth?":[null,"How much is your website worth?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up."],"Configure Site SEO":[null,"Configure Site SEO"],"Activate SEO Tools":[null,"Activate SEO Tools"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!"],"Introducing our most affordable backups and security plan yet":[null,"Introducing our most affordable backups and security plan yet"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress)."],"Backups & Security Scanning":[null,"Backups & Security Scanning"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb of fast, optimised, and ad-free video hosting for your site (powered by VideoPress)."],"Video Hosting":[null,"Video Hosting"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Fast, optimised, ad-free, and unlimited video hosting for your site (powered by VideoPress)."],"SEO Tools":[null,"SEO Tools"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Advanced SEO tools to help your site get found when people search for relevant content."],"Unlimited and ad-free video hosting":[null,"Unlimited and ad-free video hosting"],"Configure your SEO settings.":[null,"Configure your SEO settings."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive."],"You are running Jetpack on a staging server.":[null,"You are running Jetpack on a staging server."],"More Info":[null,"More Info"],"Search your content.":[null,"Search your content."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}"],"Your current IP: %(ip)s":[null,"Your current IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"There are unsaved settings in this tab that will be lost if you leave it. Proceed?"],"This will reset all Jetpack options, are you sure?":[null,"This will reset all Jetpack options, are you sure?"],"Search for a Jetpack feature.":[null,"Search for a Jetpack feature."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"You can see the information about security scanning in the \"At a Glance\" section."],"Configure your Security Scans":[null,"Configure your Security Scans"],"This module has no configuration options":[null,"This module has no configuration options"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configure your %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Subscriber"],"Big iPhone/iPad Update Now Available":[null,"Big iPhone/iPad Update Now Available"],"The WordPress for Android App Gets a Big Facelift":[null,"The WordPress for Android App Gets a Big Facelift"],"WordPress.com Likes are:":[null,"WordPress.com Likes are:"],"Comments headline":[null,"Comments headline"],"A few catchy words to motivate your readers to comment.":[null,"A few catchy words to motivate your readers to comment."],"Show a \"follow blog\" option in the comment form":[null,"Show a \"follow blog\" option in the comment form"],"Show a \"follow comments\" option in the comment form":[null,"Show a \"follow comments\" option in the comment form"],"Put a chart showing 48 hours of views in the admin bar":[null,"Put a chart showing 48 hours of views in the admin bar"],"Hide the stats smiley face image":[null,"Hide the stats smiley face image"],"Whitelisted IP addresses":[null,"Whitelisted IP addresses"],"Show photo metadata (Exif) in carousel, when available":[null,"Show photo metadata (Exif) in carousel, when available"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Show an ad for the WordPress mobile apps in the footer of the mobile theme"],"Copied!":[null,"Copied!"],"Highlight and copy the following text to your clipboard:":[null,"Highlight and copy the following text to your clipboard:"],"Regenerate address":[null,"Regenerate address"],"Automatically proofread content when: ":[null,"Automatically proofread content when: "],"A post or page is first published":[null,"A post or page is first published"],"A post or page is updated":[null,"A post or page is updated"],"Automatic Language Detection":[null,"Automatic Language Detection"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"The proofreader supports English, French, German, Portuguese and Spanish."],"Enable proofreading for the following grammar and style rules: ":[null,"Enable proofreading for the following grammar and style rules: "],"Add a phrase":[null,"Add a phrase"],"Cheatin' uh?":[null,"Cheatin' uh?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Your Jetpack is already connected."],"You're fueled up and ready to go, Jetpack is now active.":[null,"You're fueled up and ready to go, Jetpack is now active."],"You're fueled up and ready to go.":[null,"You're fueled up and ready to go."],"You are currently running a development version of Jetpack.":[null,"You are currently running a development version of Jetpack."],"Submit Beta feedback":[null,"Submit Beta feedback"],"What would you like to see on your Jetpack Dashboard?":[null,"What would you like to see on your Jetpack Dashboard?"],"Let us know!":[null,"Let us know!"],"Welcome to Jetpack":[null,"Welcome to Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customisation services."],"No account? Create one for free":[null,""],"Saving…":[null,"Saving…"],"Save Settings":[null,"Save Settings"],"Jetpack Stats Icon":[null,"Jetpack Stats Icon"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}"],"Activate Site Stats":[null,"Activate Site Stats"],"Security Scanning":[null,"Security Scanning"],"Upgrade":[null,"Upgrade"],"ACTIVE":[null,"ACTIVE"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory."],"Your site is on the Free Jetpack Plan":[null,"Your site is on the Free Jetpack Plan"],"Your site is on Development Mode":[null,"Your site is on Development Mode"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support."],"State-of-the-art spam defense powered by Akismet.":[null,"State-of-the-art spam defence powered by Akismet."],"View your spam stats":[null,"View your spam stats"],"Configure Akismet":[null,"Configure Akismet"],"View your security dashboard":[null,"View your security dashboard"],"Configure VaultPress":[null,"Configure VaultPress"],"Compare Plans":[null,"Compare Plans"],"Maximum grade security":[null,"Maximum grade security"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defence, and brute-force login protection - all in one place and optimised for WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your back end safe from intruders."],"Enjoy priority support":[null,"Enjoy priority support"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"The site is in Development Mode, so you can not connect to WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Link your account to WordPress.com to get the most out of Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack is actively blocking malicious login attempts. Data will display here soon!"],"Total malicious attacks blocked on your site.":[null,"Total malicious attacks blocked on your site."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts."],"All plugins are up-to-date. Awesome work!":[null,"All plugins are up-to-date. Awesome work!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack is improving and optimising your image speed."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack is monitoring your site. If we think your site is down, you will receive an email."],"Security":[null,"Security"],"Performance":[null,"Performance"],"Backups":[null,"Backups"],"{{a}}View backup details{{/a}}.":[null,"{{a}}View backup details{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Unavailable in Dev Mode."],"Spam Protection":[null,"Spam Protection"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}install Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"For state-of-the-art spam defence, please {{a}}activate Akismet{{/a}}."],"Invalid key":[null,"Invalid key"],"Unavailable in Dev Mode":[null,"Unavailable in Dev Mode"],"Activating recommended features…":[null,"Activating recommended features…"],"Recommended features active.":[null,"Recommended features active."],"Recommended features failed to activate. %(error)s":[null,"Recommended features failed to activate. %(error)s"],"Activating %(slug)s…":[null,"Activating %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s has been activated."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s failed to activate. %(error)s"],"Deactivating %(slug)s…":[null,"Deactivating %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s has been deactivated."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s failed to deactivate. %(error)s"],"Updating %(slug)s settings…":[null,"Updating %(slug)s settings…"],"Updated %(slug)s settings.":[null,"Updated %(slug)s settings."],"Error updating %(slug)s settings. %(error)s":[null,"Error updating %(slug)s settings. %(error)s"],"Updating %(slug)s address…":[null,"Updating %(slug)s address…"],"Regenerated %(slug)s address .":[null,"Regenerated %(slug)s address ."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerating %(slug)s address. %(error)s"],"Resetting Jetpack options…":[null,"Resetting Jetpack options…"],"Options reset.":[null,"Options reset."],"Options failed to reset.":[null,"Options failed to reset."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"There was an error disconnecting Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Unlinking from WordPress.com"],"Unlinked from WordPress.com.":[null,"Unlinked from WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error unlinking from WordPress.com. %(error)s"],"At A Glance":[null,"At A Glance"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Dashboard"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack."],"Automattic's Privacy Policy":[null,"Automattic's Privacy Policy"],"WordPress.com Terms of Service":[null,"WordPress.com Terms of Service"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Activate{{/a}} to enhance the performance and speed of your images."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Turn on plugin auto updates{{/a}}"],"Plugin Updates":[null,"Plugin Updates"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"No threats found, you're good to go!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contact Support{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}View details at VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down."],"Loading…":[null,"Loading…"],"Downtime Monitoring":[null,"Downtime Monitoring"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}View more stats on WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}View detailed stats{{/button}}"],"All-time comments":[null,"All-time comments"],"All-time views":[null,"All-time views"],"Best overall day":[null,"Best overall day"],"Views today":[null,"Views today"],"Months":[null,"Months"],"Weeks":[null,"Weeks"],"Days":[null,"Days"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Click to view detailed stats."],"Views: %(numberOfViews)s":[null,"Views: %(numberOfViews)s"],"Week of %(date)s":[null,"Week of %(date)s"],"Manage security on WordPress.com":[null,"Manage security on WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Features can be activated or deactivated at any time."],"Jetpack's recommended features include:":[null,"Jetpack's recommended features include:"],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Link to WordPress.com"],"Unlink me from WordPress.com":[null,"Unlink me from WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utilises the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimised for any device, and its completely free."],"Lightning fast, optimized images":[null,"Lightning fast, optimised images"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Never fall behind on a security release or waste time updating multiple sites."],"Automatic site updates.":[null,"Automatic site updates."],"Live site monitoring.":[null,"Live site monitoring."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites."],"Block site attacks.":[null,"Block site attacks."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry."],"Site security and peace of mind":[null,"Site security and peace of mind"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Keep visitors engaged by giving them more to share and read with Related Posts."],"Increase page views.":[null,"Increase page views."],"Give visitors the tools to share and subscribe to your content.":[null,"Give visitors the tools to share and subscribe to your content."],"Build a community.":[null,"Build a community."],"Sharing & Like Buttons":[null,"Sharing & Like Buttons"],"Automated social marketing.":[null,"Automated social marketing."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Stress less. Monitor will send you real-time alerts if your site ever goes down."],"Track your growth":[null,"Track your growth"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Use Publicise to automatically share your posts with friends, followers, and the world."],"Drive more traffic to your site":[null,"Drive more traffic to your site"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"You need to stay logged in to your WordPress blog while you authorise Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s"],"Disconnecting Jetpack":[null,"Disconnecting Jetpack"],"Learn more":[null,"Learn more"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Show related content after posts"],"Use a large and visually striking layout":[null,"Use a large and visually striking layout"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Show a \"Related\" header to more clearly separate the related section from posts"],"Related":[null,"Related"],"Email Address":[null,"Email Address"],"Media":[null,"Media"],"Site Stats":[null,"Site Stats"],"Testimonials":[null,"Testimonials"],"Comments":[null,"Comments"],"Ignored Phrases":[null,"Ignored Phrases"],"Use automatically detected language to proofread posts and pages":[null,"Use automatically detected language to proofread posts and pages"],"Redundant Phrases":[null,"Redundant Phrases"],"Phrases to Avoid":[null,"Phrases to Avoid"],"Passive Voice":[null,"Passive Voice"],"Jargon":[null,"Jargon"],"Hidden Verbs":[null,"Hidden Verbs"],"Double Negatives":[null,"Double Negatives"],"Diacritical Marks":[null,"Diacritical Marks"],"Complex Phrases":[null,"Complex Phrases"],"Bias Language":[null,"Bias Language"],"English Options":[null,"English Options"],"Proofreading":[null,"Proofreading"],"Connect Jetpack":[null,"Connect Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Your website needs to be publicly accessible to use Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"You have successfully disconnected Jetpack"],"Activate":[null,"Activate"],"Active":[null,"Active"],"Settings":[null,"Settings"],"Learn More":[null,"Learn More"],"Disconnect Jetpack":[null,"Disconnect Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Test your site’s compatibility with Jetpack."]}
languages/json/jetpack-eo.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-07-15 10:54:19+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"eo","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,"Prezentas Senlimajn etosojn"],"Unlimited Premium Themes":[null,"Senlimaj etosoj"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Elitaj mankreitaj dizajnoj kiujn vi ŝatos, kun subteno rekte de la aŭtoroj de la etosoj."],"Explore":[null,"Malkovri"],"You are not connected to WordPress.com.":[null,"Vi ne estas konektita ĉe WordPress.com."],"Your site is backed up.":[null,"Via retejo havas sekurkopion."],"Image Performance":[null,"Bilda rendimento"],"Get WordPress Apps for every device":[null,"Vi povas akiri aplikaĵoj WordPress por ĉia aparato"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Vi povas administri ĉiujn viajn retejojn de unuopa panelo: publikigi enhavon, vidi statistikaĵojn, (mal)aprobi komentojn kaj pli, de ie ajn en la mondo."],"I already use this app.":[null,"Mi jam uzas tiun aplikaĵon."],"Create address":[null,"Krei adreson"],"Priority support":[null,"Prioritata helpo"],"Add sharing buttons to your posts":[null,"Aldono de kunhavigaj butonoj al viaj afiŝoj"],"Automatically share your posts to social networks":[null,"Aŭtomate puŝas viajn afiŝojn al sociaj retoj"],"Updating settings…":[null,"Ĝisdatigas agordojn..."],"Updating Post by Email address…":[null,"Ĝisdatigas la retpoŝtadreson por afiŝi retpoŝte..."],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Via pagita abono donas al vi prioritatan subtenon de Jetpack."],"You have paid for backups but they're not yet active.":[null,"Vi pagas por sekurkopioj sed ili ne estas aktivaj."],"You have paid for backups and security scanning but they’re not yet active.":[null,"Vi pagas por sekurkopioj kaj sekureca skanado sed ili ne estas aktivaj. "],"Click \"Set Up\" to finish installation.":[null,"Alklaku al \"Agordi\" por fini instalon."],"Checking site status…":[null,"Kontrolas staton de retejo..."],"We're here to help":[null,"Ni ĉeestas por helpi"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack venas kun senpaga, baza subteno al ĉiuj uzantoj."],"Ask a question":[null,"Demandi"],"Search our support site":[null,"Priserĉi nian help-retejon"],"Get a faster resolution to your support questions.":[null,"Ricevis pli rapidan solvon al viaj demandoj."],"Host fast, high-quality, ad-free video.":[null,"Gastigi rapidajn, altkvalitajn, senreklamajn filmojn."],"Generate income with high-quality ads.":[null,"Ricevi enspezon per altkvalitaj reklamoj."],"Real-time site backups and automatic threat resolution.":[null,"Realtempaj sekurkopioj de la retejo kaj aŭtomataj solvoj de minacoj."],"Protect against data loss, malware, and malicious attacks.":[null,"Protekto kontraŭ perdo de datumoj, fiprogramoj kaj malicaj atakoj."],"Integrate easily with Google Analytics.":[null,"Kunigas facile kun Analizilo de Google."],"Help your content get found and shared with SEO tools.":[null,"Helpas al la malkovro kaj kunhavigo de via enhavo per iloj por serĉiloj."],"Protect your site from spam.":[null,"Protekto de via retejo de trudaĵoj."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"Tiu ĉi retejo ne estas konektita al WordPress.com. Bonvole petu la retejan administranton konektiĝi."],"Spam filtering":[null,"Filtrado de trudaĵoj"],"Daily, automated malware scanning":[null,"Ĉiutaga, aŭtomata skanado kontraŭ fiprogramoj"],"13Gb of high-speed video hosting":[null,"13Gb de gastigado de rapidaj filmoj"],"Daily, automated backups (unlimited storage)":[null,"Ĉiutagaj, aŭtomataj sekurkopioj (senlima tenado)"],"Daily, automated malware scanning with automated resolution":[null,"Ĉiutaga, aŭtomata skanado kontraŭ fiprogramoj kun aŭtomata solvado"],"Unlimited high-speed video hosting":[null,"Senlima rapida gastigado de filmoj"],"SEO preview tools":[null,"Iloj por antaúrigardo de serĉila optimumigo"],"Site stats, related content, and sharing tools":[null,"Iloj por retejaj statistikaĵoj, rilata enhavo kaj kunhavigo"],"Brute force attack protection and uptime monitoring":[null,"Protekto kontraŭ brutfortaj atakoj kaj observo de funkci-daŭro"],"Unlimited, high-speed image hosting":[null,"Senlima, rapida gastigado de bildoj"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"Je malkonekto de %(siteName)s disde WordPress.com, vi jam ne havos aliron al la sekvaj:"],"Read more about Jetpack benefits":[null,"Legi pli pri la avantaĝoj de Jetpack"],"An Automattic Airline":[null,"Flugkompanio Automattic"],"Manage site connection":[null,"Administri retejan konekton"],"Connect your account to WordPress.com to view more stats":[null,"Konektu vian konton al WordPress.com por vidi pliajn statistikaĵojn"],"Theme enhancements":[null,"Etosaj plibonigoj"],"Load more posts using the default theme behavior":[null,"Ŝargas pliajn afiŝojn uzante la defaŭltan konduton de etoso"],"Load more posts in page with a button":[null,"Ŝargas pliajn afiŝojn en paĝon per butono"],"Load more posts as the reader scrolls down":[null,"Ŝargas pliajn afiŝojn kiam la leganto rulumas pli suben"],"Theme support required.":[null,"Subteno de la etoso postulata."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Por lerni pli pri la aldono de subteno por Senfina rulumado al via etoso."],"Use excerpts instead of full posts on front page and archive pages":[null,"Uzo de eltiraĵoj anstataŭ plenaj afiŝoj sur la ĉefpaĝo kaj arkivaj paĝoj"],"Show featured images":[null,"Montro de elstarigitaj bildoj"],"Must be enabled to use tiled galleries.":[null,"Devas esti ebligita por uzi kahelitaj galerioj."],"Enable the WordPress.com toolbar":[null,"Ebligi la ilobreton de WordPress.com"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"La ilobreto de WordPress.com anstataŭigas la defaŭltan administran breton kaj donas rapidajn ligilojn al la Legilo, ĉiuj viaj retejoj, via profilo ĉe WordPress.com kaj avizoj. Unuigu vian WordPressan sperton per unuopa ilobreto por ĉie."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Verkadaj iloj por vi aperos tie ĉi kiam administranto ebligas ilin."],"Portfolios":[null,"Tekoj"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Aldoni, organizi kaj montri {{portfolioLink}}tekojn{{/portfolioLink}}. Se via etoso ankoraŭ ne subtenas tekojn, vi povas montri ilin per la koncizkodo ( [portfolio] )"],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Notu, ke {{b}}aŭtentigo de via retejo pere de tiuj servoj ne necesas{{/b}} por ke via retejo estu indeksita de serĉiloj. Por uzi tiujn altnivelajn ilojn por serĉiloj, algluu la suban kodon HTML-etikedan. Se vi spertos problemojn, legu la {{support}}plenajn instrukciojn{{/support}}. Subtenataj aŭtentigaj servoj: {google}}Google-panelo pri serĉoj{{/google}}, {{bing}}Administrejo por retejestroj ĉe Bing{{/bing}}, {{pinterest}} Aŭtentigo de retejoj ĉe Pinterest{{/pinterest}}, kaj {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generi XML-retejomapojn"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Via retejomapo estas aŭtomate sendita al ĉiuj ĉefaj serĉiloj por indeksado."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Via retejo nune ne estas alirebla al serĉiloj. Eble vi malebligis \"Videbleco al serciloj\" en viaj {{a}}agordoj de Legado{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Kolektas altvalorajn trafikajn statistikaĵojn kaj komprenojn"],"The image helps collect stats, but should work when hidden.":[null,"La bildo helpas kolekti statistikaĵojn, sed devus funkcii kiam kaŝita."],"Count logged in page views from":[null,"Kalkuli ensalutintajn paĝrigardojn de"],"Allow stats reports to be viewed by":[null,"Permesi rigardon de statistikaj raportoj de"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"Vi rajtas alĝustigi tiujn agordojn se vi volas pli altnivelan regadon. Legu pli pri viaj ebloj por {{a}}optimumigo por serĉiloj{{/a}}."],"Configure your SEO settings":[null,"Alĝustigi la agordojn por serĉila optimumigo"],"In \"Upgrade\"":[null,"En \"Promociiĝo\""],"Configure your Google Analytics settings":[null,"Alĝustigi la agordojn de via Analizilo de Google"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Montras reklamojn ĉe la unua artikolo sur via ĉefpaĝo aŭ ĉe la finoj de ĉiu paĝo kaj afiŝo. Por pliigi enspezon, metu aldonajn reklamojn supre de via retejo kaj al lokoj por kromprogrametoj."],"Enable ads and display an ad below each post":[null,"Ebligi reklamojn kaj montri reklamon sub ĉiu afiŝo"],"Display an additional ad at the top of each page":[null,"Montri aldonan reklamon supre de ĉiu paĝo"],"Configure your sharing buttons":[null,"Agordi viajn kunhavigajn butonojn"],"Connect your social media accounts":[null,"Konekto de viaj soci-retaj kontoj"],"Connect your user account to WordPress.com to use this feature":[null,"Por uzi tiun econ, konektu vian uz-konton al WordPress.com"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Permesas al legantoj montri aprezon de viaj afiŝoj per aldono de butono Ŝati al via enhavo"],"Match accounts using email addresses":[null,"Kongruigi kontojn per retpoŝtadresoj"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Postuli kontojn uzi du-paŝan aŭtentigon de WordPress.com"],"Add to whitelist":[null,"Aldoni al akceptita listo"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"Vi rajtas aldoni IP-adreson aŭ serion de adresoj al la listo de akceptitaj adresoj por preventi blokadon de ili de Jetpack. IPv4 kaj IPv6 estas akcepteblaj. Por specifi gamon, entajpu la malaltan kaj altan valorojn apartigitajn de streketo. Ekzemple: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Via retejo estas kopiita kaj sen-minaca."],"Checking your spam protection…":[null,"Kontrolas vian trud-protekton..."],"Fetching key…":[null,"Prenas ŝlosilon..."],"Your site needs an Antispam key.":[null,"Via retejo bezonas kontraŭ-trudan ŝlosilon."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"Estas problemo pri via kontraŭ-truda API-ŝlosilo. {{a}}Lerni pli{{/a}}."],"Your site is not protected from spam.":[null,"Via retejo ne estas protektita de trudaĵoj."],"Your Antispam key is valid.":[null,"Via kontraŭ-truda ŝlosilo estas valida."],"Your site is protected from spam.":[null,"Via retejo estas protektita de trudaĵoj."],"Checking key…":[null,"Kontrolas ŝlosilon..."],"Your API key":[null,"Via API-ŝlosilo"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"Se vi ankoraŭ ne havas API-ŝlosilo, do {{a}}tie ĉi, akiru vian API-ŝlosilon{{/a}} kaj vi ricevos gvidon tra la akiro."],"No search results found for %(term)s":[null,"Neniu serĉrezulto por %(term)s"],"Enter a search term to find settings or close search.":[null,"Entajpu serĉterminon por trovi agordojn aŭ fermu serĉilon."],"Connections":[null,"Konektoj"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Via retejo estas en programista reĝimo, do ĝi ne povas esti konektita al WordPress.com."],"Your site is connected to WordPress.com.":[null,"Via retejo estas konektita al WordPress.com."],"You are the Jetpack owner.":[null,"Vi estas la posedanto de Jetpack."],"Connected as {{span}}%(username)s{{/span}}":[null,"Konektita kiel {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"Vidi viajn retpoŝtajn sekvantojn"],"Connect your user account to WordPress.com to view your email followers":[null,"Konektu vian uz-konton al WordPress.com por vidi viajn retpoŝtajn sekvantojn"],"Color scheme":[null,"Koloraranĝo"],"Enable Markdown use for comments.":[null,"Ebligi Markdown por komentoj."],"Updated settings.":[null,"Ĝisdatigis agordojn."],"Error updating settings. %(error)s":[null,"Eraro dum ĝisdatigo de agordoj. %(error)s"],"Regenerated Post by Email address.":[null,"Regeneris adreson por afiŝi retpoŝte."],"Error regenerating Post by Email address. %(error)s":[null,"Eraro dum regenero de adreso por afiŝi retpoŝte. %(error)s"],"Updated settings. Refreshing page…":[null,"Ĝisdatigis agordojn. Reŝargas paĝon..."],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Nun en {{a}}programista reĝimo{{/a}} (kelkaj ecoj estas malebligitaj) ĉar: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}La filtrilo jetpack_development_mode estas aktiva{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}La konstanto JETPACK_DEV_DEBUG estas difinita{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Mankas punkto en la URL de via retejo (ekz. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"La analizilo de Google estas senpaga servo por aldoni al niaj {{a}}enkonstruitaj statistikaĵoj{{/a}}, kun malsamaj informoj pri via trafiko. La statistikilo de WordPress.com kaj la analizilo de Google uzas malsamajn metodojn por identigi kaj spuri aktivecon ĉe via retejo, do kutime ili montras iomete malsamajn sumojn de vizitoj, rigardoj, ktp."],"Configure Google Analytics settings.":[null,"Agordo de Google-Analytics."],"Image of WordPress login screen protected by Jetpack":[null,"Bildo de ensalutilo de WordPress protektita de Jetpack"],"Google Analytics":[null,"Google-Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Vi povas spuri retejajn statistikaĵojn per Google-Analytics por pli profunda kompreno de la vizitantoj kaj klientoj de via retejo."],"Configure Google Analytics":[null,"Agordi Google-Analytics"],"Activate Google Analytics":[null,"Aktivigi Google-Analytics"],"Download the free apps":[null,"Elŝuto de senpagaj aplikaĵoj"],"Upgrade Focus: VideoPress For Weddings":[null,"Enfokusiĝo de promocio: VideoPress por nuptoj"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}Nun vi povas ankaŭ agordi rilatajn afiŝojn en la Tajlorilo. {{ExternalLink}}Provu!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"Defaŭlte, reklamoj montriĝas je la supro de ĉiu paĝo, afiŝo aŭ la unua artikolo sur via hejmpaĝo. Ankaŭ, vi povas aldoni ilin al la supro de via retejo kaj al kromprogrameta loko por gajni pli!"],"Display an ad unit at the top of your site.":[null,"Montras unuopan reklamon supre de via retejo."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"Per aktivigo de reklamoj, vi konsentas al la {{link}}Uzkondiĉoj{{/link}} de Automattic-reklamoj."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Via servilo estas malĝuste agordita, signifante ke Protekti de Jetpack ne bone povas protekti vian retejon."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Promociiĝu al paga servo por malŝlosi profesian sekurecon, kontraŭtrudajn ilojn, prioritatecan subtenon, optimumigon por serĉiloj kaj monprofitajn ilojn."],"Ads":[null,"Reklamoj"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Gajnu monon per permeso al Jetpack montri altkvalitajn reklamojn (povigitajn de WordAds)."],"Activate Ads":[null,"Aktivigi reklamojn"],"Premium traffic and monetization tools":[null,"Pagplanaj trafikaj kaj profitigaj iloj"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"La paga plano de Jetpack liveras al vi la eblon ricevi enspezon de via retejo per montrado de altkvalitaj reklamoj al vizitantoj. Klientoj de la paga plano ankaŭ profitas de optimumigaj iloj celitaj al kresko de trafiko venantaj de serĉiloj."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"Ni subtenas ĉiajn uzantojn de Jetpack, de ĉiuj planoj. Sed klientoj de paga abono estas prioritatoj, por ke sekurecaj problemoj estu trovitaj kaj riparitaj kiel eble plej rapide."],"In \"Mobile\"":[null,"En \"Portebla\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Agordu avizojn de via Observilo ĉe WordPress.com{{/link}}"],"View your earnings":[null,"Rigardo al via enspezo"],"Activate VideoPress":[null,"Aktivigi VideoPress"],"Upload Videos Now":[null,"Nuna alŝuto de filmoj"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Certigu ke via retejo estas facile trovebla fare de serĉiloj, per optimumigaj iloj por via enhavo kaj sociaj afiŝoj."],"Activate this module to use the advanced SEO tools.":[null,"Aktivigu tiun modulon por uzi la altnivelajn serĉilajn ilojn."],"How much is your website worth?":[null,"Kiom valoras via retejo?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"Por malpli ol la kosto de kafotaso vi povus esti trankvila, sciante ke via laboro havas sekurkopion."],"Configure Site SEO":[null,"Agordi retejan serĉoptimumigon"],"Activate SEO Tools":[null,"Aktivigo de serĉoptimumigaj iloj"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"Por eki, alklaku Aldoni aŭdvidaĵon en la afiŝa redaktilo kaj alŝutu filmon; ni zorgos pri ĉio cetera."],"Introducing our most affordable backups and security plan yet":[null,"Ni prezentas niajn plej pageblajn sekurkopiojn kaj sekurecan tarifon ĝis nun"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Ĉiutagaj sekurkopioj de la datumoj de via retejo kun senlima tenado kaj unuklakaj restarigoj (povigitaj de VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Ĉiutagaj sekurkopioj de la datumoj de via retejo kun senlima tenado, unuklakaj restarigoj, sekureca skanado kaj prioritata helpo (povigitaj de VaultPress). "],"Backups & Security Scanning":[null,"Sekurkopioj k. sekureca skanado"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Realtempaj sekurkopiado de ĉiuj datumoj de via retejo kun senlima tenado, unuklakaj restarigoj, aŭtomata sekureca skanado, unuklaka minaca solvo kaj prioritata helpo (povigitaj de VaultPress). "],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb de rapida, optimumigita kaj senreklama gastigo de filmoj por via retejo (povigita de VideoPress)."],"Video Hosting":[null,"Gastigo de fimoj"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Rapida, optimumigita, senreklama kaj senlima gastigo de filmoj por via retejo (povigita de VideoPress). "],"SEO Tools":[null,"Serĉ-optimumigo"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Altnivelaj serĉoptimumigaj iloj por helpi trovi vian retejon kiam homoj serĉas rilatan enhavon."],"Unlimited and ad-free video hosting":[null,"Senlima kaj senreklama gastigado de filmoj"],"Configure your SEO settings.":[null,"Agordo de serĉila optimumigo."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"La plej facila maniero alŝuti senreklamajn kaj senmarkajn filmojn al via retejo. Vi ricevos statistikaĵojn pri ludado de filmoj kaj la ludilo estas malpeza kaj respondema."],"You are running Jetpack on a staging server.":[null,"Vi uzas Jetpack en klontesta servilo."],"More Info":[null,"Pliaj informoj"],"Search your content.":[null,"Priserĉi vian enhavon."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Administri videblecon de ŝatoj, de la agordoj de la kunhaviga modulo{{/a}}"],"Your current IP: %(ip)s":[null,"Via nuna IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"Estas nekonservitaj agordoj en la langeto kiuj malaperos se vi forlasos ĝin. Ĉu daŭrigi?"],"This will reset all Jetpack options, are you sure?":[null,"Tio restarigos ĉiujn opciojn de Jetpack, ĉu vi ĉertas?"],"Search for a Jetpack feature.":[null,"Serĉi econ de Jetpack."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Promociu vian Jetpack, por ke nia moderna sekureca observado trovu malicajn dosierojn kaj tuj informu vin, por via ĉiama scio pri ĉio, kio okazas en via retejo."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"Vi povas vidi la informojn pri sekureca observado en la sekcio \"Je ekrigardo\"."],"Configure your Security Scans":[null,"Agordi la sekurecajn observadojn"],"This module has no configuration options":[null,"Tiu moduloj ne estas agordebla"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Sciigu al serĉiloj kaj vizitantoj, ke vi estas serioza pri la fidindeco de via retejo, per promocio de Jetpack. Niaj kontraŭtrudaj iloj forigos trudajn komentojn, protektos vian reputacion ĉe serĉiloj kaj plifaciligos komunikadon de vizitantoj."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Realtempaj foraj sekurkopioj kun aŭtomataj restarigoj donas al vi trankvilon, por ke vi povu koncentriĝi pri verko de bonega enhavo kaj pliigo de trafiko, dum ni protektas ĉiun parton de via investaĵo. Promociiĝu hodiaŭ."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Difini viajn agordojn %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Abonanto"],"Big iPhone/iPad Update Now Available":[null,"Nun haveblas granda ĝisdatigo de iPhone/iPad"],"The WordPress for Android App Gets a Big Facelift":[null,"La aplikaĵo WordPress por Android ricevas renovigon"],"WordPress.com Likes are:":[null,"Ŝatoj de WordPress.com estas:"],"Comments headline":[null,"Titolo de komentoj"],"A few catchy words to motivate your readers to comment.":[null,"Kelkaj atentokaptaj vortoj por kuraĝigi viajn legantojn komenti."],"Show a \"follow blog\" option in the comment form":[null,"Montri opcion \"sekvi blogon\" en la komento-formularo"],"Show a \"follow comments\" option in the comment form":[null,"Montri opcion \"sekvi komentojn\" en la komento-formularo"],"Put a chart showing 48 hours of views in the admin bar":[null,"Meti tabelon de 48 horoj da rigardoj en la administran panelon"],"Hide the stats smiley face image":[null,"Kaŝi la ridmienon de statistikaĵoj"],"Whitelisted IP addresses":[null,"Aprobitaj IP-adresoj"],"Show photo metadata (Exif) in carousel, when available":[null,"Montri metadumojn (Exif) pri foto en karuselo, kiam haveblas"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Montri reklamon por la WordPressaj aplikaĵoj por porteblaĵoj, en la piedo de la porpoŝa etoso"],"Copied!":[null,"Kopiita!"],"Highlight and copy the following text to your clipboard:":[null,"Emfazi kaj kopii la sekvan tekston al via tondejo:"],"Regenerate address":[null,"Ree generi adreson"],"Automatically proofread content when: ":[null,"Aŭtomate provlegi enhavon kiam:"],"A post or page is first published":[null,"Afiŝo aŭ paĝo estas unuafoje publikigita"],"A post or page is updated":[null,"Afiŝo aŭ paĝo estas ĝisdatigita"],"Automatic Language Detection":[null,"Aŭtomata rekono de lingvo"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"La provlegilo subtenas la anglan, francan, germanan, portugalan kaj hispanan."],"Enable proofreading for the following grammar and style rules: ":[null,"Ebligi provlegadon por la sekvaj reguloj de gramatiko kaj stilo:"],"Add a phrase":[null,"Aldoni frazon"],"Cheatin' uh?":[null,"Vi ruzemas, ĉu ne?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Ĉu vi farus la komplezon rakonti al ni la kialojn de la nekompleta konektiĝo al Jetpack, per tiu ĉi {{a}}2-demanda enketo{{/a}}?{{/p}}{{p}}Jetpack-konektiĝo estas deviga por la funkciado de niaj senpagaj sekurecaj kaj trafikaj ebloj.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Bonvenon al {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Via Jetpack jam estas konektita."],"You're fueled up and ready to go, Jetpack is now active.":[null,"Vi estas fuelita kaj preta flugi, Jetpack nun estas aktiva."],"You're fueled up and ready to go.":[null,"Vi estas fuelita kaj preta flugi."],"You are currently running a development version of Jetpack.":[null,"Vi nune uzas programistan version de Jetpack."],"Submit Beta feedback":[null,"Sendi pritakson pri beta fazo"],"What would you like to see on your Jetpack Dashboard?":[null,"Kion vi volas vidi en via administra panelo de Jetpack?"],"Let us know!":[null,"Lasu nin scii!"],"Welcome to Jetpack":[null,"Bonvenon al Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Bonvole konektiĝu al WordPress.com aŭ kreu konton, por ekuzi Jetpack. Tio ebligos povajn sekurecan, trafikan kaj tajloran servojn."],"No account? Create one for free":[null,"Ĉu neniu konto? Vi povas senpage krei konton"],"Saving…":[null,"Konservas..."],"Save Settings":[null,"Konservi agordojn"],"Jetpack Stats Icon":[null,"Piktogramo por statistikaĵoj de Jetpack"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Aktivigu statistikaĵojn de la retejo{{/a}} por vidi detalitajn statistikaĵojn, ŝatojn, sekvantojn, abonantojn kaj pli! {{a1}}Lerni pli{{/a1}}"],"Activate Site Stats":[null,"Aktivigi statistikaĵojn de la retejo"],"Security Scanning":[null,"Sekureca skanado"],"Upgrade":[null,"Ĝisdatigi"],"ACTIVE":[null,"AKTIVA"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Kodrompistoj, robot-retoj kaj trudistoj atakas retejojn hazarde. Ilia celo estas ataki ĉie, ofte. Nia celo estas helpi vin prepari per bloko de tiuj ĉi minacoj, kaj en la plej malbona kazo, ni ĉeestos por helpi vin restarigi vian retejon al la antaŭa bonstato."],"Your site is on the Free Jetpack Plan":[null,"Via retejo havas la pakaĵon Jetpack Senpage"],"Your site is on Development Mode":[null,"Via retejo estas en programista reĝimo"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Post via konektiĝo, vi povos promociiĝi al paga abono, por rajtigi vin al monduma sekureco, protektiloj kontraŭ trudaĵoj kaj ĝui esti prioritato por helpo."],"State-of-the-art spam defense powered by Akismet.":[null,"La plej altnivela defendo kontraŭ trudaĵoj povigita de Akismet."],"View your spam stats":[null,"Rigardi viajn statistikaĵojn pri trudaĵoj"],"Configure Akismet":[null,"Agordi Akismet"],"View your security dashboard":[null,"Rigardi vian sekurecan panelon"],"Configure VaultPress":[null,"Agordi VaultPress"],"Compare Plans":[null,"Kompari planojn"],"Maximum grade security":[null,"La maksimumo en sekureco"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Realtempa sekurkopiado kun senlima spaco, unu-klakaj restarigoj, fortikigita observado kontraŭ trudaĵoj, defendo kontraŭ fiprogramoj kaj protekto kontraŭ brutfortaj ensalutoj - ĉio tio en unu loko kaj optimumigita por WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Fortikigita elfiltrado de trudaĵoj protektas vian markon, viajn legantojn kaj plibonigas rezultojn ĉe serĉiloj. Skanado kontraŭ fiprogramoj donas trankvilon kaj sekurigon al via administra sekcio."],"Enjoy priority support":[null,"Vi rajtas esti prioritato por subteno"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"La retejo estas en programista reĝimo, do vi ne povas konekti ĝin al WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Ligu vian konton al WordPress.com por plene profiti de Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"Por aŭtomata, multampleksa skanado kontraŭ sekurecaj minacoj, bonvole {{a}}instalu kaj aktivigu{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"Por aŭtomata, ampleksa observado de sekurecaj minacoj, bonvole {{a}}promociu vian konton{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack aktive blokas malicajn ensalut-provojn. Detaloj montriĝos post nelonge!"],"Total malicious attacks blocked on your site.":[null,"La sumo de malicaj atakoj blokitaj de via retejo."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Aktivigu Protekti{{/a}} por teni vian retejon protektita de malicaj ensalut-provoj"],"All plugins are up-to-date. Awesome work!":[null,"Ĉiuj kromprogramoj estas ĝisdataj. Bonega laboro!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack plibonigas kaj optimumigas la rapidon de viaj bildoj."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack observas vian retejon. Se ni opinias, ke via retejo paneis, vi ricevos retleteron."],"Security":[null,"Sekureco"],"Performance":[null,"Rendimento"],"Backups":[null,"Sekurkopioj"],"{{a}}View backup details{{/a}}.":[null,"{{a}}Rigardi detalojn pri la sekurkopio{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"Por aŭtomate krei sekurkopion de via tuta retejo, bonvole {{a}}instalu kaj aktivigu{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Ne haveblas en programista reĝimo."],"Spam Protection":[null,"Protekto kontraŭ trudaĵoj"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"Por la plej moderna defendo kontraŭ trudaĵoj, bonvole {{a}}instalu Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"Por la plej moderna defendo kontraŭ trudaĵoj, bonvole {{a}}aktivigu Akismet{{/a}}."],"Invalid key":[null,"Nevalida ŝlosilo"],"Unavailable in Dev Mode":[null,"Nehaveblas en programista reĝimo"],"Activating recommended features…":[null,"Aktivigas rekomenditajn ecojn..."],"Recommended features active.":[null,"Rekomenditaj ecoj estas aktivaj."],"Recommended features failed to activate. %(error)s":[null,"Rekomenditaj ecoj malsukcesis aktiviĝi. %(error)s"],"Activating %(slug)s…":[null,"Aktivigas %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s estis aktivigita."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s malsukcesis aktiviĝi. %(error)s"],"Deactivating %(slug)s…":[null,"Malaktivigas %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s estis malaktivigita."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s fiaskis en malaktiviĝo. %(error)s"],"Updating %(slug)s settings…":[null,"Ĝisdatigas agordojn de %(slug)s..."],"Updated %(slug)s settings.":[null,"Ĝisdatigis agordojn de %(slug)s."],"Error updating %(slug)s settings. %(error)s":[null,"Eraro dum ĝisdatigo de agordoj de %(slug)s. %(error)s"],"Updating %(slug)s address…":[null,"Ĝisdatigas adreson de %(slug)s…"],"Regenerated %(slug)s address .":[null,"Regeneris adreson %(slug)s."],"Error regenerating %(slug)s address. %(error)s":[null,"Eraro dum regenero de adreso %(slug). %(error)s"],"Resetting Jetpack options…":[null,"Restarigas opciojn de Jetpack..."],"Options reset.":[null,"Opcioj estas restarigitaj."],"Options failed to reset.":[null,"Opcioj mise ne restariĝis."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"Eraro okazis dum malkonekto de Jetpack. Eraro: %(error)s"],"Unlinking from WordPress.com":[null,"Malligiĝas de WordPress.com"],"Unlinked from WordPress.com.":[null,"Malligita de WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Eraro okazis dum malligiĝo de WordPress.com. %(error)s"],"At A Glance":[null,"Je ekrigardo"],"Clichés":[null,"Kliŝaĵoj"],"Dashboard":[null,"Panelo"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Ĉu vi volas eldiri la kialon? Nur {{a}}respondo al du simplaj demandoj{{/a}} helpus nin plibonigi Jetpack."],"Automattic's Privacy Policy":[null,"Privateca politiko de Automattic"],"WordPress.com Terms of Service":[null,"Kondiĉoj por uzado de WordPress.com"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Aktivigu{{/a}} por plibonigi la rendimenton kaj rapidon de viaj bildoj."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Ŝalti aŭtomatajn ĝisdatigojn de kromprogramoj{{/a}}"],"Plugin Updates":[null,"Ĝisdatigoj de kromprogramoj"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"Por aŭtomate krei sekurkopion de via tuta retejo, bonvole {{a}}promociiĝu{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Aj! Via Akismet-ŝlosilo mankas aŭ estas nevalida. {{akismetSettings}}Iru al agordoj de Akismet por ripari{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"Neniuj minacoj trovitaj, vi pretas flugi!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Kontakti helpon{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}Vidi detalojn ĉe VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Aktivigu Observilon{{/a}} por ricevi avertojn se via retejo paneos."],"Loading…":[null,"Ŝargas..."],"Downtime Monitoring":[null,"Observado de periodo de nefunkciado"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}Vidi pliajn statistikaĵojn ĉe WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}Vidi detalitajn statistikaĵojn{{/button}}"],"All-time comments":[null,"Komentoj dekomence"],"All-time views":[null,"Rigardoj dekomence"],"Best overall day":[null,"La plej bona tago ĝenerale"],"Views today":[null,"Rigardoj hodiaŭ"],"Months":[null,"Monatoj"],"Weeks":[null,"Semajnoj"],"Days":[null,"Tagoj"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Io misis dum ŝargo de statistikaĵoj. Bonvole provu denove pli poste aŭ {{a}}rigardu viajn statistikaĵojn nun ĉe WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Alklaku por vidi detalitajn statistikaĵojn."],"Views: %(numberOfViews)s":[null,"Rigardoj: %(numberOfViews)s"],"Week of %(date)s":[null,"Semajno de %(date)s"],"Manage security on WordPress.com":[null,"Administri sekurecon ĉe WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Ecoj povas esti (mal)aktivigitaj laŭplaĉe."],"Jetpack's recommended features include:":[null,"Rekomenditaj ecoj de Jetpack estas inkluzive de:"],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Ligi al WordPress.com"],"Unlink me from WordPress.com":[null,"Malligi min de WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Aliĝu al la milionoj da uzantoj dependantaj de Jetpack por plibonigi kaj sekurigi iliajn retejojn. Ni estas pasiaj pri WordPress kaj ĉeestas por plifaciligi vian vivon."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utiligas la plej modernan enhav-liveran reton de WordPress.com por ŝargi viajn belegajn bildojn super-rapide. Optimumigita por ĉia aparato, kaj estas senpage."],"Lightning fast, optimized images":[null,"Fulmrapidaj, optimumigitaj bildoj"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Neniam maltrafu sekurecan eldonon aŭ malŝparu tempon per ĝisdatigo de pluraj retejoj."],"Automatic site updates.":[null,"Aŭtomataj ĝisdatigoj al la retejo."],"Live site monitoring.":[null,"Realtempa observado de retejo."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Trankviliĝu per Protekti, la ilo respondeca por la blokado de miliardoj da ensalut-atakoj trans milionoj da retejoj."],"Block site attacks.":[null,"Bloki atakojn kontraŭ la retejo."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blokas malicajn ensalut-provojn, lasas vin scii se via retejo paneos kaj povas aŭtomate ĝisdatigi viajn kromprogramojn, por ke vi ne maltrankviliĝu."],"Site security and peace of mind":[null,"Reteja sekureco kaj trankvileco"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack jungas la povon de WordPress.com por montri al vi detalitajn informojn pri viaj vizitantojn, kion ili legas kaj de kie ili venas."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Tenu la atenton de vizitantoj per plia enhavo por kunhavigi kaj legi, fare de Rilataj afiŝoj."],"Increase page views.":[null,"Pliigu paĝrigardojn."],"Give visitors the tools to share and subscribe to your content.":[null,"Donu al vizitantoj la ilojn por kunhavigi kaj aboni vian enhavon."],"Build a community.":[null,"Konstruu komunumon."],"Sharing & Like Buttons":[null,"Butonoj de kunhavigado kaj ŝatoj"],"Automated social marketing.":[null,"Aŭtomata socia merkatado."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack havas multaj ilojn pri trafiko kaj intereso por helpi vin akiri pliajn vizitantojn al via retejo kaj por teni la intereson."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Malŝtreĉiĝu. Observilo sendos al vi avertojn realtempe se via retejo iam paneos."],"Track your growth":[null,"Sekvi vian kreskon"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Uzu Publici por aŭtomate kunhavigi viajn afiŝojn kun amikoj, sekvantoj kaj ĉirkaŭ la mondo."],"Drive more traffic to your site":[null,"Allogi pliajn okulojn al via retejo"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null," Eraro dum konektiĝo kun Jetpack. Bonvole alklaku al \"Konektiĝi kun WordPress.com\" denove."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Eraro dum konektiĝo kun Jetpack; malaktivigu poste reaktivigu la kromprogramon Jetpack, post tio ree konektiĝu."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Vi bezonas resti ensalutinta al via WordPressa blogo dum vi rajtigas Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Via Jetpack misfunkcias{{/s}} Ni pardonpetas pro la problemo. Bonvole provu denove pli poste, se la problemo daŭros bonvole kontaktu helpon uzante tiun ĉi mesaĝon: %(error_key)s"],"Disconnecting Jetpack":[null,"Malkonekto de Jetpack"],"Learn more":[null,"Lerni pli"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Montri rilatan enhavon post afiŝoj"],"Use a large and visually striking layout":[null,"Uzu grandan kaj okulfrapan aranĝon"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Montri kapon \"Rilataj\" por pli klare apartigi la rilatan sekcion de afiŝoj"],"Related":[null,"Rilataj"],"Email Address":[null,"Retpoŝta adreso"],"Media":[null,"Aŭdvidaĵoj"],"Site Stats":[null,"Statistikaĵoj de la retejo"],"Testimonials":[null,"Atestoj"],"Comments":[null,"Komentoj"],"Ignored Phrases":[null,"Ignoritaj frazoj"],"Use automatically detected language to proofread posts and pages":[null,"Uzi aŭtomate trovitan lingvon por provlegi afiŝojn kaj paĝojn"],"Redundant Phrases":[null,"Ripetaj frazoj"],"Phrases to Avoid":[null,"Evitindaj frazoj"],"Passive Voice":[null,"Pasivo"],"Jargon":[null,"Ĵargono"],"Hidden Verbs":[null,"Kaŝitaj verboj"],"Double Negatives":[null,"Duobla neado"],"Diacritical Marks":[null,"Diakritaĵoj"],"Complex Phrases":[null,"Kompleksaj frazoj"],"Bias Language":[null,"Antaŭjuĝa lingvaĵo"],"English Options":[null,"Anglaj opcioj"],"Proofreading":[null,"Provlegado"],"Connect Jetpack":[null,"Konekti Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack ne povis kontakti WordPress.com: %(error_key)s. Tio kutime signifas, ke io estas malĝuste agordita ĉe via interreta gastiganto."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com nun spertas problemojn kaj ne povas fueli vian Jetpack. Bonvole provu denove poste."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Via Jetpack misfunkcias.{{/s}} Konekto de tiu ĉi retejo kun WordPress.com ne eblas. Tio kutime signifas, ke via retejo ne estas publike alirebla (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Via retejo bezonas esti publike alirebla por uzi Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"Vi sukcese malkonektis Jetpack"],"Activate":[null,"Aktivigi"],"Active":[null,"Aktivaj"],"Settings":[null,"Agordoj"],"Learn More":[null,"Lerni pli"],"Disconnect Jetpack":[null,"Malkonekti Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Elprovi la kongruecon de via retejo kun Jetpack."]}
1
+ {"":{"po-revision-date":"2017-07-15 10:54:19+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"eo","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,"Prezentas Senlimajn etosojn"],"Unlimited Premium Themes":[null,"Senlimaj etosoj"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Elitaj mankreitaj dizajnoj kiujn vi ŝatos, kun subteno rekte de la aŭtoroj de la etosoj."],"Explore":[null,"Malkovri"],"You are not connected to WordPress.com.":[null,"Vi ne estas konektita ĉe WordPress.com."],"Your site is backed up.":[null,"Via retejo havas sekurkopion."],"Image Performance":[null,"Bilda rendimento"],"Get WordPress Apps for every device":[null,"Vi povas akiri aplikaĵoj WordPress por ĉia aparato"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Vi povas administri ĉiujn viajn retejojn de unuopa panelo: publikigi enhavon, vidi statistikaĵojn, (mal)aprobi komentojn kaj pli, de ie ajn en la mondo."],"I already use this app.":[null,"Mi jam uzas tiun aplikaĵon."],"Create address":[null,"Krei adreson"],"Priority support":[null,"Prioritata helpo"],"Add sharing buttons to your posts":[null,"Aldono de kunhavigaj butonoj al viaj afiŝoj"],"Automatically share your posts to social networks":[null,"Aŭtomate puŝas viajn afiŝojn al sociaj retoj"],"Updating settings…":[null,"Ĝisdatigas agordojn..."],"Updating Post by Email address…":[null,"Ĝisdatigas la retpoŝtadreson por afiŝi retpoŝte..."],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Via pagita abono donas al vi prioritatan subtenon de Jetpack."],"You have paid for backups but they're not yet active.":[null,"Vi pagas por sekurkopioj sed ili ne estas aktivaj."],"You have paid for backups and security scanning but they’re not yet active.":[null,"Vi pagas por sekurkopioj kaj sekureca skanado sed ili ne estas aktivaj. "],"Click \"Set Up\" to finish installation.":[null,"Alklaku al \"Agordi\" por fini instalon."],"Checking site status…":[null,"Kontrolas staton de retejo..."],"We're here to help":[null,"Ni ĉeestas por helpi"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack venas kun senpaga, baza subteno al ĉiuj uzantoj."],"Ask a question":[null,"Demandi"],"Search our support site":[null,"Priserĉi nian help-retejon"],"Get a faster resolution to your support questions.":[null,"Ricevis pli rapidan solvon al viaj demandoj."],"Host fast, high-quality, ad-free video.":[null,"Gastigi rapidajn, altkvalitajn, senreklamajn filmojn."],"Generate income with high-quality ads.":[null,"Ricevi enspezon per altkvalitaj reklamoj."],"Real-time site backups and automatic threat resolution.":[null,"Realtempaj sekurkopioj de la retejo kaj aŭtomataj solvoj de minacoj."],"Protect against data loss, malware, and malicious attacks.":[null,"Protekto kontraŭ perdo de datumoj, fiprogramoj kaj malicaj atakoj."],"Integrate easily with Google Analytics.":[null,"Kunigas facile kun Analizilo de Google."],"Help your content get found and shared with SEO tools.":[null,"Helpas al la malkovro kaj kunhavigo de via enhavo per iloj por serĉiloj."],"Protect your site from spam.":[null,"Protekto de via retejo de trudaĵoj."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"Tiu ĉi retejo ne estas konektita al WordPress.com. Bonvole petu la retejan administranton konektiĝi."],"Spam filtering":[null,"Filtrado de trudaĵoj"],"Daily, automated malware scanning":[null,"Ĉiutaga, aŭtomata skanado kontraŭ fiprogramoj"],"13Gb of high-speed video hosting":[null,"13Gb de gastigado de rapidaj filmoj"],"Daily, automated backups (unlimited storage)":[null,"Ĉiutagaj, aŭtomataj sekurkopioj (senlima tenado)"],"Daily, automated malware scanning with automated resolution":[null,"Ĉiutaga, aŭtomata skanado kontraŭ fiprogramoj kun aŭtomata solvado"],"Unlimited high-speed video hosting":[null,"Senlima rapida gastigado de filmoj"],"SEO preview tools":[null,"Iloj por antaúrigardo de serĉila optimumigo"],"Site stats, related content, and sharing tools":[null,"Iloj por retejaj statistikaĵoj, rilata enhavo kaj kunhavigo"],"Brute force attack protection and uptime monitoring":[null,"Protekto kontraŭ brutfortaj atakoj kaj observo de funkci-daŭro"],"Unlimited, high-speed image hosting":[null,"Senlima, rapida gastigado de bildoj"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"Je malkonekto de %(siteName)s disde WordPress.com, vi jam ne havos aliron al la sekvaj:"],"Read more about Jetpack benefits":[null,"Legi pli pri la avantaĝoj de Jetpack"],"An Automattic Airline":[null,"Flugkompanio Automattic"],"Manage site connection":[null,"Administri retejan konekton"],"Connect your account to WordPress.com to view more stats":[null,"Konektu vian konton al WordPress.com por vidi pliajn statistikaĵojn"],"Theme enhancements":[null,"Etosaj plibonigoj"],"Load more posts using the default theme behavior":[null,"Ŝargas pliajn afiŝojn uzante la defaŭltan konduton de etoso"],"Load more posts in page with a button":[null,"Ŝargas pliajn afiŝojn en paĝon per butono"],"Load more posts as the reader scrolls down":[null,"Ŝargas pliajn afiŝojn kiam la leganto rulumas pli suben"],"Theme support required.":[null,"Subteno de la etoso postulata."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Por lerni pli pri la aldono de subteno por Senfina rulumado al via etoso."],"Use excerpts instead of full posts on front page and archive pages":[null,"Uzo de eltiraĵoj anstataŭ plenaj afiŝoj sur la ĉefpaĝo kaj arkivaj paĝoj"],"Show featured images":[null,"Montro de elstarigitaj bildoj"],"Must be enabled to use tiled galleries.":[null,"Devas esti ebligita por uzi kahelitaj galerioj."],"Enable the WordPress.com toolbar":[null,"Ebligi la ilobreton de WordPress.com"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"La ilobreto de WordPress.com anstataŭigas la defaŭltan administran breton kaj donas rapidajn ligilojn al la Legilo, ĉiuj viaj retejoj, via profilo ĉe WordPress.com kaj avizoj. Unuigu vian WordPressan sperton per unuopa ilobreto por ĉie."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Verkadaj iloj por vi aperos tie ĉi kiam administranto ebligas ilin."],"Portfolios":[null,"Tekoj"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Aldoni, organizi kaj montri {{portfolioLink}}tekojn{{/portfolioLink}}. Se via etoso ankoraŭ ne subtenas tekojn, vi povas montri ilin per la koncizkodo ( [portfolio] )"],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Notu, ke {{b}}aŭtentigo de via retejo pere de tiuj servoj ne necesas{{/b}} por ke via retejo estu indeksita de serĉiloj. Por uzi tiujn altnivelajn ilojn por serĉiloj, algluu la suban kodon HTML-etikedan. Se vi spertos problemojn, legu la {{support}}plenajn instrukciojn{{/support}}. Subtenataj aŭtentigaj servoj: {google}}Google-panelo pri serĉoj{{/google}}, {{bing}}Administrejo por retejestroj ĉe Bing{{/bing}}, {{pinterest}} Aŭtentigo de retejoj ĉe Pinterest{{/pinterest}}, kaj {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Generi XML-retejomapojn"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Via retejomapo estas aŭtomate sendita al ĉiuj ĉefaj serĉiloj por indeksado."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Via retejo nune ne estas alirebla al serĉiloj. Eble vi malebligis \"Videbleco al serciloj\" en viaj {{a}}agordoj de Legado{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Kolektas altvalorajn trafikajn statistikaĵojn kaj komprenojn"],"The image helps collect stats, but should work when hidden.":[null,"La bildo helpas kolekti statistikaĵojn, sed devus funkcii kiam kaŝita."],"Count logged in page views from":[null,"Kalkuli ensalutintajn paĝrigardojn de"],"Allow stats reports to be viewed by":[null,"Permesi rigardon de statistikaj raportoj de"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"Vi rajtas alĝustigi tiujn agordojn se vi volas pli altnivelan regadon. Legu pli pri viaj ebloj por {{a}}optimumigo por serĉiloj{{/a}}."],"Configure your SEO settings":[null,"Alĝustigi la agordojn por serĉila optimumigo"],"In \"Upgrade\"":[null,"En \"Promociiĝo\""],"Configure your Google Analytics settings":[null,"Alĝustigi la agordojn de via Analizilo de Google"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Montras reklamojn ĉe la unua artikolo sur via ĉefpaĝo aŭ ĉe la finoj de ĉiu paĝo kaj afiŝo. Por pliigi enspezon, metu aldonajn reklamojn supre de via retejo kaj al lokoj por kromprogrametoj."],"Enable ads and display an ad below each post":[null,"Ebligi reklamojn kaj montri reklamon sub ĉiu afiŝo"],"Display an additional ad at the top of each page":[null,"Montri aldonan reklamon supre de ĉiu paĝo"],"Configure your sharing buttons":[null,"Agordi viajn kunhavigajn butonojn"],"Connect your social media accounts":[null,"Konekto de viaj soci-retaj kontoj"],"Connect your user account to WordPress.com to use this feature":[null,"Por uzi tiun econ, konektu vian uz-konton al WordPress.com"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Permesas al legantoj montri aprezon de viaj afiŝoj per aldono de butono Ŝati al via enhavo"],"Match accounts using email addresses":[null,"Kongruigi kontojn per retpoŝtadresoj"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Postuli kontojn uzi du-paŝan aŭtentigon de WordPress.com"],"Add to whitelist":[null,"Aldoni al akceptita listo"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"Vi rajtas aldoni IP-adreson aŭ serion de adresoj al la listo de akceptitaj adresoj por preventi blokadon de ili de Jetpack. IPv4 kaj IPv6 estas akcepteblaj. Por specifi gamon, entajpu la malaltan kaj altan valorojn apartigitajn de streketo. Ekzemple: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Via retejo estas kopiita kaj sen-minaca."],"Checking your spam protection…":[null,"Kontrolas vian trud-protekton..."],"Fetching key…":[null,"Prenas ŝlosilon..."],"Your site needs an Antispam key.":[null,"Via retejo bezonas kontraŭ-trudan ŝlosilon."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"Estas problemo pri via kontraŭ-truda API-ŝlosilo. {{a}}Lerni pli{{/a}}."],"Your site is not protected from spam.":[null,"Via retejo ne estas protektita de trudaĵoj."],"Your Antispam key is valid.":[null,"Via kontraŭ-truda ŝlosilo estas valida."],"Your site is protected from spam.":[null,"Via retejo estas protektita de trudaĵoj."],"Checking key…":[null,"Kontrolas ŝlosilon..."],"Your API key":[null,"Via API-ŝlosilo"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"Se vi ankoraŭ ne havas API-ŝlosilo, do {{a}}tie ĉi, akiru vian API-ŝlosilon{{/a}} kaj vi ricevos gvidon tra la akiro."],"No search results found for %(term)s":[null,"Neniu serĉrezulto por %(term)s"],"Enter a search term to find settings or close search.":[null,"Entajpu serĉterminon por trovi agordojn aŭ fermu serĉilon."],"Connections":[null,"Konektoj"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Via retejo estas en programista reĝimo, do ĝi ne povas esti konektita al WordPress.com."],"Your site is connected to WordPress.com.":[null,"Via retejo estas konektita al WordPress.com."],"You are the Jetpack owner.":[null,"Vi estas la posedanto de Jetpack."],"Connected as {{span}}%(username)s{{/span}}":[null,"Konektita kiel {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"Vidi viajn retpoŝtajn sekvantojn"],"Connect your user account to WordPress.com to view your email followers":[null,"Konektu vian uz-konton al WordPress.com por vidi viajn retpoŝtajn sekvantojn"],"Color scheme":[null,"Koloraranĝo"],"Enable Markdown use for comments.":[null,"Ebligi Markdown por komentoj."],"Updated settings.":[null,"Ĝisdatigis agordojn."],"Error updating settings. %(error)s":[null,"Eraro dum ĝisdatigo de agordoj. %(error)s"],"Regenerated Post by Email address.":[null,"Regeneris adreson por afiŝi retpoŝte."],"Error regenerating Post by Email address. %(error)s":[null,"Eraro dum regenero de adreso por afiŝi retpoŝte. %(error)s"],"Updated settings. Refreshing page…":[null,"Ĝisdatigis agordojn. Reŝargas paĝon..."],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Nun en {{a}}programista reĝimo{{/a}} (kelkaj ecoj estas malebligitaj) ĉar: {{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}La filtrilo jetpack_development_mode estas aktiva{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}La konstanto JETPACK_DEV_DEBUG estas difinita{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}Mankas punkto en la URL de via retejo (ekz. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"La analizilo de Google estas senpaga servo por aldoni al niaj {{a}}enkonstruitaj statistikaĵoj{{/a}}, kun malsamaj informoj pri via trafiko. La statistikilo de WordPress.com kaj la analizilo de Google uzas malsamajn metodojn por identigi kaj spuri aktivecon ĉe via retejo, do kutime ili montras iomete malsamajn sumojn de vizitoj, rigardoj, ktp."],"Configure Google Analytics settings.":[null,"Agordo de Google-Analytics."],"Image of WordPress login screen protected by Jetpack":[null,"Bildo de ensalutilo de WordPress protektita de Jetpack"],"Google Analytics":[null,"Google-Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Vi povas spuri retejajn statistikaĵojn per Google-Analytics por pli profunda kompreno de la vizitantoj kaj klientoj de via retejo."],"Configure Google Analytics":[null,"Agordi Google-Analytics"],"Activate Google Analytics":[null,"Aktivigi Google-Analytics"],"Download the free apps":[null,"Elŝuto de senpagaj aplikaĵoj"],"Upgrade Focus: VideoPress For Weddings":[null,"Enfokusiĝo de promocio: VideoPress por nuptoj"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}Nun vi povas ankaŭ agordi rilatajn afiŝojn en la Tajlorilo. {{ExternalLink}}Provu!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"Defaŭlte, reklamoj montriĝas je la supro de ĉiu paĝo, afiŝo aŭ la unua artikolo sur via hejmpaĝo. Ankaŭ, vi povas aldoni ilin al la supro de via retejo kaj al kromprogrameta loko por gajni pli!"],"Display an ad unit at the top of your site.":[null,"Montras unuopan reklamon supre de via retejo."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"Per aktivigo de reklamoj, vi konsentas al la {{link}}Uzkondiĉoj{{/link}} de Automattic-reklamoj."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Via servilo estas malĝuste agordita, signifante ke Protekti de Jetpack ne bone povas protekti vian retejon."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Promociiĝu al paga servo por malŝlosi profesian sekurecon, kontraŭtrudajn ilojn, prioritatecan subtenon, optimumigon por serĉiloj kaj monprofitajn ilojn."],"Ads":[null,"Reklamoj"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Gajnu monon per permeso al Jetpack montri altkvalitajn reklamojn (povigitajn de WordAds)."],"Activate Ads":[null,"Aktivigi reklamojn"],"Premium traffic and monetization tools":[null,"Pagplanaj trafikaj kaj profitigaj iloj"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"La paga plano de Jetpack liveras al vi la eblon ricevi enspezon de via retejo per montrado de altkvalitaj reklamoj al vizitantoj. Klientoj de la paga plano ankaŭ profitas de optimumigaj iloj celitaj al kresko de trafiko venantaj de serĉiloj."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"Ni subtenas ĉiajn uzantojn de Jetpack, de ĉiuj planoj. Sed klientoj de paga abono estas prioritatoj, por ke sekurecaj problemoj estu trovitaj kaj riparitaj kiel eble plej rapide."],"In \"Mobile\"":[null,"En \"Portebla\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Agordu avizojn de via Observilo ĉe WordPress.com{{/link}}"],"View your earnings":[null,"Rigardo al via enspezo"],"Activate VideoPress":[null,"Aktivigi VideoPress"],"Upload Videos Now":[null,"Nuna alŝuto de filmoj"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Certigu ke via retejo estas facile trovebla fare de serĉiloj, per optimumigaj iloj por via enhavo kaj sociaj afiŝoj."],"Activate this module to use the advanced SEO tools.":[null,"Aktivigu tiun modulon por uzi la altnivelajn serĉilajn ilojn."],"How much is your website worth?":[null,"Kiom valoras via retejo?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"Por malpli ol la kosto de kafotaso vi povus esti trankvila, sciante ke via laboro havas sekurkopion."],"Configure Site SEO":[null,"Agordi retejan serĉoptimumigon"],"Activate SEO Tools":[null,"Aktivigo de serĉoptimumigaj iloj"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"Por eki, alklaku Aldoni aŭdvidaĵon en la afiŝa redaktilo kaj alŝutu filmon; ni zorgos pri ĉio cetera."],"Introducing our most affordable backups and security plan yet":[null,"Ni prezentas niajn plej pageblajn sekurkopiojn kaj sekurecan tarifon ĝis nun"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Ĉiutagaj sekurkopioj de la datumoj de via retejo kun senlima tenado kaj unuklakaj restarigoj (povigitaj de VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Ĉiutagaj sekurkopioj de la datumoj de via retejo kun senlima tenado, unuklakaj restarigoj, sekureca skanado kaj prioritata helpo (povigitaj de VaultPress). "],"Backups & Security Scanning":[null,"Sekurkopioj k. sekureca skanado"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Realtempaj sekurkopiado de ĉiuj datumoj de via retejo kun senlima tenado, unuklakaj restarigoj, aŭtomata sekureca skanado, unuklaka minaca solvo kaj prioritata helpo (povigitaj de VaultPress). "],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb de rapida, optimumigita kaj senreklama gastigo de filmoj por via retejo (povigita de VideoPress)."],"Video Hosting":[null,"Gastigo de fimoj"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Rapida, optimumigita, senreklama kaj senlima gastigo de filmoj por via retejo (povigita de VideoPress). "],"SEO Tools":[null,"Serĉ-optimumigo"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Altnivelaj serĉoptimumigaj iloj por helpi trovi vian retejon kiam homoj serĉas rilatan enhavon."],"Unlimited and ad-free video hosting":[null,"Senlima kaj senreklama gastigado de filmoj"],"Configure your SEO settings.":[null,"Agordo de serĉila optimumigo."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"La plej facila maniero alŝuti senreklamajn kaj senmarkajn filmojn al via retejo. Vi ricevos statistikaĵojn pri ludado de filmoj kaj la ludilo estas malpeza kaj respondema."],"You are running Jetpack on a staging server.":[null,"Vi uzas Jetpack en klontesta servilo."],"More Info":[null,"Pliaj informoj"],"Search your content.":[null,"Priserĉi vian enhavon."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Administri videblecon de ŝatoj, de la agordoj de la kunhaviga modulo{{/a}}"],"Your current IP: %(ip)s":[null,"Via nuna IP: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"Estas nekonservitaj agordoj en la langeto kiuj malaperos se vi forlasos ĝin. Ĉu daŭrigi?"],"This will reset all Jetpack options, are you sure?":[null,"Tio restarigos ĉiujn opciojn de Jetpack, ĉu vi ĉertas?"],"Search for a Jetpack feature.":[null,"Serĉi econ de Jetpack."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Promociu vian Jetpack, por ke nia moderna sekureca observado trovu malicajn dosierojn kaj tuj informu vin, por via ĉiama scio pri ĉio, kio okazas en via retejo."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"Vi povas vidi la informojn pri sekureca observado en la sekcio \"Je ekrigardo\"."],"Configure your Security Scans":[null,"Agordi la sekurecajn observadojn"],"This module has no configuration options":[null,"Tiu moduloj ne estas agordebla"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Sciigu al serĉiloj kaj vizitantoj, ke vi estas serioza pri la fidindeco de via retejo, per promocio de Jetpack. Niaj kontraŭtrudaj iloj forigos trudajn komentojn, protektos vian reputacion ĉe serĉiloj kaj plifaciligos komunikadon de vizitantoj."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Realtempaj foraj sekurkopioj kun aŭtomataj restarigoj donas al vi trankvilon, por ke vi povu koncentriĝi pri verko de bonega enhavo kaj pliigo de trafiko, dum ni protektas ĉiun parton de via investaĵo. Promociiĝu hodiaŭ."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Difini viajn agordojn %(module_slug)s Settings {{/link}}"],"Subscriber":[null,"Abonanto"],"Big iPhone/iPad Update Now Available":[null,"Nun haveblas granda ĝisdatigo de iPhone/iPad"],"The WordPress for Android App Gets a Big Facelift":[null,"La aplikaĵo WordPress por Android ricevas renovigon"],"WordPress.com Likes are:":[null,"Ŝatoj de WordPress.com estas:"],"Comments headline":[null,"Titolo de komentoj"],"A few catchy words to motivate your readers to comment.":[null,"Kelkaj atentokaptaj vortoj por kuraĝigi viajn legantojn komenti."],"Show a \"follow blog\" option in the comment form":[null,"Montri opcion \"sekvi blogon\" en la komento-formularo"],"Show a \"follow comments\" option in the comment form":[null,"Montri opcion \"sekvi komentojn\" en la komento-formularo"],"Put a chart showing 48 hours of views in the admin bar":[null,"Meti tabelon de 48 horoj da rigardoj en la administran panelon"],"Hide the stats smiley face image":[null,"Kaŝi la ridmienon de statistikaĵoj"],"Whitelisted IP addresses":[null,"Aprobitaj IP-adresoj"],"Show photo metadata (Exif) in carousel, when available":[null,"Montri metadumojn (Exif) pri foto en karuselo, kiam haveblas"],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Montri reklamon por la WordPressaj aplikaĵoj por porteblaĵoj, en la piedo de la porpoŝa etoso"],"Copied!":[null,"Kopiita!"],"Highlight and copy the following text to your clipboard:":[null,"Emfazi kaj kopii la sekvan tekston al via tondejo:"],"Regenerate address":[null,"Ree generi adreson"],"Automatically proofread content when: ":[null,"Aŭtomate provlegi enhavon kiam:"],"A post or page is first published":[null,"Afiŝo aŭ paĝo estas unuafoje publikigita"],"A post or page is updated":[null,"Afiŝo aŭ paĝo estas ĝisdatigita"],"Automatic Language Detection":[null,"Aŭtomata rekono de lingvo"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"La provlegilo subtenas la anglan, francan, germanan, portugalan kaj hispanan."],"Enable proofreading for the following grammar and style rules: ":[null,"Ebligi provlegadon por la sekvaj reguloj de gramatiko kaj stilo:"],"Add a phrase":[null,"Aldoni frazon"],"Cheatin' uh?":[null,"Vi ruzemas, ĉu ne?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}Ĉu vi farus la komplezon rakonti al ni la kialojn de la nekompleta konektiĝo al Jetpack, per tiu ĉi {{a}}2-demanda enketo{{/a}}?{{/p}}{{p}}Jetpack-konektiĝo estas deviga por la funkciado de niaj senpagaj sekurecaj kaj trafikaj ebloj.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Bonvenon al {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Via Jetpack jam estas konektita."],"You're fueled up and ready to go, Jetpack is now active.":[null,"Vi estas fuelita kaj preta flugi, Jetpack nun estas aktiva."],"You're fueled up and ready to go.":[null,"Vi estas fuelita kaj preta flugi."],"You are currently running a development version of Jetpack.":[null,"Vi nune uzas programistan version de Jetpack."],"Submit Beta feedback":[null,"Sendi pritakson pri beta fazo"],"What would you like to see on your Jetpack Dashboard?":[null,"Kion vi volas vidi en via administra panelo de Jetpack?"],"Let us know!":[null,"Lasu nin scii!"],"Welcome to Jetpack":[null,"Bonvenon al Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Bonvole konektiĝu al WordPress.com aŭ kreu konton, por ekuzi Jetpack. Tio ebligos povajn sekurecan, trafikan kaj tajloran servojn."],"No account? Create one for free":[null,"Ĉu neniu konto? Vi povas senpage krei konton"],"Saving…":[null,"Konservas..."],"Save Settings":[null,"Konservi agordojn"],"Jetpack Stats Icon":[null,"Piktogramo por statistikaĵoj de Jetpack"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"{{a}}Aktivigu statistikaĵojn de la retejo{{/a}} por vidi detalitajn statistikaĵojn, ŝatojn, sekvantojn, abonantojn kaj pli! {{a1}}Lerni pli{{/a1}}"],"Activate Site Stats":[null,"Aktivigi statistikaĵojn de la retejo"],"Security Scanning":[null,"Sekureca skanado"],"Upgrade":[null,"Ĝisdatigi"],"ACTIVE":[null,"AKTIVA"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Kodrompistoj, robot-retoj kaj trudistoj atakas retejojn hazarde. Ilia celo estas ataki ĉie, ofte. Nia celo estas helpi vin prepari per bloko de tiuj ĉi minacoj, kaj en la plej malbona kazo, ni ĉeestos por helpi vin restarigi vian retejon al la antaŭa bonstato."],"Your site is on the Free Jetpack Plan":[null,"Via retejo havas la pakaĵon Jetpack Senpage"],"Your site is on Development Mode":[null,"Via retejo estas en programista reĝimo"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Post via konektiĝo, vi povos promociiĝi al paga abono, por rajtigi vin al monduma sekureco, protektiloj kontraŭ trudaĵoj kaj ĝui esti prioritato por helpo."],"State-of-the-art spam defense powered by Akismet.":[null,"La plej altnivela defendo kontraŭ trudaĵoj povigita de Akismet."],"View your spam stats":[null,"Rigardi viajn statistikaĵojn pri trudaĵoj"],"Configure Akismet":[null,"Agordi Akismet"],"View your security dashboard":[null,"Rigardi vian sekurecan panelon"],"Configure VaultPress":[null,"Agordi VaultPress"],"Compare Plans":[null,"Kompari planojn"],"Maximum grade security":[null,"La maksimumo en sekureco"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Realtempa sekurkopiado kun senlima spaco, unu-klakaj restarigoj, fortikigita observado kontraŭ trudaĵoj, defendo kontraŭ fiprogramoj kaj protekto kontraŭ brutfortaj ensalutoj - ĉio tio en unu loko kaj optimumigita por WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Fortikigita elfiltrado de trudaĵoj protektas vian markon, viajn legantojn kaj plibonigas rezultojn ĉe serĉiloj. Skanado kontraŭ fiprogramoj donas trankvilon kaj sekurigon al via administra sekcio."],"Enjoy priority support":[null,"Vi rajtas esti prioritato por subteno"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"La retejo estas en programista reĝimo, do vi ne povas konekti ĝin al WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Ligu vian konton al WordPress.com por plene profiti de Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"Por aŭtomata, multampleksa skanado kontraŭ sekurecaj minacoj, bonvole {{a}}instalu kaj aktivigu{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"Por aŭtomata, ampleksa observado de sekurecaj minacoj, bonvole {{a}}promociu vian konton{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetpack aktive blokas malicajn ensalut-provojn. Detaloj montriĝos post nelonge!"],"Total malicious attacks blocked on your site.":[null,"La sumo de malicaj atakoj blokitaj de via retejo."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Aktivigu Protekti{{/a}} por teni vian retejon protektita de malicaj ensalut-provoj"],"All plugins are up-to-date. Awesome work!":[null,"Ĉiuj kromprogramoj estas ĝisdataj. Bonega laboro!"],"Jetpack is improving and optimizing your image speed.":[null,"Jetpack plibonigas kaj optimumigas la rapidon de viaj bildoj."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack observas vian retejon. Se ni opinias, ke via retejo paneis, vi ricevos retleteron."],"Security":[null,"Sekureco"],"Performance":[null,"Rendimento"],"Backups":[null,"Sekurkopioj"],"{{a}}View backup details{{/a}}.":[null,"{{a}}Rigardi detalojn pri la sekurkopio{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"Por aŭtomate krei sekurkopion de via tuta retejo, bonvole {{a}}instalu kaj aktivigu{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"Ne haveblas en programista reĝimo."],"Spam Protection":[null,"Protekto kontraŭ trudaĵoj"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"Por la plej moderna defendo kontraŭ trudaĵoj, bonvole {{a}}instalu Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"Por la plej moderna defendo kontraŭ trudaĵoj, bonvole {{a}}aktivigu Akismet{{/a}}."],"Invalid key":[null,"Nevalida ŝlosilo"],"Unavailable in Dev Mode":[null,"Nehaveblas en programista reĝimo"],"Activating recommended features…":[null,"Aktivigas rekomenditajn ecojn..."],"Recommended features active.":[null,"Rekomenditaj ecoj estas aktivaj."],"Recommended features failed to activate. %(error)s":[null,"Rekomenditaj ecoj malsukcesis aktiviĝi. %(error)s"],"Activating %(slug)s…":[null,"Aktivigas %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s estis aktivigita."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s malsukcesis aktiviĝi. %(error)s"],"Deactivating %(slug)s…":[null,"Malaktivigas %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s estis malaktivigita."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s fiaskis en malaktiviĝo. %(error)s"],"Updating %(slug)s settings…":[null,"Ĝisdatigas agordojn de %(slug)s..."],"Updated %(slug)s settings.":[null,"Ĝisdatigis agordojn de %(slug)s."],"Error updating %(slug)s settings. %(error)s":[null,"Eraro dum ĝisdatigo de agordoj de %(slug)s. %(error)s"],"Updating %(slug)s address…":[null,"Ĝisdatigas adreson de %(slug)s…"],"Regenerated %(slug)s address .":[null,"Regeneris adreson %(slug)s."],"Error regenerating %(slug)s address. %(error)s":[null,"Eraro dum regenero de adreso %(slug). %(error)s"],"Resetting Jetpack options…":[null,"Restarigas opciojn de Jetpack..."],"Options reset.":[null,"Opcioj estas restarigitaj."],"Options failed to reset.":[null,"Opcioj mise ne restariĝis."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"Eraro okazis dum malkonekto de Jetpack. Eraro: %(error)s"],"Unlinking from WordPress.com":[null,"Malligiĝas de WordPress.com"],"Unlinked from WordPress.com.":[null,"Malligita de WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Eraro okazis dum malligiĝo de WordPress.com. %(error)s"],"At A Glance":[null,"Je ekrigardo"],"Clichés":[null,"Kliŝaĵoj"],"Dashboard":[null,"Panelo"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"Ĉu vi volas eldiri la kialon? Nur {{a}}respondo al du simplaj demandoj{{/a}} helpus nin plibonigi Jetpack."],"Automattic's Privacy Policy":[null,"Privateca politiko de Automattic"],"WordPress.com Terms of Service":[null,"Kondiĉoj por uzado de WordPress.com"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Aktivigu{{/a}} por plibonigi la rendimenton kaj rapidon de viaj bildoj."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Ŝalti aŭtomatajn ĝisdatigojn de kromprogramoj{{/a}}"],"Plugin Updates":[null,"Ĝisdatigoj de kromprogramoj"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"Por aŭtomate krei sekurkopion de via tuta retejo, bonvole {{a}}promociiĝu{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"Aj! Via Akismet-ŝlosilo mankas aŭ estas nevalida. {{akismetSettings}}Iru al agordoj de Akismet por ripari{{/akismetSettings}}."],"No threats found, you're good to go!":[null,"Neniuj minacoj trovitaj, vi pretas flugi!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Kontakti helpon{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}Vidi detalojn ĉe VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Aktivigu Observilon{{/a}} por ricevi avertojn se via retejo paneos."],"Loading…":[null,"Ŝargas..."],"Downtime Monitoring":[null,"Observado de periodo de nefunkciado"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}Vidi pliajn statistikaĵojn ĉe WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}Vidi detalitajn statistikaĵojn{{/button}}"],"All-time comments":[null,"Komentoj dekomence"],"All-time views":[null,"Rigardoj dekomence"],"Best overall day":[null,"La plej bona tago ĝenerale"],"Views today":[null,"Rigardoj hodiaŭ"],"Months":[null,"Monatoj"],"Weeks":[null,"Semajnoj"],"Days":[null,"Tagoj"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Io misis dum ŝargo de statistikaĵoj. Bonvole provu denove pli poste aŭ {{a}}rigardu viajn statistikaĵojn nun ĉe WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Alklaku por vidi detalitajn statistikaĵojn."],"Views: %(numberOfViews)s":[null,"Rigardoj: %(numberOfViews)s"],"Week of %(date)s":[null,"Semajno de %(date)s"],"Manage security on WordPress.com":[null,"Administri sekurecon ĉe WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Ecoj povas esti (mal)aktivigitaj laŭplaĉe."],"Jetpack's recommended features include:":[null,"Rekomenditaj ecoj de Jetpack estas inkluzive de:"],"Activate recommended features":[null,""],"Link to WordPress.com":[null,"Ligi al WordPress.com"],"Unlink me from WordPress.com":[null,"Malligi min de WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Aliĝu al la milionoj da uzantoj dependantaj de Jetpack por plibonigi kaj sekurigi iliajn retejojn. Ni estas pasiaj pri WordPress kaj ĉeestas por plifaciligi vian vivon."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utiligas la plej modernan enhav-liveran reton de WordPress.com por ŝargi viajn belegajn bildojn super-rapide. Optimumigita por ĉia aparato, kaj estas senpage."],"Lightning fast, optimized images":[null,"Fulmrapidaj, optimumigitaj bildoj"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Neniam maltrafu sekurecan eldonon aŭ malŝparu tempon per ĝisdatigo de pluraj retejoj."],"Automatic site updates.":[null,"Aŭtomataj ĝisdatigoj al la retejo."],"Live site monitoring.":[null,"Realtempa observado de retejo."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Trankviliĝu per Protekti, la ilo respondeca por la blokado de miliardoj da ensalut-atakoj trans milionoj da retejoj."],"Block site attacks.":[null,"Bloki atakojn kontraŭ la retejo."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack blokas malicajn ensalut-provojn, lasas vin scii se via retejo paneos kaj povas aŭtomate ĝisdatigi viajn kromprogramojn, por ke vi ne maltrankviliĝu."],"Site security and peace of mind":[null,"Reteja sekureco kaj trankvileco"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack jungas la povon de WordPress.com por montri al vi detalitajn informojn pri viaj vizitantojn, kion ili legas kaj de kie ili venas."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Tenu la atenton de vizitantoj per plia enhavo por kunhavigi kaj legi, fare de Rilataj afiŝoj."],"Increase page views.":[null,"Pliigu paĝrigardojn."],"Give visitors the tools to share and subscribe to your content.":[null,"Donu al vizitantoj la ilojn por kunhavigi kaj aboni vian enhavon."],"Build a community.":[null,"Konstruu komunumon."],"Sharing & Like Buttons":[null,"Butonoj de kunhavigado kaj ŝatoj"],"Automated social marketing.":[null,"Aŭtomata socia merkatado."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack havas multaj ilojn pri trafiko kaj intereso por helpi vin akiri pliajn vizitantojn al via retejo kaj por teni la intereson."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Malŝtreĉiĝu. Observilo sendos al vi avertojn realtempe se via retejo iam paneos."],"Track your growth":[null,"Sekvi vian kreskon"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Uzu Publici por aŭtomate kunhavigi viajn afiŝojn kun amikoj, sekvantoj kaj ĉirkaŭ la mondo."],"Drive more traffic to your site":[null,"Allogi pliajn okulojn al via retejo"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null," Eraro dum konektiĝo kun Jetpack. Bonvole alklaku al \"Konektiĝi kun WordPress.com\" denove."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Eraro dum konektiĝo kun Jetpack; malaktivigu poste reaktivigu la kromprogramon Jetpack, post tio ree konektiĝu."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Vi bezonas resti ensalutinta al via WordPressa blogo dum vi rajtigas Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Via Jetpack misfunkcias{{/s}} Ni pardonpetas pro la problemo. Bonvole provu denove pli poste, se la problemo daŭros bonvole kontaktu helpon uzante tiun ĉi mesaĝon: %(error_key)s"],"Disconnecting Jetpack":[null,"Malkonekto de Jetpack"],"Learn more":[null,"Lerni pli"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Montri rilatan enhavon post afiŝoj"],"Use a large and visually striking layout":[null,"Uzu grandan kaj okulfrapan aranĝon"],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Montri kapon \"Rilataj\" por pli klare apartigi la rilatan sekcion de afiŝoj"],"Related":[null,"Rilataj"],"Email Address":[null,"Retpoŝta adreso"],"Media":[null,"Aŭdvidaĵoj"],"Site Stats":[null,"Statistikaĵoj de la retejo"],"Testimonials":[null,"Atestoj"],"Comments":[null,"Komentoj"],"Ignored Phrases":[null,"Ignoritaj frazoj"],"Use automatically detected language to proofread posts and pages":[null,"Uzi aŭtomate trovitan lingvon por provlegi afiŝojn kaj paĝojn"],"Redundant Phrases":[null,"Ripetaj frazoj"],"Phrases to Avoid":[null,"Evitindaj frazoj"],"Passive Voice":[null,"Pasivo"],"Jargon":[null,"Ĵargono"],"Hidden Verbs":[null,"Kaŝitaj verboj"],"Double Negatives":[null,"Duobla neado"],"Diacritical Marks":[null,"Diakritaĵoj"],"Complex Phrases":[null,"Kompleksaj frazoj"],"Bias Language":[null,"Antaŭjuĝa lingvaĵo"],"English Options":[null,"Anglaj opcioj"],"Proofreading":[null,"Provlegado"],"Connect Jetpack":[null,"Konekti Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack ne povis kontakti WordPress.com: %(error_key)s. Tio kutime signifas, ke io estas malĝuste agordita ĉe via interreta gastiganto."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com nun spertas problemojn kaj ne povas fueli vian Jetpack. Bonvole provu denove poste."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Via Jetpack misfunkcias.{{/s}} Konekto de tiu ĉi retejo kun WordPress.com ne eblas. Tio kutime signifas, ke via retejo ne estas publike alirebla (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Via retejo bezonas esti publike alirebla por uzi Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"Vi sukcese malkonektis Jetpack"],"Activate":[null,"Aktivigi"],"Active":[null,"Aktivaj"],"Settings":[null,"Agordoj"],"Learn More":[null,"Lerni pli"],"Disconnect Jetpack":[null,"Malkonekti Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Elprovi la kongruecon de via retejo kun Jetpack."]}
languages/json/jetpack-es_AR.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2016-08-30 18:31:41+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"es_AR","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,"Este módulo no tiene opciones de configuración."],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Que los motores de búsqueda y tus visitantes sepan que te tomás en serio la integridad de tus sitios mejorando Jetpack. Nuestras herramientas anti-spam eliminarán el spam de comentarios, protegerán tu posicionamiento en buscadores y harán fácil a tus visitantes seguir en contacto."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Relajáte. Monitor te enviará alertas en tiempo real si tu sitio se cae."],"Track your growth":[null,"Seguí tu crecimiento"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Usá Publicitar para compartir automáticamente tus entradas con amigos, seguidores y el mundo."],"Drive more traffic to your site":[null,"Traé más tráfico a tu sitio"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Tuvimos un inconveniente conectando Jetpack. Desactivá y reactivá el plugin Jetpack, luego conectáte de nuevo."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Tenés que mantener la sesión iniciada en tu blog WordPress mientras autorizas Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Desconectando Jetpack"],"Learn more":[null,"Más Información"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Mostrar contenido relacionado después de las entradas"],"Use a large and visually striking layout":[null,"Usar un diseño grande y visualmente atractivo."],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Mostrar el texto \"Relacionado\" para separar más claramente la sección de las entradas"],"Related":[null,"Relacionado"],"Email Address":[null,"Dirección de email"],"Media":[null,"Medios"],"Site Stats":[null,"Estadísticas del sitio"],"Testimonials":[null,"Testimonios"],"Comments":[null,"Comentarios"],"Ignored Phrases":[null,"Frases ignoradas"],"Use automatically detected language to proofread posts and pages":[null,"Utilizar idioma detectado automáticamente para corregir entradas y páginas"],"Redundant Phrases":[null,"Frases Redundantes"],"Phrases to Avoid":[null,"Frases para Evitar"],"Passive Voice":[null,"Voz Pasiva"],"Jargon":[null,"Jerga"],"Hidden Verbs":[null,"Verbos ocultos"],"Double Negatives":[null,"Doble negaciones"],"Diacritical Marks":[null,"Signos Diacríticos"],"Complex Phrases":[null,"Frases Complejas"],"Bias Language":[null,"Sesgos de Idioma"],"English Options":[null,"Opciones de Inglés"],"Proofreading":[null,"Revisión"],"Connect Jetpack":[null,"Conectá Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com tiene problemas ahora y no puede reabastecer tu Jetpack. Por favor, probá de nuevo luego."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"Activar"],"Active":[null,"Activo"],"Settings":[null,"Configuración"],"Learn More":[null,"Más Información"],"Disconnect Jetpack":[null,"Desconectar Jetpack"],"Test your site’s compatibility with Jetpack.":[null,""]}
1
+ {"":{"po-revision-date":"2016-08-30 18:31:41+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"es_AR","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,"Este módulo no tiene opciones de configuración."],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Que los motores de búsqueda y tus visitantes sepan que te tomás en serio la integridad de tus sitios mejorando Jetpack. Nuestras herramientas anti-spam eliminarán el spam de comentarios, protegerán tu posicionamiento en buscadores y harán fácil a tus visitantes seguir en contacto."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Relajáte. Monitor te enviará alertas en tiempo real si tu sitio se cae."],"Track your growth":[null,"Seguí tu crecimiento"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Usá Publicitar para compartir automáticamente tus entradas con amigos, seguidores y el mundo."],"Drive more traffic to your site":[null,"Traé más tráfico a tu sitio"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Tuvimos un inconveniente conectando Jetpack. Desactivá y reactivá el plugin Jetpack, luego conectáte de nuevo."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Tenés que mantener la sesión iniciada en tu blog WordPress mientras autorizas Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Desconectando Jetpack"],"Learn more":[null,"Más Información"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Mostrar contenido relacionado después de las entradas"],"Use a large and visually striking layout":[null,"Usar un diseño grande y visualmente atractivo."],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Mostrar el texto \"Relacionado\" para separar más claramente la sección de las entradas"],"Related":[null,"Relacionado"],"Email Address":[null,"Dirección de email"],"Media":[null,"Medios"],"Site Stats":[null,"Estadísticas del sitio"],"Testimonials":[null,"Testimonios"],"Comments":[null,"Comentarios"],"Ignored Phrases":[null,"Frases ignoradas"],"Use automatically detected language to proofread posts and pages":[null,"Utilizar idioma detectado automáticamente para corregir entradas y páginas"],"Redundant Phrases":[null,"Frases Redundantes"],"Phrases to Avoid":[null,"Frases para Evitar"],"Passive Voice":[null,"Voz Pasiva"],"Jargon":[null,"Jerga"],"Hidden Verbs":[null,"Verbos ocultos"],"Double Negatives":[null,"Doble negaciones"],"Diacritical Marks":[null,"Signos Diacríticos"],"Complex Phrases":[null,"Frases Complejas"],"Bias Language":[null,"Sesgos de Idioma"],"English Options":[null,"Opciones de Inglés"],"Proofreading":[null,"Revisión"],"Connect Jetpack":[null,"Conectá Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com tiene problemas ahora y no puede reabastecer tu Jetpack. Por favor, probá de nuevo luego."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"Activar"],"Active":[null,"Activo"],"Settings":[null,"Configuración"],"Learn More":[null,"Más Información"],"Disconnect Jetpack":[null,"Desconectar Jetpack"],"Test your site’s compatibility with Jetpack.":[null,""]}
languages/json/jetpack-es_CL.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2016-03-07 20:53:58+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"es_CL","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,""],"Track your growth":[null,""],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,""],"Drive more traffic to your site":[null,""],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,""],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,""],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Desconectando Jetpack"],"Learn more":[null,"Aprender más"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Mostrar contenido relacionado después de las entradas"],"Use a large and visually striking layout":[null,"Usa un diseño grande y visualmente atractivo. "],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Mostrar el texto \"Relacionado\" para separar más claramente la sección de las entradas"],"Related":[null,"Relacionado"],"Email Address":[null,"Dirección de email"],"Media":[null,"Medios"],"Site Stats":[null,"Estadísticas del sitio"],"Testimonials":[null,"Testimonios"],"Comments":[null,"Comentarios"],"Ignored Phrases":[null,"Frases ignoradas"],"Use automatically detected language to proofread posts and pages":[null,"Utilizar idioma detectado automáticamente para corregir entradas y páginas"],"Redundant Phrases":[null,"Frases Redundantes"],"Phrases to Avoid":[null,"Frases para Evitar"],"Passive Voice":[null,"Voz Pasiva"],"Jargon":[null,"Jerga"],"Hidden Verbs":[null,"Verbos ocultos"],"Double Negatives":[null,"Doble negaciones"],"Diacritical Marks":[null,"Signos Diacríticos"],"Complex Phrases":[null,"Frases Complejas"],"Bias Language":[null,"Sesgos de Idioma"],"English Options":[null,"Opciones de Inglés"],"Proofreading":[null,"Revisión"],"Connect Jetpack":[null,"Conectar Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com tiene problemas ahora mismo y no puede repostar tu Jetpack. Por favor, int&#233;ntalo m&#225;s tarde."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"Activar"],"Active":[null,"Activo"],"Settings":[null,"Configuración"],"Learn More":[null,"Más Información"],"Disconnect Jetpack":[null,"Desconectar Jetpack"],"Test your site’s compatibility with Jetpack.":[null,""]}
1
+ {"":{"po-revision-date":"2016-03-07 20:53:58+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"es_CL","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,""],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,""],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,""],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,""],"Try it out!":[null,""],"Read the full release post":[null,""],"People around page":[null,""],"A new contact form is here at last!":[null,""],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,""],"Explore Professional":[null,""],"Compare All Plans":[null,""],"Limited time 50% introductory discount on Jetpack Professional.":[null,""],"Person with laptop":[null,""],"Your Jetpack site is ready to go!":[null,""],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,""],"Stars":[null,""],"Jupiter":[null,""],"Welcome to Jetpack Personal":[null,""],"Security essentials (daily backups, spam filtering), and priority support.":[null,""],"Welcome to Jetpack Premium":[null,""],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,""],"Welcome to Jetpack Professional":[null,""],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,""],"Social Media Scheduling":[null,""],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,""],"Schedule Posts":[null,""],"Activate Publicize":[null,""],"Explore Premium and Professional Options":[null,""],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,""],"Business class security: malware scanning, real-time backups, and threat resolution":[null,""],"Social media automation and scheduling":[null,""],"Income generation from a WordPress ad program":[null,""],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,""],"Over 200 Premium themes to explore":[null,""],"Business class security: real-time backups and threat resolution":[null,""],"SEO and social media previewing tools":[null,""],"Unlimited ad-free video hosting":[null,""],"Google Analytics integration":[null,""],"Explore Jetpack Professional":[null,""],"Introducing Unlimited Themes":[null,""],"Unlimited Premium Themes":[null,""],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,""],"Explore":[null,""],"You are not connected to WordPress.com.":[null,""],"Your site is backed up.":[null,""],"Image Performance":[null,""],"Get WordPress Apps for every device":[null,""],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,""],"I already use this app.":[null,""],"Create address":[null,""],"Priority support":[null,""],"Add sharing buttons to your posts":[null,""],"Automatically share your posts to social networks":[null,""],"Updating settings…":[null,""],"Updating Post by Email address…":[null,""],"Your paid plan gives you access to prioritized Jetpack support.":[null,""],"You have paid for backups but they're not yet active.":[null,""],"You have paid for backups and security scanning but they’re not yet active.":[null,""],"Click \"Set Up\" to finish installation.":[null,""],"Checking site status…":[null,""],"We're here to help":[null,""],"Jetpack comes with free, basic support for all users.":[null,""],"Ask a question":[null,""],"Search our support site":[null,""],"Get a faster resolution to your support questions.":[null,""],"Host fast, high-quality, ad-free video.":[null,""],"Generate income with high-quality ads.":[null,""],"Real-time site backups and automatic threat resolution.":[null,""],"Protect against data loss, malware, and malicious attacks.":[null,""],"Integrate easily with Google Analytics.":[null,""],"Help your content get found and shared with SEO tools.":[null,""],"Protect your site from spam.":[null,""],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,""],"Spam filtering":[null,""],"Daily, automated malware scanning":[null,""],"13Gb of high-speed video hosting":[null,""],"Daily, automated backups (unlimited storage)":[null,""],"Daily, automated malware scanning with automated resolution":[null,""],"Unlimited high-speed video hosting":[null,""],"SEO preview tools":[null,""],"Site stats, related content, and sharing tools":[null,""],"Brute force attack protection and uptime monitoring":[null,""],"Unlimited, high-speed image hosting":[null,""],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,""],"Read more about Jetpack benefits":[null,""],"An Automattic Airline":[null,""],"Manage site connection":[null,""],"Connect your account to WordPress.com to view more stats":[null,""],"Theme enhancements":[null,""],"Load more posts using the default theme behavior":[null,""],"Load more posts in page with a button":[null,""],"Load more posts as the reader scrolls down":[null,""],"Theme support required.":[null,""],"Learn more about adding support for Infinite Scroll to your theme.":[null,""],"Use excerpts instead of full posts on front page and archive pages":[null,""],"Show featured images":[null,""],"Must be enabled to use tiled galleries.":[null,""],"Enable the WordPress.com toolbar":[null,""],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,""],"Writing tools available to you will be shown here when an administrator enables them.":[null,""],"Portfolios":[null,""],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,""],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,""],"Bing":[null,""],"Yandex":[null,""],"Generate XML sitemaps":[null,""],"Your sitemap is automatically sent to all major search engines for indexing.":[null,""],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,""],"Collecting valuable traffic stats and insights":[null,""],"The image helps collect stats, but should work when hidden.":[null,""],"Count logged in page views from":[null,""],"Allow stats reports to be viewed by":[null,""],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,""],"Configure your SEO settings":[null,""],"In \"Upgrade\"":[null,""],"Configure your Google Analytics settings":[null,""],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,""],"Enable ads and display an ad below each post":[null,""],"Display an additional ad at the top of each page":[null,""],"Configure your sharing buttons":[null,""],"Connect your social media accounts":[null,""],"Connect your user account to WordPress.com to use this feature":[null,""],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,""],"Match accounts using email addresses":[null,""],"Require accounts to use WordPress.com Two-Step Authentication":[null,""],"Add to whitelist":[null,""],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,""],"Your site is backed up and threat-free.":[null,""],"Checking your spam protection…":[null,""],"Fetching key…":[null,""],"Your site needs an Antispam key.":[null,""],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,""],"Your site is not protected from spam.":[null,""],"Your Antispam key is valid.":[null,""],"Your site is protected from spam.":[null,""],"Checking key…":[null,""],"Your API key":[null,""],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,""],"No search results found for %(term)s":[null,""],"Enter a search term to find settings or close search.":[null,""],"Connections":[null,""],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,""],"Your site is connected to WordPress.com.":[null,""],"You are the Jetpack owner.":[null,""],"Connected as {{span}}%(username)s{{/span}}":[null,""],"View your Email Followers":[null,""],"Connect your user account to WordPress.com to view your email followers":[null,""],"Color scheme":[null,""],"Enable Markdown use for comments.":[null,""],"Updated settings.":[null,""],"Error updating settings. %(error)s":[null,""],"Regenerated Post by Email address.":[null,""],"Error regenerating Post by Email address. %(error)s":[null,""],"Updated settings. Refreshing page…":[null,""],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,""],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,""],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,""],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,""],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,""],"Configure Google Analytics settings.":[null,""],"Image of WordPress login screen protected by Jetpack":[null,""],"Google Analytics":[null,""],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,""],"Configure Google Analytics":[null,""],"Activate Google Analytics":[null,""],"Download the free apps":[null,""],"Upgrade Focus: VideoPress For Weddings":[null,""],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,""],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,""],"Display an ad unit at the top of your site.":[null,""],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,""],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,""],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,""],"Ads":[null,""],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,""],"Activate Ads":[null,""],"Premium traffic and monetization tools":[null,""],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,""],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,""],"In \"Mobile\"":[null,""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,""],"View your earnings":[null,""],"Activate VideoPress":[null,""],"Upload Videos Now":[null,""],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,""],"Activate this module to use the advanced SEO tools.":[null,""],"How much is your website worth?":[null,""],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,""],"Configure Site SEO":[null,""],"Activate SEO Tools":[null,""],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,""],"Introducing our most affordable backups and security plan yet":[null,""],"Jetpack Personal keeps your data, site, and hard work safe.":[null,""],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,""],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,""],"Backups & Security Scanning":[null,""],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,""],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,""],"Video Hosting":[null,""],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,""],"SEO Tools":[null,""],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,""],"Unlimited and ad-free video hosting":[null,""],"Configure your SEO settings.":[null,""],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,""],"You are running Jetpack on a staging server.":[null,""],"More Info":[null,""],"Search your content.":[null,""],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,""],"Your current IP: %(ip)s":[null,""],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,""],"This will reset all Jetpack options, are you sure?":[null,""],"Search for a Jetpack feature.":[null,""],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,""],"You can see the information about security scanning in the \"At a Glance\" section.":[null,""],"Configure your Security Scans":[null,""],"This module has no configuration options":[null,""],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,""],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,""],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,""],"Subscriber":[null,""],"Big iPhone/iPad Update Now Available":[null,""],"The WordPress for Android App Gets a Big Facelift":[null,""],"WordPress.com Likes are:":[null,""],"Comments headline":[null,""],"A few catchy words to motivate your readers to comment.":[null,""],"Show a \"follow blog\" option in the comment form":[null,""],"Show a \"follow comments\" option in the comment form":[null,""],"Put a chart showing 48 hours of views in the admin bar":[null,""],"Hide the stats smiley face image":[null,""],"Whitelisted IP addresses":[null,""],"Show photo metadata (Exif) in carousel, when available":[null,""],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,""],"Copied!":[null,""],"Highlight and copy the following text to your clipboard:":[null,""],"Regenerate address":[null,""],"Automatically proofread content when: ":[null,""],"A post or page is first published":[null,""],"A post or page is updated":[null,""],"Automatic Language Detection":[null,""],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,""],"Enable proofreading for the following grammar and style rules: ":[null,""],"Add a phrase":[null,""],"Cheatin' uh?":[null,""],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,""],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,""],"Your Jetpack is already connected.":[null,""],"You're fueled up and ready to go, Jetpack is now active.":[null,""],"You're fueled up and ready to go.":[null,""],"You are currently running a development version of Jetpack.":[null,""],"Submit Beta feedback":[null,""],"What would you like to see on your Jetpack Dashboard?":[null,""],"Let us know!":[null,""],"Welcome to Jetpack":[null,""],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,""],"No account? Create one for free":[null,""],"Saving…":[null,""],"Save Settings":[null,""],"Jetpack Stats Icon":[null,""],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,""],"Activate Site Stats":[null,""],"Security Scanning":[null,""],"Upgrade":[null,""],"ACTIVE":[null,""],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,""],"Your site is on the Free Jetpack Plan":[null,""],"Your site is on Development Mode":[null,""],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,""],"State-of-the-art spam defense powered by Akismet.":[null,""],"View your spam stats":[null,""],"Configure Akismet":[null,""],"View your security dashboard":[null,""],"Configure VaultPress":[null,""],"Compare Plans":[null,""],"Maximum grade security":[null,""],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,""],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,""],"Enjoy priority support":[null,""],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,""],"Link your account to WordPress.com to get the most out of Jetpack.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,""],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,""],"Total malicious attacks blocked on your site.":[null,""],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,""],"All plugins are up-to-date. Awesome work!":[null,""],"Jetpack is improving and optimizing your image speed.":[null,""],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,""],"Security":[null,""],"Performance":[null,""],"Backups":[null,""],"{{a}}View backup details{{/a}}.":[null,""],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,""],"Unavailable in Dev Mode.":[null,""],"Spam Protection":[null,""],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,""],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,""],"Invalid key":[null,""],"Unavailable in Dev Mode":[null,""],"Activating recommended features…":[null,""],"Recommended features active.":[null,""],"Recommended features failed to activate. %(error)s":[null,""],"Activating %(slug)s…":[null,""],"%(slug)s has been activated.":[null,""],"%(slug)s failed to activate. %(error)s":[null,""],"Deactivating %(slug)s…":[null,""],"%(slug)s has been deactivated.":[null,""],"%(slug)s failed to deactivate. %(error)s":[null,""],"Updating %(slug)s settings…":[null,""],"Updated %(slug)s settings.":[null,""],"Error updating %(slug)s settings. %(error)s":[null,""],"Updating %(slug)s address…":[null,""],"Regenerated %(slug)s address .":[null,""],"Error regenerating %(slug)s address. %(error)s":[null,""],"Resetting Jetpack options…":[null,""],"Options reset.":[null,""],"Options failed to reset.":[null,""],"There was an error disconnecting Jetpack. Error: %(error)s":[null,""],"Unlinking from WordPress.com":[null,""],"Unlinked from WordPress.com.":[null,""],"Error unlinking from WordPress.com. %(error)s":[null,""],"At A Glance":[null,""],"Clichés":[null,""],"Dashboard":[null,""],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,""],"Automattic's Privacy Policy":[null,""],"WordPress.com Terms of Service":[null,""],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,""],"{{a}}Turn on plugin auto updates{{/a}}":[null,""],"Plugin Updates":[null,""],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,""],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,""],"No threats found, you're good to go!":[null,""],"{{a}}Contact Support{{/a}}":[null,""],"{{a}}View details at VaultPress.com{{/a}}":[null,""],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,""],"Loading…":[null,""],"Downtime Monitoring":[null,""],"{{button}}View more stats on WordPress.com {{/button}}":[null,""],"{{button}}View detailed stats{{/button}}":[null,""],"All-time comments":[null,""],"All-time views":[null,""],"Best overall day":[null,""],"Views today":[null,""],"Months":[null,""],"Weeks":[null,""],"Days":[null,""],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,""],"Click to view detailed stats.":[null,""],"Views: %(numberOfViews)s":[null,""],"Week of %(date)s":[null,""],"Manage security on WordPress.com":[null,""],"Features can be activated or deactivated at any time.":[null,""],"Jetpack's recommended features include:":[null,""],"Activate recommended features":[null,""],"Link to WordPress.com":[null,""],"Unlink me from WordPress.com":[null,""],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,""],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,""],"Lightning fast, optimized images":[null,""],"Never fall behind on a security release or waste time updating multiple sites.":[null,""],"Automatic site updates.":[null,""],"Live site monitoring.":[null,""],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,""],"Block site attacks.":[null,""],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,""],"Site security and peace of mind":[null,""],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,""],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,""],"Increase page views.":[null,""],"Give visitors the tools to share and subscribe to your content.":[null,""],"Build a community.":[null,""],"Sharing & Like Buttons":[null,""],"Automated social marketing.":[null,""],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,""],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,""],"Track your growth":[null,""],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,""],"Drive more traffic to your site":[null,""],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,""],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,""],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,""],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,""],"Disconnecting Jetpack":[null,"Desconectando Jetpack"],"Learn more":[null,"Aprender más"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Mostrar contenido relacionado después de las entradas"],"Use a large and visually striking layout":[null,"Usa un diseño grande y visualmente atractivo. "],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Mostrar el texto \"Relacionado\" para separar más claramente la sección de las entradas"],"Related":[null,"Relacionado"],"Email Address":[null,"Dirección de email"],"Media":[null,"Medios"],"Site Stats":[null,"Estadísticas del sitio"],"Testimonials":[null,"Testimonios"],"Comments":[null,"Comentarios"],"Ignored Phrases":[null,"Frases ignoradas"],"Use automatically detected language to proofread posts and pages":[null,"Utilizar idioma detectado automáticamente para corregir entradas y páginas"],"Redundant Phrases":[null,"Frases Redundantes"],"Phrases to Avoid":[null,"Frases para Evitar"],"Passive Voice":[null,"Voz Pasiva"],"Jargon":[null,"Jerga"],"Hidden Verbs":[null,"Verbos ocultos"],"Double Negatives":[null,"Doble negaciones"],"Diacritical Marks":[null,"Signos Diacríticos"],"Complex Phrases":[null,"Frases Complejas"],"Bias Language":[null,"Sesgos de Idioma"],"English Options":[null,"Opciones de Inglés"],"Proofreading":[null,"Revisión"],"Connect Jetpack":[null,"Conectar Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,""],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com tiene problemas ahora mismo y no puede repostar tu Jetpack. Por favor, int&#233;ntalo m&#225;s tarde."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,""],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,""],"You have successfully disconnected Jetpack":[null,""],"Activate":[null,"Activar"],"Active":[null,"Activo"],"Settings":[null,"Configuración"],"Learn More":[null,"Más Información"],"Disconnect Jetpack":[null,"Desconectar Jetpack"],"Test your site’s compatibility with Jetpack.":[null,""]}
languages/json/jetpack-es_ES.json CHANGED
@@ -1 +1 @@
1
- {"":{"po-revision-date":"2017-07-28 19:08:25+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"es","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"Para usarlo simplemente abre una entrada o página en el editor visual. Ahí encontrarás un botón en la barra de herramientas con un icono que se parece un poco a un formulario de contacto. Normalmente suele estar bastante a la derecha. Luego simplemente haz clic en el botón y, ¡voila, se crea un formulario de contacto! "],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"Es probable que quieras personalizarlo para que anime a tu gente a contactarte. Para conseguirlo simplemente elige la vista previa del formulario de contacto y luego haz clic o pulsa el botón de editar. Es uno que parece un lápiz."],"Try it out!":[null,"¡Pruébalo!"],"Read the full release post":[null,"Lee la entrada completa de la versión"],"People around page":[null,"Gente que anda por aquí"],"A new contact form is here at last!":[null,"¡Por fin tenemos un nuevo formulario de contacto!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Solo con Jetpack Profesional{{/subhead}}{{p}}Protege tu sitio y tu trabajo con Jetpack Personal: copias de seguridad diarias automatizadas, almacenamiento ilimitado, y soporte experto prioritario. Seguridad esencial para cualquier sitio WordPress desde 3.50$.{{/p}}{{p}}O hazte Pro con más de 200 temas premium, seguridad de calidad empresarial, alojamiento de vídeo ilimitado, monetización, automatización de márketing y herramientas SEO.{{/p}}"],"Explore Professional":[null,"Explorar el plan profesional"],"Compare All Plans":[null,"Compara todos los planes"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Descuento promocional del 50% por tiempo limitado de Jetpack Profesional. "],"Person with laptop":[null,"Una persona con un portátil"],"Your Jetpack site is ready to go!":[null,"¡Tu sitio Jetpacks está listo!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"Ahora recopilamos estadísticas, aseguramos tu sitio y aceleramos tus imágenes. ¡Muy pronto podrás ver como funciona todo con Jetpack! Bienvenido a bordo."],"Stars":[null,"Estrellas"],"Jupiter":[null,"Júpiter"],"Welcome to Jetpack Personal":[null,"Bienvenido a Jetpack personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Seguridad esencial (copias de seguridad diarias, filtro de spam) y soporte prioritario."],"Welcome to Jetpack Premium":[null,"Bienvenido a Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Seguridad mejorada (copias de seguridad, análisis, filtro de spam), automatización de márketing (programación social, programación de anuncios), 13Gb de alojamiento de vídeo y soporte prioritario."],"Welcome to Jetpack Professional":[null,"Bienvenido a Jetpack Profesional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Temas premium ilimitados, seguridad de calidad empresarial ( (copias de seguridad, análisis, filtro de spam), automatización de márketing (programación social, herramientas SEO, programación de anuncios), alojamiento de vídeo y soporte prioritario."],"Social Media Scheduling":[null,"Programación en medios sociales"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Programa con antelación publicaciones múltiples en Facebook, Twitter y otros medios sociales y ve tu historial de estadísticas de compartir."],"Schedule Posts":[null,"Programación de entradas"],"Activate Publicize":[null,"Activa Divulgar"],"Explore Premium and Professional Options":[null,"Explora las opciones premium y profesional"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Aprende cómo usan los profesionales WordPress los servicios Jetpack. Además de la seguridad esencial que sueles disfrutar, Jetpack te ofrece:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Seguridad con calidad empresarial: escaneo de malware, copias de seguridad en tiempo real y resolución de amenazas"],"Social media automation and scheduling":[null,"Automatización y programación en medios sociales"],"Income generation from a WordPress ad program":[null,"Generación de ingresos con el programa de anuncios de WordPress.com"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Profesional es la herramienta utilizada por los profesionales WordPress. Además de los servicios que ya disfrutas, también te beneficias de:"],"Over 200 Premium themes to explore":[null,"Más de 200 temas premium que probar"],"Business class security: real-time backups and threat resolution":[null,"Seguridad de calidad empresarial: copias de seguridad en tiempo real y resolución de amenazas"],"SEO and social media previewing tools":[null,"Herramientas de vista previa SEO y medios sociales"],"Unlimited ad-free video hosting":[null,"Alojamiento de vídeo ilimitado sin anuncios"],"Google Analytics integration":[null,"Integración con Google Analytics"],"Explore Jetpack Professional":[null,"Explora Jetpack Profesional"],"Introducing Unlimited Themes":[null,"Novedad: temas ilimitados"],"Unlimited Premium Themes":[null,"Temas premium ilimitados"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Diseños exclusivos artesanales que te encantarán y de los que tendrás soporte directo de sus autores."],"Explore":[null,"Explorar"],"You are not connected to WordPress.com.":[null,"No estás conectado a WordPress.com"],"Your site is backed up.":[null,"Tu sitio está copiado."],"Image Performance":[null,"Rendimiento de imágenes"],"Get WordPress Apps for every device":[null,"Consigue aplicaciones WordPress para cualquier dispositivo"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Gestiona todos tus sitios desde un solo escritorio: publica contenido, sigue las estadísticas, modera comentarios, y mucho más desde cualquier lugar del mundo."],"I already use this app.":[null,"Ya he usado esta aplicación."],"Create address":[null,"Crear dirección"],"Priority support":[null,"Soporte prioritario"],"Add sharing buttons to your posts":[null,"Añade botones de compartir a tus entradas"],"Automatically share your posts to social networks":[null,"Comparte automáticamente tus entradas en las redes sociales"],"Updating settings…":[null,"Actualizando ajustes…"],"Updating Post by Email address…":[null,"Actualizando la entrada por dirección de correo electrónico…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Tu plan de pago te da acceso al soporte prioritario de Jetpack"],"You have paid for backups but they're not yet active.":[null,"Has pagado por las copias de seguridad pero aún no están activas."],"You have paid for backups and security scanning but they’re not yet active.":[null,"Has pagado por copias y escaneo de seguridad pero aún no están activas."],"Click \"Set Up\" to finish installation.":[null,"Haz clic en \"Configurar\" para finalizar la instalación."],"Checking site status…":[null,"Comprobando estado del sitio…"],"We're here to help":[null,"Dónde ir para obtener ayuda"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack incorpora soporte básico gratuito para todos los usuarios."],"Ask a question":[null,"Haz una pregunta"],"Search our support site":[null,"Busca en nuestro sitio de soporte"],"Get a faster resolution to your support questions.":[null,"Consigue una respuesta más rápida a tus preguntas de soporte."],"Host fast, high-quality, ad-free video.":[null,"Video de alta calidad, sin publicidad y con alojamiento rápido."],"Generate income with high-quality ads.":[null,"Genera beneficios con anuncios de alta calidad."],"Real-time site backups and automatic threat resolution.":[null,"Copias de seguridad en tiempo real y resolución automática de amenazas."],"Protect against data loss, malware, and malicious attacks.":[null,"Protege contra pérdidas de datos, malware y ataques maliciosos."],"Integrate easily with Google Analytics.":[null,"Se integra fácilmente con Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Ayuda a que tus contenidos sean encontrados y compartidos con herramientas SEO."],"Protect your site from spam.":[null,"Protege tu sitio del spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"Este sitio no está conectado con WordPress.com. Por favor, contacta con el administrado para conectarlo."],"Spam filtering":[null,"Filtro de spam"],"Daily, automated malware scanning":[null,"Escaneo automático diario de malware."],"13Gb of high-speed video hosting":[null,"13Gb de alojamiento de alta velocidad para vídeo"],"Daily, automated backups (unlimited storage)":[null,"Copias de seguridad diarias automáticas (con almacenamiento ilimitado)"],"Daily, automated malware scanning with automated resolution":[null,"Escaneo diario y resolución automática de malware"],"Unlimited high-speed video hosting":[null,"Alojamiento de alta velocidad ilimitado para vídeo"],"SEO preview tools":[null,"Herramientas de vista previa SEO"],"Site stats, related content, and sharing tools":[null,"Estadísticas del sitio, contenido relacionado y herramientas para compartir"],"Brute force attack protection and uptime monitoring":[null,"Protección contra ataques de fuerza bruta y monitorización de tiempo de actividad"],"Unlimited, high-speed image hosting":[null,"Alojamiento de alta velocidad ilimitado para imágenes"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"Al desconectar tu %(siteName)s de WordPress.com, ya no tendrás acceso a lo siguiente:"],"Read more about Jetpack benefits":[null,"Lee más sobre los beneficios de Jetpack"],"An Automattic Airline":[null,"Una aerolínea de Automattic"],"Manage site connection":[null,"Gestionar conexión del sitio"],"Connect your account to WordPress.com to view more stats":[null,"Conecta tu cuenta a WordPress.com para ver más estadísticas"],"Theme enhancements":[null,"Mejoras del tema"],"Load more posts using the default theme behavior":[null,"Carga más entradas usando el comportamiento por defecto del tema"],"Load more posts in page with a button":[null,"Carga mas entradas en la página con un botón"],"Load more posts as the reader scrolls down":[null,"Carga más entradas a medida que el lector navega"],"Theme support required.":[null,"Se requiere que el tema sea compatible."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Aprende más sobre como añadir soporte para scroll infinito en tu tema."],"Use excerpts instead of full posts on front page and archive pages":[null,"Usar extractos en vez de entradas completas en portada y páginas de archivo"],"Show featured images":[null,"Muestra imágenes destacadas"],"Must be enabled to use tiled galleries.":[null,"Debe estar activo para usar las galerías apiladas."],"Enable the WordPress.com toolbar":[null,"Activar la barra de herramientas de WordPress.com"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"La barra de herramientas de WordPress.com reemplaza la barra de administración por defecto y ofrece enlaces rápidos al Lector, todos tus sitios, tu perfil de WordPress.com y las notificaciones. Centraliza tu experiencia WordPress con una sencilla barra de herramientas global."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Las herramientas de escritura se te mostrarán aquí cuando un administrador las active."],"Portfolios":[null,"Portafolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Añade, organiza y muestra {{portfolioLink}}portafolios{{/portfolioLink}}. Si tu tema aún o es compatible con portafolios puedes mostrarlos usando el shortcode ( [portfolio] )"],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Date cuenta que {{b}}no es necesario verificar tu sitio con estos servicios{{/b}} para que tu sitio lo indexen los motores de búsqueda. Para usar estas herramientas avanzadas de motores de búsqueda y verificar tu sitio con un servicio pega el código de la etiqueta HTML a continuación. Lee las {{support}}instrucciones completas{{/support}} si tienes algún problema. Servicios compatibles con la verificación: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}} y {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Crea mapas del sitio XML"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Tu mapa del sitio se envía automáticamente a todos los principales motores de búsqueda para que lo indexen."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Tu sitio no es visible para los motores de búsqueda en este momento. Puede que hayas desactivado \"Visibilidad en los motores de búsqueda\" en tus {{a}}Ajustes de lectura{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Recogiendo valiosas estadísticas e informes de tráfico"],"The image helps collect stats, but should work when hidden.":[null,"La imagen ayuda a recoger estadísticas pero debería funcionar cuando esté oculta."],"Count logged in page views from":[null,"Contar las visualizaciones de página conectados de"],"Allow stats reports to be viewed by":[null,"Permitir que los informes de estadísticas los vean"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"Puedes modificar estos ajustes si quieres un control más avanzado. Lee más sobre como {a}}optimizar el SEO de tu sitio{{/a}}."],"Configure your SEO settings":[null,"Configura tus ajustes SEO"],"In \"Upgrade\"":[null,"En \"Actualizar\""],"Configure your Google Analytics settings":[null,"Configura tus ajustes de Google Analytics"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Muestra anuncios en el primer artículo de tu portada o al final de cada página y entrada. Pon más anuncios en la parte superior de tu sitio y en cualquier área de widgets para incrementar tus ganancias."],"Enable ads and display an ad below each post":[null,"Activa anuncios y muestra un anuncio debajo de cada entrada"],"Display an additional ad at the top of each page":[null,"Muestra un anuncio adicional en la parte superior de cada página"],"Configure your sharing buttons":[null,"Configura tus botones de compartir"],"Connect your social media accounts":[null,"Conecta con tus cuentas de redes socials"],"Connect your user account to WordPress.com to use this feature":[null,"Conecta con tu cuenta de usuario de WordPress.com para usar esta característica"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Permite a los lectores mostrar su aprecio por tus entradas añadiendo un botón de me gusta a tu contenido"],"Match accounts using email addresses":[null,"Empareja cuentas utilizando la dirección de email"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Requerir cuentas para usar la identificación en dos pasos de WordPress.com"],"Add to whitelist":[null,"Añadir a la lista blanca"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"Deberías autorizar algunas direcciones IP para que no sean bloqueadas por Jetpack. Se admiten direcciones IPv4 e IPv6. Para especificar un rango, introduce el valor menor y el mayor separados por un guión, p. ej: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Tu sitio está asegurado y libre de amenazas."],"Checking your spam protection…":[null,"Comprobando protección contra el spam..."],"Fetching key…":[null,"Obteniendo clave..."],"Your site needs an Antispam key.":[null,"Tu sitio necesita una clave Akismet."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"Hay un problema con tu clave de API antispam. {{a}}Saber más{{/a}}."],"Your site is not protected from spam.":[null,"Tu sitio no está protegido frente al spam."],"Your Antispam key is valid.":[null,"Tu clave antispam no es válida."],"Your site is protected from spam.":[null,"Tu sitio está protegido contra el spam."],"Checking key…":[null,"Comprobando clave..."],"Your API key":[null,"Tu clave de API"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"Si aún no tienes una clave de API, {{a}}haz clic aquí {{/a}} y sigue el proceso guiado para conseguirla."],"No search results found for %(term)s":[null,"No se han encontrado resultados para %(term)s"],"Enter a search term to find settings or close search.":[null,"Escribe un término de búsqueda para encontrar opciones o cierra la búsqueda."],"Connections":[null,"Conexiones"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Tu sitio está en modo de desarrollo, por lo que no se puede conectar con WordPress.com"],"Your site is connected to WordPress.com.":[null,"Tu sitio está conectado con WordPress.com"],"You are the Jetpack owner.":[null,"Eres el propietario de Jetpack"],"Connected as {{span}}%(username)s{{/span}}":[null,"Conectado como {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"Ver tus seguidores por correo electrónico"],"Connect your user account to WordPress.com to view your email followers":[null,"Conecta tu cuenta de usuario con WordPress.com para ver tus seguidores de email"],"Color scheme":[null,"Esquema de color"],"Enable Markdown use for comments.":[null,"Permite Markdown en los comentarios."],"Updated settings.":[null,"Opciones guardadas."],"Error updating settings. %(error)s":[null,"Error actualizando opciones. %(error)s"],"Regenerated Post by Email address.":[null,"Entrada regenerada desde la dirección de correo electrónico."],"Error regenerating Post by Email address. %(error)s":[null,"Error al regenerar la entrada desde la dirección de correo electrónico. %(error)es"],"Updated settings. Refreshing page…":[null,"Opciones actualizadas. Recargando página..."],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Actualmente en {{a}}modo de desarrollo{{/a}} (algunas características están desactivadas) porque:{{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}El filtro jetpack_development_mode está activo{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}Se ha definido la constante JETPACK_DEV_DEBUG{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}La URL de tu sitio no tiene punto (p.ej. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics es un servicio gratuito que complementa nuestras {{a}}estadísticas integradas{{/a}} con diferentes informes de tu tráfico. Las estadísticas de WordPress.com y las de Google Analytics usan distintos métodos para identificar y seguir la actividad de tu sitio, así que normalmente mostrarán totales de tus visitas, páginas vistas, etc. ligeramente diferentes."],"Configure Google Analytics settings.":[null,"Configura los ajustes de Google Analytics."],"Image of WordPress login screen protected by Jetpack":[null,"Imagen de la pantalla de acceso de WordPress protegida por Jetpack "],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Haz seguimiento de las estadísticas de tu web con Google Analytics para una mayor comprensión de los visitantes y clientes de tu web."],"Configure Google Analytics":[null,"Configura Google Analytics"],"Activate Google Analytics":[null,"Activa Google Analytics"],"Download the free apps":[null,"Descarga las aplicaciones gratuitas"],"Upgrade Focus: VideoPress For Weddings":[null,"Actualiza Focus: VideoPress para bodas"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}Ahora también puedes configurar las entradas relacionados en el personalizador. {{ExternalLink}}¡Pruébalo!{{/ExternalLink}}{{/span}}"],"By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!":[null,"Por defecto los anuncios se muestran al final de cada página, entrada, o el primer artículo en su portada. ¡También puedes añadirlos a la parte superior de su sitio y en cualquier área de widget para aumentar tus ganancias!"],"Display an ad unit at the top of your site.":[null,"Mostrar un bloque de anuncios en la parte superior de su sitio."],"By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.":[null,"Mediante la activación de los anuncios, usted acepta las {{link}}Condiciones de servicio{{/link}} de los anuncios e Automattic."],"Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.":[null,"Tu servidor está mal configurado, lo que significa que Jetpack Protect no puede proteger tu sitio con efectividad."],"Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.":[null,"Mejora a un plan de pago para desbloquear las herramientas de seguridad de clase alta, soporte prioritario, SEO y monetización."],"Ads":[null,"Publicidad"],"Earn income by allowing Jetpack to display high quality ads (powered by WordAds).":[null,"Consigue ingresos permitiendo a Jetpack mostrar anuncios de alta calidad (gestionado por WordAds)"],"Activate Ads":[null,"Activar publicidad"],"Premium traffic and monetization tools":[null,"Herramientas de tráfico y monetización premium"],"The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.":[null,"El plan premium de Jetpack ahora ofrece la posibilidad de generar ingresos en tu sitio mostrando publicidad pagada de alta calidad a tus visitantes. El plan profesional también se beneficia de herramientas de SEO para ayudar a optimizar el tráfico de buscadores."],"We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible. ":[null,"Damos soporte a todos los usuarios de Jetpack, cualquiera que sea su plan. Pero los cliente con suscripción de pago disfrutan de prioridad para que los problemas de seguridad sean identificados y arreglados lo antes posible."],"In \"Mobile\"":[null,"En \"Móvil\""],"{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}":[null,"{{link}}Configura tus ajustes de aviso de Monitor en WordPress.com{{/link}}"],"View your earnings":[null,"Ver tus ganancias"],"Activate VideoPress":[null,"Activar VideoPress"],"Upload Videos Now":[null,"Subir vídeos ahora"],"Make sure your site is easily found on search engines with SEO tools for your content and social posts.":[null,"Asegúrate de que tu sitio sea fácil de encontrar en los motores de búsqueda con las herramientas SEO para tu contenido y publicaciones sociales."],"Activate this module to use the advanced SEO tools.":[null,"Activa este módulo para utilizar las herramientas SEO avanzadas."],"How much is your website worth?":[null,"¿Cuánto vale tu sitio?"],"For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.":[null,"Por menos de lo que vale un café al mes puedes descansar sabiendo que tu duro trabajo (o tu medio de vida) tiene copia de seguridad."],"Configure Site SEO":[null,"Configurar el SEO del sitio"],"Activate SEO Tools":[null,"Activar las herramientas de SEO"],"To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!":[null,"Para empezar haz clic en añadir objeto en tu editor de entradas y sube un vídeo. ¡Nos encargaremos del resto!"],"Introducing our most affordable backups and security plan yet":[null,"Las copias y el plan de seguridad más económicos hasta el momento"],"Jetpack Personal keeps your data, site, and hard work safe.":[null,"Jetpack personal guarda en sitio seguro tus datos, tu sitio y tu trabajo duro."],"Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).":[null,"Copias de seguridad diarias de todos los datos de tu sitio con espacio ilimitado y restauraciones con un solo clic (ofrecido por VaultPress)."],"Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).":[null,"Copias de seguridad diarias de todos los datos de tu sitio con espacio ilimitado, restauraciones con un solo clic, análisis de seguridad automático y servicio de ayuda prioritario (ofrecido por VaultPress)."],"Backups & Security Scanning":[null,"Copias de seguridad y escaneado de seguridad"],"Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).":[null,"Copia de seguridad en tiempo real de todos los datos de tu sitio con espacio ilimitado, restauraciones con un solo clic, exploración de seguridad automatizada, resolución de amenazas con un solo clic y prioridad en el soporte (implementado con VaultPress)."],"13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).":[null,"13Gb de alojamiento de vídeo optimizado y sin anuncios para tu sitio (implementado por VideoPress)."],"Video Hosting":[null,"Alojamiento de vídeo"],"Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).":[null,"Alojamiento de vídeo optimizado, sin anuncios e ilimitado para tu sitio (implementado con VideoPress)."],"SEO Tools":[null,"Herramientas SEO"],"Advanced SEO tools to help your site get found when people search for relevant content.":[null,"Las herramientas SEO avanzadas ayudan a que tu sitio sea fácil de encontrar cuando la gente busque contenido relevante."],"Unlimited and ad-free video hosting":[null,"Alojamiento ilimitado de vídeo sin anuncios"],"Configure your SEO settings.":[null,"Configurar tus ajustes de SEO."],"The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.":[null,"La forma más sencilla de se subir vídeos sin anuncios ni marcas. Obtienes estadísticas las reproducciones de video y de las veces que se ha compartido y el reproductor es ligero y adaptable."],"You are running Jetpack on a staging server.":[null,"Estás ejecutando Jetpack en un servidor de desarrollo."],"More Info":[null,"Más Información"],"Search your content.":[null,"Busca en tu contenido."],"{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}":[null,"{{a}}Administra la visibilidad de los Me gusta desde los ajustes del módulo de Compartir{{/a}}"],"Your current IP: %(ip)s":[null,"Tu IP actual: %(ip)s"],"There are unsaved settings in this tab that will be lost if you leave it. Proceed?":[null,"Hay ajustes sin guardar en esta pestaña que se perderán si la dejas. ¿Quieres proceder?"],"This will reset all Jetpack options, are you sure?":[null,"Esto restablecerá todas las opciones de Jetpack, ¿estás seguro?"],"Search for a Jetpack feature.":[null,"Buscar una característica de Jetpack."],"Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.":[null,"Actualiza Jetpack y nuestro escáner de seguridad de última generación cazará archivos maliciosos y te informará inmediatamente para que nunca dejes de estar al tanto de lo que pasa en tu web."],"You can see the information about security scanning in the \"At a Glance\" section.":[null,"Tu puedes ver la información acerca del escaneo de seguridad en la sección \"De un vistazo\"."],"Configure your Security Scans":[null,"Configura tus escaneos de seguridad"],"This module has no configuration options":[null,"Este módulo no tiene opciones de configuración"],"Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.":[null,"Deja que los buscadores y tus visitantes sepan que te tomas en serio la integridad de tus páginas web pasándose a Jetpack. Nuestras herramientas anti-spam eliminan el spam en los comentarios, protegen tu SEO y hace mas fácil a los visitantes estar en contacto."],"Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.":[null,"Los Backups offsite en tiempo real con restauraciones automáticas te traerán tranquilidad, así te podrás enfocar en escribir buen contenido e incrementar el tráfico mientras nosotros protegemos cada uno de los aspectos de tu inversión. Actualízate hoy."],"{{link}}Configure your %(module_slug)s Settings {{/link}}":[null,"{{link}}Configura tus ajustes de %(module_slug)s {{/link}}"],"Subscriber":[null,"Suscriptor"],"Big iPhone/iPad Update Now Available":[null,"Gran actualización de iPhone/Ipad disponible"],"The WordPress for Android App Gets a Big Facelift":[null,"La aplicación Android para WordPress recibe un enorme estiramiento facial"],"WordPress.com Likes are:":[null,"Los Me gusta de WordPress.com son:"],"Comments headline":[null,"Encabezado de los comentarios"],"A few catchy words to motivate your readers to comment.":[null,"Expresiones pegadizas para motivar a tus lectores a comentar."],"Show a \"follow blog\" option in the comment form":[null,"Muestra las opciones \"sigue al blog\" en el formulario de comentarios"],"Show a \"follow comments\" option in the comment form":[null,"Muestra la opción \"sigue los comentarios\" en el formulario de comentarios."],"Put a chart showing 48 hours of views in the admin bar":[null,"Poner un gráfico mostrando las visitas de las últimas 48 horas en la barra de administración"],"Hide the stats smiley face image":[null,"Oculta la imágen de la carita feliz de las estadísticas"],"Whitelisted IP addresses":[null,"Lista blanca de direcciones IP"],"Show photo metadata (Exif) in carousel, when available":[null,"Muestra los metadatos de la foto (Exif) en carrousel cuando estén disponibles."],"Show an ad for the WordPress mobile apps in the footer of the mobile theme":[null,"Muestra una promo de las aplicaciones de WordPress para móviles en el pie de la versión móvil del tema."],"Copied!":[null,"¡Copiado!"],"Highlight and copy the following text to your clipboard:":[null,"Realza y copia el texto siguiente a tu portapapeles: "],"Regenerate address":[null,"Regenera la dirección"],"Automatically proofread content when: ":[null,"Prueba de lectura automática del contenido cuando:"],"A post or page is first published":[null,"Una entrada o página es publicada por primera vez"],"A post or page is updated":[null,"Una entrada o página está actualizada."],"Automatic Language Detection":[null,"Detección automática de idioma"],"The proofreader supports English, French, German, Portuguese and Spanish.":[null,"El corrector funciona con inglés, francés, alemán, portugués y español."],"Enable proofreading for the following grammar and style rules: ":[null,"Activar la prueba de lectura la la siguiente gramática y reglas de estilo:"],"Add a phrase":[null,"Añade una frase"],"Cheatin' uh?":[null,"¿Haciendo trampas?"],"{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}":[null,"{{p}}¿Te importaría decirnos por qué no has completado la conexión con Jetpack en esta {{a}}encuesta de 2 preguntas?{{/a}}{{/p}}{{p}}La conexión con Jetpack es obligatoria para que funcionen nuestras características gratuitas de tráfico y seguridad.{{/p}}"],"Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!":[null,"Bienvenido a {{s}}Jetpack %(jetpack_version)s{{/s}}!"],"Your Jetpack is already connected.":[null,"Tu Jetpack ya está conectado."],"You're fueled up and ready to go, Jetpack is now active.":[null,"Estás completo de combustible y listo para ir, ahora Jetpack está activo"],"You're fueled up and ready to go.":[null,"Estás completo de combustible y listo para ir."],"You are currently running a development version of Jetpack.":[null,"En este momento estás ejecutando una versión de desarrollo de Jetpack."],"Submit Beta feedback":[null,"Envía tus sugerencias"],"What would you like to see on your Jetpack Dashboard?":[null,"¿Qué te gustaría ver en el Escritorio de tu Jetpack?"],"Let us know!":[null,"¡Háznolo saber!"],"Welcome to Jetpack":[null,"Bienvenido a Jetpack"],"Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.":[null,"Por favor, conéctate a o crea una cuenta de WordPress.com para empezar a usar Jetpack. Esto activará potentes servicios de seguridad, tráfico y personalización."],"No account? Create one for free":[null,"¿No tienes cuenta? Crea una gratis"],"Saving…":[null,"Guardando..."],"Save Settings":[null,"Guardar ajustes"],"Jetpack Stats Icon":[null,"Icono de estadísticas de Jeptpack"],"{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}":[null,"¡{{a}}Activa las Estadísticas del sitio{{/a}} para ver estadísticas detalladas, me gusta, seguidores, suscriptores y más! {{a1}}Aprende más{{/a1}}"],"Activate Site Stats":[null,"Activar estadísticas del sitio"],"Security Scanning":[null,"Escaneo de seguridad"],"Upgrade":[null,"Actualiza"],"ACTIVE":[null,"ACTIVO"],"Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.":[null,"Los hackers, botnets y spammers atacan webs indiscriminadamente. Su objetivo es atacar por todos lados y a menudo. Nuestro objetivo es ayudarte a prepararte bloqueando estas amenazas, y en el peor de los casos estaremos aquí para ayudarte a restaurar tu sitio a su antigua gloria."],"Your site is on the Free Jetpack Plan":[null,"Tu sitio está en el plan gratuito de Jetpack"],"Your site is on Development Mode":[null,"Tu sitio web está en modo de desarrollo"],"Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.":[null,"Una vez que estés conectado puedes pasar a un plan de pago para conseguir seguridad de primer nivel, herramientas de protección contra el spam y soporte prioritario."],"State-of-the-art spam defense powered by Akismet.":[null,"Defensa anti spam de calidad profesional potenciada por Akismet."],"View your spam stats":[null,"Ver tus estadísticas de spam"],"Configure Akismet":[null,"Configurar Akismet"],"View your security dashboard":[null,"Ver tu escritorio de seguridad"],"Configure VaultPress":[null,"Configura VaultPress"],"Compare Plans":[null,"Comparar planes"],"Maximum grade security":[null,"Máximo grado de seguridad"],"Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.":[null,"Copias de seguridad en tiempo real con espacio ilimitado, restauraciones con un solo clic, monitorización de spam a prueba de bombas, protección contra malware y contra acceso por fuerza bruta - todo en un solo lugar y optimizado para WordPress."],"Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.":[null,"Filtrado de correo basura a prueba de balas, protege tu marca, tus lectores y mejora el SEO. Revisión de Malware , que te ayuda a mantener a raya tus nervios y mantiene a salvo de intrusos tu panel de administración."],"Enjoy priority support":[null,"Disfruta de soporte prioritario"],"The site is in Development Mode, so you can not connect to WordPress.com.":[null,"El sitio está en el modo de desarrollo, así que no puedes conectarte a WordPress.com."],"Link your account to WordPress.com to get the most out of Jetpack.":[null,"Conecta tu cuenta a WordPress.com para conseguir el máximo de Jetpack."],"For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.":[null,"Para la exploración automática y completa de las amenazas de seguridad, por favor {{a}}instala y activa{{/a}} VaultPress."],"For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.":[null,"Para la exploración automática y completa de las amenazas de seguridad, por favor {{a}}actualiza tu cuenta{{/a}}."],"Jetpack is actively blocking malicious login attempts. Data will display here soon!":[null,"Jetapck está bloqueando activamente intentos de acceso maliciosos. ¡Muy pronto se mostraran datos aquí mismo!"],"Total malicious attacks blocked on your site.":[null,"Total de ataques maliciosos bloqueados en tu sitio."],"{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.":[null,"{{a}}Activa Proteger{{/a}} para mantener tu sitio protegido de intentos de acceso malintencionados."],"All plugins are up-to-date. Awesome work!":[null,"Todos los plugins están actualizados. ¡Buen trabajo!"],"Jetpack is improving and optimizing your image speed.":[null,"Jeptack está mejorando y optimizando la velocidad de tus imágenes."],"Jetpack is monitoring your site. If we think your site is down, you will receive an email.":[null,"Jetpack está monitorizando tu sitio. Si creemos que tu sitio está caído, recibirás un correo electrónico."],"Security":[null,"Seguridad"],"Performance":[null,"Rendimiento"],"Backups":[null,"Copias de seguridad"],"{{a}}View backup details{{/a}}.":[null,"{{a}}Ver detalles de la copia de seguridad{{/a}}."],"To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.":[null,"Para hacer automáticamente una copia de seguridad de tu sitio completo, por favor {{a}}instala y activa{{/a}} VaultPress."],"Unavailable in Dev Mode.":[null,"No disponible en el modo desarrollador."],"Spam Protection":[null,"Protección de spam"],"For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.":[null,"Para una defensa contra el spam de calidad profesional por favor {{a}}instala Akismet{{/a}}."],"For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.":[null,"Si quieres un protector contra el spas que esté a la última, {{a}}activa Akismet{{a}}."],"Invalid key":[null,"Clave no válida"],"Unavailable in Dev Mode":[null,"No disponible en modo desarrollador"],"Activating recommended features…":[null,"Activando funcionalidades recomendadas..."],"Recommended features active.":[null,"Funcionalidades de recomendación activas."],"Recommended features failed to activate. %(error)s":[null,"No se pudieron activar las funcionalidades recomendadas. %(error)s"],"Activating %(slug)s…":[null,"Activando %(slug)s…"],"%(slug)s has been activated.":[null,"%(slug)s se ha activado."],"%(slug)s failed to activate. %(error)s":[null,"%(slug)s falló al activarse. %(error)s"],"Deactivating %(slug)s…":[null,"Desactivando %(slug)s…"],"%(slug)s has been deactivated.":[null,"%(slug)s ha sido desactivado."],"%(slug)s failed to deactivate. %(error)s":[null,"%(slug)s no se desactivaron. %(error)s"],"Updating %(slug)s settings…":[null,"Actualizando %(slug)s ajustes…"],"Updated %(slug)s settings.":[null,"Ajustes de %(slug)s actualizados."],"Error updating %(slug)s settings. %(error)s":[null,"Error actualizando los ajustes %(slug)s. %(error)s"],"Updating %(slug)s address…":[null,"Actualizando la dirección %(slug)s…"],"Regenerated %(slug)s address .":[null,"Regenerar %(slug)s direcciones."],"Error regenerating %(slug)s address. %(error)s":[null,"Error regenerando la dirección %(slug). %(error)s"],"Resetting Jetpack options…":[null,"Resetear opciones de jetpack"],"Options reset.":[null,"Ajustes restablecidos."],"Options failed to reset.":[null,"Fallo al restablecer las opciones."],"There was an error disconnecting Jetpack. Error: %(error)s":[null,"Ha ocurrido un error desconectando Jetpack. Error: %(error)s"],"Unlinking from WordPress.com":[null,"Desconectando de WordPress.com"],"Unlinked from WordPress.com.":[null,"Desconectado de WordPress.com."],"Error unlinking from WordPress.com. %(error)s":[null,"Error al desconectar de WordPress.com. %(error)s"],"At A Glance":[null,"De un vistazo"],"Clichés":[null,"Clichés"],"Dashboard":[null,"Escritorio"],"Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.":[null,"¿Te importaría decirnos por qué? Simplemente {{a}}contestando dos sencillas preguntas{{/a}} nos ayudarás a mejorar Jetpack."],"Automattic's Privacy Policy":[null,"Política de privacidad de Automattic"],"WordPress.com Terms of Service":[null,"Términos del servicio de WordPress.com"],"{{a}}Activate{{/a}} to enhance the performance and speed of your images.":[null,"{{a}}Actívalo{{/a}} para mejorar el rendimiento y velocidad de carga de tus imágenes."],"{{a}}Turn on plugin auto updates{{/a}}":[null,"{{a}}Activar las actualizaciones automáticas de plugins{{/a}}"],"Plugin Updates":[null,"Actualizaciones de plugins"],"To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.":[null,"Para realizar copias de seguridad automáticas de ti sitio completo, por favor {{a}}amplía tu cuenta{{/a}}."],"Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.":[null,"¡Vaya! Tus claves de Akismet se han perdido o no son válidas. {{akismetSettings}}Ve a la las opciones de Akismet para arreglarlo {{/akismetSettings}}"],"No threats found, you're good to go!":[null,"No se encontraron amenazas.¡Adelante!"],"{{a}}Contact Support{{/a}}":[null,"{{a}}Contacta con soporte{{/a}}"],"{{a}}View details at VaultPress.com{{/a}}":[null,"{{a}}Ver detalles en VaultPress.com{{/a}}"],"{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.":[null,"{{a}}Activa Monitor{{/a}} para recibir avisos si tu sitio se cae."],"Loading…":[null,"Cargando..."],"Downtime Monitoring":[null,"Monitorización de caídas"],"{{button}}View more stats on WordPress.com {{/button}}":[null,"{{button}}Ver más estadísticas en WordPress.com {{/button}}"],"{{button}}View detailed stats{{/button}}":[null,"{{button}}Ver más estadísticas{{/button}}"],"All-time comments":[null,"Todos los comentarios"],"All-time views":[null,"Visitas de todo el periodo"],"Best overall day":[null,"El mejor día"],"Views today":[null,"Visualizaciones hoy"],"Months":[null,"Meses"],"Weeks":[null,"Semanas"],"Days":[null,"Días"],"Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}":[null,"Algo pasó al cargar las estadísticas. Por favor, inténtalo de nuevo más tarde o {{a}}ve tus estadísticas ahora en WordPress.com{{/a}}"],"Click to view detailed stats.":[null,"Haz clic para ver estadíticas detalladas."],"Views: %(numberOfViews)s":[null,"VIsitas: %(numberOfViews)s"],"Week of %(date)s":[null,"Semana del %(date)s"],"Manage security on WordPress.com":[null,"Gestiona la seguridad en WordPress.com"],"Features can be activated or deactivated at any time.":[null,"Las funcionalidades puedes ser activadas y desactivadas en cualquier momento."],"Jetpack's recommended features include:":[null,"Las funcionalidades recomendadas de Jetpack incluyen:"],"Activate recommended features":[null,"Activa las funcionalidades recomendadas"],"Link to WordPress.com":[null,"Conecta con WordPress.com"],"Unlink me from WordPress.com":[null,"Desconectame de WordPress.com"],"Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.":[null,"Únete a los millones de usuarios que confían en Jetpack para mejorar y securizar sus sitios. Nos apasiona WordPress y aquí te hacemos la vida más fácil."],"Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.":[null,"Jetpack utiliza la red de entrega de contenidos de calidad profesional de WordPress.com para cargar tus fantásticas imágenes super rápido. Optimizado para cualquier dispositivo, y totalmente gratis."],"Lightning fast, optimized images":[null,"Rápidas como un rayo, imágenes optimizadas"],"Never fall behind on a security release or waste time updating multiple sites.":[null,"Nunca te pierdas una actualización de seguridad o pierdas tiempo actualizando varios sitios."],"Automatic site updates.":[null,"Actualizaciones automáticas del sitio."],"Live site monitoring.":[null,"Monitorización de sitio a tiempo real."],"Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.":[null,"Gana tranquilidad con Protect, la herramienta que bloquea billones de ataques de acceso en millones de sitios."],"Block site attacks.":[null,"Ataques de bloqueo al sitio."],"Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.":[null,"Jetpack bloquea intentos de acceso malintencionados, te permite saber si tu sitio se ha caído, y puedes actualizar automáticamente tus plugins, para que no tengas que preocuparte de nada."],"Site security and peace of mind":[null,"Seguridad del sitio y tranquilidad de espíritu"],"Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.":[null,"Jetpack utiliza el poder de WordPress.com para mostrarte estadísticas detalladas de tus visitantes, lo que están leyendo y de dónde vienen."],"Keep visitors engaged by giving them more to share and read with Related Posts.":[null,"Mantén a los visitantes implicados, ofreciéndoles más cosas que compartir y leer con las Entradas relacionadas."],"Increase page views.":[null,"Incrementa las páginas vistas."],"Give visitors the tools to share and subscribe to your content.":[null,"Da a los visitantes herramientas para compartir y suscribirse a tu contenido."],"Build a community.":[null,"Construye una comunidad."],"Sharing & Like Buttons":[null,"Botones de compartir y me gusta"],"Automated social marketing.":[null,"Marketing social automatizado."],"Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.":[null,"Jetpack tiene muchas herramientas de tráfico e implicación para ayudarte a conseguir más visitantes a tu sitio y mantenerlos ahí."],"Stress less. Monitor will send you real-time alerts if your site ever goes down.":[null,"Estrésate menos. Supervisar te enviará alertas en tiempo real si tu sitio esta inactivo."],"Track your growth":[null,"Monitoriza tu crecimiento"],"Use Publicize to automatically share your posts with friends, followers, and the world.":[null,"Utiliza Publicize para compartir automáticamente tus entradas con amigos, seguidores, y con el mundo."],"Drive more traffic to your site":[null,"Dirige más tráfico a tu sitio"],"There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.":[null,"Hubo un problema conectando con tu Jetpack. Por favor haz click en \"Conecta con WordPress.com\" de nuevo."],"We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.":[null,"Hemos tenido una incidencia conectando Jetpack; desactiva y vuelve a activar el plugin de Jetpack, y conecta otra vez."],"You need to stay logged in to your WordPress blog while you authorize Jetpack.":[null,"Debes permanecer conectado a tu blog de WordPress mientras autorizas Jetpack."],"{{s}}Your Jetpack has a glitch.{{/s}} We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s":[null,"{{s}}Tu Jetpack tiene un problema.{{/s}} Lamentamos las molestias. Por favor, inténtalo más tarde. Si el problema continúa, por favor contacta con el soporte con este mensaje: %(error_key)s"],"Disconnecting Jetpack":[null,"Desconectando Jetpack"],"Learn more":[null,"Más Información"],"Pinterest":[null,"Pinterest"],"Google":[null,"Google"],"Show related content after posts":[null,"Muestra contenido relacionado después de las entradas"],"Use a large and visually striking layout":[null,"Usa un diseño grande y visualmente atractivo. "],"Show a \"Related\" header to more clearly separate the related section from posts":[null,"Mostrar el texto \"Relacionado\" para separar más claramente la sección de las entradas"],"Related":[null,"Relacionado"],"Email Address":[null,"Dirección de email"],"Media":[null,"Medios"],"Site Stats":[null,"Estadísticas del sitio"],"Testimonials":[null,"Testimonios"],"Comments":[null,"Comentarios"],"Ignored Phrases":[null,"Frases ignoradas"],"Use automatically detected language to proofread posts and pages":[null,"Utilizar idioma detectado automáticamente para corregir entradas y páginas"],"Redundant Phrases":[null,"Frases Redundantes"],"Phrases to Avoid":[null,"Frases para Evitar"],"Passive Voice":[null,"Voz Pasiva"],"Jargon":[null,"Jerga"],"Hidden Verbs":[null,"Verbos ocultos"],"Double Negatives":[null,"Doble negaciones"],"Diacritical Marks":[null,"Signos Diacríticos"],"Complex Phrases":[null,"Frases Complejas"],"Bias Language":[null,"Sesgos de Idioma"],"English Options":[null,"Opciones de Inglés"],"Proofreading":[null,"Revisión"],"Connect Jetpack":[null,"Conectar Jetpack"],"Jetpack could not contact WordPress.com: %(error_key)s. This usually means something is incorrectly configured on your web host.":[null,"Jetpack no puede ponerse en contacto con WordPress.com: %(error_key)s. Esto generalmente significa que algo no está configurado correctamente en el servidor de tu sitio."],"WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later.":[null,"WordPress.com tiene problemas ahora mismo y no puede repostar tu Jetpack. Por favor, inténtalo más tarde."],"{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).":[null,"{{s}}Tu Jetpack tiene un fallo.{{/s}} No es posible conectar este sitio con WordPress.com. Esto significa normalmente que tu sitio no es público (localhost)."],"Your website needs to be publicly accessible to use Jetpack: %(error_key)s":[null,"Tu web tiene que ser accesible al público para usar Jetpack: %(error_key)s"],"You have successfully disconnected Jetpack":[null,"Has desconectado Jetpack con éxito"],"Activate":[null,"Activar"],"Active":[null,"Activo"],"Settings":[null,"Ajustes"],"Learn More":[null,"Más Información"],"Disconnect Jetpack":[null,"Desconectar Jetpack"],"Test your site’s compatibility with Jetpack.":[null,"Comprueba la compatibilidad de tu sitio con Jetpack."]}
1
+ {"":{"po-revision-date":"2017-08-02 08:13:10+0000","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","plural-forms":"nplurals=2; plural=n != 1;","x-generator":"GlotPress/2.4.0-alpha","language":"es","project-id-version":"Plugins - Jetpack by WordPress.com - Development (trunk)"},"Contact Form screen shot":[null,"Captura de pantalla del formulario de contacto"],"With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.":[null,"En esta versión tu formulario de contacto es un poco más dulce. Hemos movido el viejo gran botón de la barra de herramientas del editor a la derecha. Sí, es un poco más pequeño, pero se ajusta un poco mejor ¿no lo crees así? Ah, y ahora todos tus formularios tienen una vista previa que puedes editar desde el editor."],"To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!":[null,"Para usarlo simplemente abre una entrada o página en el editor visual. Ahí encontrarás un botón en la barra de herramientas con un icono que se parece un poco a un formulario de contacto. Normalmente suele estar bastante a la derecha. Luego simplemente haz clic en el botón y, ¡voila, se crea un formulario de contacto! "],"You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.":[null,"Es probable que quieras personalizarlo para que anime a tu gente a contactarte. Para conseguirlo simplemente elige la vista previa del formulario de contacto y luego haz clic o pulsa el botón de editar. Es uno que parece un lápiz."],"Try it out!":[null,"¡Pruébalo!"],"Read the full release post":[null,"Lee la entrada completa de la versión"],"People around page":[null,"Gente que anda por aquí"],"A new contact form is here at last!":[null,"¡Por fin tenemos un nuevo formulario de contacto!"],"{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}":[null,"{{subhead}}Solo con Jetpack Profesional{{/subhead}}{{p}}Protege tu sitio y tu trabajo con Jetpack Personal: copias de seguridad diarias automatizadas, almacenamiento ilimitado, y soporte experto prioritario. Seguridad esencial para cualquier sitio WordPress desde 3.50$.{{/p}}{{p}}O hazte Pro con más de 200 temas premium, seguridad de calidad empresarial, alojamiento de vídeo ilimitado, monetización, automatización de márketing y herramientas SEO.{{/p}}"],"Explore Professional":[null,"Explorar el plan profesional"],"Compare All Plans":[null,"Compara todos los planes"],"Limited time 50% introductory discount on Jetpack Professional.":[null,"Descuento promocional del 50% por tiempo limitado de Jetpack Profesional. "],"Person with laptop":[null,"Una persona con un portátil"],"Your Jetpack site is ready to go!":[null,"¡Tu sitio Jetpacks está listo!"],"We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.":[null,"Ahora recopilamos estadísticas, aseguramos tu sitio y aceleramos tus imágenes. ¡Muy pronto podrás ver como funciona todo con Jetpack! Bienvenido a bordo."],"Stars":[null,"Estrellas"],"Jupiter":[null,"Júpiter"],"Welcome to Jetpack Personal":[null,"Bienvenido a Jetpack personal"],"Security essentials (daily backups, spam filtering), and priority support.":[null,"Seguridad esencial (copias de seguridad diarias, filtro de spam) y soporte prioritario."],"Welcome to Jetpack Premium":[null,"Bienvenido a Jetpack Premium"],"Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.":[null,"Seguridad mejorada (copias de seguridad, análisis, filtro de spam), automatización de márketing (programación social, programación de anuncios), 13Gb de alojamiento de vídeo y soporte prioritario."],"Welcome to Jetpack Professional":[null,"Bienvenido a Jetpack Profesional"],"Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.":[null,"Temas premium ilimitados, seguridad de calidad empresarial ( (copias de seguridad, análisis, filtro de spam), automatización de márketing (programación social, herramientas SEO, programación de anuncios), alojamiento de vídeo y soporte prioritario."],"Social Media Scheduling":[null,"Programación en medios sociales"],"Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.":[null,"Programa con antelación publicaciones múltiples en Facebook, Twitter y otros medios sociales y ve tu historial de estadísticas de compartir."],"Schedule Posts":[null,"Programación de entradas"],"Activate Publicize":[null,"Activa Divulgar"],"Explore Premium and Professional Options":[null,"Explora las opciones premium y profesional"],"Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:":[null,"Aprende cómo usan los profesionales WordPress los servicios Jetpack. Además de la seguridad esencial que sueles disfrutar, Jetpack te ofrece:"],"Business class security: malware scanning, real-time backups, and threat resolution":[null,"Seguridad con calidad empresarial: escaneo de malware, copias de seguridad en tiempo real y resolución de amenazas"],"Social media automation and scheduling":[null,"Automatización y programación en medios sociales"],"Income generation from a WordPress ad program":[null,"Generación de ingresos con el programa de anuncios de WordPress.com"],"Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:":[null,"Jetpack Profesional es la herramienta utilizada por los profesionales WordPress. Además de los servicios que ya disfrutas, también te beneficias de:"],"Over 200 Premium themes to explore":[null,"Más de 200 temas premium que probar"],"Business class security: real-time backups and threat resolution":[null,"Seguridad de calidad empresarial: copias de seguridad en tiempo real y resolución de amenazas"],"SEO and social media previewing tools":[null,"Herramientas de vista previa SEO y medios sociales"],"Unlimited ad-free video hosting":[null,"Alojamiento de vídeo ilimitado sin anuncios"],"Google Analytics integration":[null,"Integración con Google Analytics"],"Explore Jetpack Professional":[null,"Explora Jetpack Profesional"],"Introducing Unlimited Themes":[null,"Novedad: temas ilimitados"],"Unlimited Premium Themes":[null,"Temas premium ilimitados"],"Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.":[null,"Diseños exclusivos artesanales que te encantarán y de los que tendrás soporte directo de sus autores."],"Explore":[null,"Explorar"],"You are not connected to WordPress.com.":[null,"No estás conectado a WordPress.com"],"Your site is backed up.":[null,"Tu sitio está copiado."],"Image Performance":[null,"Rendimiento de imágenes"],"Get WordPress Apps for every device":[null,"Consigue aplicaciones WordPress para cualquier dispositivo"],"Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.":[null,"Gestiona todos tus sitios desde un solo escritorio: publica contenido, sigue las estadísticas, modera comentarios, y mucho más desde cualquier lugar del mundo."],"I already use this app.":[null,"Ya he usado esta aplicación."],"Create address":[null,"Crear dirección"],"Priority support":[null,"Soporte prioritario"],"Add sharing buttons to your posts":[null,"Añade botones de compartir a tus entradas"],"Automatically share your posts to social networks":[null,"Comparte automáticamente tus entradas en las redes sociales"],"Updating settings…":[null,"Actualizando ajustes…"],"Updating Post by Email address…":[null,"Actualizando la entrada por dirección de correo electrónico…"],"Your paid plan gives you access to prioritized Jetpack support.":[null,"Tu plan de pago te da acceso al soporte prioritario de Jetpack"],"You have paid for backups but they're not yet active.":[null,"Has pagado por las copias de seguridad pero aún no están activas."],"You have paid for backups and security scanning but they’re not yet active.":[null,"Has pagado por copias y escaneo de seguridad pero aún no están activas."],"Click \"Set Up\" to finish installation.":[null,"Haz clic en \"Configurar\" para finalizar la instalación."],"Checking site status…":[null,"Comprobando estado del sitio…"],"We're here to help":[null,"Dónde ir para obtener ayuda"],"Jetpack comes with free, basic support for all users.":[null,"Jetpack incorpora soporte básico gratuito para todos los usuarios."],"Ask a question":[null,"Haz una pregunta"],"Search our support site":[null,"Busca en nuestro sitio de soporte"],"Get a faster resolution to your support questions.":[null,"Consigue una respuesta más rápida a tus preguntas de soporte."],"Host fast, high-quality, ad-free video.":[null,"Video de alta calidad, sin publicidad y con alojamiento rápido."],"Generate income with high-quality ads.":[null,"Genera beneficios con anuncios de alta calidad."],"Real-time site backups and automatic threat resolution.":[null,"Copias de seguridad en tiempo real y resolución automática de amenazas."],"Protect against data loss, malware, and malicious attacks.":[null,"Protege contra pérdidas de datos, malware y ataques maliciosos."],"Integrate easily with Google Analytics.":[null,"Se integra fácilmente con Google Analytics."],"Help your content get found and shared with SEO tools.":[null,"Ayuda a que tus contenidos sean encontrados y compartidos con herramientas SEO."],"Protect your site from spam.":[null,"Protege tu sitio del spam."],"This site is not connected to WordPress.com. Please ask the site administrator to connect.":[null,"Este sitio no está conectado con WordPress.com. Por favor, contacta con el administrado para conectarlo."],"Spam filtering":[null,"Filtro de spam"],"Daily, automated malware scanning":[null,"Escaneo automático diario de malware."],"13Gb of high-speed video hosting":[null,"13Gb de alojamiento de alta velocidad para vídeo"],"Daily, automated backups (unlimited storage)":[null,"Copias de seguridad diarias automáticas (con almacenamiento ilimitado)"],"Daily, automated malware scanning with automated resolution":[null,"Escaneo diario y resolución automática de malware"],"Unlimited high-speed video hosting":[null,"Alojamiento de alta velocidad ilimitado para vídeo"],"SEO preview tools":[null,"Herramientas de vista previa SEO"],"Site stats, related content, and sharing tools":[null,"Estadísticas del sitio, contenido relacionado y herramientas para compartir"],"Brute force attack protection and uptime monitoring":[null,"Protección contra ataques de fuerza bruta y monitorización de tiempo de actividad"],"Unlimited, high-speed image hosting":[null,"Alojamiento de alta velocidad ilimitado para imágenes"],"By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:":[null,"Al desconectar tu %(siteName)s de WordPress.com, ya no tendrás acceso a lo siguiente:"],"Read more about Jetpack benefits":[null,"Lee más sobre los beneficios de Jetpack"],"An Automattic Airline":[null,"Una aerolínea de Automattic"],"Manage site connection":[null,"Gestionar conexión del sitio"],"Connect your account to WordPress.com to view more stats":[null,"Conecta tu cuenta a WordPress.com para ver más estadísticas"],"Theme enhancements":[null,"Mejoras del tema"],"Load more posts using the default theme behavior":[null,"Carga más entradas usando el comportamiento por defecto del tema"],"Load more posts in page with a button":[null,"Carga mas entradas en la página con un botón"],"Load more posts as the reader scrolls down":[null,"Carga más entradas a medida que el lector navega"],"Theme support required.":[null,"Se requiere que el tema sea compatible."],"Learn more about adding support for Infinite Scroll to your theme.":[null,"Aprende más sobre como añadir soporte para scroll infinito en tu tema."],"Use excerpts instead of full posts on front page and archive pages":[null,"Usar extractos en vez de entradas completas en portada y páginas de archivo"],"Show featured images":[null,"Muestra imágenes destacadas"],"Must be enabled to use tiled galleries.":[null,"Debe estar activo para usar las galerías apiladas."],"Enable the WordPress.com toolbar":[null,"Activar la barra de herramientas de WordPress.com"],"The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.":[null,"La barra de herramientas de WordPress.com reemplaza la barra de administración por defecto y ofrece enlaces rápidos al Lector, todos tus sitios, tu perfil de WordPress.com y las notificaciones. Centraliza tu experiencia WordPress con una sencilla barra de herramientas global."],"Writing tools available to you will be shown here when an administrator enables them.":[null,"Las herramientas de escritura se te mostrarán aquí cuando un administrador las active."],"Portfolios":[null,"Portafolios"],"Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).":[null,"Añade, organiza y muestra {{portfolioLink}}portafolios{{/portfolioLink}}. Si tu tema aún o es compatible con portafolios puedes mostrarlos usando el shortcode ( [portfolio] )"],"Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.":[null,"Date cuenta que {{b}}no es necesario verificar tu sitio con estos servicios{{/b}} para que tu sitio lo indexen los motores de búsqueda. Para usar estas herramientas avanzadas de motores de búsqueda y verificar tu sitio con un servicio pega el código de la etiqueta HTML a continuación. Lee las {{support}}instrucciones completas{{/support}} si tienes algún problema. Servicios compatibles con la verificación: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}} y {{yandex}}Yandex.Webmaster{{/yandex}}."],"Bing":[null,"Bing"],"Yandex":[null,"Yandex"],"Generate XML sitemaps":[null,"Crea mapas del sitio XML"],"Your sitemap is automatically sent to all major search engines for indexing.":[null,"Tu mapa del sitio se envía automáticamente a todos los principales motores de búsqueda para que lo indexen."],"Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.":[null,"Tu sitio no es visible para los motores de búsqueda en este momento. Puede que hayas desactivado \"Visibilidad en los motores de búsqueda\" en tus {{a}}Ajustes de lectura{{/a}}."],"Collecting valuable traffic stats and insights":[null,"Recogiendo valiosas estadísticas e informes de tráfico"],"The image helps collect stats, but should work when hidden.":[null,"La imagen ayuda a recoger estadísticas pero debería funcionar cuando esté oculta."],"Count logged in page views from":[null,"Contar las visualizaciones de página conectados de"],"Allow stats reports to be viewed by":[null,"Permitir que los informes de estadísticas los vean"],"You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.":[null,"Puedes modificar estos ajustes si quieres un control más avanzado. Lee más sobre como {a}}optimizar el SEO de tu sitio{{/a}}."],"Configure your SEO settings":[null,"Configura tus ajustes SEO"],"In \"Upgrade\"":[null,"En \"Actualizar\""],"Configure your Google Analytics settings":[null,"Configura tus ajustes de Google Analytics"],"Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.":[null,"Muestra anuncios en el primer artículo de tu portada o al final de cada página y entrada. Pon más anuncios en la parte superior de tu sitio y en cualquier área de widgets para incrementar tus ganancias."],"Enable ads and display an ad below each post":[null,"Activa anuncios y muestra un anuncio debajo de cada entrada"],"Display an additional ad at the top of each page":[null,"Muestra un anuncio adicional en la parte superior de cada página"],"Configure your sharing buttons":[null,"Configura tus botones de compartir"],"Connect your social media accounts":[null,"Conecta con tus cuentas de redes socials"],"Connect your user account to WordPress.com to use this feature":[null,"Conecta con tu cuenta de usuario de WordPress.com para usar esta característica"],"Allow readers to show their appreciation of your posts by adding a like button to your content":[null,"Permite a los lectores mostrar su aprecio por tus entradas añadiendo un botón de me gusta a tu contenido"],"Match accounts using email addresses":[null,"Empareja cuentas utilizando la dirección de email"],"Require accounts to use WordPress.com Two-Step Authentication":[null,"Requerir cuentas para usar la identificación en dos pasos de WordPress.com"],"Add to whitelist":[null,"Añadir a la lista blanca"],"You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100":[null,"Deberías autorizar algunas direcciones IP para que no sean bloqueadas por Jetpack. Se admiten direcciones IPv4 e IPv6. Para especificar un rango, introduce el valor menor y el mayor separados por un guión, p. ej: 12.12.12.1-12.12.12.100"],"Your site is backed up and threat-free.":[null,"Tu sitio está asegurado y libre de amenazas."],"Checking your spam protection…":[null,"Comprobando protección contra el spam..."],"Fetching key…":[null,"Obteniendo clave..."],"Your site needs an Antispam key.":[null,"Tu sitio necesita una clave Akismet."],"There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.":[null,"Hay un problema con tu clave de API antispam. {{a}}Saber más{{/a}}."],"Your site is not protected from spam.":[null,"Tu sitio no está protegido frente al spam."],"Your Antispam key is valid.":[null,"Tu clave antispam no es válida."],"Your site is protected from spam.":[null,"Tu sitio está protegido contra el spam."],"Checking key…":[null,"Comprobando clave..."],"Your API key":[null,"Tu clave de API"],"If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.":[null,"Si aún no tienes una clave de API, {{a}}haz clic aquí {{/a}} y sigue el proceso guiado para conseguirla."],"No search results found for %(term)s":[null,"No se han encontrado resultados para %(term)s"],"Enter a search term to find settings or close search.":[null,"Escribe un término de búsqueda para encontrar opciones o cierra la búsqueda."],"Connections":[null,"Conexiones"],"Your site is in Development Mode, so it can not be connected to WordPress.com.":[null,"Tu sitio está en modo de desarrollo, por lo que no se puede conectar con WordPress.com"],"Your site is connected to WordPress.com.":[null,"Tu sitio está conectado con WordPress.com"],"You are the Jetpack owner.":[null,"Eres el propietario de Jetpack"],"Connected as {{span}}%(username)s{{/span}}":[null,"Conectado como {{span}}%(username)s{{/span}}"],"View your Email Followers":[null,"Ver tus seguidores por correo electrónico"],"Connect your user account to WordPress.com to view your email followers":[null,"Conecta tu cuenta de usuario con WordPress.com para ver tus seguidores de email"],"Color scheme":[null,"Esquema de color"],"Enable Markdown use for comments.":[null,"Permite Markdown en los comentarios."],"Updated settings.":[null,"Opciones guardadas."],"Error updating settings. %(error)s":[null,"Error actualizando opciones. %(error)s"],"Regenerated Post by Email address.":[null,"Entrada regenerada desde la dirección de correo electrónico."],"Error regenerating Post by Email address. %(error)s":[null,"Error al regenerar la entrada desde la dirección de correo electrónico. %(error)es"],"Updated settings. Refreshing page…":[null,"Opciones actualizadas. Recargando página..."],"Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}":[null,"Actualmente en {{a}}modo de desarrollo{{/a}} (algunas características están desactivadas) porque:{{reasons/}}"],"{{li}}The jetpack_development_mode filter is active{{/li}}":[null,"{{li}}El filtro jetpack_development_mode está activo{{/li}}"],"{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}":[null,"{{li}}Se ha definido la constante JETPACK_DEV_DEBUG{{/li}}"],"{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}":[null,"{{li}}La URL de tu sitio no tiene punto (p.ej. http://localhost){{/li}}"],"Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.":[null,"Google Analytics es un servicio gratuito que complementa nuestras {{a}}estadísticas integradas{{/a}} con diferentes informes de tu tráfico. Las estadísticas de WordPress.com y las de Google Analytics usan distintos métodos para identificar y seguir la actividad de tu sitio, así que normalmente mostrarán totales de tus visitas, páginas vistas, etc. ligeramente diferentes."],"Configure Google Analytics settings.":[null,"Configura los ajustes de Google Analytics."],"Image of WordPress login screen protected by Jetpack":[null,"Imagen de la pantalla de acceso de WordPress protegida por Jetpack "],"Google Analytics":[null,"Google Analytics"],"Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.":[null,"Haz seguimiento de las estadísticas de tu web con Google Analytics para una mayor comprensión de los visitantes y clientes de tu web."],"Configure Google Analytics":[null,"Configura Google Analytics"],"Activate Google Analytics":[null,"Activa Google Analytics"],"Download the free apps":[null,"Descarga las aplicaciones gratuitas"],"Upgrade Focus: VideoPress For Weddings":[null,"Actualiza Focus: VideoPress para bodas"],"{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}":[null,"{{span}}Ahora también puedes conf