Version Description
- WordPress 3.2 compat - meta data is now saving again
- Czech translation, thanks to Jan Macek
- Prevent nested script tags with Google Analytics outbound tracking (thanks Rick Overman)
Download this release
Release Info
Developer | johnny5 |
Plugin | HeadSpace2 SEO |
Version | 3.6.35 |
Comparing to | |
See all releases |
Code changes from version 3.6.33 to 3.6.35
- 2.3/jquery.js +0 -20
- 2.3/ui.core.js +0 -10
- 2.3/ui.sortable.js +0 -13
- headspace.php +76 -92
- locale/ar_AR.mo +0 -0
- locale/ar_AR.po +904 -0
- locale/cs_CZ.mo +0 -0
- locale/cs_CZ.po +1789 -0
- locale/fa_IR.mo +0 -0
- locale/fa_IR.po +1727 -0
- locale/headspace2.pot +1700 -0
- locale/it_IT.mo +0 -0
- locale/it_IT.po +492 -1250
- locale/messages.po +0 -1710
- models/headspace.php +36 -54
- models/inline_tags.php +15 -13
- models/pager.php +0 -11
- modules/page/page_title.php +8 -6
- modules/page/plugin.php +3 -2
- modules/page/tags.php +5 -2
- modules/site/analytics.php +111 -136
- modules/site/google_webmaster.php +26 -34
- readme.txt +121 -102
- view/admin/edit_category.php +0 -2
- view/admin/import.php +1 -1
- view/admin/mass_edit.php +1 -1
- view/admin/options.php +2 -2
2.3/jquery.js
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* jQuery JavaScript Library v1.3.2
|
3 |
-
* http://jquery.com/
|
4 |
-
*
|
5 |
-
* Copyright (c) 2009 John Resig
|
6 |
-
* Dual licensed under the MIT and GPL licenses.
|
7 |
-
* http://docs.jquery.com/License
|
8 |
-
*
|
9 |
-
* Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
|
10 |
-
* Revision: 6246
|
11 |
-
*/
|
12 |
-
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
|
13 |
-
/*
|
14 |
-
* Sizzle CSS Selector Engine - v0.9.3
|
15 |
-
* Copyright 2009, The Dojo Foundation
|
16 |
-
* Released under the MIT, BSD, and GPL Licenses.
|
17 |
-
* More information: http://sizzlejs.com/
|
18 |
-
*/
|
19 |
-
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML=' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
|
20 |
-
jQuery.noConflict();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2.3/ui.core.js
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* jQuery UI 1.7.1
|
3 |
-
*
|
4 |
-
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
5 |
-
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
6 |
-
* and GPL (GPL-LICENSE.txt) licenses.
|
7 |
-
*
|
8 |
-
* http://docs.jquery.com/UI
|
9 |
-
*/
|
10 |
-
jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.1",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return !this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2.3/ui.sortable.js
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* jQuery UI Sortable 1.7.1
|
3 |
-
*
|
4 |
-
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
5 |
-
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
6 |
-
* and GPL (GPL-LICENSE.txt) licenses.
|
7 |
-
*
|
8 |
-
* http://docs.jquery.com/UI/Sortables
|
9 |
-
*
|
10 |
-
* Depends:
|
11 |
-
* ui.core.js
|
12 |
-
*/
|
13 |
-
(function(a){a.widget("ui.sortable",a.extend({},a.ui.mouse,{_init:function(){var b=this.options;this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?(/left|right/).test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var b=this.items.length-1;b>=0;b--){this.items[b].item.removeData("sortable-item")}},_mouseCapture:function(e,f){if(this.reverting){return false}if(this.options.disabled||this.options.type=="static"){return false}this._refreshItems(e);var d=null,c=this,b=a(e.target).parents().each(function(){if(a.data(this,"sortable-item")==c){d=a(this);return false}});if(a.data(e.target,"sortable-item")==c){d=a(e.target)}if(!d){return false}if(this.options.handle&&!f){var g=false;a(this.options.handle,d).find("*").andSelf().each(function(){if(this==e.target){g=true}});if(!g){return false}}this.currentItem=d;this._removeCurrentsFromItems();return true},_mouseStart:function(e,f,b){var g=this.options,c=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(e);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");a.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(e);this.originalPageX=e.pageX;this.originalPageY=e.pageY;if(g.cursorAt){this._adjustOffsetFromHelper(g.cursorAt)}this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};if(this.helper[0]!=this.currentItem[0]){this.currentItem.hide()}this._createPlaceholder();if(g.containment){this._setContainment()}if(g.cursor){if(a("body").css("cursor")){this._storedCursor=a("body").css("cursor")}a("body").css("cursor",g.cursor)}if(g.opacity){if(this.helper.css("opacity")){this._storedOpacity=this.helper.css("opacity")}this.helper.css("opacity",g.opacity)}if(g.zIndex){if(this.helper.css("zIndex")){this._storedZIndex=this.helper.css("zIndex")}this.helper.css("zIndex",g.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){this.overflowOffset=this.scrollParent.offset()}this._trigger("start",e,this._uiHash());if(!this._preserveHelperProportions){this._cacheHelperProportions()}if(!b){for(var d=this.containers.length-1;d>=0;d--){this.containers[d]._trigger("activate",e,c._uiHash(this))}}if(a.ui.ddmanager){a.ui.ddmanager.current=this}if(a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,e)}this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(e);return true},_mouseDrag:function(f){this.position=this._generatePosition(f);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs){this.lastPositionAbs=this.positionAbs}if(this.options.scroll){var g=this.options,b=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if((this.overflowOffset.top+this.scrollParent[0].offsetHeight)-f.pageY<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop+g.scrollSpeed}else{if(f.pageY-this.overflowOffset.top<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop-g.scrollSpeed}}if((this.overflowOffset.left+this.scrollParent[0].offsetWidth)-f.pageX<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft+g.scrollSpeed}else{if(f.pageX-this.overflowOffset.left<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft-g.scrollSpeed}}}else{if(f.pageY-a(document).scrollTop()<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-g.scrollSpeed)}else{if(a(window).height()-(f.pageY-a(document).scrollTop())<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+g.scrollSpeed)}}if(f.pageX-a(document).scrollLeft()<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-g.scrollSpeed)}else{if(a(window).width()-(f.pageX-a(document).scrollLeft())<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+g.scrollSpeed)}}}if(b!==false&&a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,f)}}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d],c=e.item[0],h=this._intersectsWithPointer(e);if(!h){continue}if(c!=this.currentItem[0]&&this.placeholder[h==1?"next":"prev"]()[0]!=c&&!a.ui.contains(this.placeholder[0],c)&&(this.options.type=="semi-dynamic"?!a.ui.contains(this.element[0],c):true)){this.direction=h==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(e)){this._rearrange(f,e)}else{break}this._trigger("change",f,this._uiHash());break}}this._contactContainers(f);if(a.ui.ddmanager){a.ui.ddmanager.drag(this,f)}this._trigger("sort",f,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(c,d){if(!c){return}if(a.ui.ddmanager&&!this.options.dropBehaviour){a.ui.ddmanager.drop(this,c)}if(this.options.revert){var b=this;var e=b.placeholder.offset();b.reverting=true;a(this.helper).animate({left:e.left-this.offset.parent.left-b.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-b.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){b._clear(c)})}else{this._clear(c,d)}return false},cancel:function(){var b=this;if(this.dragging){this._mouseUp();if(this.options.helper=="original"){this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}for(var c=this.containers.length-1;c>=0;c--){this.containers[c]._trigger("deactivate",null,b._uiHash(this));if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",null,b._uiHash(this));this.containers[c].containerCache.over=0}}}if(this.placeholder[0].parentNode){this.placeholder[0].parentNode.removeChild(this.placeholder[0])}if(this.options.helper!="original"&&this.helper&&this.helper[0].parentNode){this.helper.remove()}a.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});if(this.domPosition.prev){a(this.domPosition.prev).after(this.currentItem)}else{a(this.domPosition.parent).prepend(this.currentItem)}return true},serialize:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};a(b).each(function(){var e=(a(d.item||this).attr(d.attribute||"id")||"").match(d.expression||(/(.+)[-=_](.+)/));if(e){c.push((d.key||e[1]+"[]")+"="+(d.key&&d.expression?e[1]:e[2]))}});return c.join("&")},toArray:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};b.each(function(){c.push(a(d.item||this).attr(d.attribute||"id")||"")});return c},_intersectsWith:function(m){var e=this.positionAbs.left,d=e+this.helperProportions.width,k=this.positionAbs.top,j=k+this.helperProportions.height;var f=m.left,c=f+m.width,n=m.top,i=n+m.height;var o=this.offset.click.top,h=this.offset.click.left;var g=(k+o)>n&&(k+o)<i&&(e+h)>f&&(e+h)<c;if(this.options.tolerance=="pointer"||this.options.forcePointerForContainers||(this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>m[this.floating?"width":"height"])){return g}else{return(f<e+(this.helperProportions.width/2)&&d-(this.helperProportions.width/2)<c&&n<k+(this.helperProportions.height/2)&&j-(this.helperProportions.height/2)<i)}},_intersectsWithPointer:function(d){var e=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top,d.height),c=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left,d.width),g=e&&c,b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(!g){return false}return this.floating?(((f&&f=="right")||b=="down")?2:1):(b&&(b=="down"?2:1))},_intersectsWithSides:function(e){var c=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+(e.height/2),e.height),d=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+(e.width/2),e.width),b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(this.floating&&f){return((f=="right"&&d)||(f=="left"&&!d))}else{return b&&((b=="down"&&c)||(b=="up"&&!c))}},_getDragVerticalDirection:function(){var b=this.positionAbs.top-this.lastPositionAbs.top;return b!=0&&(b>0?"down":"up")},_getDragHorizontalDirection:function(){var b=this.positionAbs.left-this.lastPositionAbs.left;return b!=0&&(b>0?"right":"left")},refresh:function(b){this._refreshItems(b);this.refreshPositions()},_connectWith:function(){var b=this.options;return b.connectWith.constructor==String?[b.connectWith]:b.connectWith},_getItemsAsjQuery:function(b){var l=this;var g=[];var e=[];var h=this._connectWith();if(h&&b){for(var d=h.length-1;d>=0;d--){var k=a(h[d]);for(var c=k.length-1;c>=0;c--){var f=a.data(k[c],"sortable");if(f&&f!=this&&!f.options.disabled){e.push([a.isFunction(f.options.items)?f.options.items.call(f.element):a(f.options.items,f.element).not(".ui-sortable-helper"),f])}}}}e.push([a.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):a(this.options.items,this.element).not(".ui-sortable-helper"),this]);for(var d=e.length-1;d>=0;d--){e[d][0].each(function(){g.push(this)})}return a(g)},_removeCurrentsFromItems:function(){var d=this.currentItem.find(":data(sortable-item)");for(var c=0;c<this.items.length;c++){for(var b=0;b<d.length;b++){if(d[b]==this.items[c].item[0]){this.items.splice(c,1)}}}},_refreshItems:function(b){this.items=[];this.containers=[this];var h=this.items;var p=this;var f=[[a.isFunction(this.options.items)?this.options.items.call(this.element[0],b,{item:this.currentItem}):a(this.options.items,this.element),this]];var l=this._connectWith();if(l){for(var e=l.length-1;e>=0;e--){var m=a(l[e]);for(var d=m.length-1;d>=0;d--){var g=a.data(m[d],"sortable");if(g&&g!=this&&!g.options.disabled){f.push([a.isFunction(g.options.items)?g.options.items.call(g.element[0],b,{item:this.currentItem}):a(g.options.items,g.element),g]);this.containers.push(g)}}}}for(var e=f.length-1;e>=0;e--){var k=f[e][1];var c=f[e][0];for(var d=0,n=c.length;d<n;d++){var o=a(c[d]);o.data("sortable-item",k);h.push({item:o,instance:k,width:0,height:0,left:0,top:0})}}},refreshPositions:function(b){if(this.offsetParent&&this.helper){this.offset.parent=this._getParentOffset()}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d];if(e.instance!=this.currentContainer&&this.currentContainer&&e.item[0]!=this.currentItem[0]){continue}var c=this.options.toleranceElement?a(this.options.toleranceElement,e.item):e.item;if(!b){e.width=c.outerWidth();e.height=c.outerHeight()}var f=c.offset();e.left=f.left;e.top=f.top}if(this.options.custom&&this.options.custom.refreshContainers){this.options.custom.refreshContainers.call(this)}else{for(var d=this.containers.length-1;d>=0;d--){var f=this.containers[d].element.offset();this.containers[d].containerCache.left=f.left;this.containers[d].containerCache.top=f.top;this.containers[d].containerCache.width=this.containers[d].element.outerWidth();this.containers[d].containerCache.height=this.containers[d].element.outerHeight()}}},_createPlaceholder:function(d){var b=d||this,e=b.options;if(!e.placeholder||e.placeholder.constructor==String){var c=e.placeholder;e.placeholder={element:function(){var f=a(document.createElement(b.currentItem[0].nodeName)).addClass(c||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!c){f.style.visibility="hidden"}return f},update:function(f,g){if(c&&!e.forcePlaceholderSize){return}if(!g.height()){g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10))}if(!g.width()){g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=a(e.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);e.placeholder.update(b,b.placeholder)},_contactContainers:function(d){for(var c=this.containers.length-1;c>=0;c--){if(this._intersectsWith(this.containers[c].containerCache)){if(!this.containers[c].containerCache.over){if(this.currentContainer!=this.containers[c]){var h=10000;var g=null;var e=this.positionAbs[this.containers[c].floating?"left":"top"];for(var b=this.items.length-1;b>=0;b--){if(!a.ui.contains(this.containers[c].element[0],this.items[b].item[0])){continue}var f=this.items[b][this.containers[c].floating?"left":"top"];if(Math.abs(f-e)<h){h=Math.abs(f-e);g=this.items[b]}}if(!g&&!this.options.dropOnEmpty){continue}this.currentContainer=this.containers[c];g?this._rearrange(d,g,null,true):this._rearrange(d,null,this.containers[c].element,true);this._trigger("change",d,this._uiHash());this.containers[c]._trigger("change",d,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder)}this.containers[c]._trigger("over",d,this._uiHash(this));this.containers[c].containerCache.over=1}}else{if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",d,this._uiHash(this));this.containers[c].containerCache.over=0}}}},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c,this.currentItem])):(d.helper=="clone"?this.currentItem.clone():this.currentItem);if(!b.parents("body").length){a(d.appendTo!="parent"?d.appendTo:this.currentItem[0].parentNode)[0].appendChild(b[0])}if(b[0]==this.currentItem[0]){this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}}if(b[0].style.width==""||d.forceHelperSize){b.width(this.currentItem.width())}if(b[0].style.height==""||d.forceHelperSize){b.height(this.currentItem.height())}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.currentItem.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.currentItem.css("marginLeft"),10)||0),top:(parseInt(this.currentItem.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)){var c=a(e.containment)[0];var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_rearrange:function(g,f,c,e){c?c[0].appendChild(this.placeholder[0]):f.item[0].parentNode.insertBefore(this.placeholder[0],(this.direction=="down"?f.item[0]:f.item[0].nextSibling));this.counter=this.counter?++this.counter:1;var d=this,b=this.counter;window.setTimeout(function(){if(b==d.counter){d.refreshPositions(!e)}},0)},_clear:function(d,e){this.reverting=false;var f=[],b=this;if(!this._noFinalSort&&this.currentItem[0].parentNode){this.placeholder.before(this.currentItem)}this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var c in this._storedCSS){if(this._storedCSS[c]=="auto"||this._storedCSS[c]=="static"){this._storedCSS[c]=""}}this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}if(this.fromOutside&&!e){f.push(function(g){this._trigger("receive",g,this._uiHash(this.fromOutside))})}if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!e){f.push(function(g){this._trigger("update",g,this._uiHash())})}if(!a.ui.contains(this.element[0],this.currentItem[0])){if(!e){f.push(function(g){this._trigger("remove",g,this._uiHash())})}for(var c=this.containers.length-1;c>=0;c--){if(a.ui.contains(this.containers[c].element[0],this.currentItem[0])&&!e){f.push((function(g){return function(h){g._trigger("receive",h,this._uiHash(this))}}).call(this,this.containers[c]));f.push((function(g){return function(h){g._trigger("update",h,this._uiHash(this))}}).call(this,this.containers[c]))}}}for(var c=this.containers.length-1;c>=0;c--){if(!e){f.push((function(g){return function(h){g._trigger("deactivate",h,this._uiHash(this))}}).call(this,this.containers[c]))}if(this.containers[c].containerCache.over){f.push((function(g){return function(h){g._trigger("out",h,this._uiHash(this))}}).call(this,this.containers[c]));this.containers[c].containerCache.over=0}}if(this._storedCursor){a("body").css("cursor",this._storedCursor)}if(this._storedOpacity){this.helper.css("opacity",this._storedOpacity)}if(this._storedZIndex){this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex)}this.dragging=false;if(this.cancelHelperRemoval){if(!e){this._trigger("beforeStop",d,this._uiHash());for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}return false}if(!e){this._trigger("beforeStop",d,this._uiHash())}this.placeholder[0].parentNode.removeChild(this.placeholder[0]);if(this.helper[0]!=this.currentItem[0]){this.helper.remove()}this.helper=null;if(!e){for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){if(a.widget.prototype._trigger.apply(this,arguments)===false){this.cancel()}},_uiHash:function(c){var b=c||this;return{helper:b.helper,placeholder:b.placeholder||a([]),position:b.position,absolutePosition:b.positionAbs,offset:b.positionAbs,item:b.currentItem,sender:c?c.element:null}}}));a.extend(a.ui.sortable,{getter:"serialize toArray",version:"1.7.1",eventPrefix:"sort",defaults:{appendTo:"parent",axis:false,cancel:":input,option",connectWith:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1000}})})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
headspace.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: HeadSpace2
|
4 |
Plugin URI: http://urbangiraffe.com/plugins/headspace2/
|
5 |
Description: Meta-data manager on steroids, allowing complete control over all SEO needs such as keywords/tags, titles, description, stylesheets, and many many other goodies.
|
6 |
-
Version: 3.6.
|
7 |
Author: John Godley
|
8 |
Author URI: http://urbangiraffe.com/
|
9 |
============================================================================================================
|
@@ -29,8 +29,7 @@ include dirname (__FILE__).'/headspace_library.php';
|
|
29 |
**/
|
30 |
|
31 |
|
32 |
-
class HeadSpace2_Admin extends HeadSpace_Plugin
|
33 |
-
{
|
34 |
var $types = null;
|
35 |
var $last_post_id = 0;
|
36 |
|
@@ -40,30 +39,27 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
40 |
* @return void
|
41 |
**/
|
42 |
function HeadSpace2_Admin() {
|
43 |
-
$this->register_plugin
|
44 |
|
45 |
if (is_admin ()) {
|
46 |
-
$this->add_action
|
47 |
-
$this->add_filter ('admin_head');
|
48 |
|
49 |
-
$this->add_action
|
50 |
|
51 |
-
$this->add_action
|
52 |
-
$this->add_action
|
53 |
-
|
54 |
-
|
|
|
55 |
|
56 |
// WP 2.7 hooks
|
57 |
-
$this->add_action
|
58 |
-
$this->add_action
|
59 |
|
60 |
-
$this->add_action
|
61 |
-
$this->add_action
|
62 |
|
63 |
-
// $this->add_action ('quick_edit_custom_box', 'quick_edit_custom_box', 10, 2);
|
64 |
-
// $this->add_action ('manage_categories_columns', 'manage_posts_columns');
|
65 |
-
// $this->add_action ('bulk_edit_custom_box', 'bulk_edit_custom_box', 10, 2);
|
66 |
-
|
67 |
$this->add_action( 'wp_print_scripts' );
|
68 |
$this->add_action( 'admin_head', 'wp_print_styles' );
|
69 |
$this->add_filter( 'print_scripts_array' );
|
@@ -93,28 +89,14 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
93 |
array_unshift( $links, $settings_link );
|
94 |
return $links;
|
95 |
}
|
96 |
-
|
97 |
-
function wp_dashboard_setup() {
|
98 |
-
if (function_exists ('wp_add_dashboard_widget'))
|
99 |
-
wp_add_dashboard_widget ('dashboard_headspace', __ ('HeadSpace', 'headspace'), array (&$this, 'dashboard'));
|
100 |
-
}
|
101 |
-
|
102 |
-
function dashboard() {
|
103 |
-
$headspace = HeadSpace2::get ();
|
104 |
-
|
105 |
-
$settings = $headspace->get_current_settings ();
|
106 |
-
$simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'page');
|
107 |
-
|
108 |
-
$this->render_admin ('dashboard', array ('simple' => $simple, 'advanced' => $advanced));
|
109 |
-
}
|
110 |
-
|
111 |
function manage_posts_columns($columns) {
|
112 |
$headspace = HeadSpace2::get ();
|
113 |
|
114 |
$settings = $headspace->get_current_settings ();
|
115 |
|
116 |
-
$simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'page');
|
117 |
-
$advanced = $headspace->modules->get_restricted ($headspace->get_advanced_modules (), $settings, 'page');
|
118 |
|
119 |
$modules = array_merge ($simple, $advanced);
|
120 |
if (count ($modules) > 0) {
|
@@ -150,7 +132,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
150 |
{
|
151 |
define ('HEADSPACE_MENU', __ ('HeadSpace', 'headspace'));
|
152 |
define ('HEADSPACE_META', __ ('Meta-data', 'headspace'));
|
153 |
-
define ('HEADSPACE_ROLE', 'manage_options');
|
154 |
}
|
155 |
}
|
156 |
|
@@ -188,16 +170,20 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
188 |
|
189 |
function edit_category_form($cat) {
|
190 |
if ( !empty( $cat ) ) {
|
191 |
-
if ( !isset( $cat->cat_ID ) )
|
192 |
-
|
|
|
|
|
|
|
|
|
193 |
|
194 |
$headspace = HeadSpace2::get ();
|
195 |
-
$settings = $headspace->get_current_settings (get_option
|
196 |
|
197 |
-
$simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'category');
|
198 |
-
$advanced = $headspace->modules->get_restricted ($headspace->get_advanced_modules (), $settings, 'category');
|
199 |
|
200 |
-
$this->render_admin
|
201 |
}
|
202 |
}
|
203 |
|
@@ -205,9 +191,9 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
205 |
$headspace = HeadSpace2::get ();
|
206 |
$settings = $headspace->get_current_settings ();
|
207 |
|
208 |
-
$tags = $headspace->modules->get ('hsm_tags');
|
209 |
if ($tags !== false)
|
210 |
-
$this->render_admin
|
211 |
}
|
212 |
|
213 |
function metabox($post) {
|
@@ -222,10 +208,10 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
222 |
$headspace = HeadSpace2::get ();
|
223 |
$settings = $headspace->get_current_settings ();
|
224 |
|
225 |
-
$simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'page');
|
226 |
-
$advanced = $headspace->modules->get_restricted ($headspace->get_advanced_modules (), $settings, 'page');
|
227 |
|
228 |
-
$this->render_admin
|
229 |
}
|
230 |
|
231 |
|
@@ -237,9 +223,9 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
237 |
**/
|
238 |
|
239 |
function save_tags($id) {
|
240 |
-
if (isset
|
241 |
-
$headspace = HeadSpace2::get
|
242 |
-
$headspace->save_post_settings
|
243 |
}
|
244 |
}
|
245 |
|
@@ -251,15 +237,15 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
251 |
* @return void
|
252 |
**/
|
253 |
|
254 |
-
function edit_category($id) {
|
255 |
-
if (isset
|
256 |
-
$headspace = HeadSpace2::get
|
257 |
-
$settings = $headspace->extract_module_settings
|
258 |
|
259 |
-
if (empty
|
260 |
-
delete_option
|
261 |
else
|
262 |
-
update_option
|
263 |
}
|
264 |
}
|
265 |
|
@@ -270,7 +256,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
270 |
$url = $url[0];
|
271 |
|
272 |
if ($inwrap == true)
|
273 |
-
$this->render_admin
|
274 |
return $sub;
|
275 |
}
|
276 |
|
@@ -296,14 +282,14 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
296 |
$theme_data = implode ('', file ($base.DIRECTORY_SEPARATOR.'header.php'));
|
297 |
|
298 |
if (strpos ($theme_data, 'wp_head') === false)
|
299 |
-
$messages[] = __ ('<code>wp_head</code> was not found in <code>header.php</code> (<a href="http://codex.wordpress.org/Hook_Reference/wp_head">documentation</a>)');
|
300 |
}
|
301 |
|
302 |
if (file_exists ($base.DIRECTORY_SEPARATOR.'footer.php')) {
|
303 |
$theme_data = implode ('', file ($base.DIRECTORY_SEPARATOR.'footer.php'));
|
304 |
|
305 |
if (strpos ($theme_data, 'wp_footer') === false)
|
306 |
-
$messages[] = __ ('<code>wp_footer</code> was not found in <code>footer.php</code> (<a href="http://codex.wordpress.org/Theme_Development">documentation</a>)');
|
307 |
}
|
308 |
|
309 |
if (count ($messages) > 0) {
|
@@ -311,7 +297,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
311 |
foreach ($messages AS $message)
|
312 |
$msg .= '<li>'.$message.'</li>';
|
313 |
|
314 |
-
$this->render_error ('<p>There are some issues with your theme that may prevent HeadSpace functioning correctly.</p><ol>'.$msg.'</oi>');
|
315 |
}
|
316 |
}
|
317 |
|
@@ -324,17 +310,12 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
324 |
|
325 |
function admin_screen() {
|
326 |
global $wp_version;
|
327 |
-
if (get_option
|
328 |
include dirname (__FILE__).'/models/upgrade.php';
|
329 |
|
330 |
-
HS_Upgrade::upgrade (get_option
|
331 |
}
|
332 |
|
333 |
-
if (version_compare ($wp_version, '2.3', '<')) {
|
334 |
-
$this->render_error (__ ('The HeadSpace administration interface is now WordPress 2.3+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace.', 'headspace'));
|
335 |
-
return;
|
336 |
-
}
|
337 |
-
|
338 |
// Decide what to do
|
339 |
$sub = $this->submenu ();
|
340 |
|
@@ -356,11 +337,11 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
356 |
else if ($sub == 'modules')
|
357 |
$this->admin_modules ();
|
358 |
else if ($sub == 'support')
|
359 |
-
$this->render_admin
|
360 |
}
|
361 |
|
362 |
function get_options() {
|
363 |
-
$options = get_option
|
364 |
if ($options === false)
|
365 |
$options = array ();
|
366 |
|
@@ -401,7 +382,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
401 |
$pager = $current->get_pager ();
|
402 |
$posts = $current->get ($pager);
|
403 |
|
404 |
-
$this->render_admin
|
405 |
}
|
406 |
|
407 |
|
@@ -433,7 +414,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
433 |
$options['support'] = isset ($_POST['support']) ? true : false;
|
434 |
$options['excerpt'] = isset ($_POST['excerpt']) ? true : false;
|
435 |
|
436 |
-
update_option
|
437 |
$this->render_message (__ ('Your options have been updated', 'headspace'));
|
438 |
}
|
439 |
else if (isset ($_POST['delete']) && check_admin_referer ('headspace-delete_plugin')) {
|
@@ -443,7 +424,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
443 |
$this->render_message (__ ('HeadSpace has been removed', 'headspace'));
|
444 |
}
|
445 |
|
446 |
-
$this->render_admin
|
447 |
}
|
448 |
|
449 |
|
@@ -453,13 +434,13 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
453 |
$simple = $headspace->modules->get ($headspace->get_simple_modules ());
|
454 |
$advanced = $headspace->modules->get ($headspace->get_advanced_modules ());
|
455 |
|
456 |
-
$this->render_admin
|
457 |
}
|
458 |
|
459 |
function admin_site() {
|
460 |
$headspace = HeadSpace2::get ();
|
461 |
|
462 |
-
$this->render_admin
|
463 |
}
|
464 |
|
465 |
function admin_import() {
|
@@ -477,16 +458,16 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
477 |
$this->render_message (sprintf (__ ('%d items were imported from %s', 'headspace'), $count, $importer->name ()));
|
478 |
}
|
479 |
|
480 |
-
$this->render_admin
|
481 |
}
|
482 |
|
483 |
function wp_print_scripts() {
|
484 |
global $wp_scripts;
|
485 |
|
486 |
if ( function_exists( 'add_meta_box' ) ) {
|
487 |
-
add_meta_box ('headspacestuff', __ ('HeadSpace', 'headspace'), array (&$this, 'metabox'), 'post', 'normal', 'high');
|
488 |
-
add_meta_box ('headspacestuff', __ ('HeadSpace', 'headspace'), array (&$this, 'metabox'), 'page', 'normal', 'high');
|
489 |
-
add_meta_box ('tagsdiv', __ ('Tags', 'headspace'), array (&$this, 'metabox_tags'), 'page', 'side', 'high');
|
490 |
}
|
491 |
|
492 |
// Rejig the localization
|
@@ -498,13 +479,6 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
498 |
unset ($wp_scripts->registered['ui-tabs']);
|
499 |
|
500 |
if (strpos ($_SERVER['REQUEST_URI'], 'headspace') || $this->is_category_edit ()) {
|
501 |
-
if (!function_exists ('wp_print_styles')) {
|
502 |
-
wp_deregister_script ('jquery');
|
503 |
-
wp_enqueue_script( 'jquery', $this->url ().'/2.3/jquery.js', array(), $this->version () );
|
504 |
-
wp_enqueue_script( 'jquery-ui-core', $this->url ().'/2.3/ui.core.js', array('jquery'), $this->version () );
|
505 |
-
wp_enqueue_script( 'jquery-ui-sortable', $this->url ().'/2.3/ui.sortable.js', array('jquery-ui-core'), $this->version () );
|
506 |
-
}
|
507 |
-
|
508 |
wp_enqueue_script( 'headspace', $this->url ().'/js/headspace.js', array ('jquery-form', 'jquery-ui-sortable'), $this->version ());
|
509 |
}
|
510 |
else if ($this->is_page () || $this->is_post_edit ()) {
|
@@ -513,7 +487,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
513 |
}
|
514 |
|
515 |
// Stop this being called again
|
516 |
-
remove_action
|
517 |
}
|
518 |
|
519 |
function is_category_edit() {
|
@@ -560,7 +534,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
560 |
|
561 |
function admin_head() {
|
562 |
if (strpos ($_SERVER['REQUEST_URI'], 'post.php') !== false || strpos ($_SERVER['REQUEST_URI'], 'post-new.php') !== false || $this->is_page () || strpos ($_SERVER['REQUEST_URI'], 'headspace') || strpos ($_SERVER['REQUEST_URI'], 'categories.php'))
|
563 |
-
$this->render_admin
|
564 |
}
|
565 |
|
566 |
function version() {
|
@@ -578,7 +552,7 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
578 |
$help .= '<a href="http://urbangiraffe.com/support/forum/headspace">'.__ ('HeadSpace Support Forum', 'headspace').'</a><br/>';
|
579 |
$help .= '<a href="http://urbangiraffe.com/tracker/projects/headspace/issues?set_filter=1&tracker_id=1">'.__ ('HeadSpace Bug Tracker', 'headspace').'</a><br/>';
|
580 |
$help .= '<a href="http://urbangiraffe.com/plugins/headspace/faq/">'.__ ('HeadSpace FAQ', 'headspace').'</a><br/>';
|
581 |
-
$help .= __ ('Please read the documentation and FAQ, and check the bug tracker, before asking a question.', 'headspace');
|
582 |
$help .= '</div>';
|
583 |
}
|
584 |
|
@@ -586,6 +560,18 @@ class HeadSpace2_Admin extends HeadSpace_Plugin
|
|
586 |
}
|
587 |
}
|
588 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
589 |
|
590 |
/**
|
591 |
* Instantiate the plugin
|
@@ -608,5 +594,3 @@ function the_head_tags() {
|
|
608 |
$settings = $headspace->get_current_settings ();
|
609 |
echo $headspace->capture ('tags', array ('tags' => explode (',', $settings['keywords'])));
|
610 |
}
|
611 |
-
|
612 |
-
?>
|
3 |
Plugin Name: HeadSpace2
|
4 |
Plugin URI: http://urbangiraffe.com/plugins/headspace2/
|
5 |
Description: Meta-data manager on steroids, allowing complete control over all SEO needs such as keywords/tags, titles, description, stylesheets, and many many other goodies.
|
6 |
+
Version: 3.6.35
|
7 |
Author: John Godley
|
8 |
Author URI: http://urbangiraffe.com/
|
9 |
============================================================================================================
|
29 |
**/
|
30 |
|
31 |
|
32 |
+
class HeadSpace2_Admin extends HeadSpace_Plugin {
|
|
|
33 |
var $types = null;
|
34 |
var $last_post_id = 0;
|
35 |
|
39 |
* @return void
|
40 |
**/
|
41 |
function HeadSpace2_Admin() {
|
42 |
+
$this->register_plugin( 'headspace', __FILE__);
|
43 |
|
44 |
if (is_admin ()) {
|
45 |
+
$this->add_action( 'admin_menu' );
|
46 |
+
$this->add_filter ('admin_head' );
|
47 |
|
48 |
+
$this->add_action( 'save_post', 'save_tags' );
|
49 |
|
50 |
+
$this->add_action( 'edit_category_form' );
|
51 |
+
$this->add_action( 'edit_category' );
|
52 |
+
add_action( 'edit_term', array( &$this, 'edit_category' ) );
|
53 |
+
|
54 |
+
$this->add_action( 'init', 'init', 15);
|
55 |
|
56 |
// WP 2.7 hooks
|
57 |
+
$this->add_action( 'manage_posts_columns' );
|
58 |
+
$this->add_action( 'manage_pages_columns', 'manage_posts_columns' );
|
59 |
|
60 |
+
$this->add_action( 'manage_posts_custom_column', 'manage_posts_custom_column', 10, 2);
|
61 |
+
$this->add_action( 'manage_pages_custom_column', 'manage_posts_custom_column', 10, 2);
|
62 |
|
|
|
|
|
|
|
|
|
63 |
$this->add_action( 'wp_print_scripts' );
|
64 |
$this->add_action( 'admin_head', 'wp_print_styles' );
|
65 |
$this->add_filter( 'print_scripts_array' );
|
89 |
array_unshift( $links, $settings_link );
|
90 |
return $links;
|
91 |
}
|
92 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
function manage_posts_columns($columns) {
|
94 |
$headspace = HeadSpace2::get ();
|
95 |
|
96 |
$settings = $headspace->get_current_settings ();
|
97 |
|
98 |
+
$simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'page' );
|
99 |
+
$advanced = $headspace->modules->get_restricted ($headspace->get_advanced_modules (), $settings, 'page' );
|
100 |
|
101 |
$modules = array_merge ($simple, $advanced);
|
102 |
if (count ($modules) > 0) {
|
132 |
{
|
133 |
define ('HEADSPACE_MENU', __ ('HeadSpace', 'headspace'));
|
134 |
define ('HEADSPACE_META', __ ('Meta-data', 'headspace'));
|
135 |
+
define ('HEADSPACE_ROLE', 'manage_options' );
|
136 |
}
|
137 |
}
|
138 |
|
170 |
|
171 |
function edit_category_form($cat) {
|
172 |
if ( !empty( $cat ) ) {
|
173 |
+
if ( !isset( $cat->cat_ID ) ) {
|
174 |
+
if ( isset( $cat->term_id ) )
|
175 |
+
$cat->cat_ID = $cat->term_id;
|
176 |
+
else
|
177 |
+
$cat->cat_ID = 0;
|
178 |
+
}
|
179 |
|
180 |
$headspace = HeadSpace2::get ();
|
181 |
+
$settings = $headspace->get_current_settings (get_option( 'headspace_cat_'.$cat->cat_ID));
|
182 |
|
183 |
+
$simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'category' );
|
184 |
+
$advanced = $headspace->modules->get_restricted ($headspace->get_advanced_modules (), $settings, 'category' );
|
185 |
|
186 |
+
$this->render_admin( 'edit_category', array ('simple' => $simple, 'advanced' => $advanced));
|
187 |
}
|
188 |
}
|
189 |
|
191 |
$headspace = HeadSpace2::get ();
|
192 |
$settings = $headspace->get_current_settings ();
|
193 |
|
194 |
+
$tags = $headspace->modules->get ('hsm_tags' );
|
195 |
if ($tags !== false)
|
196 |
+
$this->render_admin( 'edit_page', array ('post_ID' => $post->ID));
|
197 |
}
|
198 |
|
199 |
function metabox($post) {
|
208 |
$headspace = HeadSpace2::get ();
|
209 |
$settings = $headspace->get_current_settings ();
|
210 |
|
211 |
+
$simple = $headspace->modules->get_restricted ($headspace->get_simple_modules (), $settings, 'page' );
|
212 |
+
$advanced = $headspace->modules->get_restricted ($headspace->get_advanced_modules (), $settings, 'page' );
|
213 |
|
214 |
+
$this->render_admin( 'page-settings-edit', array ('simple' => $simple, 'advanced' => $advanced, 'width' => 140, 'area' => 'page'));
|
215 |
}
|
216 |
|
217 |
|
223 |
**/
|
224 |
|
225 |
function save_tags($id) {
|
226 |
+
if ( isset( $_POST['headspace'] ) ) {
|
227 |
+
$headspace = HeadSpace2::get();
|
228 |
+
$headspace->save_post_settings( $id, $headspace->extract_module_settings( $_POST, 'page' ) );
|
229 |
}
|
230 |
}
|
231 |
|
237 |
* @return void
|
238 |
**/
|
239 |
|
240 |
+
function edit_category( $id ) {
|
241 |
+
if ( isset( $_POST['cat_ID'] ) || isset( $_POST['tag_ID'] ) ) {
|
242 |
+
$headspace = HeadSpace2::get();
|
243 |
+
$settings = $headspace->extract_module_settings( $_POST, 'category' );
|
244 |
|
245 |
+
if ( empty( $settings ) )
|
246 |
+
delete_option( 'headspace_cat_'.$id );
|
247 |
else
|
248 |
+
update_option( 'headspace_cat_'.$id, $settings );
|
249 |
}
|
250 |
}
|
251 |
|
256 |
$url = $url[0];
|
257 |
|
258 |
if ($inwrap == true)
|
259 |
+
$this->render_admin( 'submenu', array ('url' => $url, 'sub' => $sub));
|
260 |
return $sub;
|
261 |
}
|
262 |
|
282 |
$theme_data = implode ('', file ($base.DIRECTORY_SEPARATOR.'header.php'));
|
283 |
|
284 |
if (strpos ($theme_data, 'wp_head') === false)
|
285 |
+
$messages[] = __ ('<code>wp_head</code> was not found in <code>header.php</code> (<a href="http://codex.wordpress.org/Hook_Reference/wp_head">documentation</a>)' );
|
286 |
}
|
287 |
|
288 |
if (file_exists ($base.DIRECTORY_SEPARATOR.'footer.php')) {
|
289 |
$theme_data = implode ('', file ($base.DIRECTORY_SEPARATOR.'footer.php'));
|
290 |
|
291 |
if (strpos ($theme_data, 'wp_footer') === false)
|
292 |
+
$messages[] = __ ('<code>wp_footer</code> was not found in <code>footer.php</code> (<a href="http://codex.wordpress.org/Theme_Development">documentation</a>)' );
|
293 |
}
|
294 |
|
295 |
if (count ($messages) > 0) {
|
297 |
foreach ($messages AS $message)
|
298 |
$msg .= '<li>'.$message.'</li>';
|
299 |
|
300 |
+
$this->render_error ('<p>There are some issues with your theme that may prevent HeadSpace functioning correctly.</p><ol>'.$msg.'</oi>' );
|
301 |
}
|
302 |
}
|
303 |
|
310 |
|
311 |
function admin_screen() {
|
312 |
global $wp_version;
|
313 |
+
if (get_option( 'headspace_version') != 10) {
|
314 |
include dirname (__FILE__).'/models/upgrade.php';
|
315 |
|
316 |
+
HS_Upgrade::upgrade (get_option( 'headspace_version'), 10);
|
317 |
}
|
318 |
|
|
|
|
|
|
|
|
|
|
|
319 |
// Decide what to do
|
320 |
$sub = $this->submenu ();
|
321 |
|
337 |
else if ($sub == 'modules')
|
338 |
$this->admin_modules ();
|
339 |
else if ($sub == 'support')
|
340 |
+
$this->render_admin( 'support' );
|
341 |
}
|
342 |
|
343 |
function get_options() {
|
344 |
+
$options = get_option( 'headspace_options' );
|
345 |
if ($options === false)
|
346 |
$options = array ();
|
347 |
|
382 |
$pager = $current->get_pager ();
|
383 |
$posts = $current->get ($pager);
|
384 |
|
385 |
+
$this->render_admin( 'mass_edit', array ('types' => $types, 'posts' => $posts, 'pager' => $pager, 'current' => $current));
|
386 |
}
|
387 |
|
388 |
|
414 |
$options['support'] = isset ($_POST['support']) ? true : false;
|
415 |
$options['excerpt'] = isset ($_POST['excerpt']) ? true : false;
|
416 |
|
417 |
+
update_option( 'headspace_options', $options);
|
418 |
$this->render_message (__ ('Your options have been updated', 'headspace'));
|
419 |
}
|
420 |
else if (isset ($_POST['delete']) && check_admin_referer ('headspace-delete_plugin')) {
|
424 |
$this->render_message (__ ('HeadSpace has been removed', 'headspace'));
|
425 |
}
|
426 |
|
427 |
+
$this->render_admin( 'options', array ('options' => $this->get_options ()));
|
428 |
}
|
429 |
|
430 |
|
434 |
$simple = $headspace->modules->get ($headspace->get_simple_modules ());
|
435 |
$advanced = $headspace->modules->get ($headspace->get_advanced_modules ());
|
436 |
|
437 |
+
$this->render_admin( 'page-modules', array ('simple' => $simple, 'advanced' => $advanced, 'disabled' => $headspace->modules->get_disabled ($simple, $advanced)));
|
438 |
}
|
439 |
|
440 |
function admin_site() {
|
441 |
$headspace = HeadSpace2::get ();
|
442 |
|
443 |
+
$this->render_admin( 'site-modules', array ('site' => $headspace->site));
|
444 |
}
|
445 |
|
446 |
function admin_import() {
|
458 |
$this->render_message (sprintf (__ ('%d items were imported from %s', 'headspace'), $count, $importer->name ()));
|
459 |
}
|
460 |
|
461 |
+
$this->render_admin( 'import', array ('modules' => $importmanager->available ()));
|
462 |
}
|
463 |
|
464 |
function wp_print_scripts() {
|
465 |
global $wp_scripts;
|
466 |
|
467 |
if ( function_exists( 'add_meta_box' ) ) {
|
468 |
+
add_meta_box ('headspacestuff', __ ('HeadSpace', 'headspace'), array (&$this, 'metabox'), 'post', 'normal', 'high' );
|
469 |
+
add_meta_box ('headspacestuff', __ ('HeadSpace', 'headspace'), array (&$this, 'metabox'), 'page', 'normal', 'high' );
|
470 |
+
add_meta_box ('tagsdiv', __ ('Tags', 'headspace'), array (&$this, 'metabox_tags'), 'page', 'side', 'high' );
|
471 |
}
|
472 |
|
473 |
// Rejig the localization
|
479 |
unset ($wp_scripts->registered['ui-tabs']);
|
480 |
|
481 |
if (strpos ($_SERVER['REQUEST_URI'], 'headspace') || $this->is_category_edit ()) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
482 |
wp_enqueue_script( 'headspace', $this->url ().'/js/headspace.js', array ('jquery-form', 'jquery-ui-sortable'), $this->version ());
|
483 |
}
|
484 |
else if ($this->is_page () || $this->is_post_edit ()) {
|
487 |
}
|
488 |
|
489 |
// Stop this being called again
|
490 |
+
remove_action( 'wp_print_scripts', array(&$this, 'wp_print_scripts'));
|
491 |
}
|
492 |
|
493 |
function is_category_edit() {
|
534 |
|
535 |
function admin_head() {
|
536 |
if (strpos ($_SERVER['REQUEST_URI'], 'post.php') !== false || strpos ($_SERVER['REQUEST_URI'], 'post-new.php') !== false || $this->is_page () || strpos ($_SERVER['REQUEST_URI'], 'headspace') || strpos ($_SERVER['REQUEST_URI'], 'categories.php'))
|
537 |
+
$this->render_admin( 'head_admin' );
|
538 |
}
|
539 |
|
540 |
function version() {
|
552 |
$help .= '<a href="http://urbangiraffe.com/support/forum/headspace">'.__ ('HeadSpace Support Forum', 'headspace').'</a><br/>';
|
553 |
$help .= '<a href="http://urbangiraffe.com/tracker/projects/headspace/issues?set_filter=1&tracker_id=1">'.__ ('HeadSpace Bug Tracker', 'headspace').'</a><br/>';
|
554 |
$help .= '<a href="http://urbangiraffe.com/plugins/headspace/faq/">'.__ ('HeadSpace FAQ', 'headspace').'</a><br/>';
|
555 |
+
$help .= __ ('Please read the documentation and FAQ, and check the bug tracker, before asking a question.', 'headspace' );
|
556 |
$help .= '</div>';
|
557 |
}
|
558 |
|
560 |
}
|
561 |
}
|
562 |
|
563 |
+
// Thematic compat
|
564 |
+
function hs_child_headspace_doctitle() {
|
565 |
+
return wp_title( '', false) ;
|
566 |
+
}
|
567 |
+
|
568 |
+
function hs_child_meta_head_cleaning() {
|
569 |
+
return true;
|
570 |
+
}
|
571 |
+
|
572 |
+
add_filter( 'thematic_seo', 'hs_child_meta_head_cleaning' );
|
573 |
+
add_filter( 'thematic_doctitle','hs_child_headspace_doctitle' );
|
574 |
+
|
575 |
|
576 |
/**
|
577 |
* Instantiate the plugin
|
594 |
$settings = $headspace->get_current_settings ();
|
595 |
echo $headspace->capture ('tags', array ('tags' => explode (',', $settings['keywords'])));
|
596 |
}
|
|
|
|
locale/ar_AR.mo
ADDED
Binary file
|
locale/ar_AR.po
ADDED
@@ -0,0 +1,904 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Meta-data manager, allowing complete control over meta-data such as keywords/tags, title, description, stylesheets, and other goodies. The data inserted can be static text, or pulled dynamically from the details of the post.
|
2 |
+
# Copyright (C) 2007 John Godley
|
3 |
+
# This file is distributed under the same license as the HeadSpace2 package.
|
4 |
+
# John Godley, http://urbangiraffe.com/, 2007.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: HeadSpace2 3.3.1 Uk\n"
|
9 |
+
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2007-09-22 17:19+0800\n"
|
11 |
+
"PO-Revision-Date: 2010-09-16 17:03+0100\n"
|
12 |
+
"Last-Translator: معاذ <wparabe@gmail.com>\n"
|
13 |
+
"Language-Team: PAVONINE.COM.UA <atanasiy@gmail.com>\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"X-Poedit-Language: Arabic\n"
|
18 |
+
"X-Poedit-Country: MOROCCO\n"
|
19 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
20 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
|
21 |
+
"Project-Id-Version: \n"
|
22 |
+
|
23 |
+
#: headspace.php:387
|
24 |
+
#, php-format
|
25 |
+
msgid "%d items were imported from %s"
|
26 |
+
msgstr "%d مكان الاستيراد %s"
|
27 |
+
|
28 |
+
#: view/admin/version.php:5
|
29 |
+
#, php-format
|
30 |
+
msgid "%s ago"
|
31 |
+
msgstr "%s منذ"
|
32 |
+
|
33 |
+
#: view/admin/import.php:13
|
34 |
+
msgid "(not available in UTW and Simple Tagging)"
|
35 |
+
msgstr "(غير متوفر في UTW و الاوسمة العادية)"
|
36 |
+
|
37 |
+
#: models/inline_tags.php:163
|
38 |
+
#, php-format
|
39 |
+
msgid "(page %d of %d)"
|
40 |
+
msgstr "(صفحة %d ال %d)"
|
41 |
+
|
42 |
+
#: headspace.php:105
|
43 |
+
msgid "404 Page"
|
44 |
+
msgstr "صفحة غير موجودة 404"
|
45 |
+
|
46 |
+
#: ajax.php:64
|
47 |
+
msgid "<p style=\"color: red\">That function is not defined</p>"
|
48 |
+
msgstr "<p style=\"color: red\">لم يتم التعرف على الدالة</p>"
|
49 |
+
|
50 |
+
#: ajax.php:57
|
51 |
+
msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
|
52 |
+
msgstr "<p style=\"color: red\">غير مسموح لك بالولوج الى هذا المكان</p>"
|
53 |
+
|
54 |
+
#: modules/page/tags.php:125
|
55 |
+
msgid "<p>Tags: "
|
56 |
+
msgstr "<p>اوسمة: "
|
57 |
+
|
58 |
+
#: modules/page/plugin.php:139
|
59 |
+
msgid "Add Plugin"
|
60 |
+
msgstr "اضف إضافة"
|
61 |
+
|
62 |
+
#: modules/page/tags.php:175
|
63 |
+
msgid "Add tags to dictionary"
|
64 |
+
msgstr "اضف الأوسمة الى القاموس"
|
65 |
+
|
66 |
+
#: modules/site/crazyegg.php:38
|
67 |
+
msgid "Adds CrazyEgg tracking code to all pages"
|
68 |
+
msgstr "أضف CrazyEgg كود الى جميع الصفحات"
|
69 |
+
|
70 |
+
#: modules/site/analytics.php:39
|
71 |
+
msgid "Adds Google Analytic tracking code to all pages"
|
72 |
+
msgstr "أضف كود جوجل انليتيك الى جميع الصفحات"
|
73 |
+
|
74 |
+
#: modules/site/mint.php:38
|
75 |
+
msgid "Adds Mint tracking code to all pages"
|
76 |
+
msgstr "أضف كود <a href=\"http://mint.com\">Mint</a> الى جميع الصفحات"
|
77 |
+
|
78 |
+
#: modules/site/statcounter.php:40
|
79 |
+
msgid "Adds StatCounter tracking code to all pages"
|
80 |
+
msgstr "أضف كود <a href=\"http://statcounter.com\">StatCounter</a> الى جميع الصفحات"
|
81 |
+
|
82 |
+
#: modules/site/rpc.php:37
|
83 |
+
msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
|
84 |
+
msgstr "Додає додаткові функції, що дозволяють таким інструментам блоґґінґу, як <a href=\"http://ecto.kung-foo.tv/archives/001325.php\">Ecto</a>, використовувати теґи"
|
85 |
+
|
86 |
+
#: view/admin/modules.php:13
|
87 |
+
msgid "Advanced"
|
88 |
+
msgstr "إعدادات متقدمة"
|
89 |
+
|
90 |
+
#: modules/page/page_title.php:109
|
91 |
+
msgid "After"
|
92 |
+
msgstr "قبل"
|
93 |
+
|
94 |
+
#: modules/page/description.php:73
|
95 |
+
msgid "All descriptions will be trimmed to this length"
|
96 |
+
msgstr "جميع الأوصاف يتم تحديدها على هذا الطول"
|
97 |
+
|
98 |
+
#: modules/import/all-in-one-seo.php:28
|
99 |
+
msgid "All-in-one SEO"
|
100 |
+
msgstr "All-in-one SEO"
|
101 |
+
|
102 |
+
#: modules/page/javascript.php:55
|
103 |
+
msgid "Allow external JavaScript files to be referenced"
|
104 |
+
msgstr "السماح لجافا سكريبت الخارجية ان يتم ارشفتها"
|
105 |
+
|
106 |
+
#: modules/page/page_title.php:89
|
107 |
+
msgid "Allow page title to be changed (i.e. the title in the browser window title)"
|
108 |
+
msgstr "السماح بان يتم تعديل عنوان الصفحة"
|
109 |
+
|
110 |
+
#: modules/page/stylesheet.php:55
|
111 |
+
msgid "Allows CSS stylesheets to be added to a page"
|
112 |
+
msgstr "السماح بادراج ملف الاستايل في الصفحة"
|
113 |
+
|
114 |
+
#: modules/page/theme.php:69
|
115 |
+
msgid "Allows a custom page-specific theme to over-ride the default theme"
|
116 |
+
msgstr "Allows a custom page-specific theme to over-ride the default theme"
|
117 |
+
|
118 |
+
#: modules/page/noindex.php:56
|
119 |
+
msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
|
120 |
+
msgstr "السماح بتعيين خصائص no-index/no-follow لمنع محركات البحث من الفهرسة والروبوتات او الصفحات التالية"
|
121 |
+
|
122 |
+
#: modules/page/description.php:61
|
123 |
+
msgid "Allows a short description about the page that is used by search engines"
|
124 |
+
msgstr "السماح بوصف قصير لصفحات المستعملة من قبل محركات البحت"
|
125 |
+
|
126 |
+
#: modules/page/plugin.php:87
|
127 |
+
msgid "Allows disabled plugins to be enabled on specific pages"
|
128 |
+
msgstr "السماح للإضافات المعطلة من التفعيل في بعض الصفحات"
|
129 |
+
|
130 |
+
#: modules/page/raw.php:48
|
131 |
+
msgid "Allows raw data to be inserted into the page meta section"
|
132 |
+
msgstr "السماح بإدراج المعلومات في الميتا تاج"
|
133 |
+
|
134 |
+
#: modules/page/rss_tagline.php:62
|
135 |
+
msgid "Allows site RSS description to be changed"
|
136 |
+
msgstr "السماح بتغيير وصف الخلاصات"
|
137 |
+
|
138 |
+
#: modules/page/rss_name.php:62
|
139 |
+
msgid "Allows site RSS name to be changed"
|
140 |
+
msgstr "السماح بتغيير اسم الخلاصات"
|
141 |
+
|
142 |
+
#: modules/page/site_tagline.php:61
|
143 |
+
msgid "Allows site description to be changed (i.e. the tagline)"
|
144 |
+
msgstr "السماح بتغيير وصف الموقع (في الميتا تاج)"
|
145 |
+
|
146 |
+
#: modules/page/site_name.php:61
|
147 |
+
msgid "Allows site name to be changed (i.e your blog name)"
|
148 |
+
msgstr "السماح بتغيير اسم الموقع (مدونة)"
|
149 |
+
|
150 |
+
#: modules/page/tags.php:162
|
151 |
+
msgid "Allows tags/keywords to be added to pages"
|
152 |
+
msgstr "اسمح للاوسمة والكلمات ان تضاف للصفحات "
|
153 |
+
|
154 |
+
#: modules/page/more_text.php:56
|
155 |
+
msgid "Allows the 'more' text to be changed"
|
156 |
+
msgstr "اسمح ل \"إقراء المزيد\" ان تتغير"
|
157 |
+
|
158 |
+
#: modules/site/wp_formatting.php:37
|
159 |
+
msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
|
160 |
+
msgstr "اسمح لنفسك تفعيل او تعطيل مختلف التنسيقات التلقائية للوردبريس "
|
161 |
+
|
162 |
+
#: modules/page/tags.php:186
|
163 |
+
msgid "Alphabetically order tags"
|
164 |
+
msgstr "الترتيب الابجدي للاوسمة"
|
165 |
+
|
166 |
+
#: modules/page/tags.php:201
|
167 |
+
#: modules/page/tags.php:210
|
168 |
+
msgid "Always"
|
169 |
+
msgstr "دائما"
|
170 |
+
|
171 |
+
#: headspace.php:100
|
172 |
+
#: modules/site/page_counts.php:114
|
173 |
+
msgid "Archives"
|
174 |
+
msgstr "الأرشيف"
|
175 |
+
|
176 |
+
#: view/admin/import.php:16
|
177 |
+
msgid "As with anything else that modifies your database you should <strong>backup your data before running an import</strong>. No responsibility is accepted for any kittens that may be killed in the process."
|
178 |
+
msgstr "مع اي تغييرات في قاعدة البيانات يجب أن <strong> خد نسخة إحتياطية قبل البدء في الإستيراد</strong>. No responsibility is accepted for any kittens that may be killed in the process."
|
179 |
+
|
180 |
+
#: headspace.php:103
|
181 |
+
msgid "Author Pages"
|
182 |
+
msgstr "كاتب الصفحات"
|
183 |
+
|
184 |
+
#: modules/site/wp_formatting.php:97
|
185 |
+
msgid "Auto-fancy quotes"
|
186 |
+
msgstr "الاقتباس التلقائي"
|
187 |
+
|
188 |
+
#: modules/site/wp_formatting.php:90
|
189 |
+
msgid "Auto-formatting"
|
190 |
+
msgstr "التنسيق التلقائي"
|
191 |
+
|
192 |
+
#: modules/site/wp_formatting.php:104
|
193 |
+
msgid "Auto-link"
|
194 |
+
msgstr "روابط تلقائية"
|
195 |
+
|
196 |
+
#: modules/page/tags.php:178
|
197 |
+
msgid "Automatically add new tags to dictionary"
|
198 |
+
msgstr "إضافة اوسمة جديدة تلقائيا الى القاموس"
|
199 |
+
|
200 |
+
#: modules/page/page_title.php:108
|
201 |
+
msgid "Before"
|
202 |
+
msgstr "قبل"
|
203 |
+
|
204 |
+
#: view/admin/edit_ajax.php:5
|
205 |
+
#: view/admin/module_edit.php:8
|
206 |
+
#: view/admin/site_module_edit.php:16
|
207 |
+
msgid "Cancel"
|
208 |
+
msgstr "إلغاء"
|
209 |
+
|
210 |
+
#: headspace.php:101
|
211 |
+
msgid "Categories"
|
212 |
+
msgstr "التصنيفات"
|
213 |
+
|
214 |
+
#: view/admin/options.php:16
|
215 |
+
msgid "Check for updates"
|
216 |
+
msgstr "تحقق من التحديثات"
|
217 |
+
|
218 |
+
#: view/admin/options.php:17
|
219 |
+
msgid "Check for updates from within HeadSpace"
|
220 |
+
msgstr "التحقق من التحديثات من داخل HeadSpace"
|
221 |
+
|
222 |
+
#: modules/site/crazyegg.php:33
|
223 |
+
msgid "CrazyEgg"
|
224 |
+
msgstr "CrazyEgg"
|
225 |
+
|
226 |
+
#: modules/site/crazyegg.php:122
|
227 |
+
msgid "CrazyEgg ID"
|
228 |
+
msgstr "CrazyEgg ID"
|
229 |
+
|
230 |
+
#: modules/page/theme.php:80
|
231 |
+
msgid "Current theme"
|
232 |
+
msgstr "القالب الحالي"
|
233 |
+
|
234 |
+
#: modules/site/page_counts.php:38
|
235 |
+
msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
|
236 |
+
msgstr "تخصيص عدد من التدوينات التي تظهر على صفحات البحث والأرشيف , وقم بإختيار هل تظهر التدوينة كاملة ام جزء منها"
|
237 |
+
|
238 |
+
#: view/admin/options.php:37
|
239 |
+
msgid "Delete HeadSpace"
|
240 |
+
msgstr "إحذف HeadSpace"
|
241 |
+
|
242 |
+
#: modules/page/description.php:88
|
243 |
+
msgid "Description"
|
244 |
+
msgstr "وصف"
|
245 |
+
|
246 |
+
#: modules/page/tags.php:222
|
247 |
+
msgid "Dictionary"
|
248 |
+
msgstr "قاموس"
|
249 |
+
|
250 |
+
#: view/admin/modules.php:19
|
251 |
+
msgid "Disabled"
|
252 |
+
msgstr "تعطيل"
|
253 |
+
|
254 |
+
#: view/admin/edit_category.php:5
|
255 |
+
msgid "Edit Category »"
|
256 |
+
msgstr "تعديل التصنيف »"
|
257 |
+
|
258 |
+
#: modules/site/analytics.php:184
|
259 |
+
msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
|
260 |
+
msgstr "أدخل عنوان الموقع الذي تريد تعقب روابطه الصادرة, واتركه فارغ غذا لم تريد تعقب"
|
261 |
+
|
262 |
+
#: modules/site/analytics.php:163
|
263 |
+
msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
|
264 |
+
msgstr "أدخل كود جافا سكريب التعقب ل جوجل الكاملة , او فقط <code>_uacct</code> number"
|
265 |
+
|
266 |
+
#: modules/site/mint.php:124
|
267 |
+
msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
|
268 |
+
msgstr "ادخل رابطك الخاص بتنصيب Mint (i.e. <code>/mint/</code>)."
|
269 |
+
|
270 |
+
#: modules/site/crazyegg.php:125
|
271 |
+
msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
|
272 |
+
msgstr "ادخل عضويتك الكاملة <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
|
273 |
+
|
274 |
+
#: modules/site/analytics.php:170
|
275 |
+
#: modules/site/crazyegg.php:132
|
276 |
+
#: modules/site/mint.php:131
|
277 |
+
#: modules/site/statcounter.php:158
|
278 |
+
msgid "Everyone"
|
279 |
+
msgstr "كل واحد"
|
280 |
+
|
281 |
+
#: view/admin/options.php:3
|
282 |
+
msgid "General Options"
|
283 |
+
msgstr "الخيارات العامة"
|
284 |
+
|
285 |
+
#: headspace.php:98
|
286 |
+
msgid "Global Settings"
|
287 |
+
msgstr "الإعدادات العامة"
|
288 |
+
|
289 |
+
#: modules/site/analytics.php:34
|
290 |
+
msgid "Google Analytics"
|
291 |
+
msgstr "Google Analytics"
|
292 |
+
|
293 |
+
#: modules/site/google-ad-wrap.php:28
|
294 |
+
msgid "Google Section Targeting"
|
295 |
+
msgstr "Google Section Targeting"
|
296 |
+
|
297 |
+
#: modules/import/head_meta_description.php:28
|
298 |
+
msgid "Head META Description"
|
299 |
+
msgstr "وصف الميتا لترويسة"
|
300 |
+
|
301 |
+
#: headspace.php:133
|
302 |
+
msgid "HeadSpace"
|
303 |
+
msgstr "HeadSpace"
|
304 |
+
|
305 |
+
#: view/admin/edit_post.php:6
|
306 |
+
msgid "HeadSpace Meta data"
|
307 |
+
msgstr "معلومات الميتا ل HeadSpace"
|
308 |
+
|
309 |
+
#: view/admin/edit_category.php:1
|
310 |
+
#: view/admin/settings.php:2
|
311 |
+
msgid "HeadSpace Settings"
|
312 |
+
msgstr "إعدادات HeadSpace"
|
313 |
+
|
314 |
+
#: headspace.php:342
|
315 |
+
msgid "HeadSpace has been removed"
|
316 |
+
msgstr "تم حذف HeadSpace"
|
317 |
+
|
318 |
+
#: modules/import/headspace_tags.php:31
|
319 |
+
msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
|
320 |
+
msgstr "اوسمة HeadSpace (تحويل الى اوسمة ووردبريس 2.3)"
|
321 |
+
|
322 |
+
#: view/admin/version.php:2
|
323 |
+
msgid "HeadSpace2 News"
|
324 |
+
msgstr "أخبار HeadSpace2"
|
325 |
+
|
326 |
+
#: headspace.php:99
|
327 |
+
msgid "Home Page"
|
328 |
+
msgstr "الصفحة الرئيسية"
|
329 |
+
|
330 |
+
#: plugin.php:593
|
331 |
+
msgid "How many widgets would you like?"
|
332 |
+
msgstr "كم عدد المربعات الجانبية تريد ؟"
|
333 |
+
|
334 |
+
#: view/admin/import.php:2
|
335 |
+
#: view/admin/import.php:12
|
336 |
+
#: view/admin/submenu.php:5
|
337 |
+
msgid "Import"
|
338 |
+
msgstr "إستيراد"
|
339 |
+
|
340 |
+
#: view/admin/import.php:13
|
341 |
+
msgid "Import and remove original data"
|
342 |
+
msgstr "إستيراد و حذف المعلومات الاصلية"
|
343 |
+
|
344 |
+
#: view/admin/options.php:9
|
345 |
+
msgid "Inherit from global settings"
|
346 |
+
msgstr "وراثة من الاعدادات العامة"
|
347 |
+
|
348 |
+
#: view/admin/options.php:8
|
349 |
+
msgid "Inherit settings"
|
350 |
+
msgstr "ورث الإعدادات "
|
351 |
+
|
352 |
+
#: ajax.php:141
|
353 |
+
#: ajax.php:152
|
354 |
+
#: ajax.php:163
|
355 |
+
#: ajax.php:174
|
356 |
+
#: ajax.php:188
|
357 |
+
msgid "Invalid module"
|
358 |
+
msgstr "وحدة خاطئة"
|
359 |
+
|
360 |
+
#: modules/page/javascript.php:50
|
361 |
+
#: modules/page/javascript.php:66
|
362 |
+
msgid "JavaScript"
|
363 |
+
msgstr "جافا سكريبت"
|
364 |
+
|
365 |
+
#: modules/import/jerome.php:28
|
366 |
+
msgid "Jerome's Keywords"
|
367 |
+
msgstr "كلمات جيروم"
|
368 |
+
|
369 |
+
#: modules/page/page_title.php:101
|
370 |
+
msgid "Leave blank to use theme default"
|
371 |
+
msgstr "اتركه فارغ لإستعمال القالب الافتراضي"
|
372 |
+
|
373 |
+
#: modules/site/wp_formatting.php:107
|
374 |
+
msgid "Makes links clickable in comments"
|
375 |
+
msgstr "اجعل الراوبط قابلة لنقر في التعليقات"
|
376 |
+
|
377 |
+
#: view/admin/mass_edit.php:2
|
378 |
+
msgid "Mass Edit Meta-data"
|
379 |
+
msgstr "تعديل مجموعة من الميتا في وقت واحد"
|
380 |
+
|
381 |
+
#: modules/page/description.php:70
|
382 |
+
msgid "Max length"
|
383 |
+
msgstr "اقصى طول"
|
384 |
+
|
385 |
+
#: headspace.php:134
|
386 |
+
msgid "Meta-data"
|
387 |
+
msgstr "Meta-data"
|
388 |
+
|
389 |
+
#: modules/site/mint.php:33
|
390 |
+
msgid "Mint"
|
391 |
+
msgstr "Mint"
|
392 |
+
|
393 |
+
#: modules/site/mint.php:121
|
394 |
+
msgid "Mint path"
|
395 |
+
msgstr "مسار Mint"
|
396 |
+
|
397 |
+
#: view/admin/submenu.php:3
|
398 |
+
msgid "Modules"
|
399 |
+
msgstr "وحدات"
|
400 |
+
|
401 |
+
#: view/admin/modules.php:20
|
402 |
+
msgid "Modules are disabled and do not appear"
|
403 |
+
msgstr "الوحدات معطلة ولن يتم ظهورها"
|
404 |
+
|
405 |
+
#: view/admin/modules.php:8
|
406 |
+
msgid "Modules will always appear on edit screens"
|
407 |
+
msgstr "الوحدات سوف تظهر دائما في شاشة التعديل"
|
408 |
+
|
409 |
+
#: view/admin/modules.php:14
|
410 |
+
msgid "Modules will be hidden behind a link"
|
411 |
+
msgstr "الوحدات سوف تختفي تحت الروابط"
|
412 |
+
|
413 |
+
#: modules/import/more_unique.php:28
|
414 |
+
msgid "More Unique"
|
415 |
+
msgstr "فريد اكتر"
|
416 |
+
|
417 |
+
#: modules/mass/more_text.php:28
|
418 |
+
#: modules/mass/more_text.php:50
|
419 |
+
#: modules/page/more_text.php:51
|
420 |
+
#: modules/page/more_text.php:70
|
421 |
+
msgid "More text"
|
422 |
+
msgstr "المزيد من النص"
|
423 |
+
|
424 |
+
#: modules/page/tags.php:200
|
425 |
+
#: modules/page/tags.php:209
|
426 |
+
msgid "Never"
|
427 |
+
msgstr "ابدا"
|
428 |
+
|
429 |
+
#: models/pager.php:387
|
430 |
+
msgid "Next"
|
431 |
+
msgstr "التالي"
|
432 |
+
|
433 |
+
#: modules/page/noindex.php:70
|
434 |
+
msgid "No Index"
|
435 |
+
msgstr "بدون رئيسية"
|
436 |
+
|
437 |
+
#: modules/page/noindex.php:51
|
438 |
+
msgid "No Index/No Follow"
|
439 |
+
msgstr "No Index/No Follow"
|
440 |
+
|
441 |
+
#: view/admin/submenu.php:4
|
442 |
+
msgid "Options"
|
443 |
+
msgstr "خيارات"
|
444 |
+
|
445 |
+
#: modules/page/tags.php:183
|
446 |
+
msgid "Order tags"
|
447 |
+
msgstr "اوسمة اخرى"
|
448 |
+
|
449 |
+
#: modules/site/page_counts.php:33
|
450 |
+
msgid "Page Counts"
|
451 |
+
msgstr "رقم الصفحة"
|
452 |
+
|
453 |
+
#: view/admin/modules.php:2
|
454 |
+
msgid "Page Modules"
|
455 |
+
msgstr "وحدة الصفحة"
|
456 |
+
|
457 |
+
#: view/admin/submenu.php:2
|
458 |
+
msgid "Page Settings"
|
459 |
+
msgstr "خيارات الصفحة"
|
460 |
+
|
461 |
+
#: modules/page/page_title.php:125
|
462 |
+
msgid "Page Title"
|
463 |
+
msgstr "عنوان الصفحة"
|
464 |
+
|
465 |
+
#: modules/mass/description.php:28
|
466 |
+
#: modules/mass/description.php:50
|
467 |
+
#: modules/page/description.php:56
|
468 |
+
msgid "Page description"
|
469 |
+
msgstr "وصف الصفحة"
|
470 |
+
|
471 |
+
#: view/admin/modules.php:3
|
472 |
+
msgid "Page modules apply to individual pages. Drag-and-drop modules into the appropriate area. Modules can be re-ordered to change their position on the edit screen."
|
473 |
+
msgstr "Модулі сторінки застосовуються до окремих сторінок. Перетягніть не відпускаючи модулі на відповідну область. Порядок модулів може мінятися, що відобразиться у вікні редагування."
|
474 |
+
|
475 |
+
#: modules/mass/page_slug.php:28
|
476 |
+
msgid "Page slug"
|
477 |
+
msgstr "الاسم الطيف لصفحة"
|
478 |
+
|
479 |
+
#: modules/mass/page_title.php:28
|
480 |
+
#: modules/mass/page_title.php:50
|
481 |
+
#: modules/page/page_title.php:84
|
482 |
+
msgid "Page title"
|
483 |
+
msgstr "عنوان الصفحة"
|
484 |
+
|
485 |
+
#: modules/page/plugin.php:82
|
486 |
+
msgid "Page-specific Plugins"
|
487 |
+
msgstr "صفحة معينة للإضافات"
|
488 |
+
|
489 |
+
#: modules/page/theme.php:57
|
490 |
+
msgid "Page-specific Themes"
|
491 |
+
msgstr "صفحة معينة للقوالب"
|
492 |
+
|
493 |
+
#: modules/site/statcounter.php:142
|
494 |
+
msgid "Partition ID"
|
495 |
+
msgstr "ID قسم"
|
496 |
+
|
497 |
+
#: view/admin/pager.php:14
|
498 |
+
msgid "Per page"
|
499 |
+
msgstr "لكل صفحة"
|
500 |
+
|
501 |
+
#: modules/page/plugin.php:132
|
502 |
+
msgid "Plugins"
|
503 |
+
msgstr "الإضافات"
|
504 |
+
|
505 |
+
#: modules/mass/page_slug.php:50
|
506 |
+
msgid "Post slug"
|
507 |
+
msgstr "الاسم اللطيف لتدوينة"
|
508 |
+
|
509 |
+
#: modules/mass/description.php:49
|
510 |
+
#: modules/mass/more_text.php:49
|
511 |
+
#: modules/mass/page_slug.php:49
|
512 |
+
#: modules/mass/page_title.php:49
|
513 |
+
#: modules/mass/site_description.php:49
|
514 |
+
#: modules/mass/site_name.php:49
|
515 |
+
#: modules/mass/tags.php:49
|
516 |
+
msgid "Post title"
|
517 |
+
msgstr "عنوان التدوينة"
|
518 |
+
|
519 |
+
#: headspace.php:102
|
520 |
+
msgid "Posts & Pages"
|
521 |
+
msgstr "الصفحات & التدوينات "
|
522 |
+
|
523 |
+
#: headspace.php:297
|
524 |
+
msgid "Posts successfully updated"
|
525 |
+
msgstr "تم تحديث التدوينة بنجاح"
|
526 |
+
|
527 |
+
#: models/pager.php:386
|
528 |
+
msgid "Previous"
|
529 |
+
msgstr "السابق"
|
530 |
+
|
531 |
+
#: modules/site/statcounter.php:136
|
532 |
+
msgid "Project ID"
|
533 |
+
msgstr "id المشروع"
|
534 |
+
|
535 |
+
#: modules/site/rpc.php:32
|
536 |
+
msgid "RPC support for Ecto"
|
537 |
+
msgstr "RPC support for Ecto"
|
538 |
+
|
539 |
+
#: modules/page/rss_tagline.php:57
|
540 |
+
#: modules/page/rss_tagline.php:76
|
541 |
+
msgid "RSS Description"
|
542 |
+
msgstr "وصف الخلاصات"
|
543 |
+
|
544 |
+
#: modules/page/rss_name.php:57
|
545 |
+
#: modules/page/rss_name.php:76
|
546 |
+
msgid "RSS Name"
|
547 |
+
msgstr "اسم الخلاصات"
|
548 |
+
|
549 |
+
#: modules/page/raw.php:43
|
550 |
+
#: modules/page/raw.php:55
|
551 |
+
msgid "Raw data"
|
552 |
+
msgstr "Raw data"
|
553 |
+
|
554 |
+
#: view/admin/options.php:32
|
555 |
+
msgid "Remove HeadSpace"
|
556 |
+
msgstr "احذف HeadSpace"
|
557 |
+
|
558 |
+
#: view/admin/help.php:9
|
559 |
+
msgid "Replaced with the category description"
|
560 |
+
msgstr "بدله بوصف التصنيف"
|
561 |
+
|
562 |
+
#: view/admin/help.php:16
|
563 |
+
msgid "Replaced with the current date"
|
564 |
+
msgstr "بدله بالتاريخ الحالي"
|
565 |
+
|
566 |
+
#: view/admin/help.php:17
|
567 |
+
msgid "Replaced with the current page number (i.e. page 2 of 4)"
|
568 |
+
msgstr "بدله برقم الصفحة الحالية"
|
569 |
+
|
570 |
+
#: view/admin/help.php:14
|
571 |
+
msgid "Replaced with the current search phrase"
|
572 |
+
msgstr "بدله بجملة البحث الحالية"
|
573 |
+
|
574 |
+
#: view/admin/help.php:15
|
575 |
+
msgid "Replaced with the current time"
|
576 |
+
msgstr "بدله بالوقت الحالي"
|
577 |
+
|
578 |
+
#: view/admin/help.php:5
|
579 |
+
msgid "Replaced with the date of the post/page"
|
580 |
+
msgstr "بدله بتاريخ التدوينة او الصفحة"
|
581 |
+
|
582 |
+
#: view/admin/help.php:8
|
583 |
+
msgid "Replaced with the post categories (comma seperated)"
|
584 |
+
msgstr "بدله بتدوينة التصنيفات (ضع فواصل)"
|
585 |
+
|
586 |
+
#: view/admin/help.php:11
|
587 |
+
msgid "Replaced with the post/page ID"
|
588 |
+
msgstr "بدله برقم التعريف لتدوينة او الصفحة"
|
589 |
+
|
590 |
+
#: view/admin/help.php:12
|
591 |
+
msgid "Replaced with the post/page author's 'nicename'"
|
592 |
+
msgstr "بدله بكاتب التدوينة او الصفحة 'اسم لطيف'"
|
593 |
+
|
594 |
+
#: view/admin/help.php:13
|
595 |
+
msgid "Replaced with the post/page author's userid"
|
596 |
+
msgstr "بدله بكاتب التدوينة او الصفحة 'رقم العضوية'"
|
597 |
+
|
598 |
+
#: view/admin/help.php:7
|
599 |
+
msgid "Replaced with the post/page excerpt"
|
600 |
+
msgstr "بدله بمقتطف التدوينة او الصفحة"
|
601 |
+
|
602 |
+
#: view/admin/help.php:10
|
603 |
+
msgid "Replaced with the post/page modified time"
|
604 |
+
msgstr "بدله بوقت تعديل التدوية او الصفحة"
|
605 |
+
|
606 |
+
#: view/admin/help.php:6
|
607 |
+
msgid "Replaced with the title of the post/page"
|
608 |
+
msgstr "بدله بعنوان التدوينة او الصفحة"
|
609 |
+
|
610 |
+
#: modules/import/seo-title-tags.php:28
|
611 |
+
msgid "SEO Title Tags"
|
612 |
+
msgstr "SEO عنوان الاوسمة"
|
613 |
+
|
614 |
+
#: plugin.php:600
|
615 |
+
#: view/admin/edit_ajax.php:4
|
616 |
+
#: view/admin/module_edit.php:7
|
617 |
+
#: view/admin/site_module_edit.php:15
|
618 |
+
msgid "Save"
|
619 |
+
msgstr "حفظ"
|
620 |
+
|
621 |
+
#: view/admin/mass_edit.php:37
|
622 |
+
msgid "Save all data"
|
623 |
+
msgstr "حفظ كافة البيانات"
|
624 |
+
|
625 |
+
#: view/admin/modules.php:37
|
626 |
+
msgid "Save module order"
|
627 |
+
msgstr "حفظ ترتيب الوحدات"
|
628 |
+
|
629 |
+
#: view/admin/pager.php:11
|
630 |
+
msgid "Search"
|
631 |
+
msgstr "البحث"
|
632 |
+
|
633 |
+
#: headspace.php:104
|
634 |
+
msgid "Search Pages"
|
635 |
+
msgstr "صفحة البحث"
|
636 |
+
|
637 |
+
#: modules/site/page_counts.php:126
|
638 |
+
msgid "Searches"
|
639 |
+
msgstr "إبحث"
|
640 |
+
|
641 |
+
#: modules/site/statcounter.php:148
|
642 |
+
msgid "Security ID"
|
643 |
+
msgstr "الحماية ID"
|
644 |
+
|
645 |
+
#: modules/page/page_title.php:105
|
646 |
+
msgid "Separator position"
|
647 |
+
msgstr "وضع الفواصل"
|
648 |
+
|
649 |
+
#: view/admin/settings.php:15
|
650 |
+
msgid "Settings can be applied to specific posts & pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
|
651 |
+
msgstr "الاعدادت يمكن تطبيقها على تدوينات او صفحات معينة من <strong>صحة تعديل التدوينة</strong>, وعلى تصنيفات معينة من <strong>تعديل التصنيفات</strong> صفحة."
|
652 |
+
|
653 |
+
#: modules/page/plugin.php:103
|
654 |
+
msgid "Show in admin"
|
655 |
+
msgstr "تظهر في ال admin"
|
656 |
+
|
657 |
+
#: modules/page/tags.php:206
|
658 |
+
msgid "Show tags in pages"
|
659 |
+
msgstr "اظهر الاوسمة في الصفحات"
|
660 |
+
|
661 |
+
#: modules/page/tags.php:197
|
662 |
+
msgid "Show tags in posts"
|
663 |
+
msgstr "اظهر الاوسمة في التدوينات"
|
664 |
+
|
665 |
+
#: modules/page/plugin.php:106
|
666 |
+
msgid "Shows page-specific plugins in the administration menus"
|
667 |
+
msgstr "اظهر صحة إضافة معينة في قائمة الإدارة العامة"
|
668 |
+
|
669 |
+
#: view/admin/modules.php:7
|
670 |
+
msgid "Simple"
|
671 |
+
msgstr "عادي"
|
672 |
+
|
673 |
+
#: modules/import/simple-tagging.php:28
|
674 |
+
msgid "Simple Tagging"
|
675 |
+
msgstr "توصيف بسيط"
|
676 |
+
|
677 |
+
#: modules/import/simple-tags.php:28
|
678 |
+
msgid "Simple Tags"
|
679 |
+
msgstr "وسم عادي"
|
680 |
+
|
681 |
+
#: view/admin/modules.php:42
|
682 |
+
msgid "Site Modules"
|
683 |
+
msgstr "وحدات الموقع"
|
684 |
+
|
685 |
+
#: modules/mass/site_description.php:28
|
686 |
+
#: modules/mass/site_description.php:50
|
687 |
+
#: modules/page/site_tagline.php:56
|
688 |
+
#: modules/page/site_tagline.php:75
|
689 |
+
msgid "Site description"
|
690 |
+
msgstr "وصف الموقع"
|
691 |
+
|
692 |
+
#: view/admin/modules.php:43
|
693 |
+
msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
|
694 |
+
msgstr "Модулі сайту застосовуються до всього сайту загалом. Працюватимуть лише помічені модулі (відповідно сконфігуровані)."
|
695 |
+
|
696 |
+
#: modules/mass/site_name.php:28
|
697 |
+
#: modules/mass/site_name.php:50
|
698 |
+
#: modules/page/site_name.php:56
|
699 |
+
#: modules/page/site_name.php:75
|
700 |
+
msgid "Site name"
|
701 |
+
msgstr "اسم الموقع"
|
702 |
+
|
703 |
+
#: view/admin/help.php:2
|
704 |
+
msgid "Special Tags"
|
705 |
+
msgstr "اوسمة مميزة"
|
706 |
+
|
707 |
+
#: modules/site/statcounter.php:35
|
708 |
+
msgid "StatCounter"
|
709 |
+
msgstr "StatCounter"
|
710 |
+
|
711 |
+
#: modules/page/stylesheet.php:50
|
712 |
+
#: modules/page/stylesheet.php:66
|
713 |
+
msgid "Stylesheets"
|
714 |
+
msgstr "ملف الاستايل"
|
715 |
+
|
716 |
+
#: modules/page/tags.php:342
|
717 |
+
msgid "Suggest tags based on content"
|
718 |
+
msgstr "اقتراح اوسمة على اساس المحتوى"
|
719 |
+
|
720 |
+
#: modules/page/tags.php:316
|
721 |
+
msgid "Suggested tags"
|
722 |
+
msgstr "اقترح اوسمة"
|
723 |
+
|
724 |
+
#: modules/site/rpc.php:74
|
725 |
+
msgid "Tag separator"
|
726 |
+
msgstr "فواصل الاوسمة"
|
727 |
+
|
728 |
+
#: modules/page/tags.php:157
|
729 |
+
msgid "Tags (keywords)"
|
730 |
+
msgstr "اوسمة وكلمات"
|
731 |
+
|
732 |
+
#: modules/mass/tags.php:28
|
733 |
+
#: modules/mass/tags.php:50
|
734 |
+
#: modules/page/tags.php:272
|
735 |
+
msgid "Tags/keywords"
|
736 |
+
msgstr "اوسمة وكلمات"
|
737 |
+
|
738 |
+
#: modules/page/theme.php:77
|
739 |
+
msgid "Theme"
|
740 |
+
msgstr "قالب"
|
741 |
+
|
742 |
+
#: modules/site/rpc.php:77
|
743 |
+
msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
|
744 |
+
msgstr "Он должен соответствовать разделителю, определенному в Ecto 'Шаблоны', 'Метки', 'Разделитель меток'Він повинен відповідати роділювачу, визначеному в Ecto 'Шаблони', 'Теґи', 'Розділювач теґів'"
|
745 |
+
|
746 |
+
#: view/admin/options.php:34
|
747 |
+
msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
|
748 |
+
msgstr "هذا الاختيار سيقوم بحذف HeadSpace وجميع الاعدادات المتعلق به"
|
749 |
+
|
750 |
+
#: view/admin/import.php:3
|
751 |
+
msgid "This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work."
|
752 |
+
msgstr "هذه الصفحة تسمح لك باستيراد الميتا من أضافة وردبريس اخرى. الغضافة الخرى ليس بالضرورة ان تكون مفعلة"
|
753 |
+
|
754 |
+
#: modules/page/page_title.php:98
|
755 |
+
msgid "Title separator"
|
756 |
+
msgstr "فاصل العناوين"
|
757 |
+
|
758 |
+
#: modules/site/analytics.php:181
|
759 |
+
msgid "Track outbound links"
|
760 |
+
msgstr "روابط المسار الصادرة"
|
761 |
+
|
762 |
+
#: modules/site/analytics.php:160
|
763 |
+
msgid "Tracking code"
|
764 |
+
msgstr "كود التعقب"
|
765 |
+
|
766 |
+
#: modules/import/utw.php:28
|
767 |
+
msgid "Ultimate Tag Warrior"
|
768 |
+
msgstr "محارب الاوسمة النهائي"
|
769 |
+
|
770 |
+
#: view/admin/options.php:26
|
771 |
+
msgid "Update Options »"
|
772 |
+
msgstr "تحديث الخيارات »"
|
773 |
+
|
774 |
+
#: modules/site/wp_formatting.php:93
|
775 |
+
msgid "Use <code>wpautop</code> to format paragraphs"
|
776 |
+
msgstr "استعمل <code>wpautop</code> لتنسيق الفقرات"
|
777 |
+
|
778 |
+
#: modules/site/wp_formatting.php:100
|
779 |
+
msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
|
780 |
+
msgstr "استعمل <code>wptexturize</code> لتحويل الاقتباس الى اقتباس جميل"
|
781 |
+
|
782 |
+
#: modules/site/analytics.php:177
|
783 |
+
#: modules/site/crazyegg.php:139
|
784 |
+
#: modules/site/mint.php:138
|
785 |
+
#: modules/site/statcounter.php:165
|
786 |
+
msgid "Users of the specified role or less will be tracked"
|
787 |
+
msgstr "الاعضاء اصحاب دور او اقل يتم تعقبهم"
|
788 |
+
|
789 |
+
#: modules/site/analytics.php:167
|
790 |
+
#: modules/site/crazyegg.php:129
|
791 |
+
#: modules/site/mint.php:128
|
792 |
+
#: modules/site/statcounter.php:155
|
793 |
+
msgid "Who to track"
|
794 |
+
msgstr "الذي تتعقب"
|
795 |
+
|
796 |
+
#: modules/site/wp_formatting.php:32
|
797 |
+
msgid "WordPress content formatting"
|
798 |
+
msgstr "تنسيق محتوى الووردبريس"
|
799 |
+
|
800 |
+
#: modules/site/google-ad-wrap.php:33
|
801 |
+
msgid "Wraps all post and page content inside a Google targeted section"
|
802 |
+
msgstr "جمع كل محتوى التدوينة والصفحة داخل القسم المستهدف في جوجل "
|
803 |
+
|
804 |
+
#: modules/page/tags.php:321
|
805 |
+
msgid "Yahoo"
|
806 |
+
msgstr "Yahoo"
|
807 |
+
|
808 |
+
#: modules/page/tags.php:215
|
809 |
+
msgid "Yahoo ZoneTag"
|
810 |
+
msgstr "Yahoo منطقة الاوسمة"
|
811 |
+
|
812 |
+
#: headspace.php:362
|
813 |
+
msgid "Your module positions have been saved"
|
814 |
+
msgstr "تم حفظ وحدة المواقف"
|
815 |
+
|
816 |
+
#: headspace.php:335
|
817 |
+
msgid "Your options have been updated"
|
818 |
+
msgstr "تم تحديث خياراتك"
|
819 |
+
|
820 |
+
#: modules/page/javascript.php:72
|
821 |
+
#: modules/page/stylesheet.php:72
|
822 |
+
msgid "add"
|
823 |
+
msgstr "أضف"
|
824 |
+
|
825 |
+
#: modules/page/tags.php:318
|
826 |
+
msgid "add all"
|
827 |
+
msgstr "أضف الى الكل"
|
828 |
+
|
829 |
+
#: view/admin/edit.php:17
|
830 |
+
msgid "advanced"
|
831 |
+
msgstr "متقدمة"
|
832 |
+
|
833 |
+
#: headspace.php:103
|
834 |
+
msgid "applied to author pages"
|
835 |
+
msgstr "تطبيق على كاتب الصفحات"
|
836 |
+
|
837 |
+
#: headspace.php:101
|
838 |
+
msgid "applied to category pages without specific settings"
|
839 |
+
msgstr "تطبيق على تصنيفات الصفحات دون إعدادات معينة"
|
840 |
+
|
841 |
+
#: headspace.php:98
|
842 |
+
msgid "applied to everything unless otherwise specified"
|
843 |
+
msgstr "تطبق على الكل بإستثناء المعينة"
|
844 |
+
|
845 |
+
#: headspace.php:102
|
846 |
+
msgid "applied to posts & pages without specific settings"
|
847 |
+
msgstr "تطبيق على تدوينات وصفحات دون إعدادات معينة"
|
848 |
+
|
849 |
+
#: headspace.php:99
|
850 |
+
msgid "applied to the home page"
|
851 |
+
msgstr "تطبق عند الصفحة الرئيسية"
|
852 |
+
|
853 |
+
#: headspace.php:105
|
854 |
+
msgid "applied when viewing a 404 error"
|
855 |
+
msgstr "تطبق عند عرض صفحة الخطاء 404"
|
856 |
+
|
857 |
+
#: headspace.php:104
|
858 |
+
msgid "applied when viewing search results"
|
859 |
+
msgstr "تطبق عند عرض نتائج البحث"
|
860 |
+
|
861 |
+
#: headspace.php:100
|
862 |
+
msgid "applied when viewing the archives"
|
863 |
+
msgstr "تطبق عند عرض الارشيف"
|
864 |
+
|
865 |
+
#: modules/site/page_counts.php:119
|
866 |
+
#: modules/site/page_counts.php:131
|
867 |
+
msgid "content"
|
868 |
+
msgstr "المحتوى"
|
869 |
+
|
870 |
+
#: modules/site/page_counts.php:118
|
871 |
+
#: modules/site/page_counts.php:130
|
872 |
+
msgid "default"
|
873 |
+
msgstr "الافتراضي"
|
874 |
+
|
875 |
+
#: modules/site/page_counts.php:120
|
876 |
+
#: modules/site/page_counts.php:132
|
877 |
+
msgid "excerpt"
|
878 |
+
msgstr "مقتطف"
|
879 |
+
|
880 |
+
#: view/admin/pager.php:21
|
881 |
+
msgid "go"
|
882 |
+
msgstr "إذهب"
|
883 |
+
|
884 |
+
#: modules/import/lud.icro.us.php:28
|
885 |
+
msgid "lud.icro.us HeadMeta"
|
886 |
+
msgstr "lud.icro.us HeadMeta"
|
887 |
+
|
888 |
+
#: modules/page/noindex.php:73
|
889 |
+
msgid "no-follow"
|
890 |
+
msgstr "no-follow"
|
891 |
+
|
892 |
+
#: modules/site/page_counts.php:116
|
893 |
+
#: modules/site/page_counts.php:128
|
894 |
+
msgid "posts, showing the"
|
895 |
+
msgstr "تدوينات, أظهر ال"
|
896 |
+
|
897 |
+
#: modules/site/page_counts.php:134
|
898 |
+
msgid "set number of posts to 0 for theme default"
|
899 |
+
msgstr "ضع عدد التدوينات 0 في القالب الإفتراضي"
|
900 |
+
|
901 |
+
#: modules/page/tags.php:319
|
902 |
+
msgid "suggest"
|
903 |
+
msgstr "اقتراح"
|
904 |
+
|
locale/cs_CZ.mo
ADDED
Binary file
|
locale/cs_CZ.po
ADDED
@@ -0,0 +1,1789 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Meta-data manager, allowing complete control over meta-data such as keywords/tags, title, description, stylesheets, and other goodies. The data inserted can be static text, or pulled dynamically from the details of the post.
|
2 |
+
# Copyright (C) 2007 John Godley
|
3 |
+
# This file is distributed under the same license as the HeadSpace2 package.
|
4 |
+
# John Godley, http://urbangiraffe.com/, 2007.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: HeadSpace2 3.3.1\n"
|
9 |
+
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2010-01-23 19:34+0000\n"
|
11 |
+
"PO-Revision-Date: 2010-11-02 22:44+0100\n"
|
12 |
+
"Last-Translator: Jan Macek <http://www.lefthanded-scissors.com>\n"
|
13 |
+
"Language-Team: Jan Macek <jan@maildir.org>\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"X-Poedit-Language: Czech\n"
|
18 |
+
"X-Poedit-Country: CZECH REPUBLIC\n"
|
19 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
20 |
+
|
21 |
+
#: headspace.php:474
|
22 |
+
#, php-format
|
23 |
+
msgid "%d items were imported from %s"
|
24 |
+
msgstr "<strong>%d</strong> importovaných elementů z <strong>%s</strong> "
|
25 |
+
|
26 |
+
#: models/pager.php:434
|
27 |
+
#, php-format
|
28 |
+
msgid "%d per-page"
|
29 |
+
msgstr "%d na stánce"
|
30 |
+
|
31 |
+
#: view/admin/version.php:5
|
32 |
+
#, php-format
|
33 |
+
msgid "%s ago"
|
34 |
+
msgstr "před %s"
|
35 |
+
|
36 |
+
#: view/admin/options.php:7
|
37 |
+
#, php-format
|
38 |
+
msgid "%s | General Options"
|
39 |
+
msgstr "%s | Základní možnosti"
|
40 |
+
|
41 |
+
#: view/admin/import.php:6
|
42 |
+
#, php-format
|
43 |
+
msgid "%s | Import"
|
44 |
+
msgstr "%s | Import"
|
45 |
+
|
46 |
+
#: view/admin/page-modules.php:7
|
47 |
+
#, php-format
|
48 |
+
msgid "%s | Page Modules"
|
49 |
+
msgstr " %s | Moduly"
|
50 |
+
|
51 |
+
#: view/admin/page-settings.php:7
|
52 |
+
#, php-format
|
53 |
+
msgid "%s | Page Settings"
|
54 |
+
msgstr "%s | Nastavení stránek"
|
55 |
+
|
56 |
+
#: view/admin/site-modules.php:6
|
57 |
+
#, php-format
|
58 |
+
msgid "%s | Site Modules"
|
59 |
+
msgstr "%s | Moduly stránek"
|
60 |
+
|
61 |
+
#: view/admin/import.php:22
|
62 |
+
msgid "(not available in UTW and Simple Tagging)"
|
63 |
+
msgstr "(nedostupné v UTW a Simple Tagging)"
|
64 |
+
|
65 |
+
#: modules/site/page_counts.php:122
|
66 |
+
msgid "(set number of posts to 0 for theme default)"
|
67 |
+
msgstr "nastavit počet článků na 0 pro standardní motiv"
|
68 |
+
|
69 |
+
#: modules/site/system-settings.php:88
|
70 |
+
msgid "1 hour"
|
71 |
+
msgstr "1 hodina"
|
72 |
+
|
73 |
+
#: modules/site/system-settings.php:87
|
74 |
+
msgid "10 minutes"
|
75 |
+
msgstr "10 minut"
|
76 |
+
|
77 |
+
#: modules/site/103bees.php:31
|
78 |
+
msgid "103bees"
|
79 |
+
msgstr "103bees"
|
80 |
+
|
81 |
+
#: modules/site/system-settings.php:85
|
82 |
+
msgid "30 seconds"
|
83 |
+
msgstr "30 sekund"
|
84 |
+
|
85 |
+
#: models/headspace.php:119
|
86 |
+
msgid "404 Page"
|
87 |
+
msgstr "404 Page"
|
88 |
+
|
89 |
+
#: modules/site/system-settings.php:86
|
90 |
+
msgid "60 seconds"
|
91 |
+
msgstr "60 sekund"
|
92 |
+
|
93 |
+
#: headspace.php:303
|
94 |
+
msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
|
95 |
+
msgstr "<code>wp_footer</code> nebyl nalezen v <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">dokumentace</a>)"
|
96 |
+
|
97 |
+
#: headspace.php:296
|
98 |
+
msgid "<code>wp_head</code> was not found in <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
|
99 |
+
msgstr "<code>wp_head</code> nebyl nalezen v <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">dokumentace</a>)"
|
100 |
+
|
101 |
+
#: modules/site/first-time-visitor.php:93
|
102 |
+
#, php-format
|
103 |
+
msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
|
104 |
+
msgstr "<p>Jako nového uživatele by vás mohly zajímat <a href=\"%s/feed/\">RSS</a> novinky.</p>"
|
105 |
+
|
106 |
+
#: modules/page/tags.php:123
|
107 |
+
msgid "<p>Tags: "
|
108 |
+
msgstr "<p>Značky: "
|
109 |
+
|
110 |
+
#: modules/site/piwik.php:211
|
111 |
+
msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
|
112 |
+
msgstr "Pauza (milisekundy) před začátkem stahování souboru. Příliš malé hodnoty budou ignorovány."
|
113 |
+
|
114 |
+
#: view/admin/head_admin.php:6
|
115 |
+
msgid "A problem occured retrieving data from the server. If this persists please check that you have installed the plugin correctly."
|
116 |
+
msgstr "Nepodařilo se stáhnout data ze serveru. Pokud problém přetrvává, zkontrolujte instalaci pluginu."
|
117 |
+
|
118 |
+
#: modules/site/awstats.php:31
|
119 |
+
msgid "AWStats JavaScript Tracking"
|
120 |
+
msgstr "AWStats JavaScript Tracking"
|
121 |
+
|
122 |
+
#: modules/site/analytics.php:237
|
123 |
+
#: modules/site/feedburner-stats.php:67
|
124 |
+
msgid "Account ID"
|
125 |
+
msgstr "ID účtu"
|
126 |
+
|
127 |
+
#: modules/site/apture.php:36
|
128 |
+
msgid "Add Apture to all pages"
|
129 |
+
msgstr "Přídá Apture na všechny stránky"
|
130 |
+
|
131 |
+
#: modules/site/103bees.php:36
|
132 |
+
msgid "Adds 103bees tracking code to all pages"
|
133 |
+
msgstr "Přídá kód 103bees na všechny stránky"
|
134 |
+
|
135 |
+
#: modules/site/awstats.php:36
|
136 |
+
msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
|
137 |
+
msgstr "Přidá AWStats JavaScript kód na všechny stánky (v <code>wp_footer</code>)"
|
138 |
+
|
139 |
+
#: modules/site/crazyegg.php:38
|
140 |
+
msgid "Adds CrazyEgg tracking code to all pages"
|
141 |
+
msgstr "Přidá CrazyEgg kód na všechny stránky"
|
142 |
+
|
143 |
+
#: modules/site/analytics.php:44
|
144 |
+
msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
|
145 |
+
msgstr "Přídá Google Analytics kód na všechny stránky (pomocí <code>wp_footer</code>)"
|
146 |
+
|
147 |
+
#: modules/site/google_webmaster.php:35
|
148 |
+
msgid "Adds Google Webmaster tracking code to your home page"
|
149 |
+
msgstr "Přídá Google Webmaster kód na domovskou stránku"
|
150 |
+
|
151 |
+
#: modules/site/hittail.php:36
|
152 |
+
msgid "Adds HitTail tracking code to all pages"
|
153 |
+
msgstr "Přídá HitTail kód na všechny stránky"
|
154 |
+
|
155 |
+
#: modules/site/microsoft-live.php:35
|
156 |
+
msgid "Adds Microsoft Live verification / Bing Webmaster code to your home page"
|
157 |
+
msgstr "Přidá ověření Microsoft Live / Bing webmaster kód na domovskou stránku"
|
158 |
+
|
159 |
+
#: modules/site/mint.php:38
|
160 |
+
msgid "Adds Mint tracking code to all pages"
|
161 |
+
msgstr "Přídá Mint kód na všechny stránky"
|
162 |
+
|
163 |
+
#: modules/site/piwik.php:42
|
164 |
+
msgid "Adds Piwik tracking code to all pages"
|
165 |
+
msgstr "Přídá Piwik kód na všechny stránky"
|
166 |
+
|
167 |
+
#: modules/site/statcounter.php:40
|
168 |
+
msgid "Adds StatCounter tracking code to all pages"
|
169 |
+
msgstr "Přídá StatCounter kód na všechny stránky"
|
170 |
+
|
171 |
+
#: modules/site/yahoo-site-explorer.php:35
|
172 |
+
msgid "Adds Yahoo! Site Explorer tracking code to your home page"
|
173 |
+
msgstr "Přídá Yahoo! Site Explorer kód na domovskou stránku"
|
174 |
+
|
175 |
+
#: modules/site/feedburner-stats.php:35
|
176 |
+
msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
|
177 |
+
msgstr "Přidá odpovídající kód pro použití FeedBurner Stats Pro"
|
178 |
+
|
179 |
+
#: view/admin/page-modules.php:21
|
180 |
+
msgid "Advanced"
|
181 |
+
msgstr "Rozšířené"
|
182 |
+
|
183 |
+
#: modules/page/more_text.php:127
|
184 |
+
msgid "Advanced - the regular expression pattern to select the more link from your posts"
|
185 |
+
msgstr "Pokročilé - regulární výraz pro odkaz more"
|
186 |
+
|
187 |
+
#: modules/page/more_text.php:133
|
188 |
+
msgid "Advanced - the regular expression replacement text"
|
189 |
+
msgstr "Pokročilé - text pro nahrazení regulárního výrazu"
|
190 |
+
|
191 |
+
#: modules/page/page_title.php:134
|
192 |
+
msgid "After"
|
193 |
+
msgstr "Po"
|
194 |
+
|
195 |
+
#: modules/page/page-links.php:218
|
196 |
+
msgid "After HTML"
|
197 |
+
msgstr "Po HTML"
|
198 |
+
|
199 |
+
#: modules/site/first-time-visitor.php:138
|
200 |
+
msgid "After content"
|
201 |
+
msgstr "Po obsahu"
|
202 |
+
|
203 |
+
#: modules/page/description.php:70
|
204 |
+
msgid "All descriptions will be trimmed to this length"
|
205 |
+
msgstr "Všechny popisky budou zkráceny na tuto délku"
|
206 |
+
|
207 |
+
#: modules/import/all-in-one-seo.php:28
|
208 |
+
msgid "All-in-one SEO"
|
209 |
+
msgstr "All-in-one SEO"
|
210 |
+
|
211 |
+
#: modules/page/javascript.php:49
|
212 |
+
msgid "Allow external JavaScript files to be referenced"
|
213 |
+
msgstr "Umožní použití externího JavaScriptu"
|
214 |
+
|
215 |
+
#: modules/page/page_title.php:115
|
216 |
+
msgid "Allow page title to be changed (i.e. the title in the browser window title)"
|
217 |
+
msgstr "Umožní změnu značky title"
|
218 |
+
|
219 |
+
#: modules/page/stylesheet.php:58
|
220 |
+
msgid "Allows CSS stylesheets to be added to a page"
|
221 |
+
msgstr "Umožní externí CSS styly"
|
222 |
+
|
223 |
+
#: modules/page/theme.php:74
|
224 |
+
msgid "Allows a custom page-specific theme to over-ride the default theme"
|
225 |
+
msgstr "Umožní změnu motivu pro jednotlivé stránky"
|
226 |
+
|
227 |
+
#: modules/page/description.php:59
|
228 |
+
msgid "Allows a short description about the page that is used by search engines"
|
229 |
+
msgstr "Povolit popisek (snippet) pro vyhledavače."
|
230 |
+
|
231 |
+
#: modules/page/custom.php:48
|
232 |
+
msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
|
233 |
+
msgstr "Umožní použití vlastních dat skrz MetaData::custom ()"
|
234 |
+
|
235 |
+
#: modules/page/plugin.php:93
|
236 |
+
msgid "Allows disabled plugins to be enabled on specific pages"
|
237 |
+
msgstr "Umožní spouštění pluginů na vyžádání."
|
238 |
+
|
239 |
+
#: modules/page/follow-links.php:113
|
240 |
+
msgid "Allows follow/no-follow to be set for various links"
|
241 |
+
msgstr "Umožní nastavení follow/no-follow pro jednotlivé odkazy"
|
242 |
+
|
243 |
+
#: modules/page/keywords.php:66
|
244 |
+
msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
|
245 |
+
msgstr "Umožní přidáni meta keywords (nezávisle na značkách)"
|
246 |
+
|
247 |
+
#: modules/page/relative-links.php:100
|
248 |
+
msgid "Allows options to be set for relative meta links (WP 2.8+)"
|
249 |
+
msgstr "Umožní nastavení relativních meta odkazů (WP 2.8+)"
|
250 |
+
|
251 |
+
#: modules/page/page-links.php:150
|
252 |
+
msgid "Allows options to be set for wp_list_pages links"
|
253 |
+
msgstr "Umožní nastavení pro odkazy v wp_list_pages"
|
254 |
+
|
255 |
+
#: modules/page/raw-footer.php:48
|
256 |
+
msgid "Allows raw data to be inserted into the page footer"
|
257 |
+
msgstr "Umožní neupravená data (raw data) v zápatí stránky"
|
258 |
+
|
259 |
+
#: modules/page/raw.php:44
|
260 |
+
msgid "Allows raw data to be inserted into the page meta section"
|
261 |
+
msgstr "Umožní neupravená data (raw data) v meta značkách."
|
262 |
+
|
263 |
+
#: modules/page/rss_tagline.php:57
|
264 |
+
msgid "Allows site RSS description to be changed"
|
265 |
+
msgstr "Umožní změnu RSS popisku."
|
266 |
+
|
267 |
+
#: modules/page/rss_name.php:57
|
268 |
+
msgid "Allows site RSS name to be changed"
|
269 |
+
msgstr "Umožní změnu RSS názvu stránky."
|
270 |
+
|
271 |
+
#: modules/page/site_tagline.php:56
|
272 |
+
msgid "Allows site description to be changed (i.e. the tagline)"
|
273 |
+
msgstr "Umožní změnu sloganu stránky (tagline)."
|
274 |
+
|
275 |
+
#: modules/page/site_name.php:58
|
276 |
+
msgid "Allows site name to be changed (i.e your blog name)"
|
277 |
+
msgstr "Umožní změnu jména stránek (jméno blogu)."
|
278 |
+
|
279 |
+
#: modules/page/tags.php:153
|
280 |
+
msgid "Allows tags to be added to pages"
|
281 |
+
msgstr "Umožní přidávání značek (tagů) na stránky"
|
282 |
+
|
283 |
+
#: modules/page/more_text.php:85
|
284 |
+
msgid "Allows the 'more' text to be changed"
|
285 |
+
msgstr "Umožní změnu kódu '<!--more-->' "
|
286 |
+
|
287 |
+
#: modules/page/noindex.php:87
|
288 |
+
msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
|
289 |
+
msgstr "Umožní značky no-index/no-follow (zabránit indexaci stránky vyhledávacími roboty)"
|
290 |
+
|
291 |
+
#: modules/site/widgets.php:35
|
292 |
+
msgid "Allows you to enable or disable various WordPress Widgets"
|
293 |
+
msgstr "Umožní zapnout či vypnout různé WordPress Widgety"
|
294 |
+
|
295 |
+
#: modules/site/wp_formatting.php:37
|
296 |
+
msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
|
297 |
+
msgstr "Umožní zapnout či vypnout WordPress autoformátování (včetně wpautop)."
|
298 |
+
|
299 |
+
#: view/admin/support.php:28
|
300 |
+
msgid "Alternatively, if you are multi-lingual, do consider translating this into another language. All the necessary localisation files are included and I've written a <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">full guide to the translation process</a>."
|
301 |
+
msgstr "Pokud ovládáte více jazyků, můžete nám pomoci přeložit tento plugin. Všechny potřebné soubory jsou přiloženy a existuje návod <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">pro překládání pluginů</a>."
|
302 |
+
|
303 |
+
#: modules/site/apture.php:31
|
304 |
+
msgid "Apture"
|
305 |
+
msgstr "Apture"
|
306 |
+
|
307 |
+
#: modules/page/follow-links.php:32
|
308 |
+
msgid "Archive Links"
|
309 |
+
msgstr "Odkazy Archívu"
|
310 |
+
|
311 |
+
#: models/headspace.php:113
|
312 |
+
#: modules/site/page_counts.php:114
|
313 |
+
#: modules/site/widgets.php:73
|
314 |
+
#: modules/site/widgets.php:74
|
315 |
+
msgid "Archives"
|
316 |
+
msgstr "Archív"
|
317 |
+
|
318 |
+
#: view/admin/head_admin.php:5
|
319 |
+
msgid "Are you sure you want to merge that tag?"
|
320 |
+
msgstr "Opravdu chcete sjednotit tuto značku?"
|
321 |
+
|
322 |
+
#: view/admin/import.php:25
|
323 |
+
msgid "As with anything else that modifies your database you should <strong>backup your data before running an import</strong>. No responsibility is accepted for any kittens that may be killed in the process."
|
324 |
+
msgstr "Stejně jako při každé úpravě databáze, doporučujeme <strong>zazálohovat data před spuštěním importu</strong>. Autor nenese odpovědnost za žádné neštěstí na trati."
|
325 |
+
|
326 |
+
#: models/headspace.php:121
|
327 |
+
msgid "Attachment Pages"
|
328 |
+
msgstr "Stránky příloh"
|
329 |
+
|
330 |
+
#: view/admin/help.php:33
|
331 |
+
msgid "Attachment caption"
|
332 |
+
msgstr "Název přílohy"
|
333 |
+
|
334 |
+
#: models/headspace.php:117
|
335 |
+
msgid "Author Pages"
|
336 |
+
msgstr "Stránky autorů"
|
337 |
+
|
338 |
+
#: modules/site/wp_formatting.php:98
|
339 |
+
msgid "Auto-fancy quotes"
|
340 |
+
msgstr "Automatické uvozovky"
|
341 |
+
|
342 |
+
#: modules/site/wp_formatting.php:91
|
343 |
+
msgid "Auto-formatting"
|
344 |
+
msgstr "Automatické formátování"
|
345 |
+
|
346 |
+
#: modules/site/wp_formatting.php:105
|
347 |
+
msgid "Auto-link"
|
348 |
+
msgstr "Automatické linkování"
|
349 |
+
|
350 |
+
#: modules/page/page_title.php:133
|
351 |
+
msgid "Before"
|
352 |
+
msgstr "Před"
|
353 |
+
|
354 |
+
#: modules/page/page-links.php:211
|
355 |
+
msgid "Before HTML"
|
356 |
+
msgstr "Před HTML"
|
357 |
+
|
358 |
+
#: modules/site/first-time-visitor.php:137
|
359 |
+
msgid "Before content"
|
360 |
+
msgstr "Před obsahem"
|
361 |
+
|
362 |
+
#: modules/site/widgets.php:67
|
363 |
+
#: modules/site/widgets.php:68
|
364 |
+
msgid "Calendar"
|
365 |
+
msgstr "Kalendář"
|
366 |
+
|
367 |
+
#: view/admin/page-module-edit.php:12
|
368 |
+
#: view/admin/page-settings-edit-ajax.php:6
|
369 |
+
#: view/admin/site-module-edit.php:18
|
370 |
+
msgid "Cancel"
|
371 |
+
msgstr "Zpět"
|
372 |
+
|
373 |
+
#: models/headspace.php:114
|
374 |
+
msgid "Categories"
|
375 |
+
msgstr "Kategorie"
|
376 |
+
|
377 |
+
#: modules/page/follow-links.php:33
|
378 |
+
msgid "Category Links"
|
379 |
+
msgstr "Odkazy Kategorií"
|
380 |
+
|
381 |
+
#: modules/site/analytics.php:277
|
382 |
+
msgid "Change what appears in reports"
|
383 |
+
msgstr "Změní obsah reportu"
|
384 |
+
|
385 |
+
#: modules/page/keywords.php:77
|
386 |
+
msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
|
387 |
+
msgstr "Tato funkce umožní použivat značky (tagy) jako klíčová slova. Nebudete moci nastavit klíčová slova nezávisle."
|
388 |
+
|
389 |
+
#: modules/site/piwik.php:204
|
390 |
+
msgid "Clear to disable download tracking"
|
391 |
+
msgstr "Zapne/vypne sledování počtu stažení"
|
392 |
+
|
393 |
+
#: view/admin/page-settings.php:11
|
394 |
+
msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
|
395 |
+
msgstr "Kliknutím na typ stránky změníte její nastavení. Umožní použití dalších modulů"
|
396 |
+
|
397 |
+
#: modules/page/follow-links.php:36
|
398 |
+
msgid "Comm. Author Links"
|
399 |
+
msgstr "Odkazy autorů komentárů"
|
400 |
+
|
401 |
+
#: modules/page/follow-links.php:37
|
402 |
+
msgid "Comm. Text Links"
|
403 |
+
msgstr "Text odkazů komentářů"
|
404 |
+
|
405 |
+
#: modules/site/system-settings.php:37
|
406 |
+
msgid "Configure PHP memory limits, time-outs, and error reporting"
|
407 |
+
msgstr "Nastaví pamětové limity PHP, nastavení hlášení chyb a time-outu"
|
408 |
+
|
409 |
+
#: modules/site/crazyegg.php:33
|
410 |
+
msgid "CrazyEgg"
|
411 |
+
msgstr "CrazyEgg"
|
412 |
+
|
413 |
+
#: modules/site/crazyegg.php:117
|
414 |
+
msgid "CrazyEgg ID"
|
415 |
+
msgstr "CrazyEgg ID"
|
416 |
+
|
417 |
+
#: modules/page/theme.php:84
|
418 |
+
msgid "Current theme"
|
419 |
+
msgstr "Aktuální motiv"
|
420 |
+
|
421 |
+
#: modules/page/custom.php:44
|
422 |
+
msgid "Custom data"
|
423 |
+
msgstr "Vlastní data"
|
424 |
+
|
425 |
+
#: modules/site/page_counts.php:38
|
426 |
+
msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
|
427 |
+
msgstr "Nastavit počet zobrazovaných článků na stránkách Archivu a Vyhledávání. Nastavit zobrazování celého znění nebo pouze úryvku."
|
428 |
+
|
429 |
+
#: view/admin/options.php:39
|
430 |
+
msgid "Debug"
|
431 |
+
msgstr "Debug"
|
432 |
+
|
433 |
+
#: modules/page/follow-links.php:123
|
434 |
+
msgid "Default"
|
435 |
+
msgstr "implicitní"
|
436 |
+
|
437 |
+
#: view/admin/options.php:64
|
438 |
+
msgid "Delete HeadSpace"
|
439 |
+
msgstr "Smazat HeadSpace"
|
440 |
+
|
441 |
+
#: modules/page/description.php:88
|
442 |
+
msgid "Description"
|
443 |
+
msgstr "Popis"
|
444 |
+
|
445 |
+
#: modules/page/tags.php:188
|
446 |
+
msgid "Disable Suggestions"
|
447 |
+
msgstr "Vypne doporučení"
|
448 |
+
|
449 |
+
#: modules/site/disable_visual_editing.php:28
|
450 |
+
msgid "Disable Visual Editing"
|
451 |
+
msgstr "Vypne vizuální editaci"
|
452 |
+
|
453 |
+
#: modules/site/widgets.php:30
|
454 |
+
msgid "Disable WordPress Widgets"
|
455 |
+
msgstr "Vypne WordPress Widgets"
|
456 |
+
|
457 |
+
#: modules/site/disable_visual_editing.php:33
|
458 |
+
msgid "Disable visual editing"
|
459 |
+
msgstr "Vypne vizuální editaci"
|
460 |
+
|
461 |
+
#: view/admin/page-modules.php:32
|
462 |
+
msgid "Disabled"
|
463 |
+
msgstr "Vypnuto"
|
464 |
+
|
465 |
+
#: modules/page/page-links.php:204
|
466 |
+
msgid "Display"
|
467 |
+
msgstr "Display"
|
468 |
+
|
469 |
+
#: modules/site/first-time-visitor.php:39
|
470 |
+
msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
|
471 |
+
msgstr "Zobrazí zprávu při první návštěvě uživatele (nápad Setha Godina)"
|
472 |
+
|
473 |
+
#: modules/site/first-time-visitor.php:134
|
474 |
+
msgid "Display position"
|
475 |
+
msgstr "Display position"
|
476 |
+
|
477 |
+
#: models/pager.php:442
|
478 |
+
#, php-format
|
479 |
+
msgid "Displaying %s–%s of %s"
|
480 |
+
msgstr "Zobrazuji %s–%s z %s"
|
481 |
+
|
482 |
+
#: modules/page/stylesheet.php:101
|
483 |
+
msgid "Do not output CSS"
|
484 |
+
msgstr "Nevygeneruje CSS"
|
485 |
+
|
486 |
+
#: modules/site/analytics.php:281
|
487 |
+
msgid "Domain Name"
|
488 |
+
msgstr "Doménové jméno"
|
489 |
+
|
490 |
+
#: view/admin/edit_category.php:5
|
491 |
+
msgid "Edit Category »"
|
492 |
+
msgstr "Edituj kategorii »"
|
493 |
+
|
494 |
+
#: view/admin/options.php:43
|
495 |
+
msgid "Enable debug option"
|
496 |
+
msgstr "Povolit debug mód"
|
497 |
+
|
498 |
+
#: modules/page/more_text.php:118
|
499 |
+
msgid "Enable on excerpts"
|
500 |
+
msgstr "Povolit na úryvcích"
|
501 |
+
|
502 |
+
#: modules/site/widgets.php:156
|
503 |
+
msgid "Enabled Widgets"
|
504 |
+
msgstr "Povolit Widgety"
|
505 |
+
|
506 |
+
#: modules/page/relative-links.php:124
|
507 |
+
msgid "End"
|
508 |
+
msgstr "Konec"
|
509 |
+
|
510 |
+
#: modules/site/first-time-visitor.php:131
|
511 |
+
msgid "Enter 0 for always"
|
512 |
+
msgstr "Vložte 0 pro aktivaci"
|
513 |
+
|
514 |
+
#: modules/site/google_webmaster.php:70
|
515 |
+
msgid "Enter Google Webmaster tracking code."
|
516 |
+
msgstr "Vložte Google Webmaster kód."
|
517 |
+
|
518 |
+
#: modules/site/microsoft-live.php:70
|
519 |
+
msgid "Enter Microsoft Live verification code."
|
520 |
+
msgstr "Vložte Microsoft Live ověřovací kód."
|
521 |
+
|
522 |
+
#: modules/site/yahoo-site-explorer.php:70
|
523 |
+
msgid "Enter Yahoo! Site Explorer tracking code."
|
524 |
+
msgstr "Vložte Yahoo! Site Explorer kód."
|
525 |
+
|
526 |
+
#: modules/site/analytics.php:291
|
527 |
+
msgid "Enter any additional Google Analytics code"
|
528 |
+
msgstr "Vložte dodatečný kód Google Analytics."
|
529 |
+
|
530 |
+
#: modules/site/piwik.php:218
|
531 |
+
msgid "Enter each host on a separate line"
|
532 |
+
msgstr "Vložte každé jméno na nový řádek"
|
533 |
+
|
534 |
+
#: modules/site/mint.php:124
|
535 |
+
msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
|
536 |
+
msgstr "Vložte relativní cestu k instalaci Mint (např. <code>/mint/</code>)."
|
537 |
+
|
538 |
+
#: modules/site/analytics.php:270
|
539 |
+
msgid "Enter the URL you want outbound links tracked to"
|
540 |
+
msgstr "URL stránek, kde chcete sledovat odchozí odkazy"
|
541 |
+
|
542 |
+
#: modules/site/analytics.php:240
|
543 |
+
msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
|
544 |
+
msgstr "Vložte Google JavaScript kód či pouze identifikační číslo <code>_uacct</code>."
|
545 |
+
|
546 |
+
#: modules/site/hittail.php:114
|
547 |
+
msgid "Enter the full JavaScript tracking code as provided by HitTail."
|
548 |
+
msgstr "Vložte HitTail JavaScript kód."
|
549 |
+
|
550 |
+
#: modules/site/103bees.php:114
|
551 |
+
msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
|
552 |
+
msgstr "Vložte 103bees JavaScript kód či identifikační číslo."
|
553 |
+
|
554 |
+
#: modules/site/crazyegg.php:120
|
555 |
+
msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
|
556 |
+
msgstr "Vložte své plné <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
|
557 |
+
|
558 |
+
#: modules/site/apture.php:114
|
559 |
+
msgid "Enter your site token."
|
560 |
+
msgstr "Vložte klíč vaší stránky."
|
561 |
+
|
562 |
+
#: modules/site/103bees.php:121
|
563 |
+
#: modules/site/analytics.php:256
|
564 |
+
#: modules/site/apture.php:121
|
565 |
+
#: modules/site/awstats.php:124
|
566 |
+
#: modules/site/crazyegg.php:127
|
567 |
+
#: modules/site/hittail.php:121
|
568 |
+
#: modules/site/mint.php:131
|
569 |
+
#: modules/site/piwik.php:225
|
570 |
+
#: modules/site/statcounter.php:158
|
571 |
+
msgid "Everyone"
|
572 |
+
msgstr "Všichni"
|
573 |
+
|
574 |
+
#: modules/page/page-links.php:171
|
575 |
+
msgid "Exclude from list"
|
576 |
+
msgstr "Ignorovat"
|
577 |
+
|
578 |
+
#: modules/site/feedburner-stats.php:30
|
579 |
+
msgid "Feedburner Stats Pro"
|
580 |
+
msgstr "Feedburner Stats Pro"
|
581 |
+
|
582 |
+
#: modules/page/custom.php:85
|
583 |
+
msgid "Fields"
|
584 |
+
msgstr "Pole"
|
585 |
+
|
586 |
+
#: view/admin/mass_edit.php:29
|
587 |
+
msgid "Filter"
|
588 |
+
msgstr "Filtr"
|
589 |
+
|
590 |
+
#: modules/site/first-time-visitor.php:34
|
591 |
+
msgid "First Time Visitor"
|
592 |
+
msgstr "Nový návštěvník"
|
593 |
+
|
594 |
+
#: modules/page/follow-links.php:121
|
595 |
+
msgid "Follow"
|
596 |
+
msgstr "Follow"
|
597 |
+
|
598 |
+
#: modules/page/follow-links.php:109
|
599 |
+
msgid "Follow Links"
|
600 |
+
msgstr "Follow odkazy"
|
601 |
+
|
602 |
+
#: modules/page/tags.php:171
|
603 |
+
msgid "Force tags in pages"
|
604 |
+
msgstr "Zobrazovat na stánkách značky"
|
605 |
+
|
606 |
+
#: modules/page/tags.php:161
|
607 |
+
msgid "Force tags in posts"
|
608 |
+
msgstr "Zobrazovat značky v článcích"
|
609 |
+
|
610 |
+
#: modules/page/page_title.php:139
|
611 |
+
msgid "Force title rewrite"
|
612 |
+
msgstr "Vynutit přepis značky title"
|
613 |
+
|
614 |
+
#: modules/site/frame-breaker.php:32
|
615 |
+
msgid "Frame Breaker"
|
616 |
+
msgstr "Frame Breaker"
|
617 |
+
|
618 |
+
#: models/headspace.php:96
|
619 |
+
msgid "Front Page"
|
620 |
+
msgstr "Hlavní strana"
|
621 |
+
|
622 |
+
#: models/headspace.php:94
|
623 |
+
msgid "Global Settings"
|
624 |
+
msgstr "Globální nastavení"
|
625 |
+
|
626 |
+
#: modules/site/analytics.php:39
|
627 |
+
msgid "Google Analytics"
|
628 |
+
msgstr "Google Analytics"
|
629 |
+
|
630 |
+
#: modules/site/google-ad-wrap.php:28
|
631 |
+
msgid "Google Section Targeting"
|
632 |
+
msgstr "Google Section Targeting - zaměřování sekcí"
|
633 |
+
|
634 |
+
#: modules/site/google_webmaster.php:30
|
635 |
+
msgid "Google Webmaster"
|
636 |
+
msgstr "Google Webmaster"
|
637 |
+
|
638 |
+
#: modules/page/page-links.php:221
|
639 |
+
msgid "HTML added to end of list"
|
640 |
+
msgstr "HTML přidáno na konec listu"
|
641 |
+
|
642 |
+
#: modules/page/page-links.php:214
|
643 |
+
msgid "HTML added to start of list"
|
644 |
+
msgstr "HTML přidáno na začátek listu"
|
645 |
+
|
646 |
+
#: modules/import/head_meta_description.php:28
|
647 |
+
msgid "Head META Description"
|
648 |
+
msgstr "Head META Description"
|
649 |
+
|
650 |
+
#: headspace.php:99
|
651 |
+
#: headspace.php:151
|
652 |
+
#: headspace.php:483
|
653 |
+
#: headspace.php:484
|
654 |
+
#: view/admin/edit_quick.php:1
|
655 |
+
#: view/admin/edit_quick.php:2
|
656 |
+
msgid "HeadSpace"
|
657 |
+
msgstr "HeadSpace"
|
658 |
+
|
659 |
+
#: headspace.php:574
|
660 |
+
msgid "HeadSpace Bug Tracker"
|
661 |
+
msgstr "HeadSpace Bug Tracker"
|
662 |
+
|
663 |
+
#: headspace.php:572
|
664 |
+
msgid "HeadSpace Documentation"
|
665 |
+
msgstr "HeadSpace dokumentace"
|
666 |
+
|
667 |
+
#: headspace.php:575
|
668 |
+
msgid "HeadSpace FAQ"
|
669 |
+
msgstr "HeadSpace FAQ"
|
670 |
+
|
671 |
+
#: headspace.php:571
|
672 |
+
msgid "HeadSpace Help"
|
673 |
+
msgstr "HeadSpace Nápověda"
|
674 |
+
|
675 |
+
#: view/admin/edit_post.php:7
|
676 |
+
msgid "HeadSpace Meta data"
|
677 |
+
msgstr "HeadSpace Meta data"
|
678 |
+
|
679 |
+
#: view/admin/edit_category.php:1
|
680 |
+
msgid "HeadSpace Settings"
|
681 |
+
msgstr "HeadSpace nastavení"
|
682 |
+
|
683 |
+
#: headspace.php:573
|
684 |
+
msgid "HeadSpace Support Forum"
|
685 |
+
msgstr "HeadSpace Support Fórum"
|
686 |
+
|
687 |
+
#: headspace.php:440
|
688 |
+
msgid "HeadSpace has been removed"
|
689 |
+
msgstr "HeadSpace byl odstraněn"
|
690 |
+
|
691 |
+
#: view/admin/support.php:7
|
692 |
+
msgid "HeadSpace has required a great deal of time and effort to develop. If it's been useful to you then you can support this development by <strong>making a small donation of $12</strong>. This will act as an incentive for me to carry on developing it, providing countless hours of support, and including any enhancements that are suggested."
|
693 |
+
msgstr "Vytvoření Headspace stálo značné úsilí a mnoho času. Pokud vám Headspace příjde užitečné, <strong>zvažte dobrovolný dar ($12)</strong>."
|
694 |
+
|
695 |
+
#: modules/import/headspace_tags.php:28
|
696 |
+
msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
|
697 |
+
msgstr "HeadSpace (zkonvertuj na WordPress 2.3 značky)"
|
698 |
+
|
699 |
+
#: view/admin/support.php:5
|
700 |
+
msgid "HeadSpace | Support"
|
701 |
+
msgstr "HeadSpace | Podpora"
|
702 |
+
|
703 |
+
#: view/admin/version.php:2
|
704 |
+
msgid "HeadSpace2 News"
|
705 |
+
msgstr "HeadSpace2 Zprávy"
|
706 |
+
|
707 |
+
#: modules/site/hittail.php:31
|
708 |
+
msgid "HitTail"
|
709 |
+
msgstr "HitTail"
|
710 |
+
|
711 |
+
#: models/headspace.php:95
|
712 |
+
msgid "Home Page"
|
713 |
+
msgstr "Hlavní strana"
|
714 |
+
|
715 |
+
#: modules/site/piwik.php:215
|
716 |
+
msgid "Host aliases"
|
717 |
+
msgstr "Host aliases"
|
718 |
+
|
719 |
+
#: modules/page/page-links.php:207
|
720 |
+
msgid "How a link is displayed. Use %link% for the link itself"
|
721 |
+
msgstr "Zobrazení odkazu. Použijte %link% pro odkaz samotný"
|
722 |
+
|
723 |
+
#: view/admin/options.php:35
|
724 |
+
msgid "I'm a nice person and I have helped support the author of this plugin"
|
725 |
+
msgstr "Jsem fajn člověk a pomohl jsem autorovi tohoto pluginu"
|
726 |
+
|
727 |
+
#: modules/site/piwik.php:183
|
728 |
+
msgid "If you are monitoring multiple sites this allows you to identify each"
|
729 |
+
msgstr "Pokud sledujete více domén, toto umožní jejich vzájemné rozlišení"
|
730 |
+
|
731 |
+
#: modules/site/first-time-visitor.php:143
|
732 |
+
msgid "Ignore Bots"
|
733 |
+
msgstr "Ignoruj roboty"
|
734 |
+
|
735 |
+
#: view/admin/import.php:21
|
736 |
+
#: view/admin/submenu.php:7
|
737 |
+
msgid "Import"
|
738 |
+
msgstr "Import"
|
739 |
+
|
740 |
+
#: view/admin/import.php:22
|
741 |
+
msgid "Import and remove original data"
|
742 |
+
msgstr "Importuj a odstraň původní data"
|
743 |
+
|
744 |
+
#: modules/page/tags.php:191
|
745 |
+
msgid "In case of low memory issues"
|
746 |
+
msgstr "Při nedostatku paměti"
|
747 |
+
|
748 |
+
#: modules/site/analytics.php:298
|
749 |
+
msgid "Include Google Analytics on the WordPress login page"
|
750 |
+
msgstr "Přídá Google Analytics kód na přihlašovací stránku"
|
751 |
+
|
752 |
+
#: modules/site/analytics.php:295
|
753 |
+
msgid "Include on login page"
|
754 |
+
msgstr "Vložit do přihlašovací stránky"
|
755 |
+
|
756 |
+
#: view/admin/options.php:20
|
757 |
+
msgid "Inherit from global settings"
|
758 |
+
msgstr "Zdědit z globálních nastavení"
|
759 |
+
|
760 |
+
#: view/admin/options.php:16
|
761 |
+
msgid "Inherit settings"
|
762 |
+
msgstr "Zdědit nastavení"
|
763 |
+
|
764 |
+
#: modules/page/javascript.php:45
|
765 |
+
#: modules/page/javascript.php:60
|
766 |
+
msgid "JavaScript"
|
767 |
+
msgstr "JavaScript"
|
768 |
+
|
769 |
+
#: modules/import/jerome.php:28
|
770 |
+
msgid "Jerome's Keywords"
|
771 |
+
msgstr "Jerome's Keywords"
|
772 |
+
|
773 |
+
#: modules/page/keywords.php:62
|
774 |
+
#: modules/page/keywords.php:107
|
775 |
+
msgid "Keywords"
|
776 |
+
msgstr "Klíčová slova"
|
777 |
+
|
778 |
+
#: modules/page/keywords.php:84
|
779 |
+
msgid "Keywords will be trimmed to this length"
|
780 |
+
msgstr "Všechny popisky budou zkráceny na tuto délku"
|
781 |
+
|
782 |
+
#: modules/page/page_title.php:126
|
783 |
+
msgid "Leave blank to use theme default"
|
784 |
+
msgstr "Pro použití hodnoty z motivu ponechejte prázdné "
|
785 |
+
|
786 |
+
#: modules/site/widgets.php:79
|
787 |
+
msgid "Links"
|
788 |
+
msgstr "Odkazy"
|
789 |
+
|
790 |
+
#: models/headspace.php:122
|
791 |
+
msgid "Login Pages"
|
792 |
+
msgstr "Přihlašovací stránky"
|
793 |
+
|
794 |
+
#: modules/site/wp_formatting.php:108
|
795 |
+
msgid "Makes links clickable in comments"
|
796 |
+
msgstr "Aktivuje odkazy v komentářích"
|
797 |
+
|
798 |
+
#: modules/page/description.php:67
|
799 |
+
#: modules/page/keywords.php:81
|
800 |
+
#: modules/page/page_title.php:151
|
801 |
+
msgid "Max length"
|
802 |
+
msgstr "Maximální délka"
|
803 |
+
|
804 |
+
#: modules/site/system-settings.php:106
|
805 |
+
msgid "Memory Limit"
|
806 |
+
msgstr "Pamětový limit"
|
807 |
+
|
808 |
+
#: modules/site/first-time-visitor.php:124
|
809 |
+
msgid "Message to display"
|
810 |
+
msgstr "Zobrazit zprávu"
|
811 |
+
|
812 |
+
#: modules/site/widgets.php:84
|
813 |
+
#: modules/site/widgets.php:85
|
814 |
+
msgid "Meta"
|
815 |
+
msgstr "Meta"
|
816 |
+
|
817 |
+
#: modules/page/noindex.php:83
|
818 |
+
#: modules/page/noindex.php:99
|
819 |
+
msgid "Meta-Robots"
|
820 |
+
msgstr "Meta-Robots"
|
821 |
+
|
822 |
+
#: headspace.php:152
|
823 |
+
#: view/admin/mass_edit.php:21
|
824 |
+
msgid "Meta-data"
|
825 |
+
msgstr "Meta data"
|
826 |
+
|
827 |
+
#: modules/site/microsoft-live.php:30
|
828 |
+
msgid "Microsoft Live Verification / Bing Webmaster"
|
829 |
+
msgstr "Microsoft Live Verification / Bing Webmaster"
|
830 |
+
|
831 |
+
#: modules/site/mint.php:33
|
832 |
+
msgid "Mint"
|
833 |
+
msgstr "Mint"
|
834 |
+
|
835 |
+
#: modules/site/mint.php:121
|
836 |
+
msgid "Mint path"
|
837 |
+
msgstr "Mint - cesta instalace"
|
838 |
+
|
839 |
+
#: view/admin/page-modules.php:33
|
840 |
+
msgid "Modules are disabled and do not appear"
|
841 |
+
msgstr "Moduly nejsou aktivovány a nezobrazují se"
|
842 |
+
|
843 |
+
#: view/admin/page-modules.php:16
|
844 |
+
msgid "Modules will always appear on edit screens"
|
845 |
+
msgstr "Moduly se vždy zobrazí na editační obrazovce"
|
846 |
+
|
847 |
+
#: view/admin/page-modules.php:22
|
848 |
+
msgid "Modules will be hidden behind a link"
|
849 |
+
msgstr "Moduly se zobrazí po kliknutí na odkaz"
|
850 |
+
|
851 |
+
#: modules/import/more_unique.php:28
|
852 |
+
msgid "More Unique"
|
853 |
+
msgstr "More Unique"
|
854 |
+
|
855 |
+
#: modules/mass/more_text.php:28
|
856 |
+
#: modules/mass/more_text.php:50
|
857 |
+
#: modules/page/more_text.php:81
|
858 |
+
#: modules/page/more_text.php:97
|
859 |
+
msgid "More text"
|
860 |
+
msgstr "Text kódu \"Více\" <--!more-->"
|
861 |
+
|
862 |
+
#: modules/site/analytics.php:248
|
863 |
+
msgid "New Google Analytics (ga.js)"
|
864 |
+
msgstr "Nový Google Analytics (ga.js)"
|
865 |
+
|
866 |
+
#: models/pager.php:381
|
867 |
+
#: modules/page/relative-links.php:114
|
868 |
+
msgid "Next"
|
869 |
+
msgstr "Další"
|
870 |
+
|
871 |
+
#: modules/page/follow-links.php:38
|
872 |
+
msgid "Next/Prev Posts Link"
|
873 |
+
msgstr "Další/Předchozí odkazy v článcích"
|
874 |
+
|
875 |
+
#: modules/page/tags.php:164
|
876 |
+
#: modules/page/tags.php:174
|
877 |
+
msgid "No"
|
878 |
+
msgstr "Ne"
|
879 |
+
|
880 |
+
#: modules/site/system-settings.php:89
|
881 |
+
msgid "No timeout limit"
|
882 |
+
msgstr "Žádný limit pro timeout"
|
883 |
+
|
884 |
+
#: modules/page/noindex.php:38
|
885 |
+
msgid "No-ODP"
|
886 |
+
msgstr "No-ODP"
|
887 |
+
|
888 |
+
#: modules/page/noindex.php:39
|
889 |
+
msgid "No-Yahoo Dir"
|
890 |
+
msgstr "No-Yahoo Dir"
|
891 |
+
|
892 |
+
#: modules/page/noindex.php:37
|
893 |
+
msgid "No-archive"
|
894 |
+
msgstr "No-archive"
|
895 |
+
|
896 |
+
#: modules/page/follow-links.php:122
|
897 |
+
#: modules/page/noindex.php:36
|
898 |
+
msgid "No-follow"
|
899 |
+
msgstr "No-follow"
|
900 |
+
|
901 |
+
#: modules/page/noindex.php:35
|
902 |
+
msgid "No-index"
|
903 |
+
msgstr "No-index"
|
904 |
+
|
905 |
+
#: modules/page/page-links.php:172
|
906 |
+
msgid "Nofollow"
|
907 |
+
msgstr "Nofollow"
|
908 |
+
|
909 |
+
#: modules/page/page-links.php:173
|
910 |
+
msgid "Open in new window"
|
911 |
+
msgstr "Otevřít v novém okně"
|
912 |
+
|
913 |
+
#: view/admin/submenu.php:6
|
914 |
+
msgid "Options"
|
915 |
+
msgstr "Možnosti"
|
916 |
+
|
917 |
+
#: modules/site/system-settings.php:126
|
918 |
+
msgid "PHP Error Reporting"
|
919 |
+
msgstr "PHP Error Reporting"
|
920 |
+
|
921 |
+
#: modules/site/system-settings.php:116
|
922 |
+
msgid "PHP Script Timeout"
|
923 |
+
msgstr "PHP Script Timeout"
|
924 |
+
|
925 |
+
#: modules/site/page_counts.php:33
|
926 |
+
msgid "Page Counts"
|
927 |
+
msgstr "Počty stran"
|
928 |
+
|
929 |
+
#: modules/page/page-links.php:169
|
930 |
+
msgid "Page Link Options"
|
931 |
+
msgstr "Nastavení stránky odkazů"
|
932 |
+
|
933 |
+
#: modules/page/page-links.php:159
|
934 |
+
msgid "Page Link Text"
|
935 |
+
msgstr "Text odkazu stránky"
|
936 |
+
|
937 |
+
#: modules/page/page-links.php:164
|
938 |
+
msgid "Page Link Title"
|
939 |
+
msgstr "Titulek stránky odkazů"
|
940 |
+
|
941 |
+
#: modules/page/follow-links.php:34
|
942 |
+
#: modules/page/page-links.php:146
|
943 |
+
msgid "Page Links"
|
944 |
+
msgstr "Stránky odkazů"
|
945 |
+
|
946 |
+
#: view/admin/submenu.php:4
|
947 |
+
msgid "Page Modules"
|
948 |
+
msgstr "Moduly"
|
949 |
+
|
950 |
+
#: view/admin/submenu.php:3
|
951 |
+
msgid "Page Settings"
|
952 |
+
msgstr "Nastavení stránky"
|
953 |
+
|
954 |
+
#: modules/page/page_title.php:176
|
955 |
+
msgid "Page Title"
|
956 |
+
msgstr "Titulek"
|
957 |
+
|
958 |
+
#: modules/mass/description.php:28
|
959 |
+
#: modules/mass/description.php:50
|
960 |
+
#: modules/page/description.php:55
|
961 |
+
msgid "Page description"
|
962 |
+
msgstr "Popis stránky (Meta tag description)"
|
963 |
+
|
964 |
+
#: view/admin/page-modules.php:11
|
965 |
+
msgid "Page modules apply to individual pages. Drag-and-drop modules into the appropriate area. Modules can be re-ordered to change their position on the edit screen."
|
966 |
+
msgstr "Moduly lze přiřadit k jednotlivým stránkám. Přetáhněte moduly myší k příslušné stránce. Moduly lze řadit."
|
967 |
+
|
968 |
+
#: modules/mass/page_slug.php:28
|
969 |
+
msgid "Page slug"
|
970 |
+
msgstr "Značka strany (slug)"
|
971 |
+
|
972 |
+
#: modules/mass/page_title.php:28
|
973 |
+
#: modules/mass/page_title.php:50
|
974 |
+
#: modules/page/page_title.php:106
|
975 |
+
msgid "Page title"
|
976 |
+
msgstr "Titul stánky"
|
977 |
+
|
978 |
+
#: modules/page/plugin.php:89
|
979 |
+
msgid "Page-specific Plugins"
|
980 |
+
msgstr "Rozšíření platné pouze pro specifické stránky"
|
981 |
+
|
982 |
+
#: modules/page/theme.php:64
|
983 |
+
msgid "Page-specific Theme"
|
984 |
+
msgstr "Motivy platné pouze pro specifické stránky"
|
985 |
+
|
986 |
+
#: models/headspace.php:116
|
987 |
+
#: modules/site/widgets.php:61
|
988 |
+
#: modules/site/widgets.php:62
|
989 |
+
msgid "Pages"
|
990 |
+
msgstr "Stránky"
|
991 |
+
|
992 |
+
#: modules/page/relative-links.php:129
|
993 |
+
msgid "Parent"
|
994 |
+
msgstr "Rodič"
|
995 |
+
|
996 |
+
#: modules/site/statcounter.php:142
|
997 |
+
msgid "Partition ID"
|
998 |
+
msgstr "Partition ID"
|
999 |
+
|
1000 |
+
#: modules/page/more_text.php:124
|
1001 |
+
msgid "Pattern"
|
1002 |
+
msgstr "Vzor"
|
1003 |
+
|
1004 |
+
#: modules/site/piwik.php:37
|
1005 |
+
msgid "Piwik"
|
1006 |
+
msgstr "Piwik"
|
1007 |
+
|
1008 |
+
#: modules/site/piwik.php:194
|
1009 |
+
msgid "Piwik JavaScript"
|
1010 |
+
msgstr "Piwik JavaScript"
|
1011 |
+
|
1012 |
+
#: modules/site/piwik.php:187
|
1013 |
+
msgid "Piwik PHP"
|
1014 |
+
msgstr "Piwik PHP"
|
1015 |
+
|
1016 |
+
#: modules/site/piwik.php:180
|
1017 |
+
msgid "Piwik Site ID"
|
1018 |
+
msgstr "Piwik Site ID"
|
1019 |
+
|
1020 |
+
#: headspace.php:576
|
1021 |
+
msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
|
1022 |
+
msgstr "Před položením dotazu si prosím projděte dokumentaci a často kladené dotazy, případně bug tracker."
|
1023 |
+
|
1024 |
+
#: view/admin/options.php:32
|
1025 |
+
msgid "Plugin Support"
|
1026 |
+
msgstr "Plugin Support"
|
1027 |
+
|
1028 |
+
#: modules/page/plugin.php:134
|
1029 |
+
msgid "Plugins"
|
1030 |
+
msgstr "Rozšíření"
|
1031 |
+
|
1032 |
+
#: modules/mass/page_slug.php:50
|
1033 |
+
msgid "Post slug"
|
1034 |
+
msgstr "Značka článku"
|
1035 |
+
|
1036 |
+
#: modules/mass/description.php:49
|
1037 |
+
#: modules/mass/more_text.php:49
|
1038 |
+
#: modules/mass/page_slug.php:49
|
1039 |
+
#: modules/mass/page_title.php:49
|
1040 |
+
#: modules/mass/site_description.php:49
|
1041 |
+
#: modules/mass/site_name.php:49
|
1042 |
+
#: modules/mass/tags.php:49
|
1043 |
+
msgid "Post title"
|
1044 |
+
msgstr "Titul článku"
|
1045 |
+
|
1046 |
+
#: models/headspace.php:115
|
1047 |
+
msgid "Posts"
|
1048 |
+
msgstr "Články"
|
1049 |
+
|
1050 |
+
#: headspace.php:395
|
1051 |
+
msgid "Posts successfully updated"
|
1052 |
+
msgstr "Úspěšně aktualizované články"
|
1053 |
+
|
1054 |
+
#: models/pager.php:380
|
1055 |
+
#: modules/page/relative-links.php:109
|
1056 |
+
msgid "Previous"
|
1057 |
+
msgstr "Předchozí"
|
1058 |
+
|
1059 |
+
#: view/admin/options.php:24
|
1060 |
+
msgid "Process excerpt with plugins"
|
1061 |
+
msgstr "Process excerpt with plugins"
|
1062 |
+
|
1063 |
+
#: modules/site/statcounter.php:136
|
1064 |
+
msgid "Project ID"
|
1065 |
+
msgstr "ID projektu"
|
1066 |
+
|
1067 |
+
#: modules/page/rss_tagline.php:69
|
1068 |
+
msgid "RSS Desc."
|
1069 |
+
msgstr "Popis RSS"
|
1070 |
+
|
1071 |
+
#: modules/page/rss_tagline.php:53
|
1072 |
+
msgid "RSS Description"
|
1073 |
+
msgstr "Popis RSS"
|
1074 |
+
|
1075 |
+
#: modules/page/rss_name.php:53
|
1076 |
+
#: modules/page/rss_name.php:69
|
1077 |
+
msgid "RSS Name"
|
1078 |
+
msgstr "Titulek RSS"
|
1079 |
+
|
1080 |
+
#: modules/site/analytics.php:288
|
1081 |
+
msgid "Raw Code"
|
1082 |
+
msgstr "Neupravená data"
|
1083 |
+
|
1084 |
+
#: modules/page/raw.php:40
|
1085 |
+
#: modules/page/raw.php:50
|
1086 |
+
msgid "Raw data"
|
1087 |
+
msgstr "Neupravená data"
|
1088 |
+
|
1089 |
+
#: modules/page/raw-footer.php:44
|
1090 |
+
#: modules/page/raw-footer.php:54
|
1091 |
+
msgid "Raw footer data"
|
1092 |
+
msgstr "Neupravená data v zápatí"
|
1093 |
+
|
1094 |
+
#: modules/site/widgets.php:95
|
1095 |
+
#: modules/site/widgets.php:96
|
1096 |
+
msgid "Recent Posts"
|
1097 |
+
msgstr "Nejnovější články"
|
1098 |
+
|
1099 |
+
#: modules/page/relative-links.php:96
|
1100 |
+
#: modules/page/relative-links.php:106
|
1101 |
+
msgid "Relative Links"
|
1102 |
+
msgstr "Relativní odkazy"
|
1103 |
+
|
1104 |
+
#: view/admin/options.php:57
|
1105 |
+
msgid "Remove HeadSpace"
|
1106 |
+
msgstr "Odstranit HeadSpace"
|
1107 |
+
|
1108 |
+
#: modules/site/first-time-visitor.php:130
|
1109 |
+
msgid "Repeat"
|
1110 |
+
msgstr "Opakovat"
|
1111 |
+
|
1112 |
+
#: modules/page/more_text.php:131
|
1113 |
+
msgid "Replace"
|
1114 |
+
msgstr "Vložit"
|
1115 |
+
|
1116 |
+
#: view/admin/help.php:17
|
1117 |
+
msgid "Replaced with the category description"
|
1118 |
+
msgstr "Vloží popis kategorie"
|
1119 |
+
|
1120 |
+
#: view/admin/help.php:27
|
1121 |
+
msgid "Replaced with the current date"
|
1122 |
+
msgstr "Vloží aktuální datum"
|
1123 |
+
|
1124 |
+
#: view/admin/help.php:28
|
1125 |
+
msgid "Replaced with the current month"
|
1126 |
+
msgstr "Vloži aktuální měsíc"
|
1127 |
+
|
1128 |
+
#: view/admin/help.php:32
|
1129 |
+
msgid "Replaced with the current page number"
|
1130 |
+
msgstr "Vloží číslo stánky"
|
1131 |
+
|
1132 |
+
#: view/admin/help.php:30
|
1133 |
+
msgid "Replaced with the current page number (i.e. page 2 of 4)"
|
1134 |
+
msgstr "Vloží aktuální číslo stránky (např. strana 2 z 4)"
|
1135 |
+
|
1136 |
+
#: view/admin/help.php:31
|
1137 |
+
msgid "Replaced with the current page total"
|
1138 |
+
msgstr "Vloží číslo celkového počtu stran"
|
1139 |
+
|
1140 |
+
#: view/admin/help.php:25
|
1141 |
+
msgid "Replaced with the current search phrase"
|
1142 |
+
msgstr "Vloží hledaný výraz"
|
1143 |
+
|
1144 |
+
#: view/admin/help.php:15
|
1145 |
+
msgid "Replaced with the current tag/tags"
|
1146 |
+
msgstr "Vloží odpovídající tag"
|
1147 |
+
|
1148 |
+
#: view/admin/help.php:26
|
1149 |
+
msgid "Replaced with the current time"
|
1150 |
+
msgstr "Vloží aktuální čas"
|
1151 |
+
|
1152 |
+
#: view/admin/help.php:29
|
1153 |
+
msgid "Replaced with the current year"
|
1154 |
+
msgstr "Vloží aktuální rok"
|
1155 |
+
|
1156 |
+
#: view/admin/help.php:10
|
1157 |
+
msgid "Replaced with the date of the post/page"
|
1158 |
+
msgstr "Vloží datum článku/stránky"
|
1159 |
+
|
1160 |
+
#: view/admin/help.php:16
|
1161 |
+
msgid "Replaced with the post categories (comma separated)"
|
1162 |
+
msgstr "Vloží kategorie článku (oddělené čárkami)"
|
1163 |
+
|
1164 |
+
#: view/admin/help.php:22
|
1165 |
+
msgid "Replaced with the post/page ID"
|
1166 |
+
msgstr "Vloží ID článku/stránky"
|
1167 |
+
|
1168 |
+
#: view/admin/help.php:23
|
1169 |
+
msgid "Replaced with the post/page author's 'nicename'"
|
1170 |
+
msgstr "Vloží jméno autora článku/stránky (pseudonym)"
|
1171 |
+
|
1172 |
+
#: view/admin/help.php:24
|
1173 |
+
msgid "Replaced with the post/page author's userid"
|
1174 |
+
msgstr "Vloží jméno autora článku/stránky (userid)"
|
1175 |
+
|
1176 |
+
#: view/admin/help.php:13
|
1177 |
+
msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
|
1178 |
+
msgstr "Vloží úryvek článku/stránky (pokud úryvek neexistuje, automaticky jej vygeneruje)"
|
1179 |
+
|
1180 |
+
#: view/admin/help.php:14
|
1181 |
+
msgid "Replaced with the post/page excerpt (without auto-generation)"
|
1182 |
+
msgstr "Vloží úryvek článku/stránky (pouze pokud existuje)"
|
1183 |
+
|
1184 |
+
#: view/admin/help.php:21
|
1185 |
+
msgid "Replaced with the post/page modified time"
|
1186 |
+
msgstr "Vloží datum změny článku/stránky"
|
1187 |
+
|
1188 |
+
#: view/admin/help.php:18
|
1189 |
+
msgid "Replaced with the tag description"
|
1190 |
+
msgstr "Vloží tag description"
|
1191 |
+
|
1192 |
+
#: view/admin/help.php:19
|
1193 |
+
msgid "Replaced with the term description"
|
1194 |
+
msgstr "Vloží popis termínu"
|
1195 |
+
|
1196 |
+
#: view/admin/help.php:20
|
1197 |
+
msgid "Replaced with the term name"
|
1198 |
+
msgstr "Vloží jméno termínu"
|
1199 |
+
|
1200 |
+
#: view/admin/help.php:11
|
1201 |
+
msgid "Replaced with the title of the post/page"
|
1202 |
+
msgstr "Vloží titulek článku/stránky"
|
1203 |
+
|
1204 |
+
#: modules/import/seo-title-tags.php:28
|
1205 |
+
msgid "SEO Title Tags"
|
1206 |
+
msgstr "SEO Title Tags"
|
1207 |
+
|
1208 |
+
#: view/admin/page-module-edit.php:11
|
1209 |
+
#: view/admin/page-settings-edit-ajax.php:5
|
1210 |
+
#: view/admin/site-module-edit.php:17
|
1211 |
+
msgid "Save"
|
1212 |
+
msgstr "Uložit"
|
1213 |
+
|
1214 |
+
#: view/admin/mass_edit.php:66
|
1215 |
+
msgid "Save all data"
|
1216 |
+
msgstr "Uložit všechny data"
|
1217 |
+
|
1218 |
+
#: modules/site/widgets.php:90
|
1219 |
+
#: view/admin/mass_edit.php:11
|
1220 |
+
#: view/admin/mass_edit.php:13
|
1221 |
+
msgid "Search"
|
1222 |
+
msgstr "Vyhledávání"
|
1223 |
+
|
1224 |
+
#: models/headspace.php:118
|
1225 |
+
msgid "Search Pages"
|
1226 |
+
msgstr "Stránky vyhledávání"
|
1227 |
+
|
1228 |
+
#: modules/site/page_counts.php:126
|
1229 |
+
msgid "Searches"
|
1230 |
+
msgstr "Vyhledávání"
|
1231 |
+
|
1232 |
+
#: modules/site/statcounter.php:148
|
1233 |
+
msgid "Security ID"
|
1234 |
+
msgstr "Bezpečnostní ID"
|
1235 |
+
|
1236 |
+
#: modules/page/page_title.php:130
|
1237 |
+
msgid "Separator position"
|
1238 |
+
msgstr "Pozice oddělovače"
|
1239 |
+
|
1240 |
+
#: modules/site/analytics.php:284
|
1241 |
+
msgid "Set to a root domain when tracking across sub-domains"
|
1242 |
+
msgstr "Nastavit na rodičovskou doménu, pokud sledujete více subdomén"
|
1243 |
+
|
1244 |
+
#: headspace.php:92
|
1245 |
+
msgid "Settings"
|
1246 |
+
msgstr "Nastavení"
|
1247 |
+
|
1248 |
+
#: view/admin/page-settings.php:23
|
1249 |
+
msgid "Settings can be applied to specific posts & pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
|
1250 |
+
msgstr "Nastavení lze změnit pro jednotlivé články & stránky na <strong>stránce editace</strong>, pro kategorie na stránce <strong>editace kategorie</strong> ."
|
1251 |
+
|
1252 |
+
#: modules/site/system-settings.php:101
|
1253 |
+
msgid "Show all errors & warnings"
|
1254 |
+
msgstr "Zobrazit všechny chyby & varování"
|
1255 |
+
|
1256 |
+
#: modules/page/plugin.php:107
|
1257 |
+
msgid "Show in admin"
|
1258 |
+
msgstr "Zobrazit administrátorovi"
|
1259 |
+
|
1260 |
+
#: modules/site/system-settings.php:102
|
1261 |
+
msgid "Show no errors or warnings"
|
1262 |
+
msgstr "Nezobrazovat žádné chyby či varování"
|
1263 |
+
|
1264 |
+
#: modules/site/system-settings.php:100
|
1265 |
+
msgid "Show only errors"
|
1266 |
+
msgstr "Zobrazovat pouze chyby"
|
1267 |
+
|
1268 |
+
#: modules/page/tags.php:181
|
1269 |
+
msgid "Show pages"
|
1270 |
+
msgstr "Zobrazit stánky"
|
1271 |
+
|
1272 |
+
#: modules/page/tags.php:184
|
1273 |
+
msgid "Show pages in tag archives"
|
1274 |
+
msgstr "Zobrazit stránky v archivu"
|
1275 |
+
|
1276 |
+
#: modules/page/plugin.php:110
|
1277 |
+
msgid "Shows page-specific plugins in the administration menus"
|
1278 |
+
msgstr "Zobrazovat jednoúčelové rozšíření v administrátorském menu"
|
1279 |
+
|
1280 |
+
#: view/admin/page-modules.php:15
|
1281 |
+
msgid "Simple"
|
1282 |
+
msgstr "Základní"
|
1283 |
+
|
1284 |
+
#: modules/import/simple-tagging.php:28
|
1285 |
+
msgid "Simple Tagging"
|
1286 |
+
msgstr "Simple Tagging"
|
1287 |
+
|
1288 |
+
#: modules/import/simple-tags.php:28
|
1289 |
+
msgid "Simple Tags (old version)"
|
1290 |
+
msgstr "Simple Tags (stará verze)"
|
1291 |
+
|
1292 |
+
#: view/admin/submenu.php:5
|
1293 |
+
msgid "Site Modules"
|
1294 |
+
msgstr "Moduly stránky"
|
1295 |
+
|
1296 |
+
#: modules/page/site_tagline.php:52
|
1297 |
+
#: modules/page/site_tagline.php:68
|
1298 |
+
msgid "Site Tagline"
|
1299 |
+
msgstr "Tagline (slogan)"
|
1300 |
+
|
1301 |
+
#: modules/mass/site_description.php:28
|
1302 |
+
#: modules/mass/site_description.php:50
|
1303 |
+
msgid "Site description"
|
1304 |
+
msgstr "Popis stránek (popis blogu)"
|
1305 |
+
|
1306 |
+
#: view/admin/site-modules.php:10
|
1307 |
+
msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
|
1308 |
+
msgstr "Moduly platné pro všechny stránky. Pouze označené moduly budou aktivní."
|
1309 |
+
|
1310 |
+
#: modules/mass/site_name.php:28
|
1311 |
+
#: modules/mass/site_name.php:50
|
1312 |
+
#: modules/page/site_name.php:54
|
1313 |
+
#: modules/page/site_name.php:70
|
1314 |
+
msgid "Site name"
|
1315 |
+
msgstr "Název stránek"
|
1316 |
+
|
1317 |
+
#: modules/site/apture.php:111
|
1318 |
+
msgid "Site token"
|
1319 |
+
msgstr "Token stránky"
|
1320 |
+
|
1321 |
+
#: view/admin/help.php:3
|
1322 |
+
msgid "Special Tags"
|
1323 |
+
msgstr "Speciální značky"
|
1324 |
+
|
1325 |
+
#: modules/page/relative-links.php:119
|
1326 |
+
msgid "Start"
|
1327 |
+
msgstr "Start"
|
1328 |
+
|
1329 |
+
#: modules/site/statcounter.php:35
|
1330 |
+
msgid "StatCounter"
|
1331 |
+
msgstr "StatCounter"
|
1332 |
+
|
1333 |
+
#: modules/site/frame-breaker.php:37
|
1334 |
+
msgid "Stops your site being loaded in a frame."
|
1335 |
+
msgstr "Zabránit načítání stránky v cizím rámci"
|
1336 |
+
|
1337 |
+
#: modules/page/stylesheet.php:54
|
1338 |
+
#: modules/page/stylesheet.php:69
|
1339 |
+
msgid "Stylesheets"
|
1340 |
+
msgstr "CSS styly"
|
1341 |
+
|
1342 |
+
#: modules/page/tags.php:309
|
1343 |
+
msgid "Suggest tags based on content"
|
1344 |
+
msgstr "Doporučit značky dle obsahu"
|
1345 |
+
|
1346 |
+
#: modules/page/tags.php:280
|
1347 |
+
msgid "Suggested tags"
|
1348 |
+
msgstr "Doporučené značky"
|
1349 |
+
|
1350 |
+
#: modules/site/system-settings.php:32
|
1351 |
+
msgid "System Settings"
|
1352 |
+
msgstr "Systémové nastavení"
|
1353 |
+
|
1354 |
+
#: modules/site/system-settings.php:84
|
1355 |
+
#: modules/site/system-settings.php:94
|
1356 |
+
#: modules/site/system-settings.php:99
|
1357 |
+
msgid "System default"
|
1358 |
+
msgstr "implicitní nastavení"
|
1359 |
+
|
1360 |
+
#: modules/site/widgets.php:101
|
1361 |
+
#: modules/site/widgets.php:102
|
1362 |
+
msgid "Tag Cloud"
|
1363 |
+
msgstr "Tag Cloud"
|
1364 |
+
|
1365 |
+
#: modules/page/follow-links.php:35
|
1366 |
+
msgid "Tag Links"
|
1367 |
+
msgstr "Odkazy značek"
|
1368 |
+
|
1369 |
+
#: models/headspace.php:120
|
1370 |
+
msgid "Tag Pages"
|
1371 |
+
msgstr "Stránky značek (tagů)"
|
1372 |
+
|
1373 |
+
#: headspace.php:485
|
1374 |
+
#: modules/mass/tags.php:28
|
1375 |
+
#: modules/page/tags.php:149
|
1376 |
+
#: modules/page/tags.php:232
|
1377 |
+
msgid "Tags"
|
1378 |
+
msgstr "Značky"
|
1379 |
+
|
1380 |
+
#: modules/mass/tags.php:50
|
1381 |
+
msgid "Tags/keywords"
|
1382 |
+
msgstr "Značky/klíčové slova"
|
1383 |
+
|
1384 |
+
#: models/headspace.php:97
|
1385 |
+
msgid "Taxonomy Archives"
|
1386 |
+
msgstr "Archív"
|
1387 |
+
|
1388 |
+
#: models/headspace.php:108
|
1389 |
+
msgid "Taxonomy Archives - "
|
1390 |
+
msgstr "Archiv taxonomie -"
|
1391 |
+
|
1392 |
+
#: headspace.php:331
|
1393 |
+
msgid "The HeadSpace administration interface is now WordPress 2.3+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace."
|
1394 |
+
msgstr "Administrativní panel Headspace funguje pouze s Wordpress 2.3 a novějším. Vaše metadata budou fungovat, ale doporučujeme upgradovat WP nebo použít starší Headspace."
|
1395 |
+
|
1396 |
+
#: modules/site/piwik.php:197
|
1397 |
+
msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
|
1398 |
+
msgstr "Umístění Piwik Javascriptu (<code>/piwik/piwik.js</code>)"
|
1399 |
+
|
1400 |
+
#: modules/site/piwik.php:190
|
1401 |
+
msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
|
1402 |
+
msgstr "Umístění Piwik PHP souboru (<code>/piwik/piwik.php</code>)"
|
1403 |
+
|
1404 |
+
#: view/admin/help.php:12
|
1405 |
+
msgid "The site's name"
|
1406 |
+
msgstr "Název webu"
|
1407 |
+
|
1408 |
+
#: view/admin/support.php:30
|
1409 |
+
msgid "The support message can be disabled at any time from the options page"
|
1410 |
+
msgstr "Zprávy nápovědy mohou být kdykoliv vypnuty ze stránky nastavení"
|
1411 |
+
|
1412 |
+
#: modules/page/theme.php:81
|
1413 |
+
msgid "Theme"
|
1414 |
+
msgstr "Grafický motiv"
|
1415 |
+
|
1416 |
+
#: view/admin/help.php:4
|
1417 |
+
msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
|
1418 |
+
msgstr "Tyto tagy budou nahrazeny Headspace při vygenerování stránky"
|
1419 |
+
|
1420 |
+
#: modules/site/feedburner-stats.php:70
|
1421 |
+
msgid "This is your FeedBurner username"
|
1422 |
+
msgstr "Uživatelské jméno pro službu FeedBurner"
|
1423 |
+
|
1424 |
+
#: view/admin/options.php:59
|
1425 |
+
msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
|
1426 |
+
msgstr "Tato volba odstraní HeadSpace a smaže všechny nastavení, značky a meta data."
|
1427 |
+
|
1428 |
+
#: view/admin/import.php:10
|
1429 |
+
msgid "This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work."
|
1430 |
+
msgstr "Tato volba umožní importovat meta data z jiných WordPress rozšíření. Import funguje i z neaktivních rozšíření."
|
1431 |
+
|
1432 |
+
#: modules/page/page_title.php:146
|
1433 |
+
msgid "This will cache your page and brute-force change the title. While this is convienent because you don't need to change your theme it does lead to increased memory usage and a reduction in performance."
|
1434 |
+
msgstr "Zajistí použití vyrovnávácí paměti. Může vést ke zvýšení pamětové náročnosti."
|
1435 |
+
|
1436 |
+
#: modules/page/page_title.php:123
|
1437 |
+
msgid "Title separator"
|
1438 |
+
msgstr "Oddělovač titulku"
|
1439 |
+
|
1440 |
+
#: modules/site/piwik.php:201
|
1441 |
+
msgid "Track downloads"
|
1442 |
+
msgstr "Sledovat počty stažení"
|
1443 |
+
|
1444 |
+
#: modules/site/analytics.php:267
|
1445 |
+
msgid "Track outbound links"
|
1446 |
+
msgstr "Sledovat odchozí odkazy"
|
1447 |
+
|
1448 |
+
#: modules/site/piwik.php:208
|
1449 |
+
msgid "Tracker pause"
|
1450 |
+
msgstr "Tracker pause"
|
1451 |
+
|
1452 |
+
#: modules/site/103bees.php:111
|
1453 |
+
#: modules/site/google_webmaster.php:67
|
1454 |
+
#: modules/site/hittail.php:111
|
1455 |
+
#: modules/site/yahoo-site-explorer.php:67
|
1456 |
+
msgid "Tracking code"
|
1457 |
+
msgstr "Kód pro statistiky"
|
1458 |
+
|
1459 |
+
#: modules/import/utw.php:28
|
1460 |
+
msgid "Ultimate Tag Warrior"
|
1461 |
+
msgstr "Ultimate Tag Warrior"
|
1462 |
+
|
1463 |
+
#: view/admin/options.php:49
|
1464 |
+
msgid "Update Options »"
|
1465 |
+
msgstr "Aktualizovat možnosti »"
|
1466 |
+
|
1467 |
+
#: modules/site/analytics.php:247
|
1468 |
+
msgid "Urchin (urchin.js)"
|
1469 |
+
msgstr "Urchin (urchin.js)"
|
1470 |
+
|
1471 |
+
#: modules/site/wp_formatting.php:94
|
1472 |
+
msgid "Use <code>wpautop</code> to format paragraphs"
|
1473 |
+
msgstr "Použít <code>wpautop</code> pro formátování odstavců"
|
1474 |
+
|
1475 |
+
#: modules/site/wp_formatting.php:101
|
1476 |
+
msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
|
1477 |
+
msgstr "Použít <code>wptexturize</code> pro nahrazení apostrofů ( ' ) pomocí ( ‘ ) "
|
1478 |
+
|
1479 |
+
#: modules/page/keywords.php:74
|
1480 |
+
msgid "Use tags"
|
1481 |
+
msgstr "Použit značky"
|
1482 |
+
|
1483 |
+
#: modules/site/103bees.php:127
|
1484 |
+
#: modules/site/analytics.php:263
|
1485 |
+
#: modules/site/apture.php:128
|
1486 |
+
#: modules/site/awstats.php:131
|
1487 |
+
#: modules/site/crazyegg.php:134
|
1488 |
+
#: modules/site/hittail.php:128
|
1489 |
+
#: modules/site/mint.php:138
|
1490 |
+
#: modules/site/piwik.php:232
|
1491 |
+
#: modules/site/statcounter.php:165
|
1492 |
+
msgid "Users of the specified role or less will be tracked"
|
1493 |
+
msgstr "Sledovat aktivitu uživatelů s touto rolí"
|
1494 |
+
|
1495 |
+
#: modules/site/microsoft-live.php:67
|
1496 |
+
msgid "Verification code"
|
1497 |
+
msgstr "Kód pro ověření"
|
1498 |
+
|
1499 |
+
#: modules/site/analytics.php:244
|
1500 |
+
msgid "Version"
|
1501 |
+
msgstr "Verze"
|
1502 |
+
|
1503 |
+
#: modules/site/analytics.php:274
|
1504 |
+
msgid "Virtual Pages"
|
1505 |
+
msgstr "Virtuální stránky"
|
1506 |
+
|
1507 |
+
#: modules/site/103bees.php:118
|
1508 |
+
#: modules/site/analytics.php:253
|
1509 |
+
#: modules/site/apture.php:118
|
1510 |
+
#: modules/site/awstats.php:121
|
1511 |
+
#: modules/site/crazyegg.php:124
|
1512 |
+
#: modules/site/hittail.php:118
|
1513 |
+
#: modules/site/mint.php:128
|
1514 |
+
#: modules/site/piwik.php:222
|
1515 |
+
#: modules/site/statcounter.php:155
|
1516 |
+
msgid "Who to track"
|
1517 |
+
msgstr "Koho sledovat"
|
1518 |
+
|
1519 |
+
#: view/admin/options.php:28
|
1520 |
+
msgid "Will allow plugins to modify generated excerpts"
|
1521 |
+
msgstr "Umožní měnit úryvky v jiných pluginech"
|
1522 |
+
|
1523 |
+
#: modules/site/wp_formatting.php:32
|
1524 |
+
msgid "WordPress content formatting"
|
1525 |
+
msgstr "WordPress formátování obsahu"
|
1526 |
+
|
1527 |
+
#: modules/site/google-ad-wrap.php:33
|
1528 |
+
msgid "Wraps all post and page content inside a Google targeted section"
|
1529 |
+
msgstr "Označí všechny články a obsah stránek jako Google targeted section"
|
1530 |
+
|
1531 |
+
#: modules/page/tags.php:290
|
1532 |
+
msgid "Yahoo"
|
1533 |
+
msgstr "Yahoo"
|
1534 |
+
|
1535 |
+
#: modules/page/tags.php:314
|
1536 |
+
msgid "Yahoo Suggest"
|
1537 |
+
msgstr "Yahoo Suggest"
|
1538 |
+
|
1539 |
+
#: modules/page/tags.php:195
|
1540 |
+
msgid "Yahoo ZoneTag"
|
1541 |
+
msgstr "Yahoo ZoneTag"
|
1542 |
+
|
1543 |
+
#: modules/site/yahoo-site-explorer.php:30
|
1544 |
+
msgid "Yahoo! Site Explorer"
|
1545 |
+
msgstr "Yahoo! Site Explorer"
|
1546 |
+
|
1547 |
+
#: modules/page/tags.php:165
|
1548 |
+
#: modules/page/tags.php:175
|
1549 |
+
msgid "Yes"
|
1550 |
+
msgstr "Ano"
|
1551 |
+
|
1552 |
+
#: headspace.php:434
|
1553 |
+
msgid "Your options have been updated"
|
1554 |
+
msgstr "Vaše nastavení byly uloženy"
|
1555 |
+
|
1556 |
+
#: modules/page/tags.php:167
|
1557 |
+
#: modules/page/tags.php:177
|
1558 |
+
msgid "Your theme may overrule this setting"
|
1559 |
+
msgstr "Použitý grafický motiv smí změnit toto nastavení"
|
1560 |
+
|
1561 |
+
#: modules/page/tags.php:282
|
1562 |
+
msgid "add all"
|
1563 |
+
msgstr "přidat vše"
|
1564 |
+
|
1565 |
+
#: view/admin/page-settings-edit.php:19
|
1566 |
+
msgid "advanced"
|
1567 |
+
msgstr "rozšířené"
|
1568 |
+
|
1569 |
+
#: models/headspace.php:117
|
1570 |
+
msgid "applied to author pages"
|
1571 |
+
msgstr "platné pro stránky autorů"
|
1572 |
+
|
1573 |
+
#: models/headspace.php:114
|
1574 |
+
msgid "applied to category pages without specific settings"
|
1575 |
+
msgstr "platné pro stránky kategorií bez zvláštních nastavení"
|
1576 |
+
|
1577 |
+
#: models/headspace.php:94
|
1578 |
+
msgid "applied to everything unless otherwise specified"
|
1579 |
+
msgstr "všeobecně platné (pokud není jinak uvedeno)"
|
1580 |
+
|
1581 |
+
#: models/headspace.php:96
|
1582 |
+
msgid "applied to front page (if you have set WordPress to use a static page)"
|
1583 |
+
msgstr "platné pro hlavní stránku (pokud máte WordPress nastaven pro zobrazování statických stránek)"
|
1584 |
+
|
1585 |
+
#: models/headspace.php:116
|
1586 |
+
msgid "applied to pages without specific settings"
|
1587 |
+
msgstr "platné pro stránky bez zvláštních nastavení"
|
1588 |
+
|
1589 |
+
#: models/headspace.php:115
|
1590 |
+
msgid "applied to posts without specific settings"
|
1591 |
+
msgstr "platné pro články bez zvláštních nastavení"
|
1592 |
+
|
1593 |
+
#: models/headspace.php:95
|
1594 |
+
msgid "applied to the home page (or blog page)"
|
1595 |
+
msgstr "platné pro hlavní stránku"
|
1596 |
+
|
1597 |
+
#: models/headspace.php:119
|
1598 |
+
msgid "applied when viewing a 404 error"
|
1599 |
+
msgstr "platné pro stránky chyby 404"
|
1600 |
+
|
1601 |
+
#: models/headspace.php:97
|
1602 |
+
msgid "applied when viewing a taxonomy archive"
|
1603 |
+
msgstr "platné pro stránky archivu"
|
1604 |
+
|
1605 |
+
#: models/headspace.php:108
|
1606 |
+
msgid "applied when viewing a taxonomy archive for the "
|
1607 |
+
msgstr "platné pro stránky archivu"
|
1608 |
+
|
1609 |
+
#: models/headspace.php:121
|
1610 |
+
msgid "applied when viewing an attachment"
|
1611 |
+
msgstr "platné pro stránky příloh"
|
1612 |
+
|
1613 |
+
#: models/headspace.php:122
|
1614 |
+
msgid "applied when viewing login, logout, or registration pages"
|
1615 |
+
msgstr "platné pro stránky registrace a opětovného přihlášení"
|
1616 |
+
|
1617 |
+
#: models/headspace.php:118
|
1618 |
+
msgid "applied when viewing search results"
|
1619 |
+
msgstr "platné pro stránky výsledků vyhledávání"
|
1620 |
+
|
1621 |
+
#: models/headspace.php:120
|
1622 |
+
msgid "applied when viewing tag pages"
|
1623 |
+
msgstr "platné pro stránky značek"
|
1624 |
+
|
1625 |
+
#: models/headspace.php:113
|
1626 |
+
msgid "applied when viewing the archives"
|
1627 |
+
msgstr "platné pro stránky archivu"
|
1628 |
+
|
1629 |
+
#: modules/site/widgets.php:148
|
1630 |
+
msgid "archives"
|
1631 |
+
msgstr "Archív"
|
1632 |
+
|
1633 |
+
#: modules/site/widgets.php:147
|
1634 |
+
msgid "calendar"
|
1635 |
+
msgstr "kalendář"
|
1636 |
+
|
1637 |
+
#: modules/site/widgets.php:141
|
1638 |
+
msgid "categories"
|
1639 |
+
msgstr "kategorie"
|
1640 |
+
|
1641 |
+
#: modules/site/page_counts.php:119
|
1642 |
+
#: modules/site/page_counts.php:131
|
1643 |
+
msgid "content"
|
1644 |
+
msgstr "obsah"
|
1645 |
+
|
1646 |
+
#: modules/site/page_counts.php:118
|
1647 |
+
#: modules/site/page_counts.php:130
|
1648 |
+
msgid "default"
|
1649 |
+
msgstr "implicitní"
|
1650 |
+
|
1651 |
+
#: modules/page/tags.php:198
|
1652 |
+
msgid "enable"
|
1653 |
+
msgstr "povolit"
|
1654 |
+
|
1655 |
+
#: modules/site/page_counts.php:120
|
1656 |
+
#: modules/site/page_counts.php:132
|
1657 |
+
msgid "excerpt"
|
1658 |
+
msgstr "výtah (zkrácená verze)"
|
1659 |
+
|
1660 |
+
#: modules/site/widgets.php:149
|
1661 |
+
msgid "links"
|
1662 |
+
msgstr "odkazy"
|
1663 |
+
|
1664 |
+
#: modules/import/lud.icro.us.php:28
|
1665 |
+
msgid "lud.icro.us HeadMeta"
|
1666 |
+
msgstr "lud.icro.us HeadMeta"
|
1667 |
+
|
1668 |
+
#: modules/site/widgets.php:150
|
1669 |
+
msgid "meta"
|
1670 |
+
msgstr "meta"
|
1671 |
+
|
1672 |
+
#: models/inline_tags.php:348
|
1673 |
+
#, php-format
|
1674 |
+
msgid "page %d of %d"
|
1675 |
+
msgstr "strana %d z %d"
|
1676 |
+
|
1677 |
+
#: modules/site/widgets.php:145
|
1678 |
+
msgid "pages"
|
1679 |
+
msgstr "stránky"
|
1680 |
+
|
1681 |
+
#: modules/site/page_counts.php:116
|
1682 |
+
#: modules/site/page_counts.php:128
|
1683 |
+
msgid "posts, showing the"
|
1684 |
+
msgstr "články, zobrazuji"
|
1685 |
+
|
1686 |
+
#: modules/site/widgets.php:144
|
1687 |
+
msgid "recent comments"
|
1688 |
+
msgstr "nejnovější komentáře"
|
1689 |
+
|
1690 |
+
#: modules/site/widgets.php:151
|
1691 |
+
msgid "recent entries"
|
1692 |
+
msgstr "nejnovější položky"
|
1693 |
+
|
1694 |
+
#: modules/page/description.php:97
|
1695 |
+
#: modules/page/keywords.php:116
|
1696 |
+
#: modules/page/page_title.php:185
|
1697 |
+
msgid "remaining"
|
1698 |
+
msgstr "zbývající"
|
1699 |
+
|
1700 |
+
#: modules/site/piwik.php:204
|
1701 |
+
msgid "reset to default"
|
1702 |
+
msgstr "vrátit implicitní nastavení"
|
1703 |
+
|
1704 |
+
#: modules/site/widgets.php:143
|
1705 |
+
msgid "rss"
|
1706 |
+
msgstr "rss"
|
1707 |
+
|
1708 |
+
#: modules/site/widgets.php:146
|
1709 |
+
msgid "search"
|
1710 |
+
msgstr "Vyhledávání"
|
1711 |
+
|
1712 |
+
#: modules/site/page_counts.php:134
|
1713 |
+
msgid "set number of posts to 0 for theme default"
|
1714 |
+
msgstr "nastavit počet článků na 0 pro standardní motiv"
|
1715 |
+
|
1716 |
+
#: modules/page/tags.php:285
|
1717 |
+
msgid "suggest"
|
1718 |
+
msgstr "doporučit"
|
1719 |
+
|
1720 |
+
#: modules/site/widgets.php:152
|
1721 |
+
msgid "tag cloud"
|
1722 |
+
msgstr "tag cloud"
|
1723 |
+
|
1724 |
+
#: modules/site/widgets.php:142
|
1725 |
+
msgid "text"
|
1726 |
+
msgstr "text"
|
1727 |
+
|
1728 |
+
#~ msgid "<p style=\"color: red\">That function is not defined</p>"
|
1729 |
+
#~ msgstr "<p style=\"color: red\">Tato funkce není definovaná</p>"
|
1730 |
+
#~ msgid ""
|
1731 |
+
#~ "<p style=\"color: red\">You are not allowed access to this resource</p>"
|
1732 |
+
#~ msgstr "<p style=\"color: red\">K tomuto cíli nemáte přístup</p>"
|
1733 |
+
#~ msgid "Add Plugin"
|
1734 |
+
#~ msgstr "Přidat plugin"
|
1735 |
+
#~ msgid "Add tags to dictionary"
|
1736 |
+
#~ msgstr "Přidat značky do slovníku"
|
1737 |
+
#~ msgid ""
|
1738 |
+
#~ "Adds additional functions to allow blogging tools such as Ecto to use "
|
1739 |
+
#~ "tagging"
|
1740 |
+
#~ msgstr "Přidá dodatečné funkce pro značkovací služby typu Ecto"
|
1741 |
+
#~ msgid "Alphabetically order tags"
|
1742 |
+
#~ msgstr "Seřadit značky abecedně"
|
1743 |
+
#~ msgid "Always"
|
1744 |
+
#~ msgstr "Vždy"
|
1745 |
+
#~ msgid "Automatically add new tags to dictionary"
|
1746 |
+
#~ msgstr "Automaticky přidat nové značky do slovníku"
|
1747 |
+
#~ msgid "Check for updates"
|
1748 |
+
#~ msgstr "Zkontroluj aktualizace"
|
1749 |
+
#~ msgid "Check for updates from within HeadSpace"
|
1750 |
+
#~ msgstr "Zkontroluj aktualizace Headspace"
|
1751 |
+
#~ msgid "Dictionary"
|
1752 |
+
#~ msgstr "Slovník"
|
1753 |
+
#~ msgid "How many widgets would you like?"
|
1754 |
+
#~ msgstr "Kolik widgetů chcete?"
|
1755 |
+
#~ msgid "Invalid module"
|
1756 |
+
#~ msgstr "Neplatný modul"
|
1757 |
+
#~ msgid "Mass Edit Meta-data"
|
1758 |
+
#~ msgstr "Hromadná úprava meta dat"
|
1759 |
+
#~ msgid "Modules"
|
1760 |
+
#~ msgstr "Moduly"
|
1761 |
+
#~ msgid "Never"
|
1762 |
+
#~ msgstr "Nikdy"
|
1763 |
+
#~ msgid "No Index/No Follow"
|
1764 |
+
#~ msgstr "No Index/No Follow"
|
1765 |
+
#~ msgid "Posts & Pages"
|
1766 |
+
#~ msgstr "Články & Stánky"
|
1767 |
+
#~ msgid "RPC support for Ecto"
|
1768 |
+
#~ msgstr "RPC podpora pro Ecto"
|
1769 |
+
#~ msgid "Save module order"
|
1770 |
+
#~ msgstr "Uložit pořadí modulů"
|
1771 |
+
#~ msgid "Simple Tags"
|
1772 |
+
#~ msgstr "Jednoduché značky"
|
1773 |
+
#~ msgid "Tag separator"
|
1774 |
+
#~ msgstr "Oddělovač značek"
|
1775 |
+
#~ msgid "Tags (keywords)"
|
1776 |
+
#~ msgstr "Značky (klíčové slova)"
|
1777 |
+
#~ msgid ""
|
1778 |
+
#~ "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag "
|
1779 |
+
#~ "separator'"
|
1780 |
+
#~ msgstr ""
|
1781 |
+
#~ "Tento oddělovač musí odpovídat oddělovači definovaném v Ecto "
|
1782 |
+
#~ "'Templates', 'Tags', 'Tag separator'"
|
1783 |
+
#~ msgid "Your module positions have been saved"
|
1784 |
+
#~ msgstr "Pozice modulů byly uloženy"
|
1785 |
+
#~ msgid "add"
|
1786 |
+
#~ msgstr "přidat"
|
1787 |
+
#~ msgid "go"
|
1788 |
+
#~ msgstr "jdi"
|
1789 |
+
|
locale/fa_IR.mo
ADDED
Binary file
|
locale/fa_IR.po
ADDED
@@ -0,0 +1,1727 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Meta-data manager on steroids, allowing complete control over all SEO needs such as keywords/tags, titles, description, stylesheets, and many many other goodies.
|
2 |
+
# Copyright (C) 2010 John Godley
|
3 |
+
# This file is distributed under the same license as the HeadSpace2 package.
|
4 |
+
# John Godley, http://urbangiraffe.com/, 2010.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: HeadSpace2 3.6.33 FARSI\n"
|
9 |
+
"Report-Msgid-Bugs-To: \n"
|
10 |
+
"POT-Creation-Date: 2010-01-23 19:34+0000\n"
|
11 |
+
"PO-Revision-Date: 2011-01-08 12:56+0330\n"
|
12 |
+
"Last-Translator: amir heydari <sonami777@yahoo.com>\n"
|
13 |
+
"Language-Team: 3EO.ir <sonami777@yahoo.com>\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"X-Poedit-Language: Persian\n"
|
18 |
+
"X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n"
|
19 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
20 |
+
|
21 |
+
#: headspace.php:474
|
22 |
+
#, php-format
|
23 |
+
msgid "%d items were imported from %s"
|
24 |
+
msgstr "%s موارد از اینجا وارد شده است %d"
|
25 |
+
|
26 |
+
#: models/pager.php:434
|
27 |
+
#, php-format
|
28 |
+
msgid "%d per-page"
|
29 |
+
msgstr "در هر صفحه %d"
|
30 |
+
|
31 |
+
#: view/admin/version.php:5
|
32 |
+
#, php-format
|
33 |
+
msgid "%s ago"
|
34 |
+
msgstr "قبل %s"
|
35 |
+
|
36 |
+
#: view/admin/options.php:7
|
37 |
+
#, php-format
|
38 |
+
msgid "%s | General Options"
|
39 |
+
msgstr "%s | تنظیمات عمومی"
|
40 |
+
|
41 |
+
#: view/admin/import.php:6
|
42 |
+
#, php-format
|
43 |
+
msgid "%s | Import"
|
44 |
+
msgstr "%s | وارد کردن "
|
45 |
+
|
46 |
+
#: view/admin/page-modules.php:7
|
47 |
+
#, php-format
|
48 |
+
msgid "%s | Page Modules"
|
49 |
+
msgstr "%s | ماژول های صفحه"
|
50 |
+
|
51 |
+
#: view/admin/page-settings.php:7
|
52 |
+
#, php-format
|
53 |
+
msgid "%s | Page Settings"
|
54 |
+
msgstr "%s | تنظیمات صفحه "
|
55 |
+
|
56 |
+
#: view/admin/site-modules.php:6
|
57 |
+
#, php-format
|
58 |
+
msgid "%s | Site Modules"
|
59 |
+
msgstr "%s | ماژول های سایت"
|
60 |
+
|
61 |
+
#: view/admin/import.php:22
|
62 |
+
msgid "(not available in UTW and Simple Tagging)"
|
63 |
+
msgstr "(not available in UTW and Simple Tagging)"
|
64 |
+
|
65 |
+
#: modules/site/page_counts.php:122
|
66 |
+
msgid "(set number of posts to 0 for theme default)"
|
67 |
+
msgstr "مقدار پست ها را برای پوسته پیش فرض،صفر بدهید"
|
68 |
+
|
69 |
+
#: modules/site/system-settings.php:88
|
70 |
+
msgid "1 hour"
|
71 |
+
msgstr "1 ساعت"
|
72 |
+
|
73 |
+
#: modules/site/system-settings.php:87
|
74 |
+
msgid "10 minutes"
|
75 |
+
msgstr "10 دقیقه"
|
76 |
+
|
77 |
+
#: modules/site/103bees.php:31
|
78 |
+
msgid "103bees"
|
79 |
+
msgstr "103bees.com"
|
80 |
+
|
81 |
+
#: modules/site/system-settings.php:85
|
82 |
+
msgid "30 seconds"
|
83 |
+
msgstr "30 ثانیه"
|
84 |
+
|
85 |
+
#: models/headspace.php:119
|
86 |
+
msgid "404 Page"
|
87 |
+
msgstr "صفحه 404 (صفحه مورد نظر یافت نشد!)"
|
88 |
+
|
89 |
+
#: modules/site/system-settings.php:86
|
90 |
+
msgid "60 seconds"
|
91 |
+
msgstr "60 ثانیه"
|
92 |
+
|
93 |
+
#: headspace.php:303
|
94 |
+
msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
|
95 |
+
msgstr "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
|
96 |
+
|
97 |
+
#: headspace.php:296
|
98 |
+
msgid "<code>wp_head</code> was not found in <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
|
99 |
+
msgstr "<code>wp_head</code> was not found in <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
|
100 |
+
|
101 |
+
#: modules/site/first-time-visitor.php:93
|
102 |
+
#, php-format
|
103 |
+
msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
|
104 |
+
msgstr "<p><a href=\"%s/feed/\">RSS</a> شاید بعنوان یک کاربر جدید بخواهید که عضو خوراک خوان ما شوید </p>"
|
105 |
+
|
106 |
+
#: modules/page/tags.php:123
|
107 |
+
msgid "<p>Tags: "
|
108 |
+
msgstr "<p> تگها :"
|
109 |
+
|
110 |
+
#: modules/site/piwik.php:211
|
111 |
+
msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
|
112 |
+
msgstr "یک مکث کوتاه در هنگام دانلود اضافه خواهد شد.مقادیر کوچک قابل ردیابی نیستند"
|
113 |
+
|
114 |
+
#: view/admin/head_admin.php:6
|
115 |
+
msgid "A problem occured retrieving data from the server. If this persists please check that you have installed the plugin correctly."
|
116 |
+
msgstr "مشکلی هنگام دریافت اطلاعات از سرور رخ داده است.اگر این مشکل تکراریست،لطفا چک کنید که افزونه را بصورت صحیح نصب کرده باشید"
|
117 |
+
|
118 |
+
#: modules/site/awstats.php:31
|
119 |
+
msgid "AWStats JavaScript Tracking"
|
120 |
+
msgstr "AWStats JavaScript Tracking"
|
121 |
+
|
122 |
+
#: modules/site/analytics.php:237
|
123 |
+
#: modules/site/feedburner-stats.php:67
|
124 |
+
msgid "Account ID"
|
125 |
+
msgstr "شناسه کاربری"
|
126 |
+
|
127 |
+
#: modules/site/apture.php:36
|
128 |
+
msgid "Add Apture to all pages"
|
129 |
+
msgstr "اضافه کردن کد Apture به تمام صفحات"
|
130 |
+
|
131 |
+
#: modules/site/103bees.php:36
|
132 |
+
msgid "Adds 103bees tracking code to all pages"
|
133 |
+
msgstr " اضافه کردن کد ردیابی beesبه تمام صفحات 103 "
|
134 |
+
|
135 |
+
#: modules/site/awstats.php:36
|
136 |
+
msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
|
137 |
+
msgstr " اضافه کردن AWStats JavaScript Tracking به تمام صفحات"
|
138 |
+
|
139 |
+
#: modules/site/crazyegg.php:38
|
140 |
+
msgid "Adds CrazyEgg tracking code to all pages"
|
141 |
+
msgstr " اضافه کردن کد ردیابی CrazyEgg به تمام صفحات "
|
142 |
+
|
143 |
+
#: modules/site/analytics.php:44
|
144 |
+
msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
|
145 |
+
msgstr " اضافه کردن کد ردیابی گوگل آنالیتیک به تمام صفحات از طریق <code>wp_footer</code>"
|
146 |
+
|
147 |
+
#: modules/site/google_webmaster.php:35
|
148 |
+
msgid "Adds Google Webmaster tracking code to your home page"
|
149 |
+
msgstr " اضافه کردن کد ردیابی Google Webmaster به صفحه اصلی"
|
150 |
+
|
151 |
+
#: modules/site/hittail.php:36
|
152 |
+
msgid "Adds HitTail tracking code to all pages"
|
153 |
+
msgstr "اضافه کردن کد ردیابی HitTail به تمام صفحات"
|
154 |
+
|
155 |
+
#: modules/site/microsoft-live.php:35
|
156 |
+
msgid "Adds Microsoft Live verification / Bing Webmaster code to your home page"
|
157 |
+
msgstr " اضافه کردن کد Microsoft Live verification / Bing Webmaster به صفحه اصلی"
|
158 |
+
|
159 |
+
#: modules/site/mint.php:38
|
160 |
+
msgid "Adds Mint tracking code to all pages"
|
161 |
+
msgstr " اضافه کردن کد ردیابی Mint به تمام صفحات"
|
162 |
+
|
163 |
+
#: modules/site/piwik.php:42
|
164 |
+
msgid "Adds Piwik tracking code to all pages"
|
165 |
+
msgstr " اضافه کردن کد ردیابی Piwik به تمام صفحات"
|
166 |
+
|
167 |
+
#: modules/site/statcounter.php:40
|
168 |
+
msgid "Adds StatCounter tracking code to all pages"
|
169 |
+
msgstr " اضافه کردن کد ردیابی StatCounter به تمام صفحات"
|
170 |
+
|
171 |
+
#: modules/site/yahoo-site-explorer.php:35
|
172 |
+
msgid "Adds Yahoo! Site Explorer tracking code to your home page"
|
173 |
+
msgstr " اضافه کردن کد ردیابی Yahoo! Site Explorer به صفحه اصلی"
|
174 |
+
|
175 |
+
#: modules/site/feedburner-stats.php:35
|
176 |
+
msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
|
177 |
+
msgstr " برای فعال کردن FeedBurner Stats Pro کد مناسب را به پست ها اضافه نمایید"
|
178 |
+
|
179 |
+
#: view/admin/page-modules.php:21
|
180 |
+
msgid "Advanced"
|
181 |
+
msgstr "پیشرفته"
|
182 |
+
|
183 |
+
#: modules/page/more_text.php:127
|
184 |
+
msgid "Advanced - the regular expression pattern to select the more link from your posts"
|
185 |
+
msgstr "تنظیمات پیشرفته -- الگوی مبین عبارت منظم برای انتخاب بیشتر لینک از پست های شما"
|
186 |
+
|
187 |
+
#: modules/page/more_text.php:133
|
188 |
+
msgid "Advanced - the regular expression replacement text"
|
189 |
+
msgstr "تنظیمات پیشرفته -- متن جایگزینی مبین"
|
190 |
+
|
191 |
+
#: modules/page/page_title.php:134
|
192 |
+
msgid "After"
|
193 |
+
msgstr "پس از"
|
194 |
+
|
195 |
+
#: modules/page/page-links.php:218
|
196 |
+
msgid "After HTML"
|
197 |
+
msgstr "پس از HTML"
|
198 |
+
|
199 |
+
#: modules/site/first-time-visitor.php:138
|
200 |
+
msgid "After content"
|
201 |
+
msgstr "پس از محتوا"
|
202 |
+
|
203 |
+
#: modules/page/description.php:70
|
204 |
+
msgid "All descriptions will be trimmed to this length"
|
205 |
+
msgstr "تمام شرح ها به این طول ویرایش می شوند"
|
206 |
+
|
207 |
+
#: modules/import/all-in-one-seo.php:28
|
208 |
+
msgid "All-in-one SEO"
|
209 |
+
msgstr "All-in-one SEO"
|
210 |
+
|
211 |
+
#: modules/page/javascript.php:49
|
212 |
+
msgid "Allow external JavaScript files to be referenced"
|
213 |
+
msgstr "اجازه دادن برای ارجاع فایلهای جاوا اسکریپت خارجی"
|
214 |
+
|
215 |
+
#: modules/page/page_title.php:115
|
216 |
+
msgid "Allow page title to be changed (i.e. the title in the browser window title)"
|
217 |
+
msgstr "اجازه دادن برای تغییر عنوان صفحه - بعنوان مثال،عنوان در پنجره مرورگر"
|
218 |
+
|
219 |
+
#: modules/page/stylesheet.php:58
|
220 |
+
msgid "Allows CSS stylesheets to be added to a page"
|
221 |
+
msgstr "CSS stylesheets مجوز اضافه شدن به صفحه را خواهد گرفت"
|
222 |
+
|
223 |
+
#: modules/page/theme.php:74
|
224 |
+
msgid "Allows a custom page-specific theme to over-ride the default theme"
|
225 |
+
msgstr "اجازه میدهد تا صفحه سفارشی-پوسته خاص،پوسته کنونی را لغو کند"
|
226 |
+
|
227 |
+
#: modules/page/description.php:59
|
228 |
+
msgid "Allows a short description about the page that is used by search engines"
|
229 |
+
msgstr "یک توضیح کوتاه در مورد صفحه که توسط موتورهای جستجو استفاده میشود را می پذیرد"
|
230 |
+
|
231 |
+
#: modules/page/custom.php:48
|
232 |
+
msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
|
233 |
+
msgstr "MetaData::custom () اجازه می دهد تا داده های سفارشی را در هر جای قالب خود قرار دهید"
|
234 |
+
|
235 |
+
#: modules/page/plugin.php:93
|
236 |
+
msgid "Allows disabled plugins to be enabled on specific pages"
|
237 |
+
msgstr "اجازه میدهد تا افزونه های های غیر فعال در صفحات خاص فعال شوند"
|
238 |
+
|
239 |
+
#: modules/page/follow-links.php:113
|
240 |
+
msgid "Allows follow/no-follow to be set for various links"
|
241 |
+
msgstr "follow/no-follow برای لینک های مختلف فعال می شود"
|
242 |
+
|
243 |
+
#: modules/page/keywords.php:66
|
244 |
+
msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
|
245 |
+
msgstr "اجازه می دهد که کلمات کلیدی متا،جدای از برچسب ها تعریف شوند.در صورت لزوم، نمایش کلمات کلیدی در ماژول برچسب ها را غیر فعال کنید"
|
246 |
+
|
247 |
+
#: modules/page/relative-links.php:100
|
248 |
+
msgid "Allows options to be set for relative meta links (WP 2.8+)"
|
249 |
+
msgstr "در وردپرس 2.8 به بالا،اجازه می دهد گزینه ها برای meta links تنظیم شود"
|
250 |
+
|
251 |
+
#: modules/page/page-links.php:150
|
252 |
+
msgid "Allows options to be set for wp_list_pages links"
|
253 |
+
msgstr " اجازه میدهد گزینه ها برای لینکهای wp_list_pages تنظیم شود"
|
254 |
+
|
255 |
+
#: modules/page/raw-footer.php:48
|
256 |
+
msgid "Allows raw data to be inserted into the page footer"
|
257 |
+
msgstr " Raw data به پاورقی اضافه خواهد شد"
|
258 |
+
|
259 |
+
#: modules/page/raw.php:44
|
260 |
+
msgid "Allows raw data to be inserted into the page meta section"
|
261 |
+
msgstr " Raw data اجازه می یابد به بخش متا صفحه اضافه شود"
|
262 |
+
|
263 |
+
#: modules/page/rss_tagline.php:57
|
264 |
+
msgid "Allows site RSS description to be changed"
|
265 |
+
msgstr "اجازه می دهد که توصیحات RSS سایت تغییر یابد"
|
266 |
+
|
267 |
+
#: modules/page/rss_name.php:57
|
268 |
+
msgid "Allows site RSS name to be changed"
|
269 |
+
msgstr " اجازه می دهد که نام RSS سایت تغییر یابد"
|
270 |
+
|
271 |
+
#: modules/page/site_tagline.php:56
|
272 |
+
msgid "Allows site description to be changed (i.e. the tagline)"
|
273 |
+
msgstr "اجازه می دهد که توضیحات سایت تغییر یابد"
|
274 |
+
|
275 |
+
#: modules/page/site_name.php:58
|
276 |
+
msgid "Allows site name to be changed (i.e your blog name)"
|
277 |
+
msgstr "اجازه می دهد که نام سایت تغییر یابد"
|
278 |
+
|
279 |
+
#: modules/page/tags.php:153
|
280 |
+
msgid "Allows tags to be added to pages"
|
281 |
+
msgstr "اجازه می دهد که برچسب ها به صفحات افزوده شوند"
|
282 |
+
|
283 |
+
#: modules/page/more_text.php:85
|
284 |
+
msgid "Allows the 'more' text to be changed"
|
285 |
+
msgstr "امکان تغییر ادامه متن"
|
286 |
+
|
287 |
+
#: modules/page/noindex.php:87
|
288 |
+
msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
|
289 |
+
msgstr "اجازه می دهد که گزینه های متا روبوت قبلی برای جلوگیری از ایندکس شدن صفحات توسط روبوتها و موتورهای جستجوگر تنظیم شود"
|
290 |
+
|
291 |
+
#: modules/site/widgets.php:35
|
292 |
+
msgid "Allows you to enable or disable various WordPress Widgets"
|
293 |
+
msgstr "امکان فعال یا غیر فعال کردن ابزارک های مختلف وردپرس را می دهد "
|
294 |
+
|
295 |
+
#: modules/site/wp_formatting.php:37
|
296 |
+
msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
|
297 |
+
msgstr "wpautop به شما اجازه می دهد که فرم دهی خودکار وردپرس را فعال یا غیر فعال کنید-شامل"
|
298 |
+
|
299 |
+
#: view/admin/support.php:28
|
300 |
+
msgid "Alternatively, if you are multi-lingual, do consider translating this into another language. All the necessary localisation files are included and I've written a <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">full guide to the translation process</a>."
|
301 |
+
msgstr "نوشته شده است <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">راهنمای کامل برای ترجمه</a> اگر از زبان دیگری استفاده می کنید،می توانید این افزونه را به زبان مورد نظرتان ترجمه کنید.فایل های لازم در بسته افزونه موجود می باشد و آموزش آن نیز در قسمت"
|
302 |
+
|
303 |
+
#: modules/site/apture.php:31
|
304 |
+
msgid "Apture"
|
305 |
+
msgstr "Apture"
|
306 |
+
|
307 |
+
#: modules/page/follow-links.php:32
|
308 |
+
msgid "Archive Links"
|
309 |
+
msgstr "لینک های بایگانی"
|
310 |
+
|
311 |
+
#: models/headspace.php:113
|
312 |
+
#: modules/site/page_counts.php:114
|
313 |
+
#: modules/site/widgets.php:73
|
314 |
+
#: modules/site/widgets.php:74
|
315 |
+
msgid "Archives"
|
316 |
+
msgstr "بایگانی"
|
317 |
+
|
318 |
+
#: view/admin/head_admin.php:5
|
319 |
+
msgid "Are you sure you want to merge that tag?"
|
320 |
+
msgstr "آیا از ادغام این تگ مطمئن هستید؟"
|
321 |
+
|
322 |
+
#: view/admin/import.php:25
|
323 |
+
msgid "As with anything else that modifies your database you should <strong>backup your data before running an import</strong>. No responsibility is accepted for any kittens that may be killed in the process."
|
324 |
+
msgstr "در صورت عدم پشتیبانگیری و بروز مشکلات احتمالی هیچ گونه مسئولیتی بر عهده ما نیست.بعلت تغییر در دیتابیس،شما باید قبل از وارد کردن،از اطلاعات خودتان نسخه پشتیبان تهیه کنید "
|
325 |
+
|
326 |
+
#: models/headspace.php:121
|
327 |
+
msgid "Attachment Pages"
|
328 |
+
msgstr "صفحات فایل پیوست"
|
329 |
+
|
330 |
+
#: view/admin/help.php:33
|
331 |
+
msgid "Attachment caption"
|
332 |
+
msgstr "عنوان فایل پیوست"
|
333 |
+
|
334 |
+
#: models/headspace.php:117
|
335 |
+
msgid "Author Pages"
|
336 |
+
msgstr "صفحات نویسنده"
|
337 |
+
|
338 |
+
#: modules/site/wp_formatting.php:98
|
339 |
+
msgid "Auto-fancy quotes"
|
340 |
+
msgstr "Auto-fancy quotes"
|
341 |
+
|
342 |
+
#: modules/site/wp_formatting.php:91
|
343 |
+
msgid "Auto-formatting"
|
344 |
+
msgstr "قالب بنده خودکار"
|
345 |
+
|
346 |
+
#: modules/site/wp_formatting.php:105
|
347 |
+
msgid "Auto-link"
|
348 |
+
msgstr "لینک خودکار"
|
349 |
+
|
350 |
+
#: modules/page/page_title.php:133
|
351 |
+
msgid "Before"
|
352 |
+
msgstr "قبل"
|
353 |
+
|
354 |
+
#: modules/page/page-links.php:211
|
355 |
+
msgid "Before HTML"
|
356 |
+
msgstr " قبل از HTML"
|
357 |
+
|
358 |
+
#: modules/site/first-time-visitor.php:137
|
359 |
+
msgid "Before content"
|
360 |
+
msgstr "قبل از محتوا"
|
361 |
+
|
362 |
+
#: modules/site/widgets.php:67
|
363 |
+
#: modules/site/widgets.php:68
|
364 |
+
msgid "Calendar"
|
365 |
+
msgstr "تقویم"
|
366 |
+
|
367 |
+
#: view/admin/page-module-edit.php:12
|
368 |
+
#: view/admin/page-settings-edit-ajax.php:6
|
369 |
+
#: view/admin/site-module-edit.php:18
|
370 |
+
msgid "Cancel"
|
371 |
+
msgstr "انصراف"
|
372 |
+
|
373 |
+
#: models/headspace.php:114
|
374 |
+
msgid "Categories"
|
375 |
+
msgstr "دسته ها"
|
376 |
+
|
377 |
+
#: modules/page/follow-links.php:33
|
378 |
+
msgid "Category Links"
|
379 |
+
msgstr "لینک های دسته ها"
|
380 |
+
|
381 |
+
#: modules/site/analytics.php:277
|
382 |
+
msgid "Change what appears in reports"
|
383 |
+
msgstr "تغییر در نمایش گزارشات"
|
384 |
+
|
385 |
+
#: modules/page/keywords.php:77
|
386 |
+
msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
|
387 |
+
msgstr "انتخاب این گزینه بدان معناست که برچسب های شما بعنوان کلمات کلیدی هم به کار برده شوند و شما بصورت مستقل قادر به تنظیم کلمات کلیدی نخواهید بود"
|
388 |
+
|
389 |
+
#: modules/site/piwik.php:204
|
390 |
+
msgid "Clear to disable download tracking"
|
391 |
+
msgstr "حذف کردن برای متوقف کردن ردیابی دانلود"
|
392 |
+
|
393 |
+
#: view/admin/page-settings.php:11
|
394 |
+
msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
|
395 |
+
msgstr "نوع صفحه را برای تغییر تنظیمات مشخص کنید.شما میتوانید ماژول های اضافه را برای ارائه انتخاب های بیشتر فعال کنید"
|
396 |
+
|
397 |
+
#: modules/page/follow-links.php:36
|
398 |
+
msgid "Comm. Author Links"
|
399 |
+
msgstr "Comm. Author Links"
|
400 |
+
|
401 |
+
#: modules/page/follow-links.php:37
|
402 |
+
msgid "Comm. Text Links"
|
403 |
+
msgstr "Comm. Text Links"
|
404 |
+
|
405 |
+
#: modules/site/system-settings.php:37
|
406 |
+
msgid "Configure PHP memory limits, time-outs, and error reporting"
|
407 |
+
msgstr "وقفه ها و گزارشات خطا ,پیکربندی محدودیت های حافظه پی اچ پی"
|
408 |
+
|
409 |
+
#: modules/site/crazyegg.php:33
|
410 |
+
msgid "CrazyEgg"
|
411 |
+
msgstr "CrazyEgg"
|
412 |
+
|
413 |
+
#: modules/site/crazyegg.php:117
|
414 |
+
msgid "CrazyEgg ID"
|
415 |
+
msgstr "شناسه CrazyEgg"
|
416 |
+
|
417 |
+
#: modules/page/theme.php:84
|
418 |
+
msgid "Current theme"
|
419 |
+
msgstr "پوسته کنونی"
|
420 |
+
|
421 |
+
#: modules/page/custom.php:44
|
422 |
+
msgid "Custom data"
|
423 |
+
msgstr "اطلاعات سفارشی"
|
424 |
+
|
425 |
+
#: modules/site/page_counts.php:38
|
426 |
+
msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
|
427 |
+
msgstr "سفارشی کردن تعداد پست هایی که در صفحات بایگانی و جستجو نمایش داده میشود و تصمیم برای اینکه محتوا بصورت کامل نمایش داده شود یا چکیده ای از محتوا"
|
428 |
+
|
429 |
+
#: view/admin/options.php:39
|
430 |
+
msgid "Debug"
|
431 |
+
msgstr "اشکال زدایی"
|
432 |
+
|
433 |
+
#: modules/page/follow-links.php:123
|
434 |
+
msgid "Default"
|
435 |
+
msgstr "پیش فرض"
|
436 |
+
|
437 |
+
#: view/admin/options.php:64
|
438 |
+
msgid "Delete HeadSpace"
|
439 |
+
msgstr "پاک کردن افزونه HeadSpace "
|
440 |
+
|
441 |
+
#: modules/page/description.php:88
|
442 |
+
msgid "Description"
|
443 |
+
msgstr "شرح"
|
444 |
+
|
445 |
+
#: modules/page/tags.php:188
|
446 |
+
msgid "Disable Suggestions"
|
447 |
+
msgstr "غیر فعال کردن پیشنهادات"
|
448 |
+
|
449 |
+
#: modules/site/disable_visual_editing.php:28
|
450 |
+
msgid "Disable Visual Editing"
|
451 |
+
msgstr "غیر فعال کردن ویرایش تصویری"
|
452 |
+
|
453 |
+
#: modules/site/widgets.php:30
|
454 |
+
msgid "Disable WordPress Widgets"
|
455 |
+
msgstr "غیر فعال کردن ابزارک های وردپرس"
|
456 |
+
|
457 |
+
#: modules/site/disable_visual_editing.php:33
|
458 |
+
msgid "Disable visual editing"
|
459 |
+
msgstr "غیر فعال کردن ویرایش تصویری"
|
460 |
+
|
461 |
+
#: view/admin/page-modules.php:32
|
462 |
+
msgid "Disabled"
|
463 |
+
msgstr "غیر فعال"
|
464 |
+
|
465 |
+
#: modules/page/page-links.php:204
|
466 |
+
msgid "Display"
|
467 |
+
msgstr "نمایش"
|
468 |
+
|
469 |
+
#: modules/site/first-time-visitor.php:39
|
470 |
+
msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
|
471 |
+
msgstr "نمایش پیغام به بازدیدکنندگان تازه وارد - بر اساس ایده Seth Godin"
|
472 |
+
|
473 |
+
#: modules/site/first-time-visitor.php:134
|
474 |
+
msgid "Display position"
|
475 |
+
msgstr "نمایش وضعیت"
|
476 |
+
|
477 |
+
#: models/pager.php:442
|
478 |
+
#, php-format
|
479 |
+
msgid "Displaying %s–%s of %s"
|
480 |
+
msgstr "%s از %s–%s نمایش"
|
481 |
+
|
482 |
+
#: modules/page/stylesheet.php:101
|
483 |
+
msgid "Do not output CSS"
|
484 |
+
msgstr "CSS خارج نشود"
|
485 |
+
|
486 |
+
#: modules/site/analytics.php:281
|
487 |
+
msgid "Domain Name"
|
488 |
+
msgstr "نام دامنه"
|
489 |
+
|
490 |
+
#: view/admin/edit_category.php:5
|
491 |
+
msgid "Edit Category »"
|
492 |
+
msgstr "» ویرایش دسته"
|
493 |
+
|
494 |
+
#: view/admin/options.php:43
|
495 |
+
msgid "Enable debug option"
|
496 |
+
msgstr "فعال کردن گزینه اشکال زدایی"
|
497 |
+
|
498 |
+
#: modules/page/more_text.php:118
|
499 |
+
msgid "Enable on excerpts"
|
500 |
+
msgstr "فعال بودن برگزیدن"
|
501 |
+
|
502 |
+
#: modules/site/widgets.php:156
|
503 |
+
msgid "Enabled Widgets"
|
504 |
+
msgstr "فعال کردن ابزارک ها"
|
505 |
+
|
506 |
+
#: modules/page/relative-links.php:124
|
507 |
+
msgid "End"
|
508 |
+
msgstr "پایان"
|
509 |
+
|
510 |
+
#: modules/site/first-time-visitor.php:131
|
511 |
+
msgid "Enter 0 for always"
|
512 |
+
msgstr "برای همیشه،عدد صفر را وارد کنید"
|
513 |
+
|
514 |
+
#: modules/site/google_webmaster.php:70
|
515 |
+
msgid "Enter Google Webmaster tracking code."
|
516 |
+
msgstr "کد Google Webmaster tracking را وارد کنید "
|
517 |
+
|
518 |
+
#: modules/site/microsoft-live.php:70
|
519 |
+
msgid "Enter Microsoft Live verification code."
|
520 |
+
msgstr "کد Microsoft Live verification را وارد کنید"
|
521 |
+
|
522 |
+
#: modules/site/yahoo-site-explorer.php:70
|
523 |
+
msgid "Enter Yahoo! Site Explorer tracking code."
|
524 |
+
msgstr "کد Yahoo! Site Explorer tracking را وارد کنید"
|
525 |
+
|
526 |
+
#: modules/site/analytics.php:291
|
527 |
+
msgid "Enter any additional Google Analytics code"
|
528 |
+
msgstr "هرگونه کد اضافه Google Analytics را وارد کنید"
|
529 |
+
|
530 |
+
#: modules/site/piwik.php:218
|
531 |
+
msgid "Enter each host on a separate line"
|
532 |
+
msgstr "هر میزبان را در یک خط جداگانه وارد کنید"
|
533 |
+
|
534 |
+
#: modules/site/mint.php:124
|
535 |
+
msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
|
536 |
+
msgstr "آدرس نصب مینت را بصورت <code>/mint/</code> وارد نمایید"
|
537 |
+
|
538 |
+
#: modules/site/analytics.php:270
|
539 |
+
msgid "Enter the URL you want outbound links tracked to"
|
540 |
+
msgstr "آدرسی را که میخواهید لینک های خروجی ردیابی کنند،وارد نمایید"
|
541 |
+
|
542 |
+
#: modules/site/analytics.php:240
|
543 |
+
msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
|
544 |
+
msgstr "کد ردیابی جاوا اسکریپت گوگل را بصورت کامل و یا بصورت <code>_uacct</code> وارد نمایید"
|
545 |
+
|
546 |
+
#: modules/site/hittail.php:114
|
547 |
+
msgid "Enter the full JavaScript tracking code as provided by HitTail."
|
548 |
+
msgstr "کد ردیابی جاوا اسکریپت ارائه شده توسط HitTail رابصورت کامل وارد کنید"
|
549 |
+
|
550 |
+
#: modules/site/103bees.php:114
|
551 |
+
msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
|
552 |
+
msgstr "کد ردیابی موجود در صفحه been را بصورت کامل وارد کنید"
|
553 |
+
|
554 |
+
#: modules/site/crazyegg.php:120
|
555 |
+
msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
|
556 |
+
msgstr "کد <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg</a> خود را بصورت کامل وارد کنید"
|
557 |
+
|
558 |
+
#: modules/site/apture.php:114
|
559 |
+
msgid "Enter your site token."
|
560 |
+
msgstr "رمز سایت خود را وارد کنید"
|
561 |
+
|
562 |
+
#: modules/site/103bees.php:121
|
563 |
+
#: modules/site/analytics.php:256
|
564 |
+
#: modules/site/apture.php:121
|
565 |
+
#: modules/site/awstats.php:124
|
566 |
+
#: modules/site/crazyegg.php:127
|
567 |
+
#: modules/site/hittail.php:121
|
568 |
+
#: modules/site/mint.php:131
|
569 |
+
#: modules/site/piwik.php:225
|
570 |
+
#: modules/site/statcounter.php:158
|
571 |
+
msgid "Everyone"
|
572 |
+
msgstr "هر کس"
|
573 |
+
|
574 |
+
#: modules/page/page-links.php:171
|
575 |
+
msgid "Exclude from list"
|
576 |
+
msgstr "محروم کردن از ایست"
|
577 |
+
|
578 |
+
#: modules/site/feedburner-stats.php:30
|
579 |
+
msgid "Feedburner Stats Pro"
|
580 |
+
msgstr "Feedburner Stats Pro"
|
581 |
+
|
582 |
+
#: modules/page/custom.php:85
|
583 |
+
msgid "Fields"
|
584 |
+
msgstr "زمینه ها"
|
585 |
+
|
586 |
+
#: view/admin/mass_edit.php:29
|
587 |
+
msgid "Filter"
|
588 |
+
msgstr "صافی"
|
589 |
+
|
590 |
+
#: modules/site/first-time-visitor.php:34
|
591 |
+
msgid "First Time Visitor"
|
592 |
+
msgstr "بازدید کنندگان بار اول"
|
593 |
+
|
594 |
+
#: modules/page/follow-links.php:121
|
595 |
+
msgid "Follow"
|
596 |
+
msgstr "پیگیری"
|
597 |
+
|
598 |
+
#: modules/page/follow-links.php:109
|
599 |
+
msgid "Follow Links"
|
600 |
+
msgstr "لینک های پیگیری"
|
601 |
+
|
602 |
+
#: modules/page/tags.php:171
|
603 |
+
msgid "Force tags in pages"
|
604 |
+
msgstr "برچسب های اجباری در صفحات"
|
605 |
+
|
606 |
+
#: modules/page/tags.php:161
|
607 |
+
msgid "Force tags in posts"
|
608 |
+
msgstr "برچسب های اجباری در پست ها"
|
609 |
+
|
610 |
+
#: modules/page/page_title.php:139
|
611 |
+
msgid "Force title rewrite"
|
612 |
+
msgstr "بازنویسی اجباری عنوان"
|
613 |
+
|
614 |
+
#: modules/site/frame-breaker.php:32
|
615 |
+
msgid "Frame Breaker"
|
616 |
+
msgstr "جلوگیری از باز شدن سایت در فریم"
|
617 |
+
|
618 |
+
#: models/headspace.php:96
|
619 |
+
msgid "Front Page"
|
620 |
+
msgstr "صفحه اول"
|
621 |
+
|
622 |
+
#: models/headspace.php:94
|
623 |
+
msgid "Global Settings"
|
624 |
+
msgstr "تنظیمات کلی"
|
625 |
+
|
626 |
+
#: modules/site/analytics.php:39
|
627 |
+
msgid "Google Analytics"
|
628 |
+
msgstr "Google Analytics"
|
629 |
+
|
630 |
+
#: modules/site/google-ad-wrap.php:28
|
631 |
+
msgid "Google Section Targeting"
|
632 |
+
msgstr "Google Section Targeting"
|
633 |
+
|
634 |
+
#: modules/site/google_webmaster.php:30
|
635 |
+
msgid "Google Webmaster"
|
636 |
+
msgstr "Google Webmaster"
|
637 |
+
|
638 |
+
#: modules/page/page-links.php:221
|
639 |
+
msgid "HTML added to end of list"
|
640 |
+
msgstr "کد HTML به انتهای لیست اضافه شد "
|
641 |
+
|
642 |
+
#: modules/page/page-links.php:214
|
643 |
+
msgid "HTML added to start of list"
|
644 |
+
msgstr "کد HTML به ابتدای لیست اضافه شد"
|
645 |
+
|
646 |
+
#: modules/import/head_meta_description.php:28
|
647 |
+
msgid "Head META Description"
|
648 |
+
msgstr "Head META Description"
|
649 |
+
|
650 |
+
#: headspace.php:99
|
651 |
+
#: headspace.php:151
|
652 |
+
#: headspace.php:483
|
653 |
+
#: headspace.php:484
|
654 |
+
#: view/admin/edit_quick.php:1
|
655 |
+
#: view/admin/edit_quick.php:2
|
656 |
+
msgid "HeadSpace"
|
657 |
+
msgstr "HeadSpace"
|
658 |
+
|
659 |
+
#: headspace.php:574
|
660 |
+
msgid "HeadSpace Bug Tracker"
|
661 |
+
msgstr "پیگیری اشکالات HeadSpace "
|
662 |
+
|
663 |
+
#: headspace.php:572
|
664 |
+
msgid "HeadSpace Documentation"
|
665 |
+
msgstr "مستندات HeadSpace "
|
666 |
+
|
667 |
+
#: headspace.php:575
|
668 |
+
msgid "HeadSpace FAQ"
|
669 |
+
msgstr "پرسش و پاسخ درباره HeadSpace"
|
670 |
+
|
671 |
+
#: headspace.php:571
|
672 |
+
msgid "HeadSpace Help"
|
673 |
+
msgstr "راهنمای HeadSpace"
|
674 |
+
|
675 |
+
#: view/admin/edit_post.php:7
|
676 |
+
msgid "HeadSpace Meta data"
|
677 |
+
msgstr "HeadSpace Meta data"
|
678 |
+
|
679 |
+
#: view/admin/edit_category.php:1
|
680 |
+
msgid "HeadSpace Settings"
|
681 |
+
msgstr "تنظیمات HeadSpace"
|
682 |
+
|
683 |
+
#: headspace.php:573
|
684 |
+
msgid "HeadSpace Support Forum"
|
685 |
+
msgstr "انجمن های پشتیبانی HeadSpace"
|
686 |
+
|
687 |
+
#: headspace.php:440
|
688 |
+
msgid "HeadSpace has been removed"
|
689 |
+
msgstr "HeadSpace حذف شد"
|
690 |
+
|
691 |
+
#: view/admin/support.php:7
|
692 |
+
msgid "HeadSpace has required a great deal of time and effort to develop. If it's been useful to you then you can support this development by <strong>making a small donation of $12</strong>. This will act as an incentive for me to carry on developing it, providing countless hours of support, and including any enhancements that are suggested."
|
693 |
+
msgstr "این افزونه برای توسعه به زمان و تلاش زیادی نیاز دارد.اگر این افزونه برای شما مفید است،میتوانید با پرداخت کمک 12 دلاری از آن حمایت کنید.این بعنوان یک تشویق برای من است که بتوانم این افزونه را با پیشنهادات شما گسترش دهم و آن را پشتیبانی کنم"
|
694 |
+
|
695 |
+
#: modules/import/headspace_tags.php:28
|
696 |
+
msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
|
697 |
+
msgstr "برچسب های HeadSpace"
|
698 |
+
|
699 |
+
#: view/admin/support.php:5
|
700 |
+
msgid "HeadSpace | Support"
|
701 |
+
msgstr " پشتیبانی | HeadSpace"
|
702 |
+
|
703 |
+
#: view/admin/version.php:2
|
704 |
+
msgid "HeadSpace2 News"
|
705 |
+
msgstr "اخبار HeadSpace2"
|
706 |
+
|
707 |
+
#: modules/site/hittail.php:31
|
708 |
+
msgid "HitTail"
|
709 |
+
msgstr "HitTail.com"
|
710 |
+
|
711 |
+
#: models/headspace.php:95
|
712 |
+
msgid "Home Page"
|
713 |
+
msgstr "صفحه اصلی"
|
714 |
+
|
715 |
+
#: modules/site/piwik.php:215
|
716 |
+
msgid "Host aliases"
|
717 |
+
msgstr "Host aliases"
|
718 |
+
|
719 |
+
#: modules/page/page-links.php:207
|
720 |
+
msgid "How a link is displayed. Use %link% for the link itself"
|
721 |
+
msgstr "چگونه لینک به نمایش در می آید.از کد %link% برای خود لینک استفاده کنید"
|
722 |
+
|
723 |
+
#: view/admin/options.php:35
|
724 |
+
msgid "I'm a nice person and I have helped support the author of this plugin"
|
725 |
+
msgstr "من دوست دارم از صاحب این افزونه حمایت کنم"
|
726 |
+
|
727 |
+
#: modules/site/piwik.php:183
|
728 |
+
msgid "If you are monitoring multiple sites this allows you to identify each"
|
729 |
+
msgstr "اگر شما چند سایت را بررسی می کنید،این گزینه به شما اجازه می دهد تا هر یک را مشخص کنید"
|
730 |
+
|
731 |
+
#: modules/site/first-time-visitor.php:143
|
732 |
+
msgid "Ignore Bots"
|
733 |
+
msgstr "تحریم روبوتهای جستجوگر"
|
734 |
+
|
735 |
+
#: view/admin/import.php:21
|
736 |
+
#: view/admin/submenu.php:7
|
737 |
+
msgid "Import"
|
738 |
+
msgstr "وارد کردن"
|
739 |
+
|
740 |
+
#: view/admin/import.php:22
|
741 |
+
msgid "Import and remove original data"
|
742 |
+
msgstr "وارد کردن و حذف داده های اصلی"
|
743 |
+
|
744 |
+
#: modules/page/tags.php:191
|
745 |
+
msgid "In case of low memory issues"
|
746 |
+
msgstr "در مورد مسائل کمی حافظه"
|
747 |
+
|
748 |
+
#: modules/site/analytics.php:298
|
749 |
+
msgid "Include Google Analytics on the WordPress login page"
|
750 |
+
msgstr "شامل Google Analytics در صفحه ورودی وردپرس"
|
751 |
+
|
752 |
+
#: modules/site/analytics.php:295
|
753 |
+
msgid "Include on login page"
|
754 |
+
msgstr "شامل صفحه ورود به سایت"
|
755 |
+
|
756 |
+
#: view/admin/options.php:20
|
757 |
+
msgid "Inherit from global settings"
|
758 |
+
msgstr "پیروی از تنظیمات کلی"
|
759 |
+
|
760 |
+
#: view/admin/options.php:16
|
761 |
+
msgid "Inherit settings"
|
762 |
+
msgstr "تنظیمات ارثی"
|
763 |
+
|
764 |
+
#: modules/page/javascript.php:45
|
765 |
+
#: modules/page/javascript.php:60
|
766 |
+
msgid "JavaScript"
|
767 |
+
msgstr "جاوا اسکریپت"
|
768 |
+
|
769 |
+
#: modules/import/jerome.php:28
|
770 |
+
msgid "Jerome's Keywords"
|
771 |
+
msgstr "کلمات کلیدی Jerome's"
|
772 |
+
|
773 |
+
#: modules/page/keywords.php:62
|
774 |
+
#: modules/page/keywords.php:107
|
775 |
+
msgid "Keywords"
|
776 |
+
msgstr "کلمات کلیدی"
|
777 |
+
|
778 |
+
#: modules/page/keywords.php:84
|
779 |
+
msgid "Keywords will be trimmed to this length"
|
780 |
+
msgstr "کلمات کلیدی به این طول ویرایش میشوند"
|
781 |
+
|
782 |
+
#: modules/page/page_title.php:126
|
783 |
+
msgid "Leave blank to use theme default"
|
784 |
+
msgstr "برای استفاده از پوسته کنونی،خالی بگذارید"
|
785 |
+
|
786 |
+
#: modules/site/widgets.php:79
|
787 |
+
msgid "Links"
|
788 |
+
msgstr "لینک ها"
|
789 |
+
|
790 |
+
#: models/headspace.php:122
|
791 |
+
msgid "Login Pages"
|
792 |
+
msgstr "صفحات ورودی"
|
793 |
+
|
794 |
+
#: modules/site/wp_formatting.php:108
|
795 |
+
msgid "Makes links clickable in comments"
|
796 |
+
msgstr "لینک های موجود در نظرات را قابل کلیک کردن می کند"
|
797 |
+
|
798 |
+
#: modules/page/description.php:67
|
799 |
+
#: modules/page/keywords.php:81
|
800 |
+
#: modules/page/page_title.php:151
|
801 |
+
msgid "Max length"
|
802 |
+
msgstr "حداکثر طول"
|
803 |
+
|
804 |
+
#: modules/site/system-settings.php:106
|
805 |
+
msgid "Memory Limit"
|
806 |
+
msgstr "محدودیت حافظه"
|
807 |
+
|
808 |
+
#: modules/site/first-time-visitor.php:124
|
809 |
+
msgid "Message to display"
|
810 |
+
msgstr "پیام برای نمایش"
|
811 |
+
|
812 |
+
#: modules/site/widgets.php:84
|
813 |
+
#: modules/site/widgets.php:85
|
814 |
+
msgid "Meta"
|
815 |
+
msgstr "Meta"
|
816 |
+
|
817 |
+
#: modules/page/noindex.php:83
|
818 |
+
#: modules/page/noindex.php:99
|
819 |
+
msgid "Meta-Robots"
|
820 |
+
msgstr "Meta-Robots"
|
821 |
+
|
822 |
+
#: headspace.php:152
|
823 |
+
#: view/admin/mass_edit.php:21
|
824 |
+
msgid "Meta-data"
|
825 |
+
msgstr "Meta-data"
|
826 |
+
|
827 |
+
#: modules/site/microsoft-live.php:30
|
828 |
+
msgid "Microsoft Live Verification / Bing Webmaster"
|
829 |
+
msgstr "Microsoft Live Verification / Bing Webmaster"
|
830 |
+
|
831 |
+
#: modules/site/mint.php:33
|
832 |
+
msgid "Mint"
|
833 |
+
msgstr "Mint"
|
834 |
+
|
835 |
+
#: modules/site/mint.php:121
|
836 |
+
msgid "Mint path"
|
837 |
+
msgstr "Mint path"
|
838 |
+
|
839 |
+
#: view/admin/page-modules.php:33
|
840 |
+
msgid "Modules are disabled and do not appear"
|
841 |
+
msgstr "ماژول های غیر فعال هستند و نمایش داده نمی شوند"
|
842 |
+
|
843 |
+
#: view/admin/page-modules.php:16
|
844 |
+
msgid "Modules will always appear on edit screens"
|
845 |
+
msgstr "ماژول ها همیشه در صفحات ویرایش ظاهر می شوند"
|
846 |
+
|
847 |
+
#: view/admin/page-modules.php:22
|
848 |
+
msgid "Modules will be hidden behind a link"
|
849 |
+
msgstr "ماژول ها در پشت یک لینک مخفی خواهند شد "
|
850 |
+
|
851 |
+
#: modules/import/more_unique.php:28
|
852 |
+
msgid "More Unique"
|
853 |
+
msgstr "Unique بیشتر"
|
854 |
+
|
855 |
+
#: modules/mass/more_text.php:28
|
856 |
+
#: modules/mass/more_text.php:50
|
857 |
+
#: modules/page/more_text.php:81
|
858 |
+
#: modules/page/more_text.php:97
|
859 |
+
msgid "More text"
|
860 |
+
msgstr "متن بیشتر"
|
861 |
+
|
862 |
+
#: modules/site/analytics.php:248
|
863 |
+
msgid "New Google Analytics (ga.js)"
|
864 |
+
msgstr "New Google Analytics (ga.js)"
|
865 |
+
|
866 |
+
#: models/pager.php:381
|
867 |
+
#: modules/page/relative-links.php:114
|
868 |
+
msgid "Next"
|
869 |
+
msgstr "بعدی"
|
870 |
+
|
871 |
+
#: modules/page/follow-links.php:38
|
872 |
+
msgid "Next/Prev Posts Link"
|
873 |
+
msgstr "بعدی / قبلی لینک پستها"
|
874 |
+
|
875 |
+
#: modules/page/tags.php:164
|
876 |
+
#: modules/page/tags.php:174
|
877 |
+
msgid "No"
|
878 |
+
msgstr "خیر"
|
879 |
+
|
880 |
+
#: modules/site/system-settings.php:89
|
881 |
+
msgid "No timeout limit"
|
882 |
+
msgstr "بدون محدودیت زمانی"
|
883 |
+
|
884 |
+
#: modules/page/noindex.php:38
|
885 |
+
msgid "No-ODP"
|
886 |
+
msgstr "No-ODP"
|
887 |
+
|
888 |
+
#: modules/page/noindex.php:39
|
889 |
+
msgid "No-Yahoo Dir"
|
890 |
+
msgstr "No-Yahoo Dir"
|
891 |
+
|
892 |
+
#: modules/page/noindex.php:37
|
893 |
+
msgid "No-archive"
|
894 |
+
msgstr "No-archive"
|
895 |
+
|
896 |
+
#: modules/page/follow-links.php:122
|
897 |
+
#: modules/page/noindex.php:36
|
898 |
+
msgid "No-follow"
|
899 |
+
msgstr "No-follow"
|
900 |
+
|
901 |
+
#: modules/page/noindex.php:35
|
902 |
+
msgid "No-index"
|
903 |
+
msgstr "No-index"
|
904 |
+
|
905 |
+
#: modules/page/page-links.php:172
|
906 |
+
msgid "Nofollow"
|
907 |
+
msgstr "Nofollow"
|
908 |
+
|
909 |
+
#: modules/page/page-links.php:173
|
910 |
+
msgid "Open in new window"
|
911 |
+
msgstr "در صفحه جدید باز کن"
|
912 |
+
|
913 |
+
#: view/admin/submenu.php:6
|
914 |
+
msgid "Options"
|
915 |
+
msgstr "گزینه ها"
|
916 |
+
|
917 |
+
#: modules/site/system-settings.php:126
|
918 |
+
msgid "PHP Error Reporting"
|
919 |
+
msgstr "گزارش خطا در PHP"
|
920 |
+
|
921 |
+
#: modules/site/system-settings.php:116
|
922 |
+
msgid "PHP Script Timeout"
|
923 |
+
msgstr "PHP Script Timeout"
|
924 |
+
|
925 |
+
#: modules/site/page_counts.php:33
|
926 |
+
msgid "Page Counts"
|
927 |
+
msgstr "تعداد صفحات"
|
928 |
+
|
929 |
+
#: modules/page/page-links.php:169
|
930 |
+
msgid "Page Link Options"
|
931 |
+
msgstr "گزینه های لینک صفحه"
|
932 |
+
|
933 |
+
#: modules/page/page-links.php:159
|
934 |
+
msgid "Page Link Text"
|
935 |
+
msgstr "Page Link Text"
|
936 |
+
|
937 |
+
#: modules/page/page-links.php:164
|
938 |
+
msgid "Page Link Title"
|
939 |
+
msgstr "Page Link Title"
|
940 |
+
|
941 |
+
#: modules/page/follow-links.php:34
|
942 |
+
#: modules/page/page-links.php:146
|
943 |
+
msgid "Page Links"
|
944 |
+
msgstr "لینک های صفحه"
|
945 |
+
|
946 |
+
#: view/admin/submenu.php:4
|
947 |
+
msgid "Page Modules"
|
948 |
+
msgstr "ماژول های صفحه"
|
949 |
+
|
950 |
+
#: view/admin/submenu.php:3
|
951 |
+
msgid "Page Settings"
|
952 |
+
msgstr "تنظیمات صفحه"
|
953 |
+
|
954 |
+
#: modules/page/page_title.php:176
|
955 |
+
msgid "Page Title"
|
956 |
+
msgstr "عنوان صفحه"
|
957 |
+
|
958 |
+
#: modules/mass/description.php:28
|
959 |
+
#: modules/mass/description.php:50
|
960 |
+
#: modules/page/description.php:55
|
961 |
+
msgid "Page description"
|
962 |
+
msgstr "توضیحات صفحه"
|
963 |
+
|
964 |
+
#: view/admin/page-modules.php:11
|
965 |
+
msgid "Page modules apply to individual pages. Drag-and-drop modules into the appropriate area. Modules can be re-ordered to change their position on the edit screen."
|
966 |
+
msgstr "ماژول های صفحه در صفحات اختصاصی هم به کار بسته میشوند.ماژول را به منطقه مناسب کشیده و رها کنید.ماژول ها را میتوان دوباره برای تغییر موقعیت و ویرایش صفحه بازخوانی کرد"
|
967 |
+
|
968 |
+
#: modules/mass/page_slug.php:28
|
969 |
+
msgid "Page slug"
|
970 |
+
msgstr "Page slug"
|
971 |
+
|
972 |
+
#: modules/mass/page_title.php:28
|
973 |
+
#: modules/mass/page_title.php:50
|
974 |
+
#: modules/page/page_title.php:106
|
975 |
+
msgid "Page title"
|
976 |
+
msgstr "عنوان صفحه"
|
977 |
+
|
978 |
+
#: modules/page/plugin.php:89
|
979 |
+
msgid "Page-specific Plugins"
|
980 |
+
msgstr "صفحه-افزونه های اختصاصی"
|
981 |
+
|
982 |
+
#: modules/page/theme.php:64
|
983 |
+
msgid "Page-specific Theme"
|
984 |
+
msgstr "صفحه-پوسته اختصاصی"
|
985 |
+
|
986 |
+
#: models/headspace.php:116
|
987 |
+
#: modules/site/widgets.php:61
|
988 |
+
#: modules/site/widgets.php:62
|
989 |
+
msgid "Pages"
|
990 |
+
msgstr "صفحات"
|
991 |
+
|
992 |
+
#: modules/page/relative-links.php:129
|
993 |
+
msgid "Parent"
|
994 |
+
msgstr "منبع"
|
995 |
+
|
996 |
+
#: modules/site/statcounter.php:142
|
997 |
+
msgid "Partition ID"
|
998 |
+
msgstr "Partition ID"
|
999 |
+
|
1000 |
+
#: modules/page/more_text.php:124
|
1001 |
+
msgid "Pattern"
|
1002 |
+
msgstr "الگو "
|
1003 |
+
|
1004 |
+
#: modules/site/piwik.php:37
|
1005 |
+
msgid "Piwik"
|
1006 |
+
msgstr "Piwik"
|
1007 |
+
|
1008 |
+
#: modules/site/piwik.php:194
|
1009 |
+
msgid "Piwik JavaScript"
|
1010 |
+
msgstr "Piwik JavaScript"
|
1011 |
+
|
1012 |
+
#: modules/site/piwik.php:187
|
1013 |
+
msgid "Piwik PHP"
|
1014 |
+
msgstr "Piwik PHP"
|
1015 |
+
|
1016 |
+
#: modules/site/piwik.php:180
|
1017 |
+
msgid "Piwik Site ID"
|
1018 |
+
msgstr "Piwik Site ID"
|
1019 |
+
|
1020 |
+
#: headspace.php:576
|
1021 |
+
msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
|
1022 |
+
msgstr "لطفا قبل از پرسش هرگونه سوال،بخش مستندات، پرسش و پاسخ و بررسی اشکالات را بخوانید"
|
1023 |
+
|
1024 |
+
#: view/admin/options.php:32
|
1025 |
+
msgid "Plugin Support"
|
1026 |
+
msgstr "حمایت افزونه"
|
1027 |
+
|
1028 |
+
#: modules/page/plugin.php:134
|
1029 |
+
msgid "Plugins"
|
1030 |
+
msgstr "افزونه ها"
|
1031 |
+
|
1032 |
+
#: modules/mass/page_slug.php:50
|
1033 |
+
msgid "Post slug"
|
1034 |
+
msgstr "Post slug"
|
1035 |
+
|
1036 |
+
#: modules/mass/description.php:49
|
1037 |
+
#: modules/mass/more_text.php:49
|
1038 |
+
#: modules/mass/page_slug.php:49
|
1039 |
+
#: modules/mass/page_title.php:49
|
1040 |
+
#: modules/mass/site_description.php:49
|
1041 |
+
#: modules/mass/site_name.php:49
|
1042 |
+
#: modules/mass/tags.php:49
|
1043 |
+
msgid "Post title"
|
1044 |
+
msgstr "عنوان پست"
|
1045 |
+
|
1046 |
+
#: models/headspace.php:115
|
1047 |
+
msgid "Posts"
|
1048 |
+
msgstr "پست ها"
|
1049 |
+
|
1050 |
+
#: headspace.php:395
|
1051 |
+
msgid "Posts successfully updated"
|
1052 |
+
msgstr "پست ها با موفقیت به روز شد"
|
1053 |
+
|
1054 |
+
#: models/pager.php:380
|
1055 |
+
#: modules/page/relative-links.php:109
|
1056 |
+
msgid "Previous"
|
1057 |
+
msgstr "قبلی"
|
1058 |
+
|
1059 |
+
#: view/admin/options.php:24
|
1060 |
+
msgid "Process excerpt with plugins"
|
1061 |
+
msgstr "فرایند برگزیدن بوسیله افزونه ها"
|
1062 |
+
|
1063 |
+
#: modules/site/statcounter.php:136
|
1064 |
+
msgid "Project ID"
|
1065 |
+
msgstr "Project ID"
|
1066 |
+
|
1067 |
+
#: modules/page/rss_tagline.php:69
|
1068 |
+
msgid "RSS Desc."
|
1069 |
+
msgstr "RSS Desc."
|
1070 |
+
|
1071 |
+
#: modules/page/rss_tagline.php:53
|
1072 |
+
msgid "RSS Description"
|
1073 |
+
msgstr "شرح RSS "
|
1074 |
+
|
1075 |
+
#: modules/page/rss_name.php:53
|
1076 |
+
#: modules/page/rss_name.php:69
|
1077 |
+
msgid "RSS Name"
|
1078 |
+
msgstr " نام RSS"
|
1079 |
+
|
1080 |
+
#: modules/site/analytics.php:288
|
1081 |
+
msgid "Raw Code"
|
1082 |
+
msgstr "Raw Code"
|
1083 |
+
|
1084 |
+
#: modules/page/raw.php:40
|
1085 |
+
#: modules/page/raw.php:50
|
1086 |
+
msgid "Raw data"
|
1087 |
+
msgstr "Raw data"
|
1088 |
+
|
1089 |
+
#: modules/page/raw-footer.php:44
|
1090 |
+
#: modules/page/raw-footer.php:54
|
1091 |
+
msgid "Raw footer data"
|
1092 |
+
msgstr "Raw footer data"
|
1093 |
+
|
1094 |
+
#: modules/site/widgets.php:95
|
1095 |
+
#: modules/site/widgets.php:96
|
1096 |
+
msgid "Recent Posts"
|
1097 |
+
msgstr "ارسال های جدید"
|
1098 |
+
|
1099 |
+
#: modules/page/relative-links.php:96
|
1100 |
+
#: modules/page/relative-links.php:106
|
1101 |
+
msgid "Relative Links"
|
1102 |
+
msgstr "لینک های مرتبط"
|
1103 |
+
|
1104 |
+
#: view/admin/options.php:57
|
1105 |
+
msgid "Remove HeadSpace"
|
1106 |
+
msgstr "پاک کردن HeadSpace"
|
1107 |
+
|
1108 |
+
#: modules/site/first-time-visitor.php:130
|
1109 |
+
msgid "Repeat"
|
1110 |
+
msgstr "تکرار "
|
1111 |
+
|
1112 |
+
#: modules/page/more_text.php:131
|
1113 |
+
msgid "Replace"
|
1114 |
+
msgstr "جایگزین کردن"
|
1115 |
+
|
1116 |
+
#: view/admin/help.php:17
|
1117 |
+
msgid "Replaced with the category description"
|
1118 |
+
msgstr "جایگزینی با توصیف دسته"
|
1119 |
+
|
1120 |
+
#: view/admin/help.php:27
|
1121 |
+
msgid "Replaced with the current date"
|
1122 |
+
msgstr "جایگزینی با تاریخ جاری"
|
1123 |
+
|
1124 |
+
#: view/admin/help.php:28
|
1125 |
+
msgid "Replaced with the current month"
|
1126 |
+
msgstr "جایگزینی با ماه فعلی"
|
1127 |
+
|
1128 |
+
#: view/admin/help.php:32
|
1129 |
+
msgid "Replaced with the current page number"
|
1130 |
+
msgstr "جایگزینی با شماره صفحه جاری"
|
1131 |
+
|
1132 |
+
#: view/admin/help.php:30
|
1133 |
+
msgid "Replaced with the current page number (i.e. page 2 of 4)"
|
1134 |
+
msgstr "جایگزینی با شماره صفحه فعلی - یعنی صفحه 2 از 4"
|
1135 |
+
|
1136 |
+
#: view/admin/help.php:31
|
1137 |
+
msgid "Replaced with the current page total"
|
1138 |
+
msgstr "جایگزینی با کل صفحه جاری"
|
1139 |
+
|
1140 |
+
#: view/admin/help.php:25
|
1141 |
+
msgid "Replaced with the current search phrase"
|
1142 |
+
msgstr "جایگزینی با عبارت جستجو فعلی"
|
1143 |
+
|
1144 |
+
#: view/admin/help.php:15
|
1145 |
+
msgid "Replaced with the current tag/tags"
|
1146 |
+
msgstr "جایگزینی با تگ/تگ های جاری"
|
1147 |
+
|
1148 |
+
#: view/admin/help.php:26
|
1149 |
+
msgid "Replaced with the current time"
|
1150 |
+
msgstr "جایگزینی با زمان جاری"
|
1151 |
+
|
1152 |
+
#: view/admin/help.php:29
|
1153 |
+
msgid "Replaced with the current year"
|
1154 |
+
msgstr "جایگزینی با سال جاری"
|
1155 |
+
|
1156 |
+
#: view/admin/help.php:10
|
1157 |
+
msgid "Replaced with the date of the post/page"
|
1158 |
+
msgstr "جایگزینی با تاریخ پست/صفحه"
|
1159 |
+
|
1160 |
+
#: view/admin/help.php:16
|
1161 |
+
msgid "Replaced with the post categories (comma separated)"
|
1162 |
+
msgstr "جایگزین با موضوع پست-با کاما جدا شوند"
|
1163 |
+
|
1164 |
+
#: view/admin/help.php:22
|
1165 |
+
msgid "Replaced with the post/page ID"
|
1166 |
+
msgstr "جایگزینی با شناسه پست/صفحه"
|
1167 |
+
|
1168 |
+
#: view/admin/help.php:23
|
1169 |
+
msgid "Replaced with the post/page author's 'nicename'"
|
1170 |
+
msgstr "جایگزینی با نام نویسنده پست/صفحه"
|
1171 |
+
|
1172 |
+
#: view/admin/help.php:24
|
1173 |
+
msgid "Replaced with the post/page author's userid"
|
1174 |
+
msgstr "جایگزینی با یوزر نویسنده پست/صفحه"
|
1175 |
+
|
1176 |
+
#: view/admin/help.php:13
|
1177 |
+
msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
|
1178 |
+
msgstr "جایگزینی با پست/صفحه منتخب- اگر آن وجود ندارد بصورت خودکار ایجاد شود"
|
1179 |
+
|
1180 |
+
#: view/admin/help.php:14
|
1181 |
+
msgid "Replaced with the post/page excerpt (without auto-generation)"
|
1182 |
+
msgstr "جایگزینی با پست/صفحه منتخب- بصورت خودکار ایجاد نشود"
|
1183 |
+
|
1184 |
+
#: view/admin/help.php:21
|
1185 |
+
msgid "Replaced with the post/page modified time"
|
1186 |
+
msgstr "جایگزینی با زمان پست/صفحه"
|
1187 |
+
|
1188 |
+
#: view/admin/help.php:18
|
1189 |
+
msgid "Replaced with the tag description"
|
1190 |
+
msgstr "جایگزینی با توضیحات برچسب"
|
1191 |
+
|
1192 |
+
#: view/admin/help.php:19
|
1193 |
+
msgid "Replaced with the term description"
|
1194 |
+
msgstr "جایگزینی با شرح واژه"
|
1195 |
+
|
1196 |
+
#: view/admin/help.php:20
|
1197 |
+
msgid "Replaced with the term name"
|
1198 |
+
msgstr "جایگزینی با نام دوره"
|
1199 |
+
|
1200 |
+
#: view/admin/help.php:11
|
1201 |
+
msgid "Replaced with the title of the post/page"
|
1202 |
+
msgstr "جایگزینی با عنوان پست/صفحه"
|
1203 |
+
|
1204 |
+
#: modules/import/seo-title-tags.php:28
|
1205 |
+
msgid "SEO Title Tags"
|
1206 |
+
msgstr "برچسب های عناوین سئو"
|
1207 |
+
|
1208 |
+
#: view/admin/page-module-edit.php:11
|
1209 |
+
#: view/admin/page-settings-edit-ajax.php:5
|
1210 |
+
#: view/admin/site-module-edit.php:17
|
1211 |
+
msgid "Save"
|
1212 |
+
msgstr "ذخیره"
|
1213 |
+
|
1214 |
+
#: view/admin/mass_edit.php:66
|
1215 |
+
msgid "Save all data"
|
1216 |
+
msgstr "ذخیره تمام داده ها"
|
1217 |
+
|
1218 |
+
#: modules/site/widgets.php:90
|
1219 |
+
#: view/admin/mass_edit.php:11
|
1220 |
+
#: view/admin/mass_edit.php:13
|
1221 |
+
msgid "Search"
|
1222 |
+
msgstr "جستجو"
|
1223 |
+
|
1224 |
+
#: models/headspace.php:118
|
1225 |
+
msgid "Search Pages"
|
1226 |
+
msgstr "جستجوی صفحات"
|
1227 |
+
|
1228 |
+
#: modules/site/page_counts.php:126
|
1229 |
+
msgid "Searches"
|
1230 |
+
msgstr "جستجوها"
|
1231 |
+
|
1232 |
+
#: modules/site/statcounter.php:148
|
1233 |
+
msgid "Security ID"
|
1234 |
+
msgstr "شناسه امنیتی"
|
1235 |
+
|
1236 |
+
#: modules/page/page_title.php:130
|
1237 |
+
msgid "Separator position"
|
1238 |
+
msgstr "موقعیت جداکننده"
|
1239 |
+
|
1240 |
+
#: modules/site/analytics.php:284
|
1241 |
+
msgid "Set to a root domain when tracking across sub-domains"
|
1242 |
+
msgstr "تنظیم به دامنه اصلی در زمانیکه ساب دامین ها ردیابی میشوند"
|
1243 |
+
|
1244 |
+
#: headspace.php:92
|
1245 |
+
msgid "Settings"
|
1246 |
+
msgstr "تنظیمات"
|
1247 |
+
|
1248 |
+
#: view/admin/page-settings.php:23
|
1249 |
+
msgid "Settings can be applied to specific posts & pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
|
1250 |
+
msgstr "تنظیمات میتواند برای پست های خاص،صفحاتی از صفحه ویرایش پست و دسته های خاص از صفحه ویرایش دسته به کار برده شود"
|
1251 |
+
|
1252 |
+
#: modules/site/system-settings.php:101
|
1253 |
+
msgid "Show all errors & warnings"
|
1254 |
+
msgstr "نمایش تمام خطاها و هشدارها"
|
1255 |
+
|
1256 |
+
#: modules/page/plugin.php:107
|
1257 |
+
msgid "Show in admin"
|
1258 |
+
msgstr "نمایش در صفحه مدیریت"
|
1259 |
+
|
1260 |
+
#: modules/site/system-settings.php:102
|
1261 |
+
msgid "Show no errors or warnings"
|
1262 |
+
msgstr "هیچگونه خطا و هشداری نشان نمی دهد"
|
1263 |
+
|
1264 |
+
#: modules/site/system-settings.php:100
|
1265 |
+
msgid "Show only errors"
|
1266 |
+
msgstr "فقط نمایش اشتباهات"
|
1267 |
+
|
1268 |
+
#: modules/page/tags.php:181
|
1269 |
+
msgid "Show pages"
|
1270 |
+
msgstr "نمایش صفحات"
|
1271 |
+
|
1272 |
+
#: modules/page/tags.php:184
|
1273 |
+
msgid "Show pages in tag archives"
|
1274 |
+
msgstr "نمایش صفحات در بایگانی برچسب ها"
|
1275 |
+
|
1276 |
+
#: modules/page/plugin.php:110
|
1277 |
+
msgid "Shows page-specific plugins in the administration menus"
|
1278 |
+
msgstr "صفحه افزونه های خاص در منوی مدیریت نشان داده می شود"
|
1279 |
+
|
1280 |
+
#: view/admin/page-modules.php:15
|
1281 |
+
msgid "Simple"
|
1282 |
+
msgstr "ساده"
|
1283 |
+
|
1284 |
+
#: modules/import/simple-tagging.php:28
|
1285 |
+
msgid "Simple Tagging"
|
1286 |
+
msgstr "برچسب زدن ساده"
|
1287 |
+
|
1288 |
+
#: modules/import/simple-tags.php:28
|
1289 |
+
msgid "Simple Tags (old version)"
|
1290 |
+
msgstr "برچسب ها ساده-نسخه قدیمی"
|
1291 |
+
|
1292 |
+
#: view/admin/submenu.php:5
|
1293 |
+
msgid "Site Modules"
|
1294 |
+
msgstr "ماژول های سایت"
|
1295 |
+
|
1296 |
+
#: modules/page/site_tagline.php:52
|
1297 |
+
#: modules/page/site_tagline.php:68
|
1298 |
+
msgid "Site Tagline"
|
1299 |
+
msgstr "شعار سایت"
|
1300 |
+
|
1301 |
+
#: modules/mass/site_description.php:28
|
1302 |
+
#: modules/mass/site_description.php:50
|
1303 |
+
msgid "Site description"
|
1304 |
+
msgstr "توضیحات سایت"
|
1305 |
+
|
1306 |
+
#: view/admin/site-modules.php:10
|
1307 |
+
msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
|
1308 |
+
msgstr "ماژول ها بصورت کلی برای سایت شما به کار برده می شوند.فقط ماژول های انتخاب شده فعال خواهند بود"
|
1309 |
+
|
1310 |
+
#: modules/mass/site_name.php:28
|
1311 |
+
#: modules/mass/site_name.php:50
|
1312 |
+
#: modules/page/site_name.php:54
|
1313 |
+
#: modules/page/site_name.php:70
|
1314 |
+
msgid "Site name"
|
1315 |
+
msgstr "نام سایت"
|
1316 |
+
|
1317 |
+
#: modules/site/apture.php:111
|
1318 |
+
msgid "Site token"
|
1319 |
+
msgstr "Site token"
|
1320 |
+
|
1321 |
+
#: view/admin/help.php:3
|
1322 |
+
msgid "Special Tags"
|
1323 |
+
msgstr "برچسب های ویژه"
|
1324 |
+
|
1325 |
+
#: modules/page/relative-links.php:119
|
1326 |
+
msgid "Start"
|
1327 |
+
msgstr "شروع"
|
1328 |
+
|
1329 |
+
#: modules/site/statcounter.php:35
|
1330 |
+
msgid "StatCounter"
|
1331 |
+
msgstr "StatCounter"
|
1332 |
+
|
1333 |
+
#: modules/site/frame-breaker.php:37
|
1334 |
+
msgid "Stops your site being loaded in a frame."
|
1335 |
+
msgstr "از بارگزاری سایت شما در یک فریم جلوگیری می کند"
|
1336 |
+
|
1337 |
+
#: modules/page/stylesheet.php:54
|
1338 |
+
#: modules/page/stylesheet.php:69
|
1339 |
+
msgid "Stylesheets"
|
1340 |
+
msgstr "شیوه نامه ها"
|
1341 |
+
|
1342 |
+
#: modules/page/tags.php:309
|
1343 |
+
msgid "Suggest tags based on content"
|
1344 |
+
msgstr "پیشنهاد برچسب ها بر اساس مطلب"
|
1345 |
+
|
1346 |
+
#: modules/page/tags.php:280
|
1347 |
+
msgid "Suggested tags"
|
1348 |
+
msgstr "برچسب های پیشنهادی"
|
1349 |
+
|
1350 |
+
#: modules/site/system-settings.php:32
|
1351 |
+
msgid "System Settings"
|
1352 |
+
msgstr "تنظیمات سیستم"
|
1353 |
+
|
1354 |
+
#: modules/site/system-settings.php:84
|
1355 |
+
#: modules/site/system-settings.php:94
|
1356 |
+
#: modules/site/system-settings.php:99
|
1357 |
+
msgid "System default"
|
1358 |
+
msgstr "پیش فرض سیستم"
|
1359 |
+
|
1360 |
+
#: modules/site/widgets.php:101
|
1361 |
+
#: modules/site/widgets.php:102
|
1362 |
+
msgid "Tag Cloud"
|
1363 |
+
msgstr "ابر برچسب"
|
1364 |
+
|
1365 |
+
#: modules/page/follow-links.php:35
|
1366 |
+
msgid "Tag Links"
|
1367 |
+
msgstr "لینک های برچسب"
|
1368 |
+
|
1369 |
+
#: models/headspace.php:120
|
1370 |
+
msgid "Tag Pages"
|
1371 |
+
msgstr "صفحات برچسب"
|
1372 |
+
|
1373 |
+
#: headspace.php:485
|
1374 |
+
#: modules/mass/tags.php:28
|
1375 |
+
#: modules/page/tags.php:149
|
1376 |
+
#: modules/page/tags.php:232
|
1377 |
+
msgid "Tags"
|
1378 |
+
msgstr "برچسب ها"
|
1379 |
+
|
1380 |
+
#: modules/mass/tags.php:50
|
1381 |
+
msgid "Tags/keywords"
|
1382 |
+
msgstr "برچسب ها/کلمات کلیدی"
|
1383 |
+
|
1384 |
+
#: models/headspace.php:97
|
1385 |
+
msgid "Taxonomy Archives"
|
1386 |
+
msgstr "بایگانی های طبقه بندی شده"
|
1387 |
+
|
1388 |
+
#: models/headspace.php:108
|
1389 |
+
msgid "Taxonomy Archives - "
|
1390 |
+
msgstr "- بایگانی های طبقه بندی شده"
|
1391 |
+
|
1392 |
+
#: headspace.php:331
|
1393 |
+
msgid "The HeadSpace administration interface is now WordPress 2.3+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace."
|
1394 |
+
msgstr "قسمت مدیریت HeadSpace فقط مربوط به وردپرس 2.3 به بالا می باشد.شما باید نسخه وردپرس خود را ارتقا دهید و یا اینکه نسخه افزونه را کاهش دهید"
|
1395 |
+
|
1396 |
+
#: modules/site/piwik.php:197
|
1397 |
+
msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
|
1398 |
+
msgstr " آدرس فایل Piwik JavaScriptمثل <code>/piwik/piwik.js</code> "
|
1399 |
+
|
1400 |
+
#: modules/site/piwik.php:190
|
1401 |
+
msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
|
1402 |
+
msgstr "مکان فایل Piwik PHP بطور مثال <code>/piwik/piwik.php</code>"
|
1403 |
+
|
1404 |
+
#: view/admin/help.php:12
|
1405 |
+
msgid "The site's name"
|
1406 |
+
msgstr "نام سایت"
|
1407 |
+
|
1408 |
+
#: view/admin/support.php:30
|
1409 |
+
msgid "The support message can be disabled at any time from the options page"
|
1410 |
+
msgstr "پیام پشتیبانی را می توان در هر زمان از صفحه گزینه ها، غیر فعال نمود"
|
1411 |
+
|
1412 |
+
#: modules/page/theme.php:81
|
1413 |
+
msgid "Theme"
|
1414 |
+
msgstr "پوسته"
|
1415 |
+
|
1416 |
+
#: view/admin/help.php:4
|
1417 |
+
msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
|
1418 |
+
msgstr " این برچسب ها زمانیکه صفحه نمایش داده شود،توسط افزونه جایگزین می شود"
|
1419 |
+
|
1420 |
+
#: modules/site/feedburner-stats.php:70
|
1421 |
+
msgid "This is your FeedBurner username"
|
1422 |
+
msgstr " این نام کاربری FeedBurner شماست"
|
1423 |
+
|
1424 |
+
#: view/admin/options.php:59
|
1425 |
+
msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
|
1426 |
+
msgstr "این گزینه، افزونه و تمام تنظیمات،برچسب ها و اطلاعات متا را پاک خواهد کرد.آیا مطمئن هستید؟"
|
1427 |
+
|
1428 |
+
#: view/admin/import.php:10
|
1429 |
+
msgid "This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work."
|
1430 |
+
msgstr "را از سایر افزونه های وردپرس وارد نمایید.نیازی به فعال بودن سایر افزونه ها برای وارد کردن داده ها نیست این صفحه به شما اجازه می دهد که داده های متا"
|
1431 |
+
|
1432 |
+
#: modules/page/page_title.php:146
|
1433 |
+
msgid "This will cache your page and brute-force change the title. While this is convienent because you don't need to change your theme it does lead to increased memory usage and a reduction in performance."
|
1434 |
+
msgstr "صفحه شما را ذخیره می کند و عنوان را تغییر می دهد.به دلیل اینکه نیازی به تغییر پوسته (که استفاده از حافظه را افزایش و عملکرد را کاهش می دهد) نیست،مناسب است"
|
1435 |
+
|
1436 |
+
#: modules/page/page_title.php:123
|
1437 |
+
msgid "Title separator"
|
1438 |
+
msgstr "جداکننده عنوان"
|
1439 |
+
|
1440 |
+
#: modules/site/piwik.php:201
|
1441 |
+
msgid "Track downloads"
|
1442 |
+
msgstr "ردیابی دانلودها"
|
1443 |
+
|
1444 |
+
#: modules/site/analytics.php:267
|
1445 |
+
msgid "Track outbound links"
|
1446 |
+
msgstr "ردیابی لینک های خارجی"
|
1447 |
+
|
1448 |
+
#: modules/site/piwik.php:208
|
1449 |
+
msgid "Tracker pause"
|
1450 |
+
msgstr "مکث ردیاب"
|
1451 |
+
|
1452 |
+
#: modules/site/103bees.php:111
|
1453 |
+
#: modules/site/google_webmaster.php:67
|
1454 |
+
#: modules/site/hittail.php:111
|
1455 |
+
#: modules/site/yahoo-site-explorer.php:67
|
1456 |
+
msgid "Tracking code"
|
1457 |
+
msgstr "کد ردیابی"
|
1458 |
+
|
1459 |
+
#: modules/import/utw.php:28
|
1460 |
+
msgid "Ultimate Tag Warrior"
|
1461 |
+
msgstr "Ultimate Tag Warrior"
|
1462 |
+
|
1463 |
+
#: view/admin/options.php:49
|
1464 |
+
msgid "Update Options »"
|
1465 |
+
msgstr "» بروز کردن گزینه های"
|
1466 |
+
|
1467 |
+
#: modules/site/analytics.php:247
|
1468 |
+
msgid "Urchin (urchin.js)"
|
1469 |
+
msgstr "Urchin (urchin.js)"
|
1470 |
+
|
1471 |
+
#: modules/site/wp_formatting.php:94
|
1472 |
+
msgid "Use <code>wpautop</code> to format paragraphs"
|
1473 |
+
msgstr " از کد <code>wpautop</code> برای ویرایش پاراگرافها استفاده کنید"
|
1474 |
+
|
1475 |
+
#: modules/site/wp_formatting.php:101
|
1476 |
+
msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
|
1477 |
+
msgstr "از کد <code>wptexturize</code> برای استفاده از نقل قول استفاده کنید"
|
1478 |
+
|
1479 |
+
#: modules/page/keywords.php:74
|
1480 |
+
msgid "Use tags"
|
1481 |
+
msgstr "از برچسب ها استفاده کنید"
|
1482 |
+
|
1483 |
+
#: modules/site/103bees.php:127
|
1484 |
+
#: modules/site/analytics.php:263
|
1485 |
+
#: modules/site/apture.php:128
|
1486 |
+
#: modules/site/awstats.php:131
|
1487 |
+
#: modules/site/crazyegg.php:134
|
1488 |
+
#: modules/site/hittail.php:128
|
1489 |
+
#: modules/site/mint.php:138
|
1490 |
+
#: modules/site/piwik.php:232
|
1491 |
+
#: modules/site/statcounter.php:165
|
1492 |
+
msgid "Users of the specified role or less will be tracked"
|
1493 |
+
msgstr "اعضا دارای وظیفه مشخص و یا کمتر ردیابی خواهند شد"
|
1494 |
+
|
1495 |
+
#: modules/site/microsoft-live.php:67
|
1496 |
+
msgid "Verification code"
|
1497 |
+
msgstr "کد امنیتی"
|
1498 |
+
|
1499 |
+
#: modules/site/analytics.php:244
|
1500 |
+
msgid "Version"
|
1501 |
+
msgstr "نسخه"
|
1502 |
+
|
1503 |
+
#: modules/site/analytics.php:274
|
1504 |
+
msgid "Virtual Pages"
|
1505 |
+
msgstr "صفحات مجازی"
|
1506 |
+
|
1507 |
+
#: modules/site/103bees.php:118
|
1508 |
+
#: modules/site/analytics.php:253
|
1509 |
+
#: modules/site/apture.php:118
|
1510 |
+
#: modules/site/awstats.php:121
|
1511 |
+
#: modules/site/crazyegg.php:124
|
1512 |
+
#: modules/site/hittail.php:118
|
1513 |
+
#: modules/site/mint.php:128
|
1514 |
+
#: modules/site/piwik.php:222
|
1515 |
+
#: modules/site/statcounter.php:155
|
1516 |
+
msgid "Who to track"
|
1517 |
+
msgstr "ردیابی چه کسی"
|
1518 |
+
|
1519 |
+
#: view/admin/options.php:28
|
1520 |
+
msgid "Will allow plugins to modify generated excerpts"
|
1521 |
+
msgstr "به افزونه اجازه خواهد داد که موارد منتخب ایجاد شده را تغییر دهد"
|
1522 |
+
|
1523 |
+
#: modules/site/wp_formatting.php:32
|
1524 |
+
msgid "WordPress content formatting"
|
1525 |
+
msgstr "فرم دهی محتوای وردپرس"
|
1526 |
+
|
1527 |
+
#: modules/site/google-ad-wrap.php:33
|
1528 |
+
msgid "Wraps all post and page content inside a Google targeted section"
|
1529 |
+
msgstr "پنهان کردن محتوای تمام پست ها و صفحات از Google targeted section "
|
1530 |
+
|
1531 |
+
#: modules/page/tags.php:290
|
1532 |
+
msgid "Yahoo"
|
1533 |
+
msgstr "Yahoo.com"
|
1534 |
+
|
1535 |
+
#: modules/page/tags.php:314
|
1536 |
+
msgid "Yahoo Suggest"
|
1537 |
+
msgstr "Yahoo Suggest"
|
1538 |
+
|
1539 |
+
#: modules/page/tags.php:195
|
1540 |
+
msgid "Yahoo ZoneTag"
|
1541 |
+
msgstr "Yahoo ZoneTag"
|
1542 |
+
|
1543 |
+
#: modules/site/yahoo-site-explorer.php:30
|
1544 |
+
msgid "Yahoo! Site Explorer"
|
1545 |
+
msgstr "Yahoo! Site Explorer"
|
1546 |
+
|
1547 |
+
#: modules/page/tags.php:165
|
1548 |
+
#: modules/page/tags.php:175
|
1549 |
+
msgid "Yes"
|
1550 |
+
msgstr "بله"
|
1551 |
+
|
1552 |
+
#: headspace.php:434
|
1553 |
+
msgid "Your options have been updated"
|
1554 |
+
msgstr "گزینه های شما به روز شده اند"
|
1555 |
+
|
1556 |
+
#: modules/page/tags.php:167
|
1557 |
+
#: modules/page/tags.php:177
|
1558 |
+
msgid "Your theme may overrule this setting"
|
1559 |
+
msgstr "پوسته شما ممکن است بر این تنظیمات چیره شود"
|
1560 |
+
|
1561 |
+
#: modules/page/tags.php:282
|
1562 |
+
msgid "add all"
|
1563 |
+
msgstr "اضافه کردن همه موارد"
|
1564 |
+
|
1565 |
+
#: view/admin/page-settings-edit.php:19
|
1566 |
+
msgid "advanced"
|
1567 |
+
msgstr "پیشرفته"
|
1568 |
+
|
1569 |
+
#: models/headspace.php:117
|
1570 |
+
msgid "applied to author pages"
|
1571 |
+
msgstr "اعمال کردن به صفحات نویسنده"
|
1572 |
+
|
1573 |
+
#: models/headspace.php:114
|
1574 |
+
msgid "applied to category pages without specific settings"
|
1575 |
+
msgstr "اعمال کردن به صفحات دسته ها که بدون تنظیمات خاص هستند"
|
1576 |
+
|
1577 |
+
#: models/headspace.php:94
|
1578 |
+
msgid "applied to everything unless otherwise specified"
|
1579 |
+
msgstr "اعمال کردن به همه چیز مگر در صورتی که مشخص شده باشد"
|
1580 |
+
|
1581 |
+
#: models/headspace.php:96
|
1582 |
+
msgid "applied to front page (if you have set WordPress to use a static page)"
|
1583 |
+
msgstr "اعمال کردن به صفحه اول"
|
1584 |
+
|
1585 |
+
#: models/headspace.php:116
|
1586 |
+
msgid "applied to pages without specific settings"
|
1587 |
+
msgstr "اعمال کردن به صفحات بدون تنظیمات خاص"
|
1588 |
+
|
1589 |
+
#: models/headspace.php:115
|
1590 |
+
msgid "applied to posts without specific settings"
|
1591 |
+
msgstr " اعمال کردن به پست های بدون تنظیمات خاص"
|
1592 |
+
|
1593 |
+
#: models/headspace.php:95
|
1594 |
+
msgid "applied to the home page (or blog page)"
|
1595 |
+
msgstr "اعمال کردن به صفحه اصلی سایت یا وبلاگ"
|
1596 |
+
|
1597 |
+
#: models/headspace.php:119
|
1598 |
+
msgid "applied when viewing a 404 error"
|
1599 |
+
msgstr "اعمال کردن در هنگام مشاهده خطای 404"
|
1600 |
+
|
1601 |
+
#: models/headspace.php:97
|
1602 |
+
msgid "applied when viewing a taxonomy archive"
|
1603 |
+
msgstr "اعمال کردن در هنگام مشاهده بایگانی طبقه بندی شده"
|
1604 |
+
|
1605 |
+
#: models/headspace.php:108
|
1606 |
+
msgid "applied when viewing a taxonomy archive for the "
|
1607 |
+
msgstr "اعمال کردن در هنگام مشاهده یک بایگانی طبقه بندی شده برای"
|
1608 |
+
|
1609 |
+
#: models/headspace.php:121
|
1610 |
+
msgid "applied when viewing an attachment"
|
1611 |
+
msgstr "اعمال کردن در هنگام مشاهده فایل پیوست"
|
1612 |
+
|
1613 |
+
#: models/headspace.php:122
|
1614 |
+
msgid "applied when viewing login, logout, or registration pages"
|
1615 |
+
msgstr "اعمال کردن هنگام مشاهده صفحات ،ورود ،خروج از سیستم و یا ثبت نام"
|
1616 |
+
|
1617 |
+
#: models/headspace.php:118
|
1618 |
+
msgid "applied when viewing search results"
|
1619 |
+
msgstr "اعمال کردن هنگام مشاهده نتیجه های جستجو"
|
1620 |
+
|
1621 |
+
#: models/headspace.php:120
|
1622 |
+
msgid "applied when viewing tag pages"
|
1623 |
+
msgstr "اعمال کردن در هنگام مشاهده صفحات برچسب"
|
1624 |
+
|
1625 |
+
#: models/headspace.php:113
|
1626 |
+
msgid "applied when viewing the archives"
|
1627 |
+
msgstr "اعمال کردن در هنگام مشاهده بایگانی"
|
1628 |
+
|
1629 |
+
#: modules/site/widgets.php:148
|
1630 |
+
msgid "archives"
|
1631 |
+
msgstr "بایگانی"
|
1632 |
+
|
1633 |
+
#: modules/site/widgets.php:147
|
1634 |
+
msgid "calendar"
|
1635 |
+
msgstr "تقویم"
|
1636 |
+
|
1637 |
+
#: modules/site/widgets.php:141
|
1638 |
+
msgid "categories"
|
1639 |
+
msgstr "دسته ها"
|
1640 |
+
|
1641 |
+
#: modules/site/page_counts.php:119
|
1642 |
+
#: modules/site/page_counts.php:131
|
1643 |
+
msgid "content"
|
1644 |
+
msgstr "مقدار"
|
1645 |
+
|
1646 |
+
#: modules/site/page_counts.php:118
|
1647 |
+
#: modules/site/page_counts.php:130
|
1648 |
+
msgid "default"
|
1649 |
+
msgstr "پیش فرض"
|
1650 |
+
|
1651 |
+
#: modules/page/tags.php:198
|
1652 |
+
msgid "enable"
|
1653 |
+
msgstr "فعال"
|
1654 |
+
|
1655 |
+
#: modules/site/page_counts.php:120
|
1656 |
+
#: modules/site/page_counts.php:132
|
1657 |
+
msgid "excerpt"
|
1658 |
+
msgstr "مورد منتخب"
|
1659 |
+
|
1660 |
+
#: modules/site/widgets.php:149
|
1661 |
+
msgid "links"
|
1662 |
+
msgstr "لینک ها"
|
1663 |
+
|
1664 |
+
#: modules/import/lud.icro.us.php:28
|
1665 |
+
msgid "lud.icro.us HeadMeta"
|
1666 |
+
msgstr "lud.icro.us HeadMeta"
|
1667 |
+
|
1668 |
+
#: modules/site/widgets.php:150
|
1669 |
+
msgid "meta"
|
1670 |
+
msgstr "meta"
|
1671 |
+
|
1672 |
+
#: models/inline_tags.php:348
|
1673 |
+
#, php-format
|
1674 |
+
msgid "page %d of %d"
|
1675 |
+
msgstr "%d از %d صفحه"
|
1676 |
+
|
1677 |
+
#: modules/site/widgets.php:145
|
1678 |
+
msgid "pages"
|
1679 |
+
msgstr "صفحات"
|
1680 |
+
|
1681 |
+
#: modules/site/page_counts.php:116
|
1682 |
+
#: modules/site/page_counts.php:128
|
1683 |
+
msgid "posts, showing the"
|
1684 |
+
msgstr "پست ها،نشان دادن"
|
1685 |
+
|
1686 |
+
#: modules/site/widgets.php:144
|
1687 |
+
msgid "recent comments"
|
1688 |
+
msgstr "نظرات اخیر"
|
1689 |
+
|
1690 |
+
#: modules/site/widgets.php:151
|
1691 |
+
msgid "recent entries"
|
1692 |
+
msgstr "نوشته های اخیر"
|
1693 |
+
|
1694 |
+
#: modules/page/description.php:97
|
1695 |
+
#: modules/page/keywords.php:116
|
1696 |
+
#: modules/page/page_title.php:185
|
1697 |
+
msgid "remaining"
|
1698 |
+
msgstr "باقیمانده"
|
1699 |
+
|
1700 |
+
#: modules/site/piwik.php:204
|
1701 |
+
msgid "reset to default"
|
1702 |
+
msgstr "بازگشت به تنظیمات اولیه"
|
1703 |
+
|
1704 |
+
#: modules/site/widgets.php:143
|
1705 |
+
msgid "rss"
|
1706 |
+
msgstr "rss"
|
1707 |
+
|
1708 |
+
#: modules/site/widgets.php:146
|
1709 |
+
msgid "search"
|
1710 |
+
msgstr "جستجو"
|
1711 |
+
|
1712 |
+
#: modules/site/page_counts.php:134
|
1713 |
+
msgid "set number of posts to 0 for theme default"
|
1714 |
+
msgstr "برای استفاده از تنظیمات پوسته مورد استفاده،تعداد پست ها را صفر بدهید."
|
1715 |
+
|
1716 |
+
#: modules/page/tags.php:285
|
1717 |
+
msgid "suggest"
|
1718 |
+
msgstr "پیشنهاد"
|
1719 |
+
|
1720 |
+
#: modules/site/widgets.php:152
|
1721 |
+
msgid "tag cloud"
|
1722 |
+
msgstr "ابر برچسب ها"
|
1723 |
+
|
1724 |
+
#: modules/site/widgets.php:142
|
1725 |
+
msgid "text"
|
1726 |
+
msgstr "متن"
|
1727 |
+
|
locale/headspace2.pot
ADDED
@@ -0,0 +1,1700 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2010
|
2 |
+
# This file is distributed under the same license as the package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: \n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/headspace2\n"
|
7 |
+
"POT-Creation-Date: 2011-07-16 13:46:48+00:00\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
12 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
+
|
15 |
+
#: modules/page/theme.php:71
|
16 |
+
msgid "Page-specific Theme"
|
17 |
+
msgstr ""
|
18 |
+
|
19 |
+
#: modules/page/theme.php:81
|
20 |
+
msgid "Allows a custom page-specific theme to over-ride the default theme"
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: modules/page/theme.php:88
|
24 |
+
msgid "Theme"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: modules/page/theme.php:91
|
28 |
+
msgid "Current theme"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: modules/page/follow-links.php:32
|
32 |
+
msgid "Archive Links"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: modules/page/follow-links.php:33
|
36 |
+
msgid "Category Links"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: modules/page/follow-links.php:34 modules/page/page-links.php:146
|
40 |
+
msgid "Page Links"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: modules/page/follow-links.php:35
|
44 |
+
msgid "Tag Links"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: modules/page/follow-links.php:36
|
48 |
+
msgid "Comm. Author Links"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: modules/page/follow-links.php:37
|
52 |
+
msgid "Comm. Text Links"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: modules/page/follow-links.php:38
|
56 |
+
msgid "Next/Prev Posts Link"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: modules/page/follow-links.php:109
|
60 |
+
msgid "Follow Links"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: modules/page/follow-links.php:113
|
64 |
+
msgid "Allows follow/no-follow to be set for various links"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: modules/page/follow-links.php:121
|
68 |
+
msgid "Follow"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: modules/page/follow-links.php:122 modules/page/noindex.php:36
|
72 |
+
msgid "No-follow"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: modules/page/follow-links.php:123
|
76 |
+
msgid "Default"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: modules/page/page_title.php:106 modules/mass/page_title.php:28
|
80 |
+
#: modules/mass/page_title.php:50
|
81 |
+
msgid "Page title"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: modules/page/page_title.php:115
|
85 |
+
msgid ""
|
86 |
+
"Allow page title to be changed (i.e. the title in the browser window title)"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: modules/page/page_title.php:123
|
90 |
+
msgid "Title separator"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: modules/page/page_title.php:126
|
94 |
+
msgid "Leave blank to use theme default"
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: modules/page/page_title.php:130
|
98 |
+
msgid "Separator position"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: modules/page/page_title.php:133
|
102 |
+
msgid "Before"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: modules/page/page_title.php:134
|
106 |
+
msgid "After"
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: modules/page/page_title.php:139
|
110 |
+
msgid "Force title rewrite"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: modules/page/page_title.php:146
|
114 |
+
msgid ""
|
115 |
+
"This will cache your page and brute-force change the title. While this is "
|
116 |
+
"convienent because you don't need to change your theme it does lead to "
|
117 |
+
"increased memory usage and a reduction in performance."
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: modules/page/page_title.php:151 modules/page/description.php:67
|
121 |
+
#: modules/page/keywords.php:81
|
122 |
+
msgid "Max length"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: modules/page/page_title.php:176
|
126 |
+
msgid "Page Title"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: modules/page/page_title.php:186 modules/page/description.php:97
|
130 |
+
#: modules/page/keywords.php:116
|
131 |
+
msgid "remaining"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: modules/page/site_name.php:54 modules/page/site_name.php:70
|
135 |
+
#: modules/mass/site_name.php:28 modules/mass/site_name.php:50
|
136 |
+
msgid "Site name"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: modules/page/site_name.php:58
|
140 |
+
msgid "Allows site name to be changed (i.e your blog name)"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: modules/page/relative-links.php:96 modules/page/relative-links.php:106
|
144 |
+
msgid "Relative Links"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: modules/page/relative-links.php:100
|
148 |
+
msgid "Allows options to be set for relative meta links (WP 2.8+)"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: modules/page/relative-links.php:109 models/pager.php:369
|
152 |
+
msgid "Previous"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: modules/page/relative-links.php:114 models/pager.php:370
|
156 |
+
msgid "Next"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: modules/page/relative-links.php:119
|
160 |
+
msgid "Start"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: modules/page/relative-links.php:124
|
164 |
+
msgid "End"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: modules/page/relative-links.php:129
|
168 |
+
msgid "Parent"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: modules/page/stylesheet.php:54 modules/page/stylesheet.php:69
|
172 |
+
msgid "Stylesheets"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: modules/page/stylesheet.php:58
|
176 |
+
msgid "Allows CSS stylesheets to be added to a page"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: modules/page/stylesheet.php:101
|
180 |
+
msgid "Do not output CSS"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: modules/page/site_tagline.php:52 modules/page/site_tagline.php:68
|
184 |
+
msgid "Site Tagline"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: modules/page/site_tagline.php:56
|
188 |
+
msgid "Allows site description to be changed (i.e. the tagline)"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: modules/page/rss_name.php:53 modules/page/rss_name.php:69
|
192 |
+
msgid "RSS Name"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: modules/page/rss_name.php:57
|
196 |
+
msgid "Allows site RSS name to be changed"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: modules/page/more_text.php:81 modules/page/more_text.php:97
|
200 |
+
#: modules/mass/more_text.php:28 modules/mass/more_text.php:50
|
201 |
+
msgid "More text"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: modules/page/more_text.php:85
|
205 |
+
msgid "Allows the 'more' text to be changed"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: modules/page/more_text.php:118
|
209 |
+
msgid "Enable on excerpts"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: modules/page/more_text.php:124
|
213 |
+
msgid "Pattern"
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: modules/page/more_text.php:127
|
217 |
+
msgid ""
|
218 |
+
"Advanced - the regular expression pattern to select the more link from your "
|
219 |
+
"posts"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: modules/page/more_text.php:131
|
223 |
+
msgid "Replace"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: modules/page/more_text.php:133
|
227 |
+
msgid "Advanced - the regular expression replacement text"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: modules/page/plugin.php:89
|
231 |
+
msgid "Page-specific Plugins"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: modules/page/plugin.php:93
|
235 |
+
msgid "Allows disabled plugins to be enabled on specific pages"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: modules/page/plugin.php:107
|
239 |
+
msgid "Show in admin"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: modules/page/plugin.php:110
|
243 |
+
msgid "Shows page-specific plugins in the administration menus"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: modules/page/plugin.php:134
|
247 |
+
msgid "Plugins"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: modules/page/javascript.php:45 modules/page/javascript.php:60
|
251 |
+
msgid "JavaScript"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: modules/page/javascript.php:49
|
255 |
+
msgid "Allow external JavaScript files to be referenced"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: modules/page/page-links.php:150
|
259 |
+
msgid "Allows options to be set for wp_list_pages links"
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: modules/page/page-links.php:159
|
263 |
+
msgid "Page Link Text"
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: modules/page/page-links.php:164
|
267 |
+
msgid "Page Link Title"
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: modules/page/page-links.php:169
|
271 |
+
msgid "Page Link Options"
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: modules/page/page-links.php:171
|
275 |
+
msgid "Exclude from list"
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: modules/page/page-links.php:172
|
279 |
+
msgid "Nofollow"
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
#: modules/page/page-links.php:173
|
283 |
+
msgid "Open in new window"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: modules/page/page-links.php:204
|
287 |
+
msgid "Display"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: modules/page/page-links.php:207
|
291 |
+
msgid "How a link is displayed. Use %link% for the link itself"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: modules/page/page-links.php:211
|
295 |
+
msgid "Before HTML"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: modules/page/page-links.php:214
|
299 |
+
msgid "HTML added to start of list"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: modules/page/page-links.php:218
|
303 |
+
msgid "After HTML"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: modules/page/page-links.php:221
|
307 |
+
msgid "HTML added to end of list"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: modules/page/raw.php:40 modules/page/raw.php:50
|
311 |
+
msgid "Raw data"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: modules/page/raw.php:44
|
315 |
+
msgid "Allows raw data to be inserted into the page meta section"
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: modules/page/description.php:55 modules/mass/description.php:28
|
319 |
+
#: modules/mass/description.php:50
|
320 |
+
msgid "Page description"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: modules/page/description.php:59
|
324 |
+
msgid ""
|
325 |
+
"Allows a short description about the page that is used by search engines"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: modules/page/description.php:70
|
329 |
+
msgid "All descriptions will be trimmed to this length"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: modules/page/description.php:88
|
333 |
+
msgid "Description"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: modules/page/keywords.php:62 modules/page/keywords.php:107
|
337 |
+
msgid "Keywords"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: modules/page/keywords.php:66
|
341 |
+
msgid ""
|
342 |
+
"Allows meta keywords to be defined, seperate from tags (if necessary, "
|
343 |
+
"disable keyword display in the Tags module)"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: modules/page/keywords.php:74
|
347 |
+
msgid "Use tags"
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: modules/page/keywords.php:77
|
351 |
+
msgid ""
|
352 |
+
"Checking this will mean that your tags are also used as keywords and you "
|
353 |
+
"will not be able to modify keywords independently"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: modules/page/keywords.php:84
|
357 |
+
msgid "Keywords will be trimmed to this length"
|
358 |
+
msgstr ""
|
359 |
+
|
360 |
+
#: modules/page/tags.php:123
|
361 |
+
msgid "<p>Tags: "
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: modules/page/tags.php:152 modules/page/tags.php:235
|
365 |
+
#: modules/mass/tags.php:28 headspace.php:489
|
366 |
+
msgid "Tags"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: modules/page/tags.php:156
|
370 |
+
msgid "Allows tags to be added to pages"
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: modules/page/tags.php:164
|
374 |
+
msgid "Force tags in posts"
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: modules/page/tags.php:167 modules/page/tags.php:177
|
378 |
+
msgid "No"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: modules/page/tags.php:168 modules/page/tags.php:178
|
382 |
+
msgid "Yes"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: modules/page/tags.php:170 modules/page/tags.php:180
|
386 |
+
msgid "Your theme may overrule this setting"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: modules/page/tags.php:174
|
390 |
+
msgid "Force tags in pages"
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: modules/page/tags.php:184
|
394 |
+
msgid "Show pages"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: modules/page/tags.php:187
|
398 |
+
msgid "Show pages in tag archives"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: modules/page/tags.php:191
|
402 |
+
msgid "Disable Suggestions"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: modules/page/tags.php:194
|
406 |
+
msgid "In case of low memory issues"
|
407 |
+
msgstr ""
|
408 |
+
|
409 |
+
#: modules/page/tags.php:198
|
410 |
+
msgid "Yahoo ZoneTag"
|
411 |
+
msgstr ""
|
412 |
+
|
413 |
+
#: modules/page/tags.php:201
|
414 |
+
msgid "enable"
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: modules/page/tags.php:283
|
418 |
+
msgid "Suggested tags"
|
419 |
+
msgstr ""
|
420 |
+
|
421 |
+
#: modules/page/tags.php:285
|
422 |
+
msgid "add all"
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: modules/page/tags.php:288
|
426 |
+
msgid "suggest"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: modules/page/tags.php:293
|
430 |
+
msgid "Yahoo"
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
+
#: modules/page/tags.php:312
|
434 |
+
msgid "Suggest tags based on content"
|
435 |
+
msgstr ""
|
436 |
+
|
437 |
+
#: modules/page/tags.php:317
|
438 |
+
msgid "Yahoo Suggest"
|
439 |
+
msgstr ""
|
440 |
+
|
441 |
+
#: modules/page/noindex.php:35
|
442 |
+
msgid "No-index"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: modules/page/noindex.php:37
|
446 |
+
msgid "No-archive"
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: modules/page/noindex.php:38
|
450 |
+
msgid "No-ODP"
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: modules/page/noindex.php:39
|
454 |
+
msgid "No-Yahoo Dir"
|
455 |
+
msgstr ""
|
456 |
+
|
457 |
+
#: modules/page/noindex.php:83 modules/page/noindex.php:99
|
458 |
+
msgid "Meta-Robots"
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: modules/page/noindex.php:87
|
462 |
+
msgid ""
|
463 |
+
"Allows various meta-robot options to be set to prevent search engines and "
|
464 |
+
"robots from indexing or following pages"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: modules/page/custom.php:44
|
468 |
+
msgid "Custom data"
|
469 |
+
msgstr ""
|
470 |
+
|
471 |
+
#: modules/page/custom.php:48
|
472 |
+
msgid ""
|
473 |
+
"Allows custom data to be inserted anywhere in your theme using MetaData::"
|
474 |
+
"custom ()"
|
475 |
+
msgstr ""
|
476 |
+
|
477 |
+
#: modules/page/custom.php:85
|
478 |
+
msgid "Fields"
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: modules/page/rss_tagline.php:53
|
482 |
+
msgid "RSS Description"
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: modules/page/rss_tagline.php:57
|
486 |
+
msgid "Allows site RSS description to be changed"
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#: modules/page/rss_tagline.php:69
|
490 |
+
msgid "RSS Desc."
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: modules/page/raw-footer.php:44 modules/page/raw-footer.php:54
|
494 |
+
msgid "Raw footer data"
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: modules/page/raw-footer.php:48
|
498 |
+
msgid "Allows raw data to be inserted into the page footer"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: modules/import/simple-tagging.php:28
|
502 |
+
msgid "Simple Tagging"
|
503 |
+
msgstr ""
|
504 |
+
|
505 |
+
#: modules/import/lud.icro.us.php:28
|
506 |
+
msgid "lud.icro.us HeadMeta"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: modules/import/head_meta_description.php:28
|
510 |
+
msgid "Head META Description"
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: modules/import/headspace_tags.php:28
|
514 |
+
msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: modules/import/more_unique.php:28
|
518 |
+
msgid "More Unique"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: modules/import/simple-tags.php:28
|
522 |
+
msgid "Simple Tags (old version)"
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
+
#: modules/import/seo-title-tags.php:28
|
526 |
+
msgid "SEO Title Tags"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: modules/import/utw.php:28
|
530 |
+
msgid "Ultimate Tag Warrior"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: modules/import/all-in-one-seo.php:28
|
534 |
+
msgid "All-in-one SEO"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: modules/import/jerome.php:28
|
538 |
+
msgid "Jerome's Keywords"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: modules/mass/page_title.php:49 modules/mass/site_name.php:49
|
542 |
+
#: modules/mass/site_description.php:49 modules/mass/more_text.php:49
|
543 |
+
#: modules/mass/description.php:49 modules/mass/tags.php:49
|
544 |
+
#: modules/mass/page_slug.php:49
|
545 |
+
msgid "Post title"
|
546 |
+
msgstr ""
|
547 |
+
|
548 |
+
#: modules/mass/site_description.php:28 modules/mass/site_description.php:50
|
549 |
+
msgid "Site description"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: modules/mass/tags.php:50
|
553 |
+
msgid "Tags/keywords"
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: modules/mass/page_slug.php:28
|
557 |
+
msgid "Page slug"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: modules/mass/page_slug.php:50
|
561 |
+
msgid "Post slug"
|
562 |
+
msgstr ""
|
563 |
+
|
564 |
+
#: modules/site/page_counts.php:33
|
565 |
+
msgid "Page Counts"
|
566 |
+
msgstr ""
|
567 |
+
|
568 |
+
#: modules/site/page_counts.php:38
|
569 |
+
msgid ""
|
570 |
+
"Customise the number of posts shown on the archive and search pages, and "
|
571 |
+
"decide whether to show full content or the excerpt"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: modules/site/page_counts.php:114 modules/site/widgets.php:73
|
575 |
+
#: modules/site/widgets.php:74 models/headspace.php:113
|
576 |
+
msgid "Archives"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: modules/site/page_counts.php:116 modules/site/page_counts.php:128
|
580 |
+
msgid "posts, showing the"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: modules/site/page_counts.php:118 modules/site/page_counts.php:130
|
584 |
+
msgid "default"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: modules/site/page_counts.php:119 modules/site/page_counts.php:131
|
588 |
+
msgid "content"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: modules/site/page_counts.php:120 modules/site/page_counts.php:132
|
592 |
+
msgid "excerpt"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: modules/site/page_counts.php:122
|
596 |
+
msgid "(set number of posts to 0 for theme default)"
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: modules/site/page_counts.php:126
|
600 |
+
msgid "Searches"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: modules/site/page_counts.php:134
|
604 |
+
msgid "set number of posts to 0 for theme default"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: modules/site/frame-breaker.php:32
|
608 |
+
msgid "Frame Breaker"
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: modules/site/frame-breaker.php:37
|
612 |
+
msgid "Stops your site being loaded in a frame."
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: modules/site/yahoo-site-explorer.php:30
|
616 |
+
msgid "Yahoo! Site Explorer"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: modules/site/yahoo-site-explorer.php:35
|
620 |
+
msgid "Adds Yahoo! Site Explorer tracking code to your home page"
|
621 |
+
msgstr ""
|
622 |
+
|
623 |
+
#: modules/site/yahoo-site-explorer.php:67 modules/site/103bees.php:111
|
624 |
+
#: modules/site/google_webmaster.php:61 modules/site/hittail.php:111
|
625 |
+
msgid "Tracking code"
|
626 |
+
msgstr ""
|
627 |
+
|
628 |
+
#: modules/site/yahoo-site-explorer.php:70
|
629 |
+
msgid "Enter Yahoo! Site Explorer tracking code."
|
630 |
+
msgstr ""
|
631 |
+
|
632 |
+
#: modules/site/103bees.php:31
|
633 |
+
msgid "103bees"
|
634 |
+
msgstr ""
|
635 |
+
|
636 |
+
#: modules/site/103bees.php:36
|
637 |
+
msgid "Adds 103bees tracking code to all pages"
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: modules/site/103bees.php:114
|
641 |
+
msgid ""
|
642 |
+
"Enter the full JavaScript tracking code as shown on your 103bees account "
|
643 |
+
"page."
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: modules/site/103bees.php:118 modules/site/statcounter.php:155
|
647 |
+
#: modules/site/awstats.php:121 modules/site/crazyegg.php:124
|
648 |
+
#: modules/site/analytics.php:233 modules/site/hittail.php:118
|
649 |
+
#: modules/site/piwik.php:223 modules/site/mint.php:128
|
650 |
+
#: modules/site/apture.php:118
|
651 |
+
msgid "Who to track"
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: modules/site/103bees.php:121 modules/site/statcounter.php:158
|
655 |
+
#: modules/site/awstats.php:124 modules/site/crazyegg.php:127
|
656 |
+
#: modules/site/analytics.php:236 modules/site/hittail.php:121
|
657 |
+
#: modules/site/piwik.php:226 modules/site/mint.php:131
|
658 |
+
#: modules/site/apture.php:121
|
659 |
+
msgid "Everyone"
|
660 |
+
msgstr ""
|
661 |
+
|
662 |
+
#: modules/site/103bees.php:127 modules/site/statcounter.php:165
|
663 |
+
#: modules/site/awstats.php:131 modules/site/crazyegg.php:134
|
664 |
+
#: modules/site/analytics.php:243 modules/site/hittail.php:128
|
665 |
+
#: modules/site/piwik.php:233 modules/site/mint.php:138
|
666 |
+
#: modules/site/apture.php:128
|
667 |
+
msgid "Users of the specified role or less will be tracked"
|
668 |
+
msgstr ""
|
669 |
+
|
670 |
+
#: modules/site/statcounter.php:35
|
671 |
+
msgid "StatCounter"
|
672 |
+
msgstr ""
|
673 |
+
|
674 |
+
#: modules/site/statcounter.php:40
|
675 |
+
msgid "Adds StatCounter tracking code to all pages"
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#: modules/site/statcounter.php:136
|
679 |
+
msgid "Project ID"
|
680 |
+
msgstr ""
|
681 |
+
|
682 |
+
#: modules/site/statcounter.php:142
|
683 |
+
msgid "Partition ID"
|
684 |
+
msgstr ""
|
685 |
+
|
686 |
+
#: modules/site/statcounter.php:148
|
687 |
+
msgid "Security ID"
|
688 |
+
msgstr ""
|
689 |
+
|
690 |
+
#: modules/site/awstats.php:31
|
691 |
+
msgid "AWStats JavaScript Tracking"
|
692 |
+
msgstr ""
|
693 |
+
|
694 |
+
#: modules/site/awstats.php:36
|
695 |
+
msgid ""
|
696 |
+
"Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</"
|
697 |
+
"code>)"
|
698 |
+
msgstr ""
|
699 |
+
|
700 |
+
#: modules/site/crazyegg.php:33
|
701 |
+
msgid "CrazyEgg"
|
702 |
+
msgstr ""
|
703 |
+
|
704 |
+
#: modules/site/crazyegg.php:38
|
705 |
+
msgid "Adds CrazyEgg tracking code to all pages"
|
706 |
+
msgstr ""
|
707 |
+
|
708 |
+
#: modules/site/crazyegg.php:117
|
709 |
+
msgid "CrazyEgg ID"
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#: modules/site/crazyegg.php:120
|
713 |
+
msgid ""
|
714 |
+
"Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg "
|
715 |
+
"code</a>"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: modules/site/first-time-visitor.php:34
|
719 |
+
msgid "First Time Visitor"
|
720 |
+
msgstr ""
|
721 |
+
|
722 |
+
#: modules/site/first-time-visitor.php:39
|
723 |
+
msgid ""
|
724 |
+
"Display a message for first time visitors (based upon idea from Seth Godin)"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: modules/site/first-time-visitor.php:93
|
728 |
+
msgid ""
|
729 |
+
"<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/"
|
730 |
+
"\">RSS</a> feed.</p>"
|
731 |
+
msgstr ""
|
732 |
+
|
733 |
+
#: modules/site/first-time-visitor.php:124
|
734 |
+
msgid "Message to display"
|
735 |
+
msgstr ""
|
736 |
+
|
737 |
+
#: modules/site/first-time-visitor.php:130
|
738 |
+
msgid "Repeat"
|
739 |
+
msgstr ""
|
740 |
+
|
741 |
+
#: modules/site/first-time-visitor.php:131
|
742 |
+
msgid "Enter 0 for always"
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: modules/site/first-time-visitor.php:134
|
746 |
+
msgid "Display position"
|
747 |
+
msgstr ""
|
748 |
+
|
749 |
+
#: modules/site/first-time-visitor.php:137
|
750 |
+
msgid "Before content"
|
751 |
+
msgstr ""
|
752 |
+
|
753 |
+
#: modules/site/first-time-visitor.php:138
|
754 |
+
msgid "After content"
|
755 |
+
msgstr ""
|
756 |
+
|
757 |
+
#: modules/site/first-time-visitor.php:143
|
758 |
+
msgid "Ignore Bots"
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
+
#: modules/site/google-ad-wrap.php:28
|
762 |
+
msgid "Google Section Targeting"
|
763 |
+
msgstr ""
|
764 |
+
|
765 |
+
#: modules/site/google-ad-wrap.php:33
|
766 |
+
msgid "Wraps all post and page content inside a Google targeted section"
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
+
#: modules/site/google_webmaster.php:28
|
770 |
+
msgid "Google Webmaster"
|
771 |
+
msgstr ""
|
772 |
+
|
773 |
+
#: modules/site/google_webmaster.php:32
|
774 |
+
msgid "Adds Google Webmaster tracking code to your home page"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: modules/site/google_webmaster.php:64
|
778 |
+
msgid "Enter Google Webmaster tracking code."
|
779 |
+
msgstr ""
|
780 |
+
|
781 |
+
#: modules/site/wp_formatting.php:32
|
782 |
+
msgid "WordPress content formatting"
|
783 |
+
msgstr ""
|
784 |
+
|
785 |
+
#: modules/site/wp_formatting.php:37
|
786 |
+
msgid ""
|
787 |
+
"Allows you to enable or disable various WordPress auto-formatting (including "
|
788 |
+
"wpautop)"
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: modules/site/wp_formatting.php:91
|
792 |
+
msgid "Auto-formatting"
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: modules/site/wp_formatting.php:94
|
796 |
+
msgid "Use <code>wpautop</code> to format paragraphs"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
+
#: modules/site/wp_formatting.php:98
|
800 |
+
msgid "Auto-fancy quotes"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: modules/site/wp_formatting.php:101
|
804 |
+
msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
|
805 |
+
msgstr ""
|
806 |
+
|
807 |
+
#: modules/site/wp_formatting.php:105
|
808 |
+
msgid "Auto-link"
|
809 |
+
msgstr ""
|
810 |
+
|
811 |
+
#: modules/site/wp_formatting.php:108
|
812 |
+
msgid "Makes links clickable in comments"
|
813 |
+
msgstr ""
|
814 |
+
|
815 |
+
#: modules/site/analytics.php:37
|
816 |
+
msgid "Google Analytics"
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: modules/site/analytics.php:41
|
820 |
+
msgid ""
|
821 |
+
"Adds Google Analytic tracking code to all pages (through <code>wp_footer</"
|
822 |
+
"code>)"
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: modules/site/analytics.php:217 modules/site/feedburner-stats.php:67
|
826 |
+
msgid "Account ID"
|
827 |
+
msgstr ""
|
828 |
+
|
829 |
+
#: modules/site/analytics.php:220
|
830 |
+
msgid ""
|
831 |
+
"Enter the full Google JavaScript tracking code, or just the <code>_uacct</"
|
832 |
+
"code> number."
|
833 |
+
msgstr ""
|
834 |
+
|
835 |
+
#: modules/site/analytics.php:224
|
836 |
+
msgid "Version"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: modules/site/analytics.php:227
|
840 |
+
msgid "Async, Google Analytics (ga.js)"
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
+
#: modules/site/analytics.php:228
|
844 |
+
msgid "Urchin (urchin.js)"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: modules/site/analytics.php:247
|
848 |
+
msgid "Track outbound links"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: modules/site/analytics.php:250
|
852 |
+
msgid "Enter the URL you want outbound links tracked to"
|
853 |
+
msgstr ""
|
854 |
+
|
855 |
+
#: modules/site/analytics.php:254
|
856 |
+
msgid "Virtual Pages"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
+
#: modules/site/analytics.php:257
|
860 |
+
msgid "Change what appears in reports"
|
861 |
+
msgstr ""
|
862 |
+
|
863 |
+
#: modules/site/analytics.php:261
|
864 |
+
msgid "Domain Name"
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#: modules/site/analytics.php:264
|
868 |
+
msgid "Set to a root domain when tracking across sub-domains"
|
869 |
+
msgstr ""
|
870 |
+
|
871 |
+
#: modules/site/analytics.php:268
|
872 |
+
msgid "Raw Code"
|
873 |
+
msgstr ""
|
874 |
+
|
875 |
+
#: modules/site/analytics.php:271
|
876 |
+
msgid "Enter any additional Google Analytics code"
|
877 |
+
msgstr ""
|
878 |
+
|
879 |
+
#: modules/site/analytics.php:275
|
880 |
+
msgid "Include on login page"
|
881 |
+
msgstr ""
|
882 |
+
|
883 |
+
#: modules/site/analytics.php:278
|
884 |
+
msgid "Include Google Analytics on the WordPress login page"
|
885 |
+
msgstr ""
|
886 |
+
|
887 |
+
#: modules/site/feedburner-stats.php:30
|
888 |
+
msgid "Feedburner Stats Pro"
|
889 |
+
msgstr ""
|
890 |
+
|
891 |
+
#: modules/site/feedburner-stats.php:35
|
892 |
+
msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
+
#: modules/site/feedburner-stats.php:70
|
896 |
+
msgid "This is your FeedBurner username"
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: modules/site/hittail.php:31
|
900 |
+
msgid "HitTail"
|
901 |
+
msgstr ""
|
902 |
+
|
903 |
+
#: modules/site/hittail.php:36
|
904 |
+
msgid "Adds HitTail tracking code to all pages"
|
905 |
+
msgstr ""
|
906 |
+
|
907 |
+
#: modules/site/hittail.php:114
|
908 |
+
msgid "Enter the full JavaScript tracking code as provided by HitTail."
|
909 |
+
msgstr ""
|
910 |
+
|
911 |
+
#: modules/site/piwik.php:38
|
912 |
+
msgid "Piwik"
|
913 |
+
msgstr ""
|
914 |
+
|
915 |
+
#: modules/site/piwik.php:43
|
916 |
+
msgid "Adds Piwik tracking code to all pages"
|
917 |
+
msgstr ""
|
918 |
+
|
919 |
+
#: modules/site/piwik.php:181
|
920 |
+
msgid "Piwik Site ID"
|
921 |
+
msgstr ""
|
922 |
+
|
923 |
+
#: modules/site/piwik.php:184
|
924 |
+
msgid "If you are monitoring multiple sites this allows you to identify each"
|
925 |
+
msgstr ""
|
926 |
+
|
927 |
+
#: modules/site/piwik.php:188
|
928 |
+
msgid "Piwik PHP"
|
929 |
+
msgstr ""
|
930 |
+
|
931 |
+
#: modules/site/piwik.php:191
|
932 |
+
msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
|
933 |
+
msgstr ""
|
934 |
+
|
935 |
+
#: modules/site/piwik.php:195
|
936 |
+
msgid "Piwik JavaScript"
|
937 |
+
msgstr ""
|
938 |
+
|
939 |
+
#: modules/site/piwik.php:198
|
940 |
+
msgid ""
|
941 |
+
"The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
|
942 |
+
msgstr ""
|
943 |
+
|
944 |
+
#: modules/site/piwik.php:202
|
945 |
+
msgid "Track downloads"
|
946 |
+
msgstr ""
|
947 |
+
|
948 |
+
#: modules/site/piwik.php:205
|
949 |
+
msgid "Clear to disable download tracking"
|
950 |
+
msgstr ""
|
951 |
+
|
952 |
+
#: modules/site/piwik.php:205
|
953 |
+
msgid "reset to default"
|
954 |
+
msgstr ""
|
955 |
+
|
956 |
+
#: modules/site/piwik.php:209
|
957 |
+
msgid "Tracker pause"
|
958 |
+
msgstr ""
|
959 |
+
|
960 |
+
#: modules/site/piwik.php:212
|
961 |
+
msgid ""
|
962 |
+
"A pause (milliseconds) added when a file is downloaded. Small values may "
|
963 |
+
"not be tracked"
|
964 |
+
msgstr ""
|
965 |
+
|
966 |
+
#: modules/site/piwik.php:216
|
967 |
+
msgid "Host aliases"
|
968 |
+
msgstr ""
|
969 |
+
|
970 |
+
#: modules/site/piwik.php:219
|
971 |
+
msgid "Enter each host on a separate line"
|
972 |
+
msgstr ""
|
973 |
+
|
974 |
+
#: modules/site/disable_visual_editing.php:28
|
975 |
+
msgid "Disable Visual Editing"
|
976 |
+
msgstr ""
|
977 |
+
|
978 |
+
#: modules/site/disable_visual_editing.php:33
|
979 |
+
msgid "Disable visual editing"
|
980 |
+
msgstr ""
|
981 |
+
|
982 |
+
#: modules/site/widgets.php:30
|
983 |
+
msgid "Disable WordPress Widgets"
|
984 |
+
msgstr ""
|
985 |
+
|
986 |
+
#: modules/site/widgets.php:35
|
987 |
+
msgid "Allows you to enable or disable various WordPress Widgets"
|
988 |
+
msgstr ""
|
989 |
+
|
990 |
+
#: modules/site/widgets.php:61 modules/site/widgets.php:62
|
991 |
+
#: models/headspace.php:116
|
992 |
+
msgid "Pages"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: modules/site/widgets.php:67 modules/site/widgets.php:68
|
996 |
+
msgid "Calendar"
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: modules/site/widgets.php:79
|
1000 |
+
msgid "Links"
|
1001 |
+
msgstr ""
|
1002 |
+
|
1003 |
+
#: modules/site/widgets.php:84 modules/site/widgets.php:85
|
1004 |
+
msgid "Meta"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: modules/site/widgets.php:90 view/admin/mass_edit.php:11
|
1008 |
+
#: view/admin/mass_edit.php:13
|
1009 |
+
msgid "Search"
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
+
#: modules/site/widgets.php:95 modules/site/widgets.php:96
|
1013 |
+
msgid "Recent Posts"
|
1014 |
+
msgstr ""
|
1015 |
+
|
1016 |
+
#: modules/site/widgets.php:101 modules/site/widgets.php:102
|
1017 |
+
msgid "Tag Cloud"
|
1018 |
+
msgstr ""
|
1019 |
+
|
1020 |
+
#: modules/site/widgets.php:141
|
1021 |
+
msgid "categories"
|
1022 |
+
msgstr ""
|
1023 |
+
|
1024 |
+
#: modules/site/widgets.php:142
|
1025 |
+
msgid "text"
|
1026 |
+
msgstr ""
|
1027 |
+
|
1028 |
+
#: modules/site/widgets.php:143
|
1029 |
+
msgid "rss"
|
1030 |
+
msgstr ""
|
1031 |
+
|
1032 |
+
#: modules/site/widgets.php:144
|
1033 |
+
msgid "recent comments"
|
1034 |
+
msgstr ""
|
1035 |
+
|
1036 |
+
#: modules/site/widgets.php:145
|
1037 |
+
msgid "pages"
|
1038 |
+
msgstr ""
|
1039 |
+
|
1040 |
+
#: modules/site/widgets.php:146
|
1041 |
+
msgid "search"
|
1042 |
+
msgstr ""
|
1043 |
+
|
1044 |
+
#: modules/site/widgets.php:147
|
1045 |
+
msgid "calendar"
|
1046 |
+
msgstr ""
|
1047 |
+
|
1048 |
+
#: modules/site/widgets.php:148
|
1049 |
+
msgid "archives"
|
1050 |
+
msgstr ""
|
1051 |
+
|
1052 |
+
#: modules/site/widgets.php:149
|
1053 |
+
msgid "links"
|
1054 |
+
msgstr ""
|
1055 |
+
|
1056 |
+
#: modules/site/widgets.php:150
|
1057 |
+
msgid "meta"
|
1058 |
+
msgstr ""
|
1059 |
+
|
1060 |
+
#: modules/site/widgets.php:151
|
1061 |
+
msgid "recent entries"
|
1062 |
+
msgstr ""
|
1063 |
+
|
1064 |
+
#: modules/site/widgets.php:152
|
1065 |
+
msgid "tag cloud"
|
1066 |
+
msgstr ""
|
1067 |
+
|
1068 |
+
#: modules/site/widgets.php:156
|
1069 |
+
msgid "Enabled Widgets"
|
1070 |
+
msgstr ""
|
1071 |
+
|
1072 |
+
#: modules/site/microsoft-live.php:30
|
1073 |
+
msgid "Microsoft Live Verification / Bing Webmaster"
|
1074 |
+
msgstr ""
|
1075 |
+
|
1076 |
+
#: modules/site/microsoft-live.php:35
|
1077 |
+
msgid ""
|
1078 |
+
"Adds Microsoft Live verification / Bing Webmaster code to your home page"
|
1079 |
+
msgstr ""
|
1080 |
+
|
1081 |
+
#: modules/site/microsoft-live.php:67
|
1082 |
+
msgid "Verification code"
|
1083 |
+
msgstr ""
|
1084 |
+
|
1085 |
+
#: modules/site/microsoft-live.php:70
|
1086 |
+
msgid "Enter Microsoft Live verification code."
|
1087 |
+
msgstr ""
|
1088 |
+
|
1089 |
+
#: modules/site/mint.php:33
|
1090 |
+
msgid "Mint"
|
1091 |
+
msgstr ""
|
1092 |
+
|
1093 |
+
#: modules/site/mint.php:38
|
1094 |
+
msgid "Adds Mint tracking code to all pages"
|
1095 |
+
msgstr ""
|
1096 |
+
|
1097 |
+
#: modules/site/mint.php:121
|
1098 |
+
msgid "Mint path"
|
1099 |
+
msgstr ""
|
1100 |
+
|
1101 |
+
#: modules/site/mint.php:124
|
1102 |
+
msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
|
1103 |
+
msgstr ""
|
1104 |
+
|
1105 |
+
#: modules/site/apture.php:31
|
1106 |
+
msgid "Apture"
|
1107 |
+
msgstr ""
|
1108 |
+
|
1109 |
+
#: modules/site/apture.php:36
|
1110 |
+
msgid "Add Apture to all pages"
|
1111 |
+
msgstr ""
|
1112 |
+
|
1113 |
+
#: modules/site/apture.php:111
|
1114 |
+
msgid "Site token"
|
1115 |
+
msgstr ""
|
1116 |
+
|
1117 |
+
#: modules/site/apture.php:114
|
1118 |
+
msgid "Enter your site token."
|
1119 |
+
msgstr ""
|
1120 |
+
|
1121 |
+
#: modules/site/system-settings.php:32
|
1122 |
+
msgid "System Settings"
|
1123 |
+
msgstr ""
|
1124 |
+
|
1125 |
+
#: modules/site/system-settings.php:37
|
1126 |
+
msgid "Configure PHP memory limits, time-outs, and error reporting"
|
1127 |
+
msgstr ""
|
1128 |
+
|
1129 |
+
#: modules/site/system-settings.php:84 modules/site/system-settings.php:94
|
1130 |
+
#: modules/site/system-settings.php:99
|
1131 |
+
msgid "System default"
|
1132 |
+
msgstr ""
|
1133 |
+
|
1134 |
+
#: modules/site/system-settings.php:85
|
1135 |
+
msgid "30 seconds"
|
1136 |
+
msgstr ""
|
1137 |
+
|
1138 |
+
#: modules/site/system-settings.php:86
|
1139 |
+
msgid "60 seconds"
|
1140 |
+
msgstr ""
|
1141 |
+
|
1142 |
+
#: modules/site/system-settings.php:87
|
1143 |
+
msgid "10 minutes"
|
1144 |
+
msgstr ""
|
1145 |
+
|
1146 |
+
#: modules/site/system-settings.php:88
|
1147 |
+
msgid "1 hour"
|
1148 |
+
msgstr ""
|
1149 |
+
|
1150 |
+
#: modules/site/system-settings.php:89
|
1151 |
+
msgid "No timeout limit"
|
1152 |
+
msgstr ""
|
1153 |
+
|
1154 |
+
#: modules/site/system-settings.php:100
|
1155 |
+
msgid "Show only errors"
|
1156 |
+
msgstr ""
|
1157 |
+
|
1158 |
+
#: modules/site/system-settings.php:101
|
1159 |
+
msgid "Show all errors & warnings"
|
1160 |
+
msgstr ""
|
1161 |
+
|
1162 |
+
#: modules/site/system-settings.php:102
|
1163 |
+
msgid "Show no errors or warnings"
|
1164 |
+
msgstr ""
|
1165 |
+
|
1166 |
+
#: modules/site/system-settings.php:106
|
1167 |
+
msgid "Memory Limit"
|
1168 |
+
msgstr ""
|
1169 |
+
|
1170 |
+
#: modules/site/system-settings.php:116
|
1171 |
+
msgid "PHP Script Timeout"
|
1172 |
+
msgstr ""
|
1173 |
+
|
1174 |
+
#: modules/site/system-settings.php:126
|
1175 |
+
msgid "PHP Error Reporting"
|
1176 |
+
msgstr ""
|
1177 |
+
|
1178 |
+
#: view/admin/submenu.php:3
|
1179 |
+
msgid "Page Settings"
|
1180 |
+
msgstr ""
|
1181 |
+
|
1182 |
+
#: view/admin/submenu.php:4
|
1183 |
+
msgid "Page Modules"
|
1184 |
+
msgstr ""
|
1185 |
+
|
1186 |
+
#: view/admin/submenu.php:5
|
1187 |
+
msgid "Site Modules"
|
1188 |
+
msgstr ""
|
1189 |
+
|
1190 |
+
#: view/admin/submenu.php:6
|
1191 |
+
msgid "Options"
|
1192 |
+
msgstr ""
|
1193 |
+
|
1194 |
+
#: view/admin/submenu.php:7 view/admin/import.php:21
|
1195 |
+
msgid "Import"
|
1196 |
+
msgstr ""
|
1197 |
+
|
1198 |
+
#: view/admin/page-settings.php:7
|
1199 |
+
msgid "%s | Page Settings"
|
1200 |
+
msgstr ""
|
1201 |
+
|
1202 |
+
#: view/admin/page-settings.php:11
|
1203 |
+
msgid ""
|
1204 |
+
"Click the page type to change settings. You can enable additional modules "
|
1205 |
+
"to provide more choices."
|
1206 |
+
msgstr ""
|
1207 |
+
|
1208 |
+
#: view/admin/page-settings.php:23
|
1209 |
+
msgid ""
|
1210 |
+
"Settings can be applied to specific posts & pages from the <strong>post "
|
1211 |
+
"edit page</strong>, and to specific categories from the <strong>edit "
|
1212 |
+
"category</strong> page."
|
1213 |
+
msgstr ""
|
1214 |
+
|
1215 |
+
#: view/admin/page-settings-edit-ajax.php:5 view/admin/site-module-edit.php:17
|
1216 |
+
#: view/admin/page-module-edit.php:11
|
1217 |
+
msgid "Save"
|
1218 |
+
msgstr ""
|
1219 |
+
|
1220 |
+
#: view/admin/page-settings-edit-ajax.php:6 view/admin/site-module-edit.php:18
|
1221 |
+
#: view/admin/page-module-edit.php:12
|
1222 |
+
msgid "Cancel"
|
1223 |
+
msgstr ""
|
1224 |
+
|
1225 |
+
#: view/admin/page-settings-edit.php:19
|
1226 |
+
msgid "advanced"
|
1227 |
+
msgstr ""
|
1228 |
+
|
1229 |
+
#: view/admin/import.php:6
|
1230 |
+
msgid "%s | Import"
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: view/admin/import.php:10
|
1234 |
+
msgid ""
|
1235 |
+
"This page will allow you to import meta-data from other WordPress plugins. "
|
1236 |
+
"The other plugins do not need to be active for the import to work."
|
1237 |
+
msgstr ""
|
1238 |
+
|
1239 |
+
#: view/admin/import.php:22
|
1240 |
+
msgid "Import and remove original data"
|
1241 |
+
msgstr ""
|
1242 |
+
|
1243 |
+
#: view/admin/import.php:22
|
1244 |
+
msgid "(not available in UTW and Simple Tagging)"
|
1245 |
+
msgstr ""
|
1246 |
+
|
1247 |
+
#: view/admin/import.php:25
|
1248 |
+
msgid ""
|
1249 |
+
"As with anything else that modifies your database you should <strong>backup "
|
1250 |
+
"your data before running an import</strong>. No responsibility is accepted "
|
1251 |
+
"for any kittens that may be killed in the process."
|
1252 |
+
msgstr ""
|
1253 |
+
|
1254 |
+
#: view/admin/edit_quick.php:1 view/admin/edit_quick.php:2 headspace.php:100
|
1255 |
+
#: headspace.php:152 headspace.php:487 headspace.php:488
|
1256 |
+
msgid "HeadSpace"
|
1257 |
+
msgstr ""
|
1258 |
+
|
1259 |
+
#: view/admin/version.php:2
|
1260 |
+
msgid "HeadSpace2 News"
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: view/admin/version.php:5
|
1264 |
+
msgid "%s ago"
|
1265 |
+
msgstr ""
|
1266 |
+
|
1267 |
+
#: view/admin/support.php:5
|
1268 |
+
msgid "HeadSpace | Support"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
+
#: view/admin/support.php:7
|
1272 |
+
msgid ""
|
1273 |
+
"HeadSpace has required a great deal of time and effort to develop. If it's "
|
1274 |
+
"been useful to you then you can support this development by <strong>making a "
|
1275 |
+
"small donation of $12</strong>. This will act as an incentive for me to "
|
1276 |
+
"carry on developing it, providing countless hours of support, and including "
|
1277 |
+
"any enhancements that are suggested."
|
1278 |
+
msgstr ""
|
1279 |
+
|
1280 |
+
#: view/admin/support.php:28
|
1281 |
+
msgid ""
|
1282 |
+
"Alternatively, if you are multi-lingual, do consider translating this into "
|
1283 |
+
"another language. All the necessary localisation files are included and "
|
1284 |
+
"I've written a <a href=\"http://urbangiraffe.com/articles/translating-"
|
1285 |
+
"wordpress-themes-and-plugins/\">full guide to the translation process</a>."
|
1286 |
+
msgstr ""
|
1287 |
+
|
1288 |
+
#: view/admin/support.php:30
|
1289 |
+
msgid "The support message can be disabled at any time from the options page"
|
1290 |
+
msgstr ""
|
1291 |
+
|
1292 |
+
#: view/admin/head_admin.php:5
|
1293 |
+
msgid "Are you sure you want to merge that tag?"
|
1294 |
+
msgstr ""
|
1295 |
+
|
1296 |
+
#: view/admin/head_admin.php:6
|
1297 |
+
msgid ""
|
1298 |
+
"A problem occured retrieving data from the server. If this persists please "
|
1299 |
+
"check that you have installed the plugin correctly."
|
1300 |
+
msgstr ""
|
1301 |
+
|
1302 |
+
#: view/admin/page-modules.php:7
|
1303 |
+
msgid "%s | Page Modules"
|
1304 |
+
msgstr ""
|
1305 |
+
|
1306 |
+
#: view/admin/page-modules.php:11
|
1307 |
+
msgid ""
|
1308 |
+
"Page modules apply to individual pages. Drag-and-drop modules into the "
|
1309 |
+
"appropriate area. Modules can be re-ordered to change their position on the "
|
1310 |
+
"edit screen."
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: view/admin/page-modules.php:15
|
1314 |
+
msgid "Simple"
|
1315 |
+
msgstr ""
|
1316 |
+
|
1317 |
+
#: view/admin/page-modules.php:16
|
1318 |
+
msgid "Modules will always appear on edit screens"
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: view/admin/page-modules.php:21
|
1322 |
+
msgid "Advanced"
|
1323 |
+
msgstr ""
|
1324 |
+
|
1325 |
+
#: view/admin/page-modules.php:22
|
1326 |
+
msgid "Modules will be hidden behind a link"
|
1327 |
+
msgstr ""
|
1328 |
+
|
1329 |
+
#: view/admin/page-modules.php:32
|
1330 |
+
msgid "Disabled"
|
1331 |
+
msgstr ""
|
1332 |
+
|
1333 |
+
#: view/admin/page-modules.php:33
|
1334 |
+
msgid "Modules are disabled and do not appear"
|
1335 |
+
msgstr ""
|
1336 |
+
|
1337 |
+
#: view/admin/edit_post.php:7
|
1338 |
+
msgid "HeadSpace Meta data"
|
1339 |
+
msgstr ""
|
1340 |
+
|
1341 |
+
#: view/admin/options.php:7
|
1342 |
+
msgid "%s | General Options"
|
1343 |
+
msgstr ""
|
1344 |
+
|
1345 |
+
#: view/admin/options.php:16
|
1346 |
+
msgid "Inherit settings"
|
1347 |
+
msgstr ""
|
1348 |
+
|
1349 |
+
#: view/admin/options.php:20
|
1350 |
+
msgid "Inherit from global settings"
|
1351 |
+
msgstr ""
|
1352 |
+
|
1353 |
+
#: view/admin/options.php:24
|
1354 |
+
msgid "Process excerpt with plugins"
|
1355 |
+
msgstr ""
|
1356 |
+
|
1357 |
+
#: view/admin/options.php:28
|
1358 |
+
msgid "Will allow plugins to modify generated excerpts"
|
1359 |
+
msgstr ""
|
1360 |
+
|
1361 |
+
#: view/admin/options.php:32
|
1362 |
+
msgid "Plugin Support"
|
1363 |
+
msgstr ""
|
1364 |
+
|
1365 |
+
#: view/admin/options.php:35
|
1366 |
+
msgid "I'm a nice person and I have helped support the author of this plugin"
|
1367 |
+
msgstr ""
|
1368 |
+
|
1369 |
+
#: view/admin/options.php:39
|
1370 |
+
msgid "Debug"
|
1371 |
+
msgstr ""
|
1372 |
+
|
1373 |
+
#: view/admin/options.php:43
|
1374 |
+
msgid "Enable debug option"
|
1375 |
+
msgstr ""
|
1376 |
+
|
1377 |
+
#: view/admin/options.php:49
|
1378 |
+
msgid "Update Options »"
|
1379 |
+
msgstr ""
|
1380 |
+
|
1381 |
+
#: view/admin/options.php:57
|
1382 |
+
msgid "Remove HeadSpace"
|
1383 |
+
msgstr ""
|
1384 |
+
|
1385 |
+
#: view/admin/options.php:59
|
1386 |
+
msgid ""
|
1387 |
+
"This option will remove HeadSpace and delete all settings, tags, and meta-"
|
1388 |
+
"data - be sure this is what you want!"
|
1389 |
+
msgstr ""
|
1390 |
+
|
1391 |
+
#: view/admin/options.php:64
|
1392 |
+
msgid "Delete HeadSpace"
|
1393 |
+
msgstr ""
|
1394 |
+
|
1395 |
+
#: view/admin/edit_category.php:1
|
1396 |
+
msgid "HeadSpace Settings"
|
1397 |
+
msgstr ""
|
1398 |
+
|
1399 |
+
#: view/admin/mass_edit.php:21 headspace.php:153
|
1400 |
+
msgid "Meta-data"
|
1401 |
+
msgstr ""
|
1402 |
+
|
1403 |
+
#: view/admin/mass_edit.php:29
|
1404 |
+
msgid "Filter"
|
1405 |
+
msgstr ""
|
1406 |
+
|
1407 |
+
#: view/admin/mass_edit.php:66
|
1408 |
+
msgid "Save all data"
|
1409 |
+
msgstr ""
|
1410 |
+
|
1411 |
+
#: view/admin/site-modules.php:6
|
1412 |
+
msgid "%s | Site Modules"
|
1413 |
+
msgstr ""
|
1414 |
+
|
1415 |
+
#: view/admin/site-modules.php:10
|
1416 |
+
msgid ""
|
1417 |
+
"Site modules apply to your site as a whole. Only checked modules will run "
|
1418 |
+
"(when properly configured)."
|
1419 |
+
msgstr ""
|
1420 |
+
|
1421 |
+
#: view/admin/help.php:3
|
1422 |
+
msgid "Special Tags"
|
1423 |
+
msgstr ""
|
1424 |
+
|
1425 |
+
#: view/admin/help.php:4
|
1426 |
+
msgid ""
|
1427 |
+
"These tags can be included and will be replaced by HeadSpace when a page is "
|
1428 |
+
"displayed."
|
1429 |
+
msgstr ""
|
1430 |
+
|
1431 |
+
#: view/admin/help.php:10
|
1432 |
+
msgid "Replaced with the date of the post/page"
|
1433 |
+
msgstr ""
|
1434 |
+
|
1435 |
+
#: view/admin/help.php:11
|
1436 |
+
msgid "Replaced with the title of the post/page"
|
1437 |
+
msgstr ""
|
1438 |
+
|
1439 |
+
#: view/admin/help.php:12
|
1440 |
+
msgid "The site's name"
|
1441 |
+
msgstr ""
|
1442 |
+
|
1443 |
+
#: view/admin/help.php:13
|
1444 |
+
msgid ""
|
1445 |
+
"Replaced with the post/page excerpt (or auto-generated if it does not exist)"
|
1446 |
+
msgstr ""
|
1447 |
+
|
1448 |
+
#: view/admin/help.php:14
|
1449 |
+
msgid "Replaced with the post/page excerpt (without auto-generation)"
|
1450 |
+
msgstr ""
|
1451 |
+
|
1452 |
+
#: view/admin/help.php:15
|
1453 |
+
msgid "Replaced with the current tag/tags"
|
1454 |
+
msgstr ""
|
1455 |
+
|
1456 |
+
#: view/admin/help.php:16
|
1457 |
+
msgid "Replaced with the post categories (comma separated)"
|
1458 |
+
msgstr ""
|
1459 |
+
|
1460 |
+
#: view/admin/help.php:17
|
1461 |
+
msgid "Replaced with the category description"
|
1462 |
+
msgstr ""
|
1463 |
+
|
1464 |
+
#: view/admin/help.php:18
|
1465 |
+
msgid "Replaced with the tag description"
|
1466 |
+
msgstr ""
|
1467 |
+
|
1468 |
+
#: view/admin/help.php:19
|
1469 |
+
msgid "Replaced with the term description"
|
1470 |
+
msgstr ""
|
1471 |
+
|
1472 |
+
#: view/admin/help.php:20
|
1473 |
+
msgid "Replaced with the term name"
|
1474 |
+
msgstr ""
|
1475 |
+
|
1476 |
+
#: view/admin/help.php:21
|
1477 |
+
msgid "Replaced with the post/page modified time"
|
1478 |
+
msgstr ""
|
1479 |
+
|
1480 |
+
#: view/admin/help.php:22
|
1481 |
+
msgid "Replaced with the post/page ID"
|
1482 |
+
msgstr ""
|
1483 |
+
|
1484 |
+
#: view/admin/help.php:23
|
1485 |
+
msgid "Replaced with the post/page author's 'nicename'"
|
1486 |
+
msgstr ""
|
1487 |
+
|
1488 |
+
#: view/admin/help.php:24
|
1489 |
+
msgid "Replaced with the post/page author's userid"
|
1490 |
+
msgstr ""
|
1491 |
+
|
1492 |
+
#: view/admin/help.php:25
|
1493 |
+
msgid "Replaced with the current search phrase"
|
1494 |
+
msgstr ""
|
1495 |
+
|
1496 |
+
#: view/admin/help.php:26
|
1497 |
+
msgid "Replaced with the current time"
|
1498 |
+
msgstr ""
|
1499 |
+
|
1500 |
+
#: view/admin/help.php:27
|
1501 |
+
msgid "Replaced with the current date"
|
1502 |
+
msgstr ""
|
1503 |
+
|
1504 |
+
#: view/admin/help.php:28
|
1505 |
+
msgid "Replaced with the current month"
|
1506 |
+
msgstr ""
|
1507 |
+
|
1508 |
+
#: view/admin/help.php:29
|
1509 |
+
msgid "Replaced with the current year"
|
1510 |
+
msgstr ""
|
1511 |
+
|
1512 |
+
#: view/admin/help.php:30
|
1513 |
+
msgid "Replaced with the current page number (i.e. page 2 of 4)"
|
1514 |
+
msgstr ""
|
1515 |
+
|
1516 |
+
#: view/admin/help.php:31
|
1517 |
+
msgid "Replaced with the current page total"
|
1518 |
+
msgstr ""
|
1519 |
+
|
1520 |
+
#: view/admin/help.php:32
|
1521 |
+
msgid "Replaced with the current page number"
|
1522 |
+
msgstr ""
|
1523 |
+
|
1524 |
+
#: view/admin/help.php:33
|
1525 |
+
msgid "Attachment caption"
|
1526 |
+
msgstr ""
|
1527 |
+
|
1528 |
+
#: models/inline_tags.php:350
|
1529 |
+
msgid "page %d of %d"
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: models/headspace.php:94
|
1533 |
+
msgid "Global Settings"
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: models/headspace.php:94
|
1537 |
+
msgid "applied to everything unless otherwise specified"
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: models/headspace.php:95
|
1541 |
+
msgid "Home Page"
|
1542 |
+
msgstr ""
|
1543 |
+
|
1544 |
+
#: models/headspace.php:95
|
1545 |
+
msgid "applied to the home page (or blog page)"
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: models/headspace.php:96
|
1549 |
+
msgid "Front Page"
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#: models/headspace.php:96
|
1553 |
+
msgid "applied to front page (if you have set WordPress to use a static page)"
|
1554 |
+
msgstr ""
|
1555 |
+
|
1556 |
+
#: models/headspace.php:97
|
1557 |
+
msgid "Taxonomy Archives"
|
1558 |
+
msgstr ""
|
1559 |
+
|
1560 |
+
#: models/headspace.php:97
|
1561 |
+
msgid "applied when viewing a taxonomy archive"
|
1562 |
+
msgstr ""
|
1563 |
+
|
1564 |
+
#: models/headspace.php:113
|
1565 |
+
msgid "applied when viewing the archives"
|
1566 |
+
msgstr ""
|
1567 |
+
|
1568 |
+
#: models/headspace.php:114
|
1569 |
+
msgid "Categories"
|
1570 |
+
msgstr ""
|
1571 |
+
|
1572 |
+
#: models/headspace.php:114
|
1573 |
+
msgid "applied to category pages without specific settings"
|
1574 |
+
msgstr ""
|
1575 |
+
|
1576 |
+
#: models/headspace.php:115
|
1577 |
+
msgid "Posts"
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: models/headspace.php:115
|
1581 |
+
msgid "applied to posts without specific settings"
|
1582 |
+
msgstr ""
|
1583 |
+
|
1584 |
+
#: models/headspace.php:116
|
1585 |
+
msgid "applied to pages without specific settings"
|
1586 |
+
msgstr ""
|
1587 |
+
|
1588 |
+
#: models/headspace.php:117
|
1589 |
+
msgid "Author Pages"
|
1590 |
+
msgstr ""
|
1591 |
+
|
1592 |
+
#: models/headspace.php:117
|
1593 |
+
msgid "applied to author pages"
|
1594 |
+
msgstr ""
|
1595 |
+
|
1596 |
+
#: models/headspace.php:118
|
1597 |
+
msgid "Search Pages"
|
1598 |
+
msgstr ""
|
1599 |
+
|
1600 |
+
#: models/headspace.php:118
|
1601 |
+
msgid "applied when viewing search results"
|
1602 |
+
msgstr ""
|
1603 |
+
|
1604 |
+
#: models/headspace.php:119
|
1605 |
+
msgid "404 Page"
|
1606 |
+
msgstr ""
|
1607 |
+
|
1608 |
+
#: models/headspace.php:119
|
1609 |
+
msgid "applied when viewing a 404 error"
|
1610 |
+
msgstr ""
|
1611 |
+
|
1612 |
+
#: models/headspace.php:120
|
1613 |
+
msgid "Tag Pages"
|
1614 |
+
msgstr ""
|
1615 |
+
|
1616 |
+
#: models/headspace.php:120
|
1617 |
+
msgid "applied when viewing tag pages"
|
1618 |
+
msgstr ""
|
1619 |
+
|
1620 |
+
#: models/headspace.php:121
|
1621 |
+
msgid "Attachment Pages"
|
1622 |
+
msgstr ""
|
1623 |
+
|
1624 |
+
#: models/headspace.php:121
|
1625 |
+
msgid "applied when viewing an attachment"
|
1626 |
+
msgstr ""
|
1627 |
+
|
1628 |
+
#: models/headspace.php:122
|
1629 |
+
msgid "Login Pages"
|
1630 |
+
msgstr ""
|
1631 |
+
|
1632 |
+
#: models/headspace.php:122
|
1633 |
+
msgid "applied when viewing login, logout, or registration pages"
|
1634 |
+
msgstr ""
|
1635 |
+
|
1636 |
+
#: models/pager.php:423
|
1637 |
+
msgid "%d per-page"
|
1638 |
+
msgstr ""
|
1639 |
+
|
1640 |
+
#: models/pager.php:431
|
1641 |
+
msgid "Displaying %s–%s of %s"
|
1642 |
+
msgstr ""
|
1643 |
+
|
1644 |
+
#: headspace.php:93
|
1645 |
+
msgid "Settings"
|
1646 |
+
msgstr ""
|
1647 |
+
|
1648 |
+
#: headspace.php:304
|
1649 |
+
msgid ""
|
1650 |
+
"<code>wp_head</code> was not found in <code>header.php</code> (<a href="
|
1651 |
+
"\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
|
1652 |
+
msgstr ""
|
1653 |
+
|
1654 |
+
#: headspace.php:311
|
1655 |
+
msgid ""
|
1656 |
+
"<code>wp_footer</code> was not found in <code>footer.php</code> (<a href="
|
1657 |
+
"\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
|
1658 |
+
msgstr ""
|
1659 |
+
|
1660 |
+
#: headspace.php:398
|
1661 |
+
msgid "Posts successfully updated"
|
1662 |
+
msgstr ""
|
1663 |
+
|
1664 |
+
#: headspace.php:437
|
1665 |
+
msgid "Your options have been updated"
|
1666 |
+
msgstr ""
|
1667 |
+
|
1668 |
+
#: headspace.php:443
|
1669 |
+
msgid "HeadSpace has been removed"
|
1670 |
+
msgstr ""
|
1671 |
+
|
1672 |
+
#: headspace.php:477
|
1673 |
+
msgid "%d items were imported from %s"
|
1674 |
+
msgstr ""
|
1675 |
+
|
1676 |
+
#: headspace.php:569
|
1677 |
+
msgid "HeadSpace Help"
|
1678 |
+
msgstr ""
|
1679 |
+
|
1680 |
+
#: headspace.php:570
|
1681 |
+
msgid "HeadSpace Documentation"
|
1682 |
+
msgstr ""
|
1683 |
+
|
1684 |
+
#: headspace.php:571
|
1685 |
+
msgid "HeadSpace Support Forum"
|
1686 |
+
msgstr ""
|
1687 |
+
|
1688 |
+
#: headspace.php:572
|
1689 |
+
msgid "HeadSpace Bug Tracker"
|
1690 |
+
msgstr ""
|
1691 |
+
|
1692 |
+
#: headspace.php:573
|
1693 |
+
msgid "HeadSpace FAQ"
|
1694 |
+
msgstr ""
|
1695 |
+
|
1696 |
+
#: headspace.php:574
|
1697 |
+
msgid ""
|
1698 |
+
"Please read the documentation and FAQ, and check the bug tracker, before "
|
1699 |
+
"asking a question."
|
1700 |
+
msgstr ""
|
locale/it_IT.mo
CHANGED
Binary file
|
locale/it_IT.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: HeadSpace2 SEO in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao
|
8 |
"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -13,2457 +13,1699 @@ msgstr ""
|
|
13 |
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
"X-Poedit-Language: Italian\n"
|
15 |
"X-Poedit-Country: ITALY\n"
|
|
|
|
|
16 |
|
17 |
-
#:
|
18 |
-
#: and
|
19 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:122
|
20 |
msgid "Settings"
|
21 |
msgstr "Impostazioni"
|
22 |
|
23 |
-
#:
|
24 |
-
#:
|
25 |
-
#:
|
26 |
-
#:
|
27 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:513
|
28 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:514
|
29 |
msgid "HeadSpace"
|
30 |
msgstr "HeadSpace"
|
31 |
|
32 |
-
#:
|
33 |
-
#: and
|
34 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:182
|
35 |
msgid "Meta-data"
|
36 |
msgstr "Meta-dati"
|
37 |
|
38 |
-
#:
|
39 |
-
#: and
|
40 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:326
|
41 |
msgid "<code>wp_head</code> was not found in <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
|
42 |
msgstr "Non é stato rilevato <code>wp_head</code> nel file <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentazione</a>)"
|
43 |
|
44 |
-
#:
|
45 |
-
#: and
|
46 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:333
|
47 |
msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
|
48 |
msgstr "Non é stato rilevato <code>wp_footer</code> nel file <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentazione</a>)"
|
49 |
|
50 |
-
#:
|
51 |
-
#: and
|
52 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:361
|
53 |
msgid "The HeadSpace administration interface is now WordPress 2.3+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace."
|
54 |
msgstr "L'interfaccia di amministrazione di HeadSpace funziona per il momento solamente per la WordPress 2.3 o superiore. I tuoi meta-dati continueranno a funzionare comunque, sarà necessario l'aggiornamento di WordPress oppure il ritorno ad una versione inferiore di HeadSpace."
|
55 |
|
56 |
-
#:
|
57 |
-
#: and
|
58 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:425
|
59 |
msgid "Posts successfully updated"
|
60 |
msgstr "Gli articoli sono stati aggiornati con successo"
|
61 |
|
62 |
-
#:
|
63 |
-
#: and
|
64 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:464
|
65 |
msgid "Your options have been updated"
|
66 |
msgstr "Le tue opzioni sono state aggiornate"
|
67 |
|
68 |
-
#:
|
69 |
-
#: and
|
70 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:470
|
71 |
msgid "HeadSpace has been removed"
|
72 |
msgstr "HeadSpace é stato rimosso"
|
73 |
|
74 |
-
#:
|
75 |
-
#: and
|
76 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:504
|
77 |
#, php-format
|
78 |
msgid "%d items were imported from %s"
|
79 |
msgstr "%d termini sono stati importati da %s"
|
80 |
|
81 |
-
#:
|
82 |
-
#: and
|
83 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:515
|
84 |
msgid "Tags"
|
85 |
msgstr "Tags"
|
86 |
|
87 |
-
#:
|
88 |
-
#: and
|
89 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:601
|
90 |
msgid "HeadSpace Help"
|
91 |
msgstr "HeadSpace Aiuto"
|
92 |
|
93 |
-
#:
|
94 |
-
#: and
|
95 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:602
|
96 |
msgid "HeadSpace Documentation"
|
97 |
msgstr "Documentazione HeadSpace"
|
98 |
|
99 |
-
#:
|
100 |
-
#: and
|
101 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:603
|
102 |
msgid "HeadSpace Support Forum"
|
103 |
msgstr "Forum di supporto HeadSpace"
|
104 |
|
105 |
-
#:
|
106 |
-
#: and
|
107 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:604
|
108 |
msgid "HeadSpace Bug Tracker"
|
109 |
msgstr "Tracciamento errori di HeadSpace Bug"
|
110 |
|
111 |
-
#:
|
112 |
-
#: and
|
113 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:605
|
114 |
msgid "HeadSpace FAQ"
|
115 |
msgstr "FAQ HeadSpace"
|
116 |
|
117 |
-
#:
|
118 |
-
#: and
|
119 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:606
|
120 |
msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
|
121 |
msgstr "Leggi con attenzione la documentazione e le FAQ quindi controlla il bug tracker prima di porre una richiesta."
|
122 |
|
123 |
-
#:
|
124 |
-
#: and
|
125 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:92
|
126 |
msgid "Global Settings"
|
127 |
msgstr "Impostazioni generali"
|
128 |
|
129 |
-
#:
|
130 |
-
#: and
|
131 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:92
|
132 |
msgid "applied to everything unless otherwise specified"
|
133 |
msgstr "applicato generalmente in assenza di impostazioni specifiche"
|
134 |
|
135 |
-
#:
|
136 |
-
#: and
|
137 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:93
|
138 |
msgid "Home Page"
|
139 |
msgstr "Home Page"
|
140 |
|
141 |
-
#:
|
142 |
-
#: and
|
143 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:93
|
144 |
msgid "applied to the home page (or blog page)"
|
145 |
msgstr "applicato alla pagina principale (o pagina del blog)"
|
146 |
|
147 |
-
#:
|
148 |
-
#: and
|
149 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:94
|
150 |
msgid "Front Page"
|
151 |
msgstr "Front Page"
|
152 |
|
153 |
-
#:
|
154 |
-
#: and
|
155 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:94
|
156 |
msgid "applied to front page (if you have set WordPress to use a static page)"
|
157 |
msgstr "applicato alla front page (nel caso in cui avessi impostato WordPress per l'utilizzo di una pagina statica) "
|
158 |
|
159 |
-
#:
|
160 |
-
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
msgid "Archives"
|
163 |
msgstr "Archivi"
|
164 |
|
165 |
-
#:
|
166 |
-
#: and
|
167 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:95
|
168 |
msgid "applied when viewing the archives"
|
169 |
msgstr "applicato durante la visualizzazione degli archivi"
|
170 |
|
171 |
-
#:
|
172 |
-
#: and
|
173 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:96
|
174 |
msgid "Categories"
|
175 |
msgstr "Categorie"
|
176 |
|
177 |
-
#:
|
178 |
-
#: and
|
179 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:96
|
180 |
msgid "applied to category pages without specific settings"
|
181 |
msgstr "applicato alla pagina delle categorie in assenza di impostazioni specifiche"
|
182 |
|
183 |
-
#:
|
184 |
-
#: and
|
185 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:97
|
186 |
msgid "Posts"
|
187 |
msgstr "Articoli"
|
188 |
|
189 |
-
#:
|
190 |
-
#: and
|
191 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:97
|
192 |
msgid "applied to posts without specific settings"
|
193 |
msgstr "applicato ad articoli in assenza di impostazioni specifiche"
|
194 |
|
195 |
-
#:
|
196 |
-
#: and
|
197 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:98
|
198 |
msgid "Pages"
|
199 |
msgstr "Pagine"
|
200 |
|
201 |
-
#:
|
202 |
-
#: and
|
203 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:98
|
204 |
msgid "applied to pages without specific settings"
|
205 |
msgstr "applicato alle pagine in assenza di impostazioni specifiche"
|
206 |
|
207 |
-
#:
|
208 |
-
#: and
|
209 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:99
|
210 |
msgid "Author Pages"
|
211 |
msgstr "Pagine autore"
|
212 |
|
213 |
-
#:
|
214 |
-
#: and
|
215 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:99
|
216 |
msgid "applied to author pages"
|
217 |
msgstr "applicato alle pagine autore"
|
218 |
|
219 |
-
#:
|
220 |
-
#: and
|
221 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:100
|
222 |
msgid "Search Pages"
|
223 |
msgstr "Pagine ricerca"
|
224 |
|
225 |
-
#:
|
226 |
-
#: and
|
227 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:100
|
228 |
msgid "applied when viewing search results"
|
229 |
msgstr "applicato durante la visualizzazione dei risultati della ricerca"
|
230 |
|
231 |
-
#:
|
232 |
-
#: and
|
233 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:101
|
234 |
msgid "404 Page"
|
235 |
msgstr "Pagina 404"
|
236 |
|
237 |
-
#:
|
238 |
-
#: and
|
239 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:101
|
240 |
msgid "applied when viewing a 404 error"
|
241 |
msgstr "applicato durante la visualizzazione di un errore 404"
|
242 |
|
243 |
-
#:
|
244 |
-
#: and
|
245 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:102
|
246 |
msgid "Tag Pages"
|
247 |
msgstr "Marcatori pagina"
|
248 |
|
249 |
-
#:
|
250 |
-
#: and
|
251 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:102
|
252 |
msgid "applied when viewing tag pages"
|
253 |
msgstr "applicato durante la visualizzazione dei tag pagina"
|
254 |
|
255 |
-
#:
|
256 |
-
#: and
|
257 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:103
|
258 |
msgid "Attachment Pages"
|
259 |
msgstr "Pagine allegato"
|
260 |
|
261 |
-
#:
|
262 |
-
#: and
|
263 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:103
|
264 |
msgid "applied when viewing an attachment"
|
265 |
msgstr "applicato durante la visualizzazione di un allegato"
|
266 |
|
267 |
-
#:
|
268 |
-
#: and
|
269 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:104
|
270 |
msgid "Login Pages"
|
271 |
msgstr "Pagine login"
|
272 |
|
273 |
-
#:
|
274 |
-
#: and
|
275 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:104
|
276 |
msgid "applied when viewing login, logout, or registration pages"
|
277 |
msgstr "applicato durante la visualizzazione delle pagine di registrazione, collegamento ed uscita"
|
278 |
|
279 |
-
#:
|
280 |
-
#: and
|
281 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/inline_tags.php:288
|
282 |
#, php-format
|
283 |
msgid "page %d of %d"
|
284 |
msgstr "pagina %d di %d"
|
285 |
|
286 |
-
#:
|
287 |
-
#: and
|
288 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/pager.php:380
|
289 |
msgid "Previous"
|
290 |
msgstr "Precedente"
|
291 |
|
292 |
-
#:
|
293 |
-
#: and
|
294 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/pager.php:381
|
295 |
msgid "Next"
|
296 |
msgstr "Successiva"
|
297 |
|
298 |
-
#:
|
299 |
-
#: and
|
300 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/pager.php:434
|
301 |
#, php-format
|
302 |
msgid "%d per-page"
|
303 |
msgstr "%d per-pagina"
|
304 |
|
305 |
-
#:
|
306 |
-
#: and
|
307 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/models/pager.php:442
|
308 |
#, php-format
|
309 |
msgid "Displaying %s–%s of %s"
|
310 |
msgstr "Mostra %s–%s di %s"
|
311 |
|
312 |
-
#:
|
313 |
-
#: and
|
314 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/all-in-one-seo.php:28
|
315 |
msgid "All-in-one SEO"
|
316 |
msgstr "All-in-one SEO"
|
317 |
|
318 |
-
#:
|
319 |
-
#: and
|
320 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/headspace_tags.php:28
|
321 |
msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
|
322 |
msgstr "Tags HeadSpace (conversione a tag WordPress 2.3)"
|
323 |
|
324 |
-
#:
|
325 |
-
#: and
|
326 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/head_meta_description.php:28
|
327 |
msgid "Head META Description"
|
328 |
msgstr "Descrizione Head META"
|
329 |
|
330 |
-
#:
|
331 |
-
#: and
|
332 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/jerome.php:28
|
333 |
msgid "Jerome's Keywords"
|
334 |
msgstr "Jerome's Keywords"
|
335 |
|
336 |
-
#:
|
337 |
-
#: and
|
338 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/lud.icro.us.php:28
|
339 |
msgid "lud.icro.us HeadMeta"
|
340 |
msgstr "lud.icro.us HeadMeta"
|
341 |
|
342 |
-
#:
|
343 |
-
#: and
|
344 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/more_unique.php:28
|
345 |
msgid "More Unique"
|
346 |
msgstr "More Unico"
|
347 |
|
348 |
-
#:
|
349 |
-
#: and
|
350 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/seo-title-tags.php:28
|
351 |
msgid "SEO Title Tags"
|
352 |
msgstr "SEO Title Tags"
|
353 |
|
354 |
-
#:
|
355 |
-
#: and
|
356 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/simple-tagging.php:28
|
357 |
msgid "Simple Tagging"
|
358 |
msgstr "Simple Tagging"
|
359 |
|
360 |
-
#:
|
361 |
-
#: and
|
362 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/simple-tags.php:28
|
363 |
msgid "Simple Tags (old version)"
|
364 |
msgstr "Simple Tags (versione vecchia)"
|
365 |
|
366 |
-
#:
|
367 |
-
#: and
|
368 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/utw.php:28
|
369 |
msgid "Ultimate Tag Warrior"
|
370 |
msgstr "Ultimate Tag Warrior"
|
371 |
|
372 |
-
#:
|
373 |
-
#:
|
374 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/description.php:28
|
375 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/description.php:50
|
376 |
msgid "Page description"
|
377 |
msgstr "Descrizione pagina"
|
378 |
|
379 |
-
#:
|
380 |
-
#:
|
381 |
-
#:
|
382 |
-
#:
|
383 |
-
#:
|
384 |
-
#:
|
385 |
-
#:
|
386 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/site_name.php:49
|
387 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/tags.php:49
|
388 |
msgid "Post title"
|
389 |
msgstr "Titolo articolo"
|
390 |
|
391 |
-
#:
|
392 |
-
#:
|
393 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/more_text.php:28
|
394 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/more_text.php:50
|
395 |
msgid "More text"
|
396 |
msgstr "More testo"
|
397 |
|
398 |
-
#:
|
399 |
-
#: and
|
400 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_slug.php:28
|
401 |
msgid "Page slug"
|
402 |
msgstr "Slug pagina"
|
403 |
|
404 |
-
#:
|
405 |
-
#: and
|
406 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_slug.php:50
|
407 |
msgid "Post slug"
|
408 |
msgstr "Slug articolo"
|
409 |
|
410 |
-
#:
|
411 |
-
#:
|
412 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_title.php:28
|
413 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_title.php:50
|
414 |
msgid "Page title"
|
415 |
msgstr "Titolo pagina"
|
416 |
|
417 |
-
#:
|
418 |
-
#:
|
419 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/site_description.php:28
|
420 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/site_description.php:50
|
421 |
msgid "Site description"
|
422 |
msgstr "Descrizione del sito"
|
423 |
|
424 |
-
#:
|
425 |
-
#:
|
426 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/site_name.php:28
|
427 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/site_name.php:50
|
428 |
msgid "Site name"
|
429 |
msgstr "Nome del sito"
|
430 |
|
431 |
-
#:
|
432 |
-
#: and
|
433 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/tags.php:50
|
434 |
msgid "Tags/keywords"
|
435 |
msgstr "Tags/keywords"
|
436 |
|
437 |
-
#:
|
438 |
-
#: and
|
439 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/custom.php:44
|
440 |
msgid "Custom data"
|
441 |
msgstr "Personalizzazione dati"
|
442 |
|
443 |
-
#:
|
444 |
-
#: and
|
445 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/custom.php:48
|
446 |
msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
|
447 |
msgstr "Permette che i dati personalizzati possano essere inseriti ovunque nel tuo tema grazie all'utilizzo del MetaData::custom ()"
|
448 |
|
449 |
-
#:
|
450 |
-
#: and
|
451 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/custom.php:85
|
452 |
msgid "Fields"
|
453 |
msgstr "Campi"
|
454 |
|
455 |
-
#:
|
456 |
-
#: and
|
457 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/description.php:59
|
458 |
msgid "Allows a short description about the page that is used by search engines"
|
459 |
msgstr "Permette una breve descrizione informativa circa la pagina che viene utilizzata dai motori di ricerca"
|
460 |
|
461 |
-
#:
|
462 |
-
#:
|
463 |
-
#:
|
464 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:81
|
465 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:151
|
466 |
msgid "Max length"
|
467 |
msgstr "Lunghezza massima"
|
468 |
|
469 |
-
#:
|
470 |
-
#: and
|
471 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/description.php:70
|
472 |
msgid "All descriptions will be trimmed to this length"
|
473 |
msgstr "Tutte le descrizioni saranno adeguate a questa misura"
|
474 |
|
475 |
-
#:
|
476 |
-
#: and
|
477 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/description.php:88
|
478 |
msgid "Description"
|
479 |
msgstr "Descrizione"
|
480 |
|
481 |
-
#:
|
482 |
-
#:
|
483 |
-
#:
|
484 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:116
|
485 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:185
|
486 |
msgid "remaining"
|
487 |
msgstr "rimanenti"
|
488 |
|
489 |
-
#:
|
490 |
-
#: and
|
491 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:32
|
492 |
msgid "Archive Links"
|
493 |
msgstr "Link archivio"
|
494 |
|
495 |
-
#:
|
496 |
-
#: and
|
497 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:33
|
498 |
msgid "Category Links"
|
499 |
msgstr "Link categoria"
|
500 |
|
501 |
-
#:
|
502 |
-
#:
|
503 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:34
|
504 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:146
|
505 |
msgid "Page Links"
|
506 |
msgstr "Link pagina"
|
507 |
|
508 |
-
#:
|
509 |
-
#: and
|
510 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:35
|
511 |
msgid "Tag Links"
|
512 |
msgstr "Link tag"
|
513 |
|
514 |
-
#:
|
515 |
-
#: and
|
516 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:36
|
517 |
msgid "Comm. Author Links"
|
518 |
msgstr "Link commento autore"
|
519 |
|
520 |
-
#:
|
521 |
-
#: and
|
522 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:37
|
523 |
msgid "Comm. Text Links"
|
524 |
msgstr "Link testo commenti"
|
525 |
|
526 |
-
#:
|
527 |
-
#: and
|
528 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:38
|
529 |
msgid "Next/Prev Posts Link"
|
530 |
msgstr "Link Precedente/Successivo agli articoli"
|
531 |
|
532 |
-
#:
|
533 |
-
#: and
|
534 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:109
|
535 |
msgid "Follow Links"
|
536 |
msgstr "Link follow"
|
537 |
|
538 |
-
#:
|
539 |
-
#: and
|
540 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:113
|
541 |
msgid "Allows follow/no-follow to be set for various links"
|
542 |
msgstr "Permette l'impostazione follow/no-follow per i vari link"
|
543 |
|
544 |
-
#:
|
545 |
-
#: and
|
546 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:121
|
547 |
msgid "Follow"
|
548 |
msgstr "Follow"
|
549 |
|
550 |
-
#:
|
551 |
-
#:
|
552 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:122
|
553 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:36
|
554 |
msgid "No-follow"
|
555 |
msgstr "No-follow"
|
556 |
|
557 |
-
#:
|
558 |
-
#: and
|
559 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:123
|
560 |
msgid "Default"
|
561 |
msgstr "Predefinito"
|
562 |
|
563 |
-
#:
|
564 |
-
#:
|
565 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/javascript.php:45
|
566 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/javascript.php:60
|
567 |
msgid "JavaScript"
|
568 |
msgstr "JavaScript"
|
569 |
|
570 |
-
#:
|
571 |
-
#: and
|
572 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/javascript.php:49
|
573 |
msgid "Allow external JavaScript files to be referenced"
|
574 |
msgstr "Permette ai file JavaScript esterni di essere utilizzati"
|
575 |
|
576 |
-
#:
|
577 |
-
#:
|
578 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:62
|
579 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:107
|
580 |
msgid "Keywords"
|
581 |
msgstr "Keywords"
|
582 |
|
583 |
-
#:
|
584 |
-
#: and
|
585 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:66
|
586 |
msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
|
587 |
msgstr "Permette la definizione delle parole chiave (meta) separandole dai tag (se necessario, disattivare la visualizzazione delle keyword nel Modulo tag)"
|
588 |
|
589 |
-
#:
|
590 |
-
#: and
|
591 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:74
|
592 |
msgid "Use tags"
|
593 |
msgstr "Utilizzo tags"
|
594 |
|
595 |
-
#:
|
596 |
-
#: and
|
597 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:77
|
598 |
msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
|
599 |
msgstr "L'operazione di mettere il segno di spunta a questa funzione farà sì che i tuoi tag verranno altresì utilizzati come parole chiave quindi, non potrai più modificare indipendentemente le keyword"
|
600 |
|
601 |
-
#:
|
602 |
-
#: and
|
603 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:84
|
604 |
msgid "Keywords will be trimmed to this length"
|
605 |
msgstr "Tutte le descrizioni saranno adeguate a questa lunghezza"
|
606 |
|
607 |
-
#:
|
608 |
-
#: and
|
609 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:85
|
610 |
msgid "Allows the 'more' text to be changed"
|
611 |
msgstr "Permette che possa essere cambiato il testo 'more'"
|
612 |
|
613 |
-
#:
|
614 |
-
#: and
|
615 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:118
|
616 |
msgid "Enable on excerpts"
|
617 |
msgstr "Abilita per i riassunti"
|
618 |
|
619 |
-
#:
|
620 |
-
#: and
|
621 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:124
|
622 |
msgid "Pattern"
|
623 |
msgstr "Pattern"
|
624 |
|
625 |
-
#:
|
626 |
-
#: and
|
627 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:127
|
628 |
msgid "Advanced - the regular expression pattern to select the more link from your posts"
|
629 |
msgstr "Avanzato - il pattern della espressione regolare per poter selezionare il link more dai tuoi articoli"
|
630 |
|
631 |
-
#:
|
632 |
-
#: and
|
633 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:131
|
634 |
msgid "Replace"
|
635 |
msgstr "Sostituisci"
|
636 |
|
637 |
-
#:
|
638 |
-
#: and
|
639 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:133
|
640 |
msgid "Advanced - the regular expression replacement text"
|
641 |
msgstr "Avanzato - il testo sostitutivo per l'espressione regolare"
|
642 |
|
643 |
-
#:
|
644 |
-
#: and
|
645 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:35
|
646 |
msgid "No-index"
|
647 |
msgstr "No-index"
|
648 |
|
649 |
-
#:
|
650 |
-
#: and
|
651 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:37
|
652 |
msgid "No-archive"
|
653 |
msgstr "No-archive"
|
654 |
|
655 |
-
#:
|
656 |
-
#: and
|
657 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:38
|
658 |
msgid "No-ODP"
|
659 |
msgstr "No-ODP"
|
660 |
|
661 |
-
#:
|
662 |
-
#: and
|
663 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:39
|
664 |
msgid "No-Yahoo Dir"
|
665 |
msgstr "No-Yahoo Dir"
|
666 |
|
667 |
-
#:
|
668 |
-
#:
|
669 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:83
|
670 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:99
|
671 |
msgid "Meta-Robots"
|
672 |
msgstr "Robots-Meta"
|
673 |
|
674 |
-
#:
|
675 |
-
#: and
|
676 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:87
|
677 |
msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
|
678 |
msgstr "Permette che le varie opzioni dei meta-robot siano impostate a prevenire l'indicizzazione da parte dei motori di ricerca e dei robot nonché le istruzioni di follow per le pagine "
|
679 |
|
680 |
-
#:
|
681 |
-
#: and
|
682 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:150
|
683 |
msgid "Allows options to be set for wp_list_pages links"
|
684 |
msgstr "Permette alle opzioni di essere impostate a wp_list_pages per i vari link"
|
685 |
|
686 |
-
#:
|
687 |
-
#: and
|
688 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:159
|
689 |
msgid "Page Link Text"
|
690 |
msgstr "Testo pagina link"
|
691 |
|
692 |
-
#:
|
693 |
-
#: and
|
694 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:164
|
695 |
msgid "Page Link Title"
|
696 |
msgstr "Titolo pagina link"
|
697 |
|
698 |
-
#:
|
699 |
-
#: and
|
700 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:169
|
701 |
msgid "Page Link Options"
|
702 |
msgstr "Opzioni pagina link"
|
703 |
|
704 |
-
#:
|
705 |
-
#: and
|
706 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:171
|
707 |
msgid "Exclude from list"
|
708 |
msgstr "Escludere dalla lista"
|
709 |
|
710 |
-
#:
|
711 |
-
#: and
|
712 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:172
|
713 |
msgid "Nofollow"
|
714 |
msgstr "Nofollow"
|
715 |
|
716 |
-
#:
|
717 |
-
#: and
|
718 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:173
|
719 |
msgid "Open in new window"
|
720 |
msgstr "Apri in una nuova finestra"
|
721 |
|
722 |
-
#:
|
723 |
-
#: and
|
724 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:204
|
725 |
msgid "Display"
|
726 |
msgstr "MOstra"
|
727 |
|
728 |
-
#:
|
729 |
-
#: and
|
730 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:207
|
731 |
msgid "How a link is displayed. Use %link% for the link itself"
|
732 |
msgstr "Come mostrare un link. Utilizza %link% per il link in sè"
|
733 |
|
734 |
-
#:
|
735 |
-
#: and
|
736 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:211
|
737 |
msgid "Before HTML"
|
738 |
msgstr "Davanti HTML"
|
739 |
|
740 |
-
#:
|
741 |
-
#: and
|
742 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:214
|
743 |
msgid "HTML added to start of list"
|
744 |
msgstr "HTML aggiunto all'inizio della lista"
|
745 |
|
746 |
-
#:
|
747 |
-
#: and
|
748 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:218
|
749 |
msgid "After HTML"
|
750 |
msgstr "A seguire HTML"
|
751 |
|
752 |
-
#:
|
753 |
-
#: and
|
754 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:221
|
755 |
msgid "HTML added to end of list"
|
756 |
msgstr "HTML aggiunto al termine della lista"
|
757 |
|
758 |
-
#:
|
759 |
-
#: and
|
760 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:115
|
761 |
msgid "Allow page title to be changed (i.e. the title in the browser window title)"
|
762 |
msgstr "Permette il cambiamento del titolo della pagina (ad es. il titolo nella pagina dei titoli del browser)"
|
763 |
|
764 |
-
#:
|
765 |
-
#: and
|
766 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:123
|
767 |
msgid "Title separator"
|
768 |
msgstr "Separatore del titolo"
|
769 |
|
770 |
-
#:
|
771 |
-
#: and
|
772 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:126
|
773 |
msgid "Leave blank to use theme default"
|
774 |
msgstr "Lascia in bianco per utilizzare il predefinito del tuo tema"
|
775 |
|
776 |
-
#:
|
777 |
-
#: and
|
778 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:130
|
779 |
msgid "Separator position"
|
780 |
msgstr "Posizione del separatore"
|
781 |
|
782 |
-
#:
|
783 |
-
#: and
|
784 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:133
|
785 |
msgid "Before"
|
786 |
msgstr "Davanti"
|
787 |
|
788 |
-
#:
|
789 |
-
#: and
|
790 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:134
|
791 |
msgid "After"
|
792 |
msgstr "A seguire"
|
793 |
|
794 |
-
#:
|
795 |
-
#: and
|
796 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:139
|
797 |
msgid "Force title rewrite"
|
798 |
msgstr "Forza la (ri)scrittura del titolo "
|
799 |
|
800 |
-
#:
|
801 |
-
#: and
|
802 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:146
|
803 |
msgid "This will cache your page and brute-force change the title. While this is convienent because you don't need to change your theme it does lead to increased memory usage and a reduction in performance."
|
804 |
msgstr "Questa funzione creerà una cache della pagina ed imporrà la modifica del titolo. Sebbene l'operazione sia conveniente per il fatto che tu non dovrai modificare il tuo tema, ti informo che verrà aumentato l'uso della memoria così come saranno ridotte le prestazioni."
|
805 |
|
806 |
-
#:
|
807 |
-
#: and
|
808 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:176
|
809 |
msgid "Page Title"
|
810 |
msgstr "Titolo pagina"
|
811 |
|
812 |
-
#:
|
813 |
-
#: and
|
814 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/plugin.php:89
|
815 |
msgid "Page-specific Plugins"
|
816 |
msgstr "Plugins per pagina-specifica"
|
817 |
|
818 |
-
#:
|
819 |
-
#: and
|
820 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/plugin.php:93
|
821 |
msgid "Allows disabled plugins to be enabled on specific pages"
|
822 |
msgstr "Permette ai plugin disattivati di essere attivi su delle determinate pagine"
|
823 |
|
824 |
-
#:
|
825 |
-
#: and
|
826 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/plugin.php:107
|
827 |
msgid "Show in admin"
|
828 |
msgstr "Mostra in amministrazione"
|
829 |
|
830 |
-
#:
|
831 |
-
#: and
|
832 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/plugin.php:110
|
833 |
msgid "Shows page-specific plugins in the administration menus"
|
834 |
msgstr "Mostra nel menu di amministrazione i plugin per pagina-specifica"
|
835 |
|
836 |
-
#:
|
837 |
-
#: and
|
838 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/plugin.php:134
|
839 |
msgid "Plugins"
|
840 |
msgstr "Plugins"
|
841 |
|
842 |
-
#:
|
843 |
-
#:
|
844 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/raw-footer.php:44
|
845 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/raw-footer.php:54
|
846 |
msgid "Raw footer data"
|
847 |
msgstr "Dati grezzi footer"
|
848 |
|
849 |
-
#:
|
850 |
-
#: and
|
851 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/raw-footer.php:48
|
852 |
msgid "Allows raw data to be inserted into the page footer"
|
853 |
msgstr "Permette che siano inseriti i dati grezzi nel footer della pagina"
|
854 |
|
855 |
-
#:
|
856 |
-
#:
|
857 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/raw.php:40
|
858 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/raw.php:50
|
859 |
msgid "Raw data"
|
860 |
msgstr "Dati grezzi"
|
861 |
|
862 |
-
#:
|
863 |
-
#: and
|
864 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/raw.php:44
|
865 |
msgid "Allows raw data to be inserted into the page meta section"
|
866 |
msgstr "Permette che siano inseriti i dati grezzi nella sezione meta della pagina"
|
867 |
|
868 |
-
#:
|
869 |
-
#:
|
870 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:96
|
871 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:106
|
872 |
msgid "Relative Links"
|
873 |
msgstr "Link relativi"
|
874 |
|
875 |
-
#:
|
876 |
-
#: and
|
877 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:100
|
878 |
msgid "Allows options to be set for relative meta links (WP 2.8+)"
|
879 |
msgstr "Peremette alle opzioni di essere impostate per i relativi meta links (WP 2.8+)"
|
880 |
|
881 |
-
#:
|
882 |
-
#: and
|
883 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:119
|
884 |
msgid "Start"
|
885 |
msgstr "Avvio"
|
886 |
|
887 |
-
#:
|
888 |
-
#: and
|
889 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:124
|
890 |
msgid "End"
|
891 |
msgstr "Fine"
|
892 |
|
893 |
-
#:
|
894 |
-
#: and
|
895 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:129
|
896 |
msgid "Parent"
|
897 |
msgstr "Parent"
|
898 |
|
899 |
-
#:
|
900 |
-
#:
|
901 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_name.php:53
|
902 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_name.php:69
|
903 |
msgid "RSS Name"
|
904 |
msgstr "Nome RSS"
|
905 |
|
906 |
-
#:
|
907 |
-
#: and
|
908 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_name.php:57
|
909 |
msgid "Allows site RSS name to be changed"
|
910 |
msgstr "Permette la modifica del "
|
911 |
|
912 |
-
#:
|
913 |
-
#: and
|
914 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_tagline.php:53
|
915 |
msgid "RSS Description"
|
916 |
msgstr "Descrizione RSS"
|
917 |
|
918 |
-
#:
|
919 |
-
#: and
|
920 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_tagline.php:57
|
921 |
msgid "Allows site RSS description to be changed"
|
922 |
msgstr "Permette la modifica della descrizione dell'RSS del sito"
|
923 |
|
924 |
-
#:
|
925 |
-
#: and
|
926 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_tagline.php:69
|
927 |
msgid "RSS Desc."
|
928 |
msgstr "Descr. RSS"
|
929 |
|
930 |
-
#:
|
931 |
-
#: and
|
932 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/site_name.php:58
|
933 |
msgid "Allows site name to be changed (i.e your blog name)"
|
934 |
msgstr "Permette la modifica al nome del sito (ad e. il nome del tuo blog)"
|
935 |
|
936 |
-
#:
|
937 |
-
#:
|
938 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/site_tagline.php:52
|
939 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/site_tagline.php:68
|
940 |
msgid "Site Tagline"
|
941 |
msgstr "Motto del sito"
|
942 |
|
943 |
-
#:
|
944 |
-
#: and
|
945 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/site_tagline.php:56
|
946 |
msgid "Allows site description to be changed (i.e. the tagline)"
|
947 |
msgstr "Permette la modifica della descrizione per il sito (ad e. il motto)"
|
948 |
|
949 |
-
#:
|
950 |
-
#:
|
951 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/stylesheet.php:54
|
952 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/stylesheet.php:69
|
953 |
msgid "Stylesheets"
|
954 |
msgstr "Fogli di Stile"
|
955 |
|
956 |
-
#:
|
957 |
-
#: and
|
958 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/stylesheet.php:58
|
959 |
msgid "Allows CSS stylesheets to be added to a page"
|
960 |
msgstr "Permette l'aggiunta dei Fogli di Stile CSS ad una pagina"
|
961 |
|
962 |
-
#:
|
963 |
-
#: and
|
964 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/stylesheet.php:101
|
965 |
msgid "Do not output CSS"
|
966 |
msgstr "Nessun CSS in uscita"
|
967 |
|
968 |
-
#:
|
969 |
-
#: and
|
970 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:123
|
971 |
msgid "<p>Tags: "
|
972 |
msgstr "<p>Tags: "
|
973 |
|
974 |
-
#:
|
975 |
-
#: and
|
976 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:153
|
977 |
msgid "Allows tags to be added to pages"
|
978 |
msgstr "Permette che siano aggiunti i tag alle pagine"
|
979 |
|
980 |
-
#:
|
981 |
-
#: and
|
982 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:161
|
983 |
msgid "Force tags in posts"
|
984 |
msgstr "Forza i tag negli articoli"
|
985 |
|
986 |
-
#:
|
987 |
-
#:
|
988 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:164
|
989 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:174
|
990 |
msgid "No"
|
991 |
msgstr "No"
|
992 |
|
993 |
-
#:
|
994 |
-
#:
|
995 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:165
|
996 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:175
|
997 |
msgid "Yes"
|
998 |
msgstr "Sì"
|
999 |
|
1000 |
-
#:
|
1001 |
-
#:
|
1002 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:167
|
1003 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:177
|
1004 |
msgid "Your theme may overrule this setting"
|
1005 |
msgstr "Il tuo tema potrebbe annullare questa impostazione"
|
1006 |
|
1007 |
-
#:
|
1008 |
-
#: and
|
1009 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:171
|
1010 |
msgid "Force tags in pages"
|
1011 |
msgstr "Forza i tag nelle pagine"
|
1012 |
|
1013 |
-
#:
|
1014 |
-
#: and
|
1015 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:181
|
1016 |
msgid "Show pages"
|
1017 |
msgstr "Mostra le pagine"
|
1018 |
|
1019 |
-
#:
|
1020 |
-
#: and
|
1021 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:184
|
1022 |
msgid "Show pages in tag archives"
|
1023 |
msgstr "Mostra le pagine negli archivi dei tag"
|
1024 |
|
1025 |
-
#:
|
1026 |
-
#: and
|
1027 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:188
|
1028 |
msgid "Disable Suggestions"
|
1029 |
msgstr "Disabilita suggerimenti"
|
1030 |
|
1031 |
-
#:
|
1032 |
-
#: and
|
1033 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:191
|
1034 |
msgid "In case of low memory issues"
|
1035 |
msgstr "In caso di problemi causati da poca memoria"
|
1036 |
|
1037 |
-
#:
|
1038 |
-
#: and
|
1039 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:195
|
1040 |
msgid "Yahoo ZoneTag"
|
1041 |
msgstr "Yahoo ZoneTag"
|
1042 |
|
1043 |
-
#:
|
1044 |
-
#: and
|
1045 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:198
|
1046 |
msgid "enable"
|
1047 |
msgstr "attiva"
|
1048 |
|
1049 |
-
#:
|
1050 |
-
#: and
|
1051 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:280
|
1052 |
msgid "Suggested tags"
|
1053 |
msgstr "Tags suggeriti"
|
1054 |
|
1055 |
-
#:
|
1056 |
-
#: and
|
1057 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:282
|
1058 |
msgid "add all"
|
1059 |
msgstr "aggiungi tutti"
|
1060 |
|
1061 |
-
#:
|
1062 |
-
#: and
|
1063 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:285
|
1064 |
msgid "suggest"
|
1065 |
msgstr "suggeriti"
|
1066 |
|
1067 |
-
#:
|
1068 |
-
#: and
|
1069 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:290
|
1070 |
msgid "Yahoo"
|
1071 |
msgstr "Yahoo"
|
1072 |
|
1073 |
-
#:
|
1074 |
-
#: and
|
1075 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:309
|
1076 |
msgid "Suggest tags based on content"
|
1077 |
msgstr "Tag suggeriti in relazione al contenuto"
|
1078 |
|
1079 |
-
#:
|
1080 |
-
#: and
|
1081 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:314
|
1082 |
msgid "Yahoo Suggest"
|
1083 |
msgstr "Suggeriti da Yahoo"
|
1084 |
|
1085 |
-
#:
|
1086 |
-
#: and
|
1087 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/theme.php:64
|
1088 |
msgid "Page-specific Theme"
|
1089 |
msgstr "Tema pagina-specifica"
|
1090 |
|
1091 |
-
#:
|
1092 |
-
#: and
|
1093 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/theme.php:74
|
1094 |
msgid "Allows a custom page-specific theme to over-ride the default theme"
|
1095 |
msgstr "Permette ad una pagina-specifica personalizzata di un tema di annullare quella del tema predefinito "
|
1096 |
|
1097 |
-
#:
|
1098 |
-
#: and
|
1099 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/theme.php:81
|
1100 |
msgid "Theme"
|
1101 |
msgstr "Tema"
|
1102 |
|
1103 |
-
#:
|
1104 |
-
#: and
|
1105 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/theme.php:84
|
1106 |
msgid "Current theme"
|
1107 |
msgstr "Tema in uso"
|
1108 |
|
1109 |
-
#:
|
1110 |
-
#: and
|
1111 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:31
|
1112 |
msgid "103bees"
|
1113 |
msgstr "103bees"
|
1114 |
|
1115 |
-
#:
|
1116 |
-
#: and
|
1117 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:36
|
1118 |
msgid "Adds 103bees tracking code to all pages"
|
1119 |
msgstr "Aggiunge il codice di tracciamento 103bees a tutte le pagine"
|
1120 |
|
1121 |
-
#:
|
1122 |
-
#: and
|
1123 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:111
|
1124 |
msgid "Tracking code"
|
1125 |
msgstr "Codice di tracciamento"
|
1126 |
|
1127 |
-
#:
|
1128 |
-
#: and
|
1129 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:114
|
1130 |
msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
|
1131 |
msgstr "Inserisci il codice completo del file JavaScript di tracciamento così come indicato nella pagina del tuo account a 103bees."
|
1132 |
|
1133 |
-
#:
|
1134 |
-
#:
|
1135 |
-
#:
|
1136 |
-
#:
|
1137 |
-
#:
|
1138 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/awstats.php:121
|
1139 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:124
|
1140 |
msgid "Who to track"
|
1141 |
msgstr "Chi tacciare"
|
1142 |
|
1143 |
-
#:
|
1144 |
-
#:
|
1145 |
-
#:
|
1146 |
-
#:
|
1147 |
-
#:
|
1148 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/awstats.php:124
|
1149 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:127
|
1150 |
msgid "Everyone"
|
1151 |
msgstr "Chiunque"
|
1152 |
|
1153 |
-
#:
|
1154 |
-
#:
|
1155 |
-
#:
|
1156 |
-
#:
|
1157 |
-
#:
|
1158 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/awstats.php:131
|
1159 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:134
|
1160 |
msgid "Users of the specified role or less will be tracked"
|
1161 |
msgstr "Gli utenti con un ruolo specifico o inferiore saranno tracciati"
|
1162 |
|
1163 |
-
#:
|
1164 |
-
#: and
|
1165 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:39
|
1166 |
msgid "Google Analytics"
|
1167 |
msgstr "Google Analytics"
|
1168 |
|
1169 |
-
#:
|
1170 |
-
#: and
|
1171 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:44
|
1172 |
msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
|
1173 |
msgstr "Aggiunge il codice di tracciamento Google Analytic a tutte le pagine (via <code>wp_footer</code>)"
|
1174 |
|
1175 |
-
#:
|
1176 |
-
#:
|
1177 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:237
|
1178 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/feedburner-stats.php:67
|
1179 |
msgid "Account ID"
|
1180 |
msgstr "ID account"
|
1181 |
|
1182 |
-
#:
|
1183 |
-
#: and
|
1184 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:240
|
1185 |
msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
|
1186 |
msgstr "Inserisci il codice di tracciamento completo Google JavaScript oppure il solo numero <code>_uacct</code>."
|
1187 |
|
1188 |
-
#:
|
1189 |
-
#: and
|
1190 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:244
|
1191 |
msgid "Version"
|
1192 |
msgstr "Versione"
|
1193 |
|
1194 |
-
#:
|
1195 |
-
#: and
|
1196 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:247
|
1197 |
msgid "Urchin (urchin.js)"
|
1198 |
msgstr "Urchin (urchin.js)"
|
1199 |
|
1200 |
-
#:
|
1201 |
-
#: and
|
1202 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:248
|
1203 |
msgid "New Google Analytics (ga.js)"
|
1204 |
msgstr "Nuovo Google Analytics (ga.js)"
|
1205 |
|
1206 |
-
#:
|
1207 |
-
#: and
|
1208 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:267
|
1209 |
msgid "Track outbound links"
|
1210 |
msgstr "Traccia i link in uscita"
|
1211 |
|
1212 |
-
#:
|
1213 |
-
#: and
|
1214 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:270
|
1215 |
msgid "Enter the URL you want outbound links tracked to"
|
1216 |
msgstr "Inserici l'URL che desideri sia tracciato in uscita"
|
1217 |
|
1218 |
-
#:
|
1219 |
-
#: and
|
1220 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:274
|
1221 |
msgid "Virtual Pages"
|
1222 |
msgstr "Pagine virtuali"
|
1223 |
|
1224 |
-
#:
|
1225 |
-
#: and
|
1226 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:277
|
1227 |
msgid "Change what appears in reports"
|
1228 |
msgstr "Cambia quello che appare nei rapporti"
|
1229 |
|
1230 |
-
#:
|
1231 |
-
#: and
|
1232 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:281
|
1233 |
msgid "Domain Name"
|
1234 |
msgstr "Nome del dominio"
|
1235 |
|
1236 |
-
#:
|
1237 |
-
#: and
|
1238 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:284
|
1239 |
msgid "Set to a root domain when tracking across sub-domains"
|
1240 |
msgstr "Impostato sulla root del dominio durante il tracciamento ai sotto-domini"
|
1241 |
|
1242 |
-
#:
|
1243 |
-
#: and
|
1244 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:288
|
1245 |
msgid "Raw Code"
|
1246 |
msgstr "Codice grezzo"
|
1247 |
|
1248 |
-
#:
|
1249 |
-
#: and
|
1250 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:291
|
1251 |
msgid "Enter any additional Google Analytics code"
|
1252 |
msgstr "Inserisci ogni codice addizionale di Google Analytics"
|
1253 |
|
1254 |
-
#:
|
1255 |
-
#: and
|
1256 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:295
|
1257 |
msgid "Include on login page"
|
1258 |
msgstr "Incluso nella pagina di login"
|
1259 |
|
1260 |
-
#:
|
1261 |
-
#: and
|
1262 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:298
|
1263 |
msgid "Include Google Analytics on the WordPress login page"
|
1264 |
msgstr "Include Google Analytics nella pagina di login di WordPress"
|
1265 |
|
1266 |
-
#:
|
1267 |
-
#: and
|
1268 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:31
|
1269 |
msgid "Apture"
|
1270 |
msgstr "Apture"
|
1271 |
|
1272 |
-
#:
|
1273 |
-
#: and
|
1274 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:36
|
1275 |
msgid "Add Apture to all pages"
|
1276 |
msgstr "Aggiungi Apture a tutte le pagine"
|
1277 |
|
1278 |
-
#:
|
1279 |
-
#: and
|
1280 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:111
|
1281 |
msgid "Site token"
|
1282 |
msgstr "Site token"
|
1283 |
|
1284 |
-
#:
|
1285 |
-
#: and
|
1286 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:114
|
1287 |
msgid "Enter your site token."
|
1288 |
msgstr "Inserisci il tuo messaggio."
|
1289 |
|
1290 |
-
#:
|
1291 |
-
#: and
|
1292 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/awstats.php:31
|
1293 |
msgid "AWStats JavaScript Tracking"
|
1294 |
msgstr "AWStats JavaScript Tracking"
|
1295 |
|
1296 |
-
#:
|
1297 |
-
#: and
|
1298 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/awstats.php:36
|
1299 |
msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
|
1300 |
msgstr "Aggiunge JavaScript di tracciamento AWStats a tutte le pagine (via <code>wp_footer</code>)"
|
1301 |
|
1302 |
-
#:
|
1303 |
-
#: and
|
1304 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:33
|
1305 |
msgid "CrazyEgg"
|
1306 |
msgstr "CrazyEgg"
|
1307 |
|
1308 |
-
#:
|
1309 |
-
#: and
|
1310 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:38
|
1311 |
msgid "Adds CrazyEgg tracking code to all pages"
|
1312 |
msgstr "Aggiungi il codice tracciamento di CrazyEgg a tutte le pagine"
|
1313 |
|
1314 |
-
#:
|
1315 |
-
#: and
|
1316 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:117
|
1317 |
msgid "CrazyEgg ID"
|
1318 |
msgstr "ID CrazyEgg"
|
1319 |
|
1320 |
-
#:
|
1321 |
-
#: and
|
1322 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:120
|
1323 |
msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
|
1324 |
msgstr "Inserisci il tuo codice completo di <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg</a>"
|
1325 |
|
1326 |
-
#:
|
1327 |
-
#: and
|
1328 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/disable_visual_editing.php:28
|
1329 |
msgid "Disable Visual Editing"
|
1330 |
msgstr "Disattiva l'Editor Visuale"
|
1331 |
|
1332 |
-
#:
|
1333 |
-
#: and
|
1334 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/disable_visual_editing.php:33
|
1335 |
msgid "Disable visual editing"
|
1336 |
msgstr "Disattiva l'editor visuale"
|
1337 |
|
1338 |
-
#:
|
1339 |
-
#: and
|
1340 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/feedburner-stats.php:30
|
1341 |
msgid "Feedburner Stats Pro"
|
1342 |
msgstr "Feedburner Stats Pro"
|
1343 |
|
1344 |
-
#:
|
1345 |
-
#: and
|
1346 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/feedburner-stats.php:35
|
1347 |
msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
|
1348 |
msgstr "Aggiunge ai tuoi articoli il codice appropriato per attivare FeedBurner Stats Pro"
|
1349 |
|
1350 |
-
#:
|
1351 |
-
#: and
|
1352 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/feedburner-stats.php:70
|
1353 |
msgid "This is your FeedBurner username"
|
1354 |
msgstr "Questo é il tuo nome utente di FeedBurner"
|
1355 |
|
1356 |
-
#:
|
1357 |
-
#: and
|
1358 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:34
|
1359 |
msgid "First Time Visitor"
|
1360 |
msgstr "Utente alla prima visita"
|
1361 |
|
1362 |
-
#:
|
1363 |
-
#: and
|
1364 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:39
|
1365 |
msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
|
1366 |
msgstr "Mostra un messaggio agli utenti che giungono per la prima volta al tuo sito (da un'idea di idea Seth Godin)"
|
1367 |
|
1368 |
-
#:
|
1369 |
-
#: and
|
1370 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:93
|
1371 |
#, php-format
|
1372 |
msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
|
1373 |
msgstr "<p>Benvenuto! Abbonati al mio feed <a href=\"%s/feed/\">RSS</a>.</p>"
|
1374 |
|
1375 |
-
#:
|
1376 |
-
#: and
|
1377 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:119
|
1378 |
msgid "Message to display"
|
1379 |
msgstr "Messaggio da mostrare"
|
1380 |
|
1381 |
-
#:
|
1382 |
-
#: and
|
1383 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:125
|
1384 |
msgid "Repeat"
|
1385 |
msgstr "Ripeti"
|
1386 |
|
1387 |
-
#:
|
1388 |
-
#: and
|
1389 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:126
|
1390 |
msgid "Enter 0 for always"
|
1391 |
msgstr "Inserisci 0 per sempre"
|
1392 |
|
1393 |
-
#:
|
1394 |
-
#: and
|
1395 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:129
|
1396 |
msgid "Display position"
|
1397 |
msgstr "Disponi la posizione"
|
1398 |
|
1399 |
-
#:
|
1400 |
-
#: and
|
1401 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:132
|
1402 |
msgid "Before content"
|
1403 |
msgstr "Prima del contenuto"
|
1404 |
|
1405 |
-
#:
|
1406 |
-
#: and
|
1407 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:133
|
1408 |
msgid "After content"
|
1409 |
msgstr "A seguire il contenuto"
|
1410 |
|
1411 |
-
#:
|
1412 |
-
#: and
|
1413 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:138
|
1414 |
msgid "Ignore Bots"
|
1415 |
msgstr "Ignora i Bots"
|
1416 |
|
1417 |
-
#:
|
1418 |
-
#: and
|
1419 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/frame-breaker.php:32
|
1420 |
msgid "Frame Breaker"
|
1421 |
msgstr "Blocco frame"
|
1422 |
|
1423 |
-
#:
|
1424 |
-
#: and
|
1425 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/frame-breaker.php:37
|
1426 |
msgid "Stops your site being loaded in a frame."
|
1427 |
msgstr "Fa sì che il tuo sito non sia caricato in una frame."
|
1428 |
|
1429 |
-
#:
|
1430 |
-
#: and
|
1431 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/google-ad-wrap.php:28
|
1432 |
msgid "Google Section Targeting"
|
1433 |
msgstr "Sezione tracciamento Google"
|
1434 |
|
1435 |
-
#:
|
1436 |
-
#: and
|
1437 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/google-ad-wrap.php:33
|
1438 |
msgid "Wraps all post and page content inside a Google targeted section"
|
1439 |
msgstr "Incorpora tutti i contenuti degli articoli e pagine nella sezione di tracciamento di Google"
|
1440 |
|
1441 |
-
#:
|
1442 |
-
#: and
|
1443 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/google_webmaster.php:30
|
1444 |
msgid "Google Webmaster"
|
1445 |
msgstr "Google Webmaster"
|
1446 |
|
1447 |
-
#:
|
1448 |
-
#: and
|
1449 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/google_webmaster.php:35
|
1450 |
msgid "Adds Google Webmaster tracking code to your home page"
|
1451 |
msgstr "Aggiunge il codice di tracciamento Google Webmaster alla tua home page"
|
1452 |
|
1453 |
-
#:
|
1454 |
-
#: and
|
1455 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/google_webmaster.php:70
|
1456 |
msgid "Enter Google Webmaster tracking code."
|
1457 |
msgstr "Inserisci il codice di tracciamento Google Webmaster."
|
1458 |
|
1459 |
-
#:
|
1460 |
-
#: and
|
1461 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/hittail.php:31
|
1462 |
msgid "HitTail"
|
1463 |
msgstr "HitTail"
|
1464 |
|
1465 |
-
#:
|
1466 |
-
#: and
|
1467 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/hittail.php:36
|
1468 |
msgid "Adds HitTail tracking code to all pages"
|
1469 |
msgstr "Aggiungi il codice di tracciamento HitTail a tutte le pagine"
|
1470 |
|
1471 |
-
#:
|
1472 |
-
#: and
|
1473 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/hittail.php:114
|
1474 |
msgid "Enter the full JavaScript tracking code as provided by HitTail."
|
1475 |
msgstr "Inserisci il codice completo del file JavaScript di tracciamento fornito da Hit Tail."
|
1476 |
|
1477 |
-
#:
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
#:
|
1486 |
-
msgid "Adds Microsoft Live verification code to your home page"
|
1487 |
-
msgstr "Inserisci il codice di verifica Microsoft Live alla tua home page"
|
1488 |
-
|
1489 |
-
#: C:\Documents
|
1490 |
-
#: and
|
1491 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/microsoft-live.php:67
|
1492 |
msgid "Verification code"
|
1493 |
msgstr "Codice verifica"
|
1494 |
|
1495 |
-
#:
|
1496 |
-
#: and
|
1497 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/microsoft-live.php:70
|
1498 |
msgid "Enter Microsoft Live verification code."
|
1499 |
msgstr "Inserisci il codice di verifica Microsoft Live."
|
1500 |
|
1501 |
-
#:
|
1502 |
-
#: and
|
1503 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/mint.php:33
|
1504 |
msgid "Mint"
|
1505 |
msgstr "Mint"
|
1506 |
|
1507 |
-
#:
|
1508 |
-
#: and
|
1509 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/mint.php:38
|
1510 |
msgid "Adds Mint tracking code to all pages"
|
1511 |
msgstr "Aggiunge il codice di tracciamento Mint tracking a tutte le pagine"
|
1512 |
|
1513 |
-
#:
|
1514 |
-
#: and
|
1515 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/mint.php:121
|
1516 |
msgid "Mint path"
|
1517 |
msgstr "Percorso Mint"
|
1518 |
|
1519 |
-
#:
|
1520 |
-
#: and
|
1521 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/mint.php:124
|
1522 |
msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
|
1523 |
msgstr "Inserisci l'URL relativo alla tua installazione di Mint (ad es. <code>/mint/</code>)."
|
1524 |
|
1525 |
-
#:
|
1526 |
-
#: and
|
1527 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:33
|
1528 |
msgid "Page Counts"
|
1529 |
msgstr "Pagine incluse"
|
1530 |
|
1531 |
-
#:
|
1532 |
-
#: and
|
1533 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:38
|
1534 |
msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
|
1535 |
msgstr "Personalizza il numero di pagine da mostrare nell'archivio e nelle pagine di ricerca nonché disponi se proporre l'intero contenuto o un riassunto"
|
1536 |
|
1537 |
-
#:
|
1538 |
-
#:
|
1539 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:116
|
1540 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:128
|
1541 |
msgid "posts, showing the"
|
1542 |
msgstr "articoli, mostra il"
|
1543 |
|
1544 |
-
#:
|
1545 |
-
#:
|
1546 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:118
|
1547 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:130
|
1548 |
msgid "default"
|
1549 |
msgstr "predefinito"
|
1550 |
|
1551 |
-
#:
|
1552 |
-
#:
|
1553 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:119
|
1554 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:131
|
1555 |
msgid "content"
|
1556 |
msgstr "contenuto"
|
1557 |
|
1558 |
-
#:
|
1559 |
-
#:
|
1560 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:120
|
1561 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:132
|
1562 |
msgid "excerpt"
|
1563 |
msgstr "riassunto"
|
1564 |
|
1565 |
-
#:
|
1566 |
-
#: and
|
1567 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:122
|
1568 |
msgid "(set number of posts to 0 for theme default)"
|
1569 |
msgstr "(imposta il numero degli articoli a 0 per il tema predefinito)"
|
1570 |
|
1571 |
-
#:
|
1572 |
-
#: and
|
1573 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:126
|
1574 |
msgid "Searches"
|
1575 |
msgstr "Ricerche"
|
1576 |
|
1577 |
-
#:
|
1578 |
-
#: and
|
1579 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:134
|
1580 |
msgid "set number of posts to 0 for theme default"
|
1581 |
msgstr "imposta il numero degli articoli a 0 per il tema predefinito"
|
1582 |
|
1583 |
-
#:
|
1584 |
-
#: and
|
1585 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:37
|
1586 |
msgid "Piwik"
|
1587 |
msgstr "Piwik"
|
1588 |
|
1589 |
-
#:
|
1590 |
-
#: and
|
1591 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:42
|
1592 |
msgid "Adds Piwik tracking code to all pages"
|
1593 |
msgstr "Aggiungi il codice di tracciamento Piwik a tutte le pagine"
|
1594 |
|
1595 |
-
#:
|
1596 |
-
#: and
|
1597 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:180
|
1598 |
msgid "Piwik Site ID"
|
1599 |
msgstr "ID sito Piwik"
|
1600 |
|
1601 |
-
#:
|
1602 |
-
#: and
|
1603 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:183
|
1604 |
msgid "If you are monitoring multiple sites this allows you to identify each"
|
1605 |
msgstr "Qualora tu stessi monitorando più siti questo ti permetterà l'identificazione di ogniuno"
|
1606 |
|
1607 |
-
#:
|
1608 |
-
#: and
|
1609 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:187
|
1610 |
msgid "Piwik PHP"
|
1611 |
msgstr "Piwik PHP"
|
1612 |
|
1613 |
-
#:
|
1614 |
-
#: and
|
1615 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:190
|
1616 |
msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
|
1617 |
msgstr "Allocazione del file Piwik PHP (ad es. <code>/piwik/piwik.php</code>)"
|
1618 |
|
1619 |
-
#:
|
1620 |
-
#: and
|
1621 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:194
|
1622 |
msgid "Piwik JavaScript"
|
1623 |
msgstr "JavaScript Piwik "
|
1624 |
|
1625 |
-
#:
|
1626 |
-
#: and
|
1627 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:197
|
1628 |
msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
|
1629 |
msgstr "Allocazione del file Piwik JavaScript (ad es. <code>/piwik/piwik.js</code>)"
|
1630 |
|
1631 |
-
#:
|
1632 |
-
#: and
|
1633 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:201
|
1634 |
msgid "Track downloads"
|
1635 |
msgstr "Tracciamento dei download"
|
1636 |
|
1637 |
-
#:
|
1638 |
-
#: and
|
1639 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:204
|
1640 |
msgid "Clear to disable download tracking"
|
1641 |
msgstr "Svuota per disattivare il tracciamento dei download"
|
1642 |
|
1643 |
-
#:
|
1644 |
-
#: and
|
1645 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:204
|
1646 |
msgid "reset to default"
|
1647 |
msgstr "ripristina alle predefinite"
|
1648 |
|
1649 |
-
#:
|
1650 |
-
#: and
|
1651 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:208
|
1652 |
msgid "Tracker pause"
|
1653 |
msgstr "Pausa tracciamento"
|
1654 |
|
1655 |
-
#:
|
1656 |
-
#: and
|
1657 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:211
|
1658 |
msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
|
1659 |
msgstr "Una pausa (millisecondi) aggiunta quando il file é stato scaricato. I valori minori non verranno tracciati"
|
1660 |
|
1661 |
-
#:
|
1662 |
-
#: and
|
1663 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:215
|
1664 |
msgid "Host aliases"
|
1665 |
msgstr "Host alias"
|
1666 |
|
1667 |
-
#:
|
1668 |
-
#: and
|
1669 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:218
|
1670 |
msgid "Enter each host on a separate line"
|
1671 |
msgstr "Inserisci ogni host su di una singola linea"
|
1672 |
|
1673 |
-
#:
|
1674 |
-
#: and
|
1675 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:35
|
1676 |
msgid "StatCounter"
|
1677 |
msgstr "StatCounter"
|
1678 |
|
1679 |
-
#:
|
1680 |
-
#: and
|
1681 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:40
|
1682 |
msgid "Adds StatCounter tracking code to all pages"
|
1683 |
msgstr "Aggiunge il codice di tracciamento di StatCounter a tutte le pagine"
|
1684 |
|
1685 |
-
#:
|
1686 |
-
#: and
|
1687 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:136
|
1688 |
msgid "Project ID"
|
1689 |
msgstr "Project ID"
|
1690 |
|
1691 |
-
#:
|
1692 |
-
#: and
|
1693 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:142
|
1694 |
msgid "Partition ID"
|
1695 |
msgstr "Partition ID"
|
1696 |
|
1697 |
-
#:
|
1698 |
-
#: and
|
1699 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:148
|
1700 |
msgid "Security ID"
|
1701 |
msgstr "Security ID"
|
1702 |
|
1703 |
-
#:
|
1704 |
-
#: and
|
1705 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:32
|
1706 |
msgid "System Settings"
|
1707 |
msgstr "Impostazini sistema"
|
1708 |
|
1709 |
-
#:
|
1710 |
-
#: and
|
1711 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:37
|
1712 |
msgid "Configure PHP memory limits, time-outs, and error reporting"
|
1713 |
msgstr "Configura i limiti di memoria PHP, i time-outs e di rapporti di errore"
|
1714 |
|
1715 |
-
#:
|
1716 |
-
#:
|
1717 |
-
#:
|
1718 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:94
|
1719 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:99
|
1720 |
msgid "System default"
|
1721 |
msgstr "Sistema predefinito"
|
1722 |
|
1723 |
-
#:
|
1724 |
-
#: and
|
1725 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:85
|
1726 |
msgid "30 seconds"
|
1727 |
msgstr "30 secondi"
|
1728 |
|
1729 |
-
#:
|
1730 |
-
#: and
|
1731 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:86
|
1732 |
msgid "60 seconds"
|
1733 |
msgstr "60 secondi"
|
1734 |
|
1735 |
-
#:
|
1736 |
-
#: and
|
1737 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:87
|
1738 |
msgid "10 minutes"
|
1739 |
msgstr "10 minuti"
|
1740 |
|
1741 |
-
#:
|
1742 |
-
#: and
|
1743 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:88
|
1744 |
msgid "1 hour"
|
1745 |
msgstr "1 ora"
|
1746 |
|
1747 |
-
#:
|
1748 |
-
#: and
|
1749 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:89
|
1750 |
msgid "No timeout limit"
|
1751 |
msgstr "Nessun limite timeout"
|
1752 |
|
1753 |
-
#:
|
1754 |
-
#: and
|
1755 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:100
|
1756 |
msgid "Show only errors"
|
1757 |
msgstr "Mostra solamente gli errori"
|
1758 |
|
1759 |
-
#:
|
1760 |
-
#: and
|
1761 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:101
|
1762 |
msgid "Show all errors & warnings"
|
1763 |
msgstr "Mostra tutti gli errori & avvisi"
|
1764 |
|
1765 |
-
#:
|
1766 |
-
#: and
|
1767 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:102
|
1768 |
msgid "Show no errors or warnings"
|
1769 |
msgstr "Non mostrare errori ed avvisi"
|
1770 |
|
1771 |
-
#:
|
1772 |
-
#: and
|
1773 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:106
|
1774 |
msgid "Memory Limit"
|
1775 |
msgstr "Limite memoria"
|
1776 |
|
1777 |
-
#:
|
1778 |
-
#: and
|
1779 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:116
|
1780 |
msgid "PHP Script Timeout"
|
1781 |
msgstr "Timeout PHP Script"
|
1782 |
|
1783 |
-
#:
|
1784 |
-
#: and
|
1785 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:126
|
1786 |
msgid "PHP Error Reporting"
|
1787 |
msgstr "Rapporto errore PHP"
|
1788 |
|
1789 |
-
#:
|
1790 |
-
#: and
|
1791 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:30
|
1792 |
msgid "Disable WordPress Widgets"
|
1793 |
msgstr "Disattiva i widget WordPress"
|
1794 |
|
1795 |
-
#:
|
1796 |
-
#: and
|
1797 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:35
|
1798 |
msgid "Allows you to enable or disable various WordPress Widgets"
|
1799 |
msgstr "Ti permette di attivare/disattivare i vari widget di WordPress"
|
1800 |
|
1801 |
-
#:
|
1802 |
-
#:
|
1803 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:67
|
1804 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:68
|
1805 |
msgid "Calendar"
|
1806 |
msgstr "Calendario"
|
1807 |
|
1808 |
-
#:
|
1809 |
-
#: and
|
1810 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:79
|
1811 |
msgid "Links"
|
1812 |
msgstr "Link"
|
1813 |
|
1814 |
-
#:
|
1815 |
-
#:
|
1816 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:84
|
1817 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:85
|
1818 |
msgid "Meta"
|
1819 |
msgstr "Meta"
|
1820 |
|
1821 |
-
#:
|
1822 |
-
#: and
|
1823 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:90
|
1824 |
msgid "Search"
|
1825 |
msgstr "Cerca"
|
1826 |
|
1827 |
-
#:
|
1828 |
-
#:
|
1829 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:95
|
1830 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:96
|
1831 |
msgid "Recent Posts"
|
1832 |
msgstr "Articoli recenti"
|
1833 |
|
1834 |
-
#:
|
1835 |
-
#:
|
1836 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:101
|
1837 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:102
|
1838 |
msgid "Tag Cloud"
|
1839 |
msgstr "Tag Cloud"
|
1840 |
|
1841 |
-
#:
|
1842 |
-
#: and
|
1843 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:141
|
1844 |
msgid "categories"
|
1845 |
msgstr "categorie"
|
1846 |
|
1847 |
-
#:
|
1848 |
-
#: and
|
1849 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:142
|
1850 |
msgid "text"
|
1851 |
msgstr "testo"
|
1852 |
|
1853 |
-
#:
|
1854 |
-
#: and
|
1855 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:143
|
1856 |
msgid "rss"
|
1857 |
msgstr "rss"
|
1858 |
|
1859 |
-
#:
|
1860 |
-
#: and
|
1861 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:144
|
1862 |
msgid "recent comments"
|
1863 |
msgstr "commenti recenti"
|
1864 |
|
1865 |
-
#:
|
1866 |
-
#: and
|
1867 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:145
|
1868 |
msgid "pages"
|
1869 |
msgstr "Pagine"
|
1870 |
|
1871 |
-
#:
|
1872 |
-
#: and
|
1873 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:146
|
1874 |
msgid "search"
|
1875 |
msgstr "cerca"
|
1876 |
|
1877 |
-
#:
|
1878 |
-
#: and
|
1879 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:147
|
1880 |
msgid "calendar"
|
1881 |
msgstr "calendario"
|
1882 |
|
1883 |
-
#:
|
1884 |
-
#: and
|
1885 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:148
|
1886 |
msgid "archives"
|
1887 |
msgstr "archivi"
|
1888 |
|
1889 |
-
#:
|
1890 |
-
#: and
|
1891 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:149
|
1892 |
msgid "links"
|
1893 |
msgstr "link"
|
1894 |
|
1895 |
-
#:
|
1896 |
-
#: and
|
1897 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:150
|
1898 |
msgid "meta"
|
1899 |
msgstr "meta"
|
1900 |
|
1901 |
-
#:
|
1902 |
-
#: and
|
1903 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:151
|
1904 |
msgid "recent entries"
|
1905 |
msgstr "aricoli recenti"
|
1906 |
|
1907 |
-
#:
|
1908 |
-
#: and
|
1909 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:152
|
1910 |
msgid "tag cloud"
|
1911 |
msgstr "tag cloud"
|
1912 |
|
1913 |
-
#:
|
1914 |
-
#: and
|
1915 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:156
|
1916 |
msgid "Enabled Widgets"
|
1917 |
msgstr "Attiva widget"
|
1918 |
|
1919 |
-
#:
|
1920 |
-
#: and
|
1921 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:32
|
1922 |
msgid "WordPress content formatting"
|
1923 |
msgstr "Formattazione contenuto WordPress"
|
1924 |
|
1925 |
-
#:
|
1926 |
-
#: and
|
1927 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:37
|
1928 |
msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
|
1929 |
msgstr "Permette che siano attivate o disattivate le varie funzioni di auto-formattazione di WordPress (incluso wpautop)"
|
1930 |
|
1931 |
-
#:
|
1932 |
-
#: and
|
1933 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:91
|
1934 |
msgid "Auto-formatting"
|
1935 |
msgstr "Formattazione automatica"
|
1936 |
|
1937 |
-
#:
|
1938 |
-
#: and
|
1939 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:94
|
1940 |
msgid "Use <code>wpautop</code> to format paragraphs"
|
1941 |
msgstr "Utilizza <code>wpautop</code> per formattare i paragrafi"
|
1942 |
|
1943 |
-
#:
|
1944 |
-
#: and
|
1945 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:98
|
1946 |
msgid "Auto-fancy quotes"
|
1947 |
msgstr "Auto-fancy quotes"
|
1948 |
|
1949 |
-
#:
|
1950 |
-
#: and
|
1951 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:101
|
1952 |
msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
|
1953 |
msgstr "Utilizza <code>wptexturize</code> per commutare le citazioni in fancy quotes"
|
1954 |
|
1955 |
-
#:
|
1956 |
-
#: and
|
1957 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:105
|
1958 |
msgid "Auto-link"
|
1959 |
msgstr "Auto-link"
|
1960 |
|
1961 |
-
#:
|
1962 |
-
#: and
|
1963 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:108
|
1964 |
msgid "Makes links clickable in comments"
|
1965 |
msgstr "Rende cliccabili i link nei commenti"
|
1966 |
|
1967 |
-
#:
|
1968 |
-
#: and
|
1969 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/yahoo-site-explorer.php:30
|
1970 |
msgid "Yahoo! Site Explorer"
|
1971 |
msgstr "Yahoo! Site Explorer"
|
1972 |
|
1973 |
-
#:
|
1974 |
-
#: and
|
1975 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/yahoo-site-explorer.php:35
|
1976 |
msgid "Adds Yahoo! Site Explorer tracking code to your home page"
|
1977 |
msgstr "Aggiunge il codice di tracciamento di Yahoo! Site Explorer alla tua home page"
|
1978 |
|
1979 |
-
#:
|
1980 |
-
#: and
|
1981 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/yahoo-site-explorer.php:70
|
1982 |
msgid "Enter Yahoo! Site Explorer tracking code."
|
1983 |
msgstr "Inserisci il codice di tracciamento Yahoo! Site Explorer."
|
1984 |
|
1985 |
-
#:
|
1986 |
-
#: and
|
1987 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/edit_category.php:1
|
1988 |
msgid "HeadSpace Settings"
|
1989 |
msgstr "Impostazioni Settings"
|
1990 |
|
1991 |
-
#:
|
1992 |
-
#: and
|
1993 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/edit_category.php:5
|
1994 |
msgid "Edit Category »"
|
1995 |
msgstr "Modifica Categoria »"
|
1996 |
|
1997 |
-
#:
|
1998 |
-
#: and
|
1999 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/edit_post.php:7
|
2000 |
msgid "HeadSpace Meta data"
|
2001 |
msgstr "Meta dati HeadSpace"
|
2002 |
|
2003 |
-
#:
|
2004 |
-
#: and
|
2005 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/head_admin.php:5
|
2006 |
msgid "Are you sure you want to merge that tag?"
|
2007 |
msgstr "Sei certo di volere incorporare quel tag?"
|
2008 |
|
2009 |
-
#:
|
2010 |
-
#: and
|
2011 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/head_admin.php:6
|
2012 |
msgid "A problem occured retrieving data from the server. If this persists please check that you have installed the plugin correctly."
|
2013 |
msgstr "Si é verificato un errore durante il recupero dei dati dal server. Qualora il problema continuasse a persistere, verifica la corretta installazione del plugin."
|
2014 |
|
2015 |
-
#:
|
2016 |
-
#: and
|
2017 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:3
|
2018 |
msgid "Special Tags"
|
2019 |
msgstr "Tag speciali"
|
2020 |
|
2021 |
-
#:
|
2022 |
-
#: and
|
2023 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:4
|
2024 |
msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
|
2025 |
msgstr "Questi tag possono essere inclusi e verranno sostituiti da HeadSpace durante la visualizzazione di una pagina."
|
2026 |
|
2027 |
-
#:
|
2028 |
-
#: and
|
2029 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:10
|
2030 |
msgid "Replaced with the date of the post/page"
|
2031 |
msgstr "Sostituito con la data dell'articolo/pagina"
|
2032 |
|
2033 |
-
#:
|
2034 |
-
#: and
|
2035 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:11
|
2036 |
msgid "Replaced with the title of the post/page"
|
2037 |
msgstr "Sostituito"
|
2038 |
|
2039 |
-
#:
|
2040 |
-
#: and
|
2041 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:12
|
2042 |
msgid "The site's name"
|
2043 |
msgstr "Il nome del sito"
|
2044 |
|
2045 |
-
#:
|
2046 |
-
#: and
|
2047 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:13
|
2048 |
msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
|
2049 |
msgstr "Sostituito con il riassunto dell'articolo/pagina (oppure auto-generato qualora non esistesse)"
|
2050 |
|
2051 |
-
#:
|
2052 |
-
#: and
|
2053 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:14
|
2054 |
msgid "Replaced with the post/page excerpt (without auto-generation)"
|
2055 |
msgstr "Sostituito con il riassunto dell'articolo/pagina (senza auto-generazione)"
|
2056 |
|
2057 |
-
#:
|
2058 |
-
#: and
|
2059 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:15
|
2060 |
msgid "Replaced with the current tag/tags"
|
2061 |
msgstr "Sostituito con l'attuale tag"
|
2062 |
|
2063 |
-
#:
|
2064 |
-
#: and
|
2065 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:16
|
2066 |
msgid "Replaced with the post categories (comma separated)"
|
2067 |
msgstr "Sostituito con le categorie articolo (separate da una virgola)"
|
2068 |
|
2069 |
-
#:
|
2070 |
-
#: and
|
2071 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:17
|
2072 |
msgid "Replaced with the category description"
|
2073 |
msgstr "Sostituito con la descrizione della categoria"
|
2074 |
|
2075 |
-
#:
|
2076 |
-
#: and
|
2077 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:18
|
2078 |
msgid "Replaced with the tag description"
|
2079 |
msgstr "Sostituito con la descrizione del tag"
|
2080 |
|
2081 |
-
#:
|
2082 |
-
|
2083 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2084 |
msgid "Replaced with the post/page modified time"
|
2085 |
msgstr "Sostituito con l'ora modificata dell'articolo/pagina"
|
2086 |
|
2087 |
-
#:
|
2088 |
-
#: and
|
2089 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:20
|
2090 |
msgid "Replaced with the post/page ID"
|
2091 |
msgstr "Sostituito cin la ID articolo/pagina"
|
2092 |
|
2093 |
-
#:
|
2094 |
-
#: and
|
2095 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:21
|
2096 |
msgid "Replaced with the post/page author's 'nicename'"
|
2097 |
msgstr "Sostituito con il 'nicename' dell'autore dell'articolo/pagina"
|
2098 |
|
2099 |
-
#:
|
2100 |
-
#: and
|
2101 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:22
|
2102 |
msgid "Replaced with the post/page author's userid"
|
2103 |
msgstr "Sostituito con l'ID utente dell'autore dell'articolo/pagina"
|
2104 |
|
2105 |
-
#:
|
2106 |
-
#: and
|
2107 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:23
|
2108 |
msgid "Replaced with the current search phrase"
|
2109 |
msgstr "Sostituito con la attuale frase di ricerca"
|
2110 |
|
2111 |
-
#:
|
2112 |
-
#: and
|
2113 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:24
|
2114 |
msgid "Replaced with the current time"
|
2115 |
msgstr "Sostituito con l'ora corrente"
|
2116 |
|
2117 |
-
#:
|
2118 |
-
#: and
|
2119 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:25
|
2120 |
msgid "Replaced with the current date"
|
2121 |
msgstr "Sostituito con la data corrente"
|
2122 |
|
2123 |
-
#:
|
2124 |
-
#: and
|
2125 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:26
|
2126 |
msgid "Replaced with the current month"
|
2127 |
msgstr "Sostituito con il mese corrente"
|
2128 |
|
2129 |
-
#:
|
2130 |
-
#: and
|
2131 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:27
|
2132 |
msgid "Replaced with the current year"
|
2133 |
msgstr "Sostituito con l'anno corrente"
|
2134 |
|
2135 |
-
#:
|
2136 |
-
#: and
|
2137 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:28
|
2138 |
msgid "Replaced with the current page number (i.e. page 2 of 4)"
|
2139 |
msgstr "Sostituito con l'attuale numero della pagina (ad es: pagina 2 di 4)"
|
2140 |
|
2141 |
-
#:
|
2142 |
-
#: and
|
2143 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:29
|
2144 |
msgid "Replaced with the current page total"
|
2145 |
msgstr "Sostituito con il totale corrente delle pagine"
|
2146 |
|
2147 |
-
#:
|
2148 |
-
#: and
|
2149 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:30
|
2150 |
msgid "Replaced with the current page number"
|
2151 |
msgstr "Sostituito con il numero corrente della pagina"
|
2152 |
|
2153 |
-
#:
|
2154 |
-
#: and
|
2155 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:31
|
2156 |
msgid "Attachment caption"
|
2157 |
msgstr "Didascalia in allegato"
|
2158 |
|
2159 |
-
#:
|
2160 |
-
#: and
|
2161 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/import.php:6
|
2162 |
#, php-format
|
2163 |
msgid "%s | Import"
|
2164 |
msgstr "%s | Importa"
|
2165 |
|
2166 |
-
#:
|
2167 |
-
#: and
|
2168 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/import.php:10
|
2169 |
msgid "This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work."
|
2170 |
msgstr "Questa pagina ti permetterà l'importazione dei meta-dati dagli altri plugin di WordPress. Non sarà necessario che siano attivi gli altri plugin durante l'operazione di importazione dei dati."
|
2171 |
|
2172 |
-
#:
|
2173 |
-
#: and
|
2174 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/import.php:21
|
2175 |
msgid "Import"
|
2176 |
msgstr "Importa"
|
2177 |
|
2178 |
-
#:
|
2179 |
-
#: and
|
2180 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/import.php:22
|
2181 |
msgid "Import and remove original data"
|
2182 |
msgstr "Importa e rimuovi i dati originali"
|
2183 |
|
2184 |
-
#:
|
2185 |
-
#: and
|
2186 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/import.php:22
|
2187 |
msgid "(not available in UTW and Simple Tagging)"
|
2188 |
msgstr "(non disponibile per UTW e Simple Tagging)"
|
2189 |
|
2190 |
-
#:
|
2191 |
-
#: and
|
2192 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/import.php:25
|
2193 |
msgid "As with anything else that modifies your database you should <strong>backup your data before running an import</strong>. No responsibility is accepted for any kittens that may be killed in the process."
|
2194 |
msgstr "Così come per ogni altra operazione che modifichi il database sarà necessario che tu effettui il <strong>backup dei tuoi dati prima di avviare l'importazione</strong>. Non verrà assunta responsabilità alcuna per i mici che verranno feriti durante il processo."
|
2195 |
|
2196 |
-
#:
|
2197 |
-
#: and
|
2198 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/mass_edit.php:29
|
2199 |
msgid "Filter"
|
2200 |
msgstr "Filtro"
|
2201 |
|
2202 |
-
#:
|
2203 |
-
#: and
|
2204 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/mass_edit.php:66
|
2205 |
msgid "Save all data"
|
2206 |
msgstr "Salva tutti i dati"
|
2207 |
|
2208 |
-
#:
|
2209 |
-
#: and
|
2210 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:7
|
2211 |
#, php-format
|
2212 |
msgid "%s | General Options"
|
2213 |
msgstr "%s | Opzioni generali"
|
2214 |
|
2215 |
-
#:
|
2216 |
-
#: and
|
2217 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:16
|
2218 |
msgid "Inherit settings"
|
2219 |
msgstr "Impostazioni precedenti"
|
2220 |
|
2221 |
-
#:
|
2222 |
-
#: and
|
2223 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:20
|
2224 |
msgid "Inherit from global settings"
|
2225 |
msgstr "Eredita dalle impostazioni generali"
|
2226 |
|
2227 |
-
#:
|
2228 |
-
#: and
|
2229 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:24
|
2230 |
msgid "Process excerpt with plugins"
|
2231 |
msgstr "Elaborazione del riassunto via plugin"
|
2232 |
|
2233 |
-
#:
|
2234 |
-
#: and
|
2235 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:28
|
2236 |
msgid "Will allow plugins to modify generated excerpts"
|
2237 |
msgstr "Permetti al plugin di modificare i riassunti"
|
2238 |
|
2239 |
-
#:
|
2240 |
-
#: and
|
2241 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:32
|
2242 |
msgid "Plugin Support"
|
2243 |
msgstr "Supporto plugin"
|
2244 |
|
2245 |
-
#:
|
2246 |
-
#: and
|
2247 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:35
|
2248 |
msgid "I'm a nice person and I have helped support the author of this plugin"
|
2249 |
msgstr "Sono propio una brava persona perché ho supportato l'autore di questo plugin"
|
2250 |
|
2251 |
-
#:
|
2252 |
-
#: and
|
2253 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:39
|
2254 |
msgid "Debug"
|
2255 |
msgstr "Debug"
|
2256 |
|
2257 |
-
#:
|
2258 |
-
#: and
|
2259 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:43
|
2260 |
msgid "Enable debug option"
|
2261 |
msgstr "Attiva l'opzione debug"
|
2262 |
|
2263 |
-
#:
|
2264 |
-
#: and
|
2265 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:49
|
2266 |
msgid "Update Options »"
|
2267 |
msgstr "Aggiorna le opzioni »"
|
2268 |
|
2269 |
-
#:
|
2270 |
-
#: and
|
2271 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:57
|
2272 |
msgid "Remove HeadSpace"
|
2273 |
msgstr "Rimuovi HeadSpace"
|
2274 |
|
2275 |
-
#:
|
2276 |
-
#: and
|
2277 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:59
|
2278 |
msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
|
2279 |
msgstr "Questa opzione rimuoverà HeadSpace e cancellerà tutte le impostazioni, tags e meta-dati - assicurati di sapere cosa stai facendo!"
|
2280 |
|
2281 |
-
#:
|
2282 |
-
#: and
|
2283 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:64
|
2284 |
msgid "Delete HeadSpace"
|
2285 |
msgstr "Cancella HeadSpace"
|
2286 |
|
2287 |
-
#:
|
2288 |
-
#:
|
2289 |
-
#:
|
2290 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings-edit-ajax.php:5
|
2291 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/site-module-edit.php:17
|
2292 |
msgid "Save"
|
2293 |
msgstr "Salva"
|
2294 |
|
2295 |
-
#:
|
2296 |
-
#:
|
2297 |
-
#:
|
2298 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings-edit-ajax.php:6
|
2299 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/site-module-edit.php:18
|
2300 |
msgid "Cancel"
|
2301 |
msgstr "Cancella"
|
2302 |
|
2303 |
-
#:
|
2304 |
-
#: and
|
2305 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:7
|
2306 |
#, php-format
|
2307 |
msgid "%s | Page Modules"
|
2308 |
msgstr "%s | Moduli pagina"
|
2309 |
|
2310 |
-
#:
|
2311 |
-
#: and
|
2312 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:11
|
2313 |
msgid "Page modules apply to individual pages. Drag-and-drop modules into the appropriate area. Modules can be re-ordered to change their position on the edit screen."
|
2314 |
msgstr "Moduli pagina applicati alle singole pagine. Trascina i moduli dentro l'area appropriata. I moduli possono essere riordinati in modo tale da poter cambiare la loro posizione nella pagina delle modifiche."
|
2315 |
|
2316 |
-
#:
|
2317 |
-
#: and
|
2318 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:15
|
2319 |
msgid "Simple"
|
2320 |
msgstr "Semplice"
|
2321 |
|
2322 |
-
#:
|
2323 |
-
#: and
|
2324 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:16
|
2325 |
msgid "Modules will always appear on edit screens"
|
2326 |
msgstr "I moduli appariranno sempre nella pagina delle modifiche"
|
2327 |
|
2328 |
-
#:
|
2329 |
-
#: and
|
2330 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:21
|
2331 |
msgid "Advanced"
|
2332 |
msgstr "Avanzato"
|
2333 |
|
2334 |
-
#:
|
2335 |
-
#: and
|
2336 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:22
|
2337 |
msgid "Modules will be hidden behind a link"
|
2338 |
msgstr "I moduli verranno nascosti dietro ad un link"
|
2339 |
|
2340 |
-
#:
|
2341 |
-
#: and
|
2342 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:32
|
2343 |
msgid "Disabled"
|
2344 |
msgstr "Disattivato"
|
2345 |
|
2346 |
-
#:
|
2347 |
-
#: and
|
2348 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:33
|
2349 |
msgid "Modules are disabled and do not appear"
|
2350 |
msgstr "I moduli sono disattivati e quindi non appaiono"
|
2351 |
|
2352 |
-
#:
|
2353 |
-
#: and
|
2354 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings-edit.php:19
|
2355 |
msgid "advanced"
|
2356 |
msgstr "avanzato"
|
2357 |
|
2358 |
-
#:
|
2359 |
-
#: and
|
2360 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings.php:7
|
2361 |
#, php-format
|
2362 |
msgid "%s | Page Settings"
|
2363 |
msgstr "%s | Impostazioni pagina"
|
2364 |
|
2365 |
-
#:
|
2366 |
-
#: and
|
2367 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings.php:11
|
2368 |
msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
|
2369 |
msgstr "Clicca sul nome della pagina per modificare le impostazioni. Potrai aggiungere dei moduli in modo da poter ottenere una maggiore scelta."
|
2370 |
|
2371 |
-
#:
|
2372 |
-
#: and
|
2373 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings.php:23
|
2374 |
msgid "Settings can be applied to specific posts & pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
|
2375 |
msgstr "Le impostazioni saranno applicate individualmente ad articoli & pagine nella <strong>pagina modifiche post</strong> ed alle categorie specifiche nella pagina <strong>modifica categoria</strong>."
|
2376 |
|
2377 |
-
#:
|
2378 |
-
#: and
|
2379 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/site-modules.php:6
|
2380 |
#, php-format
|
2381 |
msgid "%s | Site Modules"
|
2382 |
msgstr "%s | Moduli sito"
|
2383 |
|
2384 |
-
#:
|
2385 |
-
#: and
|
2386 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/site-modules.php:10
|
2387 |
msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
|
2388 |
msgstr "Moduli sito applicati in tutto il tuo sito. Funzioneranno solamente i moduli smarcati (se configurati correttamente) "
|
2389 |
|
2390 |
-
#:
|
2391 |
-
#: and
|
2392 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:3
|
2393 |
msgid "Page Settings"
|
2394 |
msgstr "Impostazioni pagina"
|
2395 |
|
2396 |
-
#:
|
2397 |
-
#: and
|
2398 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:4
|
2399 |
msgid "Page Modules"
|
2400 |
msgstr "Moduli pagina"
|
2401 |
|
2402 |
-
#:
|
2403 |
-
#: and
|
2404 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:5
|
2405 |
msgid "Site Modules"
|
2406 |
msgstr "Moduli sito"
|
2407 |
|
2408 |
-
#:
|
2409 |
-
#: and
|
2410 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:6
|
2411 |
msgid "Options"
|
2412 |
msgstr "Opzioni"
|
2413 |
|
2414 |
-
#:
|
2415 |
-
#: and
|
2416 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/support.php:5
|
2417 |
msgid "HeadSpace | Support"
|
2418 |
msgstr "Supporto | HeadSpace"
|
2419 |
|
2420 |
-
#:
|
2421 |
-
#: and
|
2422 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/support.php:7
|
2423 |
msgid "HeadSpace has required a great deal of time and effort to develop. If it's been useful to you then you can support this development by <strong>making a small donation of $12</strong>. This will act as an incentive for me to carry on developing it, providing countless hours of support, and including any enhancements that are suggested."
|
2424 |
msgstr "Lo sviluppo di HeadSpace ha richiesto molto tempo. Ritenessi utile questo plugin, puoi contribuire al suo sviluppo effettuando una <strong>piccola donazione di $12</strong>. Il tuo gesto sarà per me un incentivo per il proseguo dello sviluppo, per le ore trascorse nel fornire un supporto tecnico nonché per poter inserire le modifiche che mi vengono suggerite."
|
2425 |
|
2426 |
-
#:
|
2427 |
-
#: and
|
2428 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/support.php:28
|
2429 |
msgid "Alternatively, if you are multi-lingual, do consider translating this into another language. All the necessary localisation files are included and I've written a <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">full guide to the translation process</a>."
|
2430 |
msgstr "In alternativa, qualora ne avessi le capacità, potresti tradurre questo plugin in un altra lingua. Tutti i file di localizzazione necessari sono inclusi nella cartella del plugin inoltre, ho scritto una <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">guida completa per le traduzioni</a>."
|
2431 |
|
2432 |
-
#:
|
2433 |
-
#: and
|
2434 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/support.php:30
|
2435 |
msgid "The support message can be disabled at any time from the options page"
|
2436 |
msgstr "Questo messaggio di suppoprto potrà essere mostrato in qualsiasi momento nella pagina delle opzioni"
|
2437 |
|
2438 |
-
#:
|
2439 |
-
#: and
|
2440 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/version.php:2
|
2441 |
msgid "HeadSpace2 News"
|
2442 |
msgstr "HeadSpace2 News"
|
2443 |
|
2444 |
-
#:
|
2445 |
-
#: and
|
2446 |
-
#: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/version.php:5
|
2447 |
#, php-format
|
2448 |
msgid "%s ago"
|
2449 |
msgstr "%s fa"
|
2450 |
|
2451 |
#~ msgid "<p style=\"color: red\">That function is not defined</p>"
|
2452 |
#~ msgstr "<p style=\"color: red\">Quella fa funzione non é definita</p>"
|
|
|
2453 |
#~ msgid ""
|
2454 |
#~ "<p style=\"color: red\">You are not allowed access to this resource</p>"
|
2455 |
#~ msgstr ""
|
2456 |
#~ "<p style=\"color: red\">Non ti é permesso accedere a questa risorsa</p>"
|
|
|
2457 |
#~ msgid "Invalid module"
|
2458 |
#~ msgstr "Modulo non valido"
|
|
|
2459 |
#~ msgid ""
|
2460 |
#~ "This notice will only be shown at periodic intervals and can be disabled "
|
2461 |
#~ "easily."
|
2462 |
#~ msgstr ""
|
2463 |
#~ "Questo messaggio verrà mostrato ad intervalli periodici e può essere "
|
2464 |
#~ "disattivato con facilità."
|
|
|
2465 |
#~ msgid "Posts & Pages"
|
2466 |
#~ msgstr "Articoli & Pagine"
|
|
|
2467 |
#~ msgid "How many widgets would you like?"
|
2468 |
#~ msgstr "Quanti widget desideri?"
|
2469 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: HeadSpace2 SEO in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-06-28 19:25+0100\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
|
8 |
"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
"X-Poedit-Language: Italian\n"
|
15 |
"X-Poedit-Country: ITALY\n"
|
16 |
+
"X-Poedit-Basepath: ..\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: headspace.php:92
|
|
|
|
|
20 |
msgid "Settings"
|
21 |
msgstr "Impostazioni"
|
22 |
|
23 |
+
#: headspace.php:99
|
24 |
+
#: headspace.php:151
|
25 |
+
#: headspace.php:487
|
26 |
+
#: headspace.php:488
|
|
|
|
|
27 |
msgid "HeadSpace"
|
28 |
msgstr "HeadSpace"
|
29 |
|
30 |
+
#: headspace.php:152
|
|
|
|
|
31 |
msgid "Meta-data"
|
32 |
msgstr "Meta-dati"
|
33 |
|
34 |
+
#: headspace.php:299
|
|
|
|
|
35 |
msgid "<code>wp_head</code> was not found in <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
|
36 |
msgstr "Non é stato rilevato <code>wp_head</code> nel file <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentazione</a>)"
|
37 |
|
38 |
+
#: headspace.php:306
|
|
|
|
|
39 |
msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
|
40 |
msgstr "Non é stato rilevato <code>wp_footer</code> nel file <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentazione</a>)"
|
41 |
|
42 |
+
#: headspace.php:334
|
|
|
|
|
43 |
msgid "The HeadSpace administration interface is now WordPress 2.3+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace."
|
44 |
msgstr "L'interfaccia di amministrazione di HeadSpace funziona per il momento solamente per la WordPress 2.3 o superiore. I tuoi meta-dati continueranno a funzionare comunque, sarà necessario l'aggiornamento di WordPress oppure il ritorno ad una versione inferiore di HeadSpace."
|
45 |
|
46 |
+
#: headspace.php:398
|
|
|
|
|
47 |
msgid "Posts successfully updated"
|
48 |
msgstr "Gli articoli sono stati aggiornati con successo"
|
49 |
|
50 |
+
#: headspace.php:437
|
|
|
|
|
51 |
msgid "Your options have been updated"
|
52 |
msgstr "Le tue opzioni sono state aggiornate"
|
53 |
|
54 |
+
#: headspace.php:443
|
|
|
|
|
55 |
msgid "HeadSpace has been removed"
|
56 |
msgstr "HeadSpace é stato rimosso"
|
57 |
|
58 |
+
#: headspace.php:477
|
|
|
|
|
59 |
#, php-format
|
60 |
msgid "%d items were imported from %s"
|
61 |
msgstr "%d termini sono stati importati da %s"
|
62 |
|
63 |
+
#: headspace.php:489
|
|
|
|
|
64 |
msgid "Tags"
|
65 |
msgstr "Tags"
|
66 |
|
67 |
+
#: headspace.php:576
|
|
|
|
|
68 |
msgid "HeadSpace Help"
|
69 |
msgstr "HeadSpace Aiuto"
|
70 |
|
71 |
+
#: headspace.php:577
|
|
|
|
|
72 |
msgid "HeadSpace Documentation"
|
73 |
msgstr "Documentazione HeadSpace"
|
74 |
|
75 |
+
#: headspace.php:578
|
|
|
|
|
76 |
msgid "HeadSpace Support Forum"
|
77 |
msgstr "Forum di supporto HeadSpace"
|
78 |
|
79 |
+
#: headspace.php:579
|
|
|
|
|
80 |
msgid "HeadSpace Bug Tracker"
|
81 |
msgstr "Tracciamento errori di HeadSpace Bug"
|
82 |
|
83 |
+
#: headspace.php:580
|
|
|
|
|
84 |
msgid "HeadSpace FAQ"
|
85 |
msgstr "FAQ HeadSpace"
|
86 |
|
87 |
+
#: headspace.php:581
|
|
|
|
|
88 |
msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
|
89 |
msgstr "Leggi con attenzione la documentazione e le FAQ quindi controlla il bug tracker prima di porre una richiesta."
|
90 |
|
91 |
+
#: models/headspace.php:94
|
|
|
|
|
92 |
msgid "Global Settings"
|
93 |
msgstr "Impostazioni generali"
|
94 |
|
95 |
+
#: models/headspace.php:94
|
|
|
|
|
96 |
msgid "applied to everything unless otherwise specified"
|
97 |
msgstr "applicato generalmente in assenza di impostazioni specifiche"
|
98 |
|
99 |
+
#: models/headspace.php:95
|
|
|
|
|
100 |
msgid "Home Page"
|
101 |
msgstr "Home Page"
|
102 |
|
103 |
+
#: models/headspace.php:95
|
|
|
|
|
104 |
msgid "applied to the home page (or blog page)"
|
105 |
msgstr "applicato alla pagina principale (o pagina del blog)"
|
106 |
|
107 |
+
#: models/headspace.php:96
|
|
|
|
|
108 |
msgid "Front Page"
|
109 |
msgstr "Front Page"
|
110 |
|
111 |
+
#: models/headspace.php:96
|
|
|
|
|
112 |
msgid "applied to front page (if you have set WordPress to use a static page)"
|
113 |
msgstr "applicato alla front page (nel caso in cui avessi impostato WordPress per l'utilizzo di una pagina statica) "
|
114 |
|
115 |
+
#: models/headspace.php:97
|
116 |
+
msgid "Taxonomy Archives"
|
117 |
+
msgstr "Archivi tassonomia"
|
118 |
+
|
119 |
+
#: models/headspace.php:97
|
120 |
+
msgid "applied when viewing a taxonomy archive"
|
121 |
+
msgstr "applicato durante la visualizzazione di un archivio tassonomia"
|
122 |
+
|
123 |
+
#: models/headspace.php:108
|
124 |
+
msgid "Taxonomy Archives - "
|
125 |
+
msgstr "Archivi tassonomia -"
|
126 |
+
|
127 |
+
#: models/headspace.php:108
|
128 |
+
msgid "applied when viewing a taxonomy archive for the "
|
129 |
+
msgstr "applicato durante la visualizzazione di un archivio tassonomia per"
|
130 |
+
|
131 |
+
#: models/headspace.php:113
|
132 |
msgid "Archives"
|
133 |
msgstr "Archivi"
|
134 |
|
135 |
+
#: models/headspace.php:113
|
|
|
|
|
136 |
msgid "applied when viewing the archives"
|
137 |
msgstr "applicato durante la visualizzazione degli archivi"
|
138 |
|
139 |
+
#: models/headspace.php:114
|
|
|
|
|
140 |
msgid "Categories"
|
141 |
msgstr "Categorie"
|
142 |
|
143 |
+
#: models/headspace.php:114
|
|
|
|
|
144 |
msgid "applied to category pages without specific settings"
|
145 |
msgstr "applicato alla pagina delle categorie in assenza di impostazioni specifiche"
|
146 |
|
147 |
+
#: models/headspace.php:115
|
|
|
|
|
148 |
msgid "Posts"
|
149 |
msgstr "Articoli"
|
150 |
|
151 |
+
#: models/headspace.php:115
|
|
|
|
|
152 |
msgid "applied to posts without specific settings"
|
153 |
msgstr "applicato ad articoli in assenza di impostazioni specifiche"
|
154 |
|
155 |
+
#: models/headspace.php:116
|
|
|
|
|
156 |
msgid "Pages"
|
157 |
msgstr "Pagine"
|
158 |
|
159 |
+
#: models/headspace.php:116
|
|
|
|
|
160 |
msgid "applied to pages without specific settings"
|
161 |
msgstr "applicato alle pagine in assenza di impostazioni specifiche"
|
162 |
|
163 |
+
#: models/headspace.php:117
|
|
|
|
|
164 |
msgid "Author Pages"
|
165 |
msgstr "Pagine autore"
|
166 |
|
167 |
+
#: models/headspace.php:117
|
|
|
|
|
168 |
msgid "applied to author pages"
|
169 |
msgstr "applicato alle pagine autore"
|
170 |
|
171 |
+
#: models/headspace.php:118
|
|
|
|
|
172 |
msgid "Search Pages"
|
173 |
msgstr "Pagine ricerca"
|
174 |
|
175 |
+
#: models/headspace.php:118
|
|
|
|
|
176 |
msgid "applied when viewing search results"
|
177 |
msgstr "applicato durante la visualizzazione dei risultati della ricerca"
|
178 |
|
179 |
+
#: models/headspace.php:119
|
|
|
|
|
180 |
msgid "404 Page"
|
181 |
msgstr "Pagina 404"
|
182 |
|
183 |
+
#: models/headspace.php:119
|
|
|
|
|
184 |
msgid "applied when viewing a 404 error"
|
185 |
msgstr "applicato durante la visualizzazione di un errore 404"
|
186 |
|
187 |
+
#: models/headspace.php:120
|
|
|
|
|
188 |
msgid "Tag Pages"
|
189 |
msgstr "Marcatori pagina"
|
190 |
|
191 |
+
#: models/headspace.php:120
|
|
|
|
|
192 |
msgid "applied when viewing tag pages"
|
193 |
msgstr "applicato durante la visualizzazione dei tag pagina"
|
194 |
|
195 |
+
#: models/headspace.php:121
|
|
|
|
|
196 |
msgid "Attachment Pages"
|
197 |
msgstr "Pagine allegato"
|
198 |
|
199 |
+
#: models/headspace.php:121
|
|
|
|
|
200 |
msgid "applied when viewing an attachment"
|
201 |
msgstr "applicato durante la visualizzazione di un allegato"
|
202 |
|
203 |
+
#: models/headspace.php:122
|
|
|
|
|
204 |
msgid "Login Pages"
|
205 |
msgstr "Pagine login"
|
206 |
|
207 |
+
#: models/headspace.php:122
|
|
|
|
|
208 |
msgid "applied when viewing login, logout, or registration pages"
|
209 |
msgstr "applicato durante la visualizzazione delle pagine di registrazione, collegamento ed uscita"
|
210 |
|
211 |
+
#: models/inline_tags.php:348
|
|
|
|
|
212 |
#, php-format
|
213 |
msgid "page %d of %d"
|
214 |
msgstr "pagina %d di %d"
|
215 |
|
216 |
+
#: models/pager.php:380
|
|
|
|
|
217 |
msgid "Previous"
|
218 |
msgstr "Precedente"
|
219 |
|
220 |
+
#: models/pager.php:381
|
|
|
|
|
221 |
msgid "Next"
|
222 |
msgstr "Successiva"
|
223 |
|
224 |
+
#: models/pager.php:434
|
|
|
|
|
225 |
#, php-format
|
226 |
msgid "%d per-page"
|
227 |
msgstr "%d per-pagina"
|
228 |
|
229 |
+
#: models/pager.php:442
|
|
|
|
|
230 |
#, php-format
|
231 |
msgid "Displaying %s–%s of %s"
|
232 |
msgstr "Mostra %s–%s di %s"
|
233 |
|
234 |
+
#: modules/import/all-in-one-seo.php:28
|
|
|
|
|
235 |
msgid "All-in-one SEO"
|
236 |
msgstr "All-in-one SEO"
|
237 |
|
238 |
+
#: modules/import/headspace_tags.php:28
|
|
|
|
|
239 |
msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
|
240 |
msgstr "Tags HeadSpace (conversione a tag WordPress 2.3)"
|
241 |
|
242 |
+
#: modules/import/head_meta_description.php:28
|
|
|
|
|
243 |
msgid "Head META Description"
|
244 |
msgstr "Descrizione Head META"
|
245 |
|
246 |
+
#: modules/import/jerome.php:28
|
|
|
|
|
247 |
msgid "Jerome's Keywords"
|
248 |
msgstr "Jerome's Keywords"
|
249 |
|
250 |
+
#: modules/import/lud.icro.us.php:28
|
|
|
|
|
251 |
msgid "lud.icro.us HeadMeta"
|
252 |
msgstr "lud.icro.us HeadMeta"
|
253 |
|
254 |
+
#: modules/import/more_unique.php:28
|
|
|
|
|
255 |
msgid "More Unique"
|
256 |
msgstr "More Unico"
|
257 |
|
258 |
+
#: modules/import/seo-title-tags.php:28
|
|
|
|
|
259 |
msgid "SEO Title Tags"
|
260 |
msgstr "SEO Title Tags"
|
261 |
|
262 |
+
#: modules/import/simple-tagging.php:28
|
|
|
|
|
263 |
msgid "Simple Tagging"
|
264 |
msgstr "Simple Tagging"
|
265 |
|
266 |
+
#: modules/import/simple-tags.php:28
|
|
|
|
|
267 |
msgid "Simple Tags (old version)"
|
268 |
msgstr "Simple Tags (versione vecchia)"
|
269 |
|
270 |
+
#: modules/import/utw.php:28
|
|
|
|
|
271 |
msgid "Ultimate Tag Warrior"
|
272 |
msgstr "Ultimate Tag Warrior"
|
273 |
|
274 |
+
#: modules/mass/description.php:28
|
275 |
+
#: modules/mass/description.php:50
|
|
|
|
|
276 |
msgid "Page description"
|
277 |
msgstr "Descrizione pagina"
|
278 |
|
279 |
+
#: modules/mass/description.php:49
|
280 |
+
#: modules/mass/more_text.php:49
|
281 |
+
#: modules/mass/page_slug.php:49
|
282 |
+
#: modules/mass/page_title.php:49
|
283 |
+
#: modules/mass/site_description.php:49
|
284 |
+
#: modules/mass/site_name.php:49
|
285 |
+
#: modules/mass/tags.php:49
|
|
|
|
|
286 |
msgid "Post title"
|
287 |
msgstr "Titolo articolo"
|
288 |
|
289 |
+
#: modules/mass/more_text.php:28
|
290 |
+
#: modules/mass/more_text.php:50
|
|
|
|
|
291 |
msgid "More text"
|
292 |
msgstr "More testo"
|
293 |
|
294 |
+
#: modules/mass/page_slug.php:28
|
|
|
|
|
295 |
msgid "Page slug"
|
296 |
msgstr "Slug pagina"
|
297 |
|
298 |
+
#: modules/mass/page_slug.php:50
|
|
|
|
|
299 |
msgid "Post slug"
|
300 |
msgstr "Slug articolo"
|
301 |
|
302 |
+
#: modules/mass/page_title.php:28
|
303 |
+
#: modules/mass/page_title.php:50
|
|
|
|
|
304 |
msgid "Page title"
|
305 |
msgstr "Titolo pagina"
|
306 |
|
307 |
+
#: modules/mass/site_description.php:28
|
308 |
+
#: modules/mass/site_description.php:50
|
|
|
|
|
309 |
msgid "Site description"
|
310 |
msgstr "Descrizione del sito"
|
311 |
|
312 |
+
#: modules/mass/site_name.php:28
|
313 |
+
#: modules/mass/site_name.php:50
|
|
|
|
|
314 |
msgid "Site name"
|
315 |
msgstr "Nome del sito"
|
316 |
|
317 |
+
#: modules/mass/tags.php:50
|
|
|
|
|
318 |
msgid "Tags/keywords"
|
319 |
msgstr "Tags/keywords"
|
320 |
|
321 |
+
#: modules/page/custom.php:44
|
|
|
|
|
322 |
msgid "Custom data"
|
323 |
msgstr "Personalizzazione dati"
|
324 |
|
325 |
+
#: modules/page/custom.php:48
|
|
|
|
|
326 |
msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
|
327 |
msgstr "Permette che i dati personalizzati possano essere inseriti ovunque nel tuo tema grazie all'utilizzo del MetaData::custom ()"
|
328 |
|
329 |
+
#: modules/page/custom.php:85
|
|
|
|
|
330 |
msgid "Fields"
|
331 |
msgstr "Campi"
|
332 |
|
333 |
+
#: modules/page/description.php:59
|
|
|
|
|
334 |
msgid "Allows a short description about the page that is used by search engines"
|
335 |
msgstr "Permette una breve descrizione informativa circa la pagina che viene utilizzata dai motori di ricerca"
|
336 |
|
337 |
+
#: modules/page/description.php:67
|
338 |
+
#: modules/page/keywords.php:81
|
339 |
+
#: modules/page/page_title.php:151
|
|
|
|
|
340 |
msgid "Max length"
|
341 |
msgstr "Lunghezza massima"
|
342 |
|
343 |
+
#: modules/page/description.php:70
|
|
|
|
|
344 |
msgid "All descriptions will be trimmed to this length"
|
345 |
msgstr "Tutte le descrizioni saranno adeguate a questa misura"
|
346 |
|
347 |
+
#: modules/page/description.php:88
|
|
|
|
|
348 |
msgid "Description"
|
349 |
msgstr "Descrizione"
|
350 |
|
351 |
+
#: modules/page/description.php:97
|
352 |
+
#: modules/page/keywords.php:116
|
353 |
+
#: modules/page/page_title.php:185
|
|
|
|
|
354 |
msgid "remaining"
|
355 |
msgstr "rimanenti"
|
356 |
|
357 |
+
#: modules/page/follow-links.php:32
|
|
|
|
|
358 |
msgid "Archive Links"
|
359 |
msgstr "Link archivio"
|
360 |
|
361 |
+
#: modules/page/follow-links.php:33
|
|
|
|
|
362 |
msgid "Category Links"
|
363 |
msgstr "Link categoria"
|
364 |
|
365 |
+
#: modules/page/follow-links.php:34
|
366 |
+
#: modules/page/page-links.php:146
|
|
|
|
|
367 |
msgid "Page Links"
|
368 |
msgstr "Link pagina"
|
369 |
|
370 |
+
#: modules/page/follow-links.php:35
|
|
|
|
|
371 |
msgid "Tag Links"
|
372 |
msgstr "Link tag"
|
373 |
|
374 |
+
#: modules/page/follow-links.php:36
|
|
|
|
|
375 |
msgid "Comm. Author Links"
|
376 |
msgstr "Link commento autore"
|
377 |
|
378 |
+
#: modules/page/follow-links.php:37
|
|
|
|
|
379 |
msgid "Comm. Text Links"
|
380 |
msgstr "Link testo commenti"
|
381 |
|
382 |
+
#: modules/page/follow-links.php:38
|
|
|
|
|
383 |
msgid "Next/Prev Posts Link"
|
384 |
msgstr "Link Precedente/Successivo agli articoli"
|
385 |
|
386 |
+
#: modules/page/follow-links.php:109
|
|
|
|
|
387 |
msgid "Follow Links"
|
388 |
msgstr "Link follow"
|
389 |
|
390 |
+
#: modules/page/follow-links.php:113
|
|
|
|
|
391 |
msgid "Allows follow/no-follow to be set for various links"
|
392 |
msgstr "Permette l'impostazione follow/no-follow per i vari link"
|
393 |
|
394 |
+
#: modules/page/follow-links.php:121
|
|
|
|
|
395 |
msgid "Follow"
|
396 |
msgstr "Follow"
|
397 |
|
398 |
+
#: modules/page/follow-links.php:122
|
399 |
+
#: modules/page/noindex.php:36
|
|
|
|
|
400 |
msgid "No-follow"
|
401 |
msgstr "No-follow"
|
402 |
|
403 |
+
#: modules/page/follow-links.php:123
|
|
|
|
|
404 |
msgid "Default"
|
405 |
msgstr "Predefinito"
|
406 |
|
407 |
+
#: modules/page/javascript.php:45
|
408 |
+
#: modules/page/javascript.php:60
|
|
|
|
|
409 |
msgid "JavaScript"
|
410 |
msgstr "JavaScript"
|
411 |
|
412 |
+
#: modules/page/javascript.php:49
|
|
|
|
|
413 |
msgid "Allow external JavaScript files to be referenced"
|
414 |
msgstr "Permette ai file JavaScript esterni di essere utilizzati"
|
415 |
|
416 |
+
#: modules/page/keywords.php:62
|
417 |
+
#: modules/page/keywords.php:107
|
|
|
|
|
418 |
msgid "Keywords"
|
419 |
msgstr "Keywords"
|
420 |
|
421 |
+
#: modules/page/keywords.php:66
|
|
|
|
|
422 |
msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
|
423 |
msgstr "Permette la definizione delle parole chiave (meta) separandole dai tag (se necessario, disattivare la visualizzazione delle keyword nel Modulo tag)"
|
424 |
|
425 |
+
#: modules/page/keywords.php:74
|
|
|
|
|
426 |
msgid "Use tags"
|
427 |
msgstr "Utilizzo tags"
|
428 |
|
429 |
+
#: modules/page/keywords.php:77
|
|
|
|
|
430 |
msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
|
431 |
msgstr "L'operazione di mettere il segno di spunta a questa funzione farà sì che i tuoi tag verranno altresì utilizzati come parole chiave quindi, non potrai più modificare indipendentemente le keyword"
|
432 |
|
433 |
+
#: modules/page/keywords.php:84
|
|
|
|
|
434 |
msgid "Keywords will be trimmed to this length"
|
435 |
msgstr "Tutte le descrizioni saranno adeguate a questa lunghezza"
|
436 |
|
437 |
+
#: modules/page/more_text.php:85
|
|
|
|
|
438 |
msgid "Allows the 'more' text to be changed"
|
439 |
msgstr "Permette che possa essere cambiato il testo 'more'"
|
440 |
|
441 |
+
#: modules/page/more_text.php:118
|
|
|
|
|
442 |
msgid "Enable on excerpts"
|
443 |
msgstr "Abilita per i riassunti"
|
444 |
|
445 |
+
#: modules/page/more_text.php:124
|
|
|
|
|
446 |
msgid "Pattern"
|
447 |
msgstr "Pattern"
|
448 |
|
449 |
+
#: modules/page/more_text.php:127
|
|
|
|
|
450 |
msgid "Advanced - the regular expression pattern to select the more link from your posts"
|
451 |
msgstr "Avanzato - il pattern della espressione regolare per poter selezionare il link more dai tuoi articoli"
|
452 |
|
453 |
+
#: modules/page/more_text.php:131
|
|
|
|
|
454 |
msgid "Replace"
|
455 |
msgstr "Sostituisci"
|
456 |
|
457 |
+
#: modules/page/more_text.php:133
|
|
|
|
|
458 |
msgid "Advanced - the regular expression replacement text"
|
459 |
msgstr "Avanzato - il testo sostitutivo per l'espressione regolare"
|
460 |
|
461 |
+
#: modules/page/noindex.php:35
|
|
|
|
|
462 |
msgid "No-index"
|
463 |
msgstr "No-index"
|
464 |
|
465 |
+
#: modules/page/noindex.php:37
|
|
|
|
|
466 |
msgid "No-archive"
|
467 |
msgstr "No-archive"
|
468 |
|
469 |
+
#: modules/page/noindex.php:38
|
|
|
|
|
470 |
msgid "No-ODP"
|
471 |
msgstr "No-ODP"
|
472 |
|
473 |
+
#: modules/page/noindex.php:39
|
|
|
|
|
474 |
msgid "No-Yahoo Dir"
|
475 |
msgstr "No-Yahoo Dir"
|
476 |
|
477 |
+
#: modules/page/noindex.php:83
|
478 |
+
#: modules/page/noindex.php:99
|
|
|
|
|
479 |
msgid "Meta-Robots"
|
480 |
msgstr "Robots-Meta"
|
481 |
|
482 |
+
#: modules/page/noindex.php:87
|
|
|
|
|
483 |
msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
|
484 |
msgstr "Permette che le varie opzioni dei meta-robot siano impostate a prevenire l'indicizzazione da parte dei motori di ricerca e dei robot nonché le istruzioni di follow per le pagine "
|
485 |
|
486 |
+
#: modules/page/page-links.php:150
|
|
|
|
|
487 |
msgid "Allows options to be set for wp_list_pages links"
|
488 |
msgstr "Permette alle opzioni di essere impostate a wp_list_pages per i vari link"
|
489 |
|
490 |
+
#: modules/page/page-links.php:159
|
|
|
|
|
491 |
msgid "Page Link Text"
|
492 |
msgstr "Testo pagina link"
|
493 |
|
494 |
+
#: modules/page/page-links.php:164
|
|
|
|
|
495 |
msgid "Page Link Title"
|
496 |
msgstr "Titolo pagina link"
|
497 |
|
498 |
+
#: modules/page/page-links.php:169
|
|
|
|
|
499 |
msgid "Page Link Options"
|
500 |
msgstr "Opzioni pagina link"
|
501 |
|
502 |
+
#: modules/page/page-links.php:171
|
|
|
|
|
503 |
msgid "Exclude from list"
|
504 |
msgstr "Escludere dalla lista"
|
505 |
|
506 |
+
#: modules/page/page-links.php:172
|
|
|
|
|
507 |
msgid "Nofollow"
|
508 |
msgstr "Nofollow"
|
509 |
|
510 |
+
#: modules/page/page-links.php:173
|
|
|
|
|
511 |
msgid "Open in new window"
|
512 |
msgstr "Apri in una nuova finestra"
|
513 |
|
514 |
+
#: modules/page/page-links.php:204
|
|
|
|
|
515 |
msgid "Display"
|
516 |
msgstr "MOstra"
|
517 |
|
518 |
+
#: modules/page/page-links.php:207
|
|
|
|
|
519 |
msgid "How a link is displayed. Use %link% for the link itself"
|
520 |
msgstr "Come mostrare un link. Utilizza %link% per il link in sè"
|
521 |
|
522 |
+
#: modules/page/page-links.php:211
|
|
|
|
|
523 |
msgid "Before HTML"
|
524 |
msgstr "Davanti HTML"
|
525 |
|
526 |
+
#: modules/page/page-links.php:214
|
|
|
|
|
527 |
msgid "HTML added to start of list"
|
528 |
msgstr "HTML aggiunto all'inizio della lista"
|
529 |
|
530 |
+
#: modules/page/page-links.php:218
|
|
|
|
|
531 |
msgid "After HTML"
|
532 |
msgstr "A seguire HTML"
|
533 |
|
534 |
+
#: modules/page/page-links.php:221
|
|
|
|
|
535 |
msgid "HTML added to end of list"
|
536 |
msgstr "HTML aggiunto al termine della lista"
|
537 |
|
538 |
+
#: modules/page/page_title.php:115
|
|
|
|
|
539 |
msgid "Allow page title to be changed (i.e. the title in the browser window title)"
|
540 |
msgstr "Permette il cambiamento del titolo della pagina (ad es. il titolo nella pagina dei titoli del browser)"
|
541 |
|
542 |
+
#: modules/page/page_title.php:123
|
|
|
|
|
543 |
msgid "Title separator"
|
544 |
msgstr "Separatore del titolo"
|
545 |
|
546 |
+
#: modules/page/page_title.php:126
|
|
|
|
|
547 |
msgid "Leave blank to use theme default"
|
548 |
msgstr "Lascia in bianco per utilizzare il predefinito del tuo tema"
|
549 |
|
550 |
+
#: modules/page/page_title.php:130
|
|
|
|
|
551 |
msgid "Separator position"
|
552 |
msgstr "Posizione del separatore"
|
553 |
|
554 |
+
#: modules/page/page_title.php:133
|
|
|
|
|
555 |
msgid "Before"
|
556 |
msgstr "Davanti"
|
557 |
|
558 |
+
#: modules/page/page_title.php:134
|
|
|
|
|
559 |
msgid "After"
|
560 |
msgstr "A seguire"
|
561 |
|
562 |
+
#: modules/page/page_title.php:139
|
|
|
|
|
563 |
msgid "Force title rewrite"
|
564 |
msgstr "Forza la (ri)scrittura del titolo "
|
565 |
|
566 |
+
#: modules/page/page_title.php:146
|
|
|
|
|
567 |
msgid "This will cache your page and brute-force change the title. While this is convienent because you don't need to change your theme it does lead to increased memory usage and a reduction in performance."
|
568 |
msgstr "Questa funzione creerà una cache della pagina ed imporrà la modifica del titolo. Sebbene l'operazione sia conveniente per il fatto che tu non dovrai modificare il tuo tema, ti informo che verrà aumentato l'uso della memoria così come saranno ridotte le prestazioni."
|
569 |
|
570 |
+
#: modules/page/page_title.php:176
|
|
|
|
|
571 |
msgid "Page Title"
|
572 |
msgstr "Titolo pagina"
|
573 |
|
574 |
+
#: modules/page/plugin.php:89
|
|
|
|
|
575 |
msgid "Page-specific Plugins"
|
576 |
msgstr "Plugins per pagina-specifica"
|
577 |
|
578 |
+
#: modules/page/plugin.php:93
|
|
|
|
|
579 |
msgid "Allows disabled plugins to be enabled on specific pages"
|
580 |
msgstr "Permette ai plugin disattivati di essere attivi su delle determinate pagine"
|
581 |
|
582 |
+
#: modules/page/plugin.php:107
|
|
|
|
|
583 |
msgid "Show in admin"
|
584 |
msgstr "Mostra in amministrazione"
|
585 |
|
586 |
+
#: modules/page/plugin.php:110
|
|
|
|
|
587 |
msgid "Shows page-specific plugins in the administration menus"
|
588 |
msgstr "Mostra nel menu di amministrazione i plugin per pagina-specifica"
|
589 |
|
590 |
+
#: modules/page/plugin.php:134
|
|
|
|
|
591 |
msgid "Plugins"
|
592 |
msgstr "Plugins"
|
593 |
|
594 |
+
#: modules/page/raw-footer.php:44
|
595 |
+
#: modules/page/raw-footer.php:54
|
|
|
|
|
596 |
msgid "Raw footer data"
|
597 |
msgstr "Dati grezzi footer"
|
598 |
|
599 |
+
#: modules/page/raw-footer.php:48
|
|
|
|
|
600 |
msgid "Allows raw data to be inserted into the page footer"
|
601 |
msgstr "Permette che siano inseriti i dati grezzi nel footer della pagina"
|
602 |
|
603 |
+
#: modules/page/raw.php:40
|
604 |
+
#: modules/page/raw.php:50
|
|
|
|
|
605 |
msgid "Raw data"
|
606 |
msgstr "Dati grezzi"
|
607 |
|
608 |
+
#: modules/page/raw.php:44
|
|
|
|
|
609 |
msgid "Allows raw data to be inserted into the page meta section"
|
610 |
msgstr "Permette che siano inseriti i dati grezzi nella sezione meta della pagina"
|
611 |
|
612 |
+
#: modules/page/relative-links.php:96
|
613 |
+
#: modules/page/relative-links.php:106
|
|
|
|
|
614 |
msgid "Relative Links"
|
615 |
msgstr "Link relativi"
|
616 |
|
617 |
+
#: modules/page/relative-links.php:100
|
|
|
|
|
618 |
msgid "Allows options to be set for relative meta links (WP 2.8+)"
|
619 |
msgstr "Peremette alle opzioni di essere impostate per i relativi meta links (WP 2.8+)"
|
620 |
|
621 |
+
#: modules/page/relative-links.php:119
|
|
|
|
|
622 |
msgid "Start"
|
623 |
msgstr "Avvio"
|
624 |
|
625 |
+
#: modules/page/relative-links.php:124
|
|
|
|
|
626 |
msgid "End"
|
627 |
msgstr "Fine"
|
628 |
|
629 |
+
#: modules/page/relative-links.php:129
|
|
|
|
|
630 |
msgid "Parent"
|
631 |
msgstr "Parent"
|
632 |
|
633 |
+
#: modules/page/rss_name.php:53
|
634 |
+
#: modules/page/rss_name.php:69
|
|
|
|
|
635 |
msgid "RSS Name"
|
636 |
msgstr "Nome RSS"
|
637 |
|
638 |
+
#: modules/page/rss_name.php:57
|
|
|
|
|
639 |
msgid "Allows site RSS name to be changed"
|
640 |
msgstr "Permette la modifica del "
|
641 |
|
642 |
+
#: modules/page/rss_tagline.php:53
|
|
|
|
|
643 |
msgid "RSS Description"
|
644 |
msgstr "Descrizione RSS"
|
645 |
|
646 |
+
#: modules/page/rss_tagline.php:57
|
|
|
|
|
647 |
msgid "Allows site RSS description to be changed"
|
648 |
msgstr "Permette la modifica della descrizione dell'RSS del sito"
|
649 |
|
650 |
+
#: modules/page/rss_tagline.php:69
|
|
|
|
|
651 |
msgid "RSS Desc."
|
652 |
msgstr "Descr. RSS"
|
653 |
|
654 |
+
#: modules/page/site_name.php:58
|
|
|
|
|
655 |
msgid "Allows site name to be changed (i.e your blog name)"
|
656 |
msgstr "Permette la modifica al nome del sito (ad e. il nome del tuo blog)"
|
657 |
|
658 |
+
#: modules/page/site_tagline.php:52
|
659 |
+
#: modules/page/site_tagline.php:68
|
|
|
|
|
660 |
msgid "Site Tagline"
|
661 |
msgstr "Motto del sito"
|
662 |
|
663 |
+
#: modules/page/site_tagline.php:56
|
|
|
|
|
664 |
msgid "Allows site description to be changed (i.e. the tagline)"
|
665 |
msgstr "Permette la modifica della descrizione per il sito (ad e. il motto)"
|
666 |
|
667 |
+
#: modules/page/stylesheet.php:54
|
668 |
+
#: modules/page/stylesheet.php:69
|
|
|
|
|
669 |
msgid "Stylesheets"
|
670 |
msgstr "Fogli di Stile"
|
671 |
|
672 |
+
#: modules/page/stylesheet.php:58
|
|
|
|
|
673 |
msgid "Allows CSS stylesheets to be added to a page"
|
674 |
msgstr "Permette l'aggiunta dei Fogli di Stile CSS ad una pagina"
|
675 |
|
676 |
+
#: modules/page/stylesheet.php:101
|
|
|
|
|
677 |
msgid "Do not output CSS"
|
678 |
msgstr "Nessun CSS in uscita"
|
679 |
|
680 |
+
#: modules/page/tags.php:123
|
|
|
|
|
681 |
msgid "<p>Tags: "
|
682 |
msgstr "<p>Tags: "
|
683 |
|
684 |
+
#: modules/page/tags.php:153
|
|
|
|
|
685 |
msgid "Allows tags to be added to pages"
|
686 |
msgstr "Permette che siano aggiunti i tag alle pagine"
|
687 |
|
688 |
+
#: modules/page/tags.php:161
|
|
|
|
|
689 |
msgid "Force tags in posts"
|
690 |
msgstr "Forza i tag negli articoli"
|
691 |
|
692 |
+
#: modules/page/tags.php:164
|
693 |
+
#: modules/page/tags.php:174
|
|
|
|
|
694 |
msgid "No"
|
695 |
msgstr "No"
|
696 |
|
697 |
+
#: modules/page/tags.php:165
|
698 |
+
#: modules/page/tags.php:175
|
|
|
|
|
699 |
msgid "Yes"
|
700 |
msgstr "Sì"
|
701 |
|
702 |
+
#: modules/page/tags.php:167
|
703 |
+
#: modules/page/tags.php:177
|
|
|
|
|
704 |
msgid "Your theme may overrule this setting"
|
705 |
msgstr "Il tuo tema potrebbe annullare questa impostazione"
|
706 |
|
707 |
+
#: modules/page/tags.php:171
|
|
|
|
|
708 |
msgid "Force tags in pages"
|
709 |
msgstr "Forza i tag nelle pagine"
|
710 |
|
711 |
+
#: modules/page/tags.php:181
|
|
|
|
|
712 |
msgid "Show pages"
|
713 |
msgstr "Mostra le pagine"
|
714 |
|
715 |
+
#: modules/page/tags.php:184
|
|
|
|
|
716 |
msgid "Show pages in tag archives"
|
717 |
msgstr "Mostra le pagine negli archivi dei tag"
|
718 |
|
719 |
+
#: modules/page/tags.php:188
|
|
|
|
|
720 |
msgid "Disable Suggestions"
|
721 |
msgstr "Disabilita suggerimenti"
|
722 |
|
723 |
+
#: modules/page/tags.php:191
|
|
|
|
|
724 |
msgid "In case of low memory issues"
|
725 |
msgstr "In caso di problemi causati da poca memoria"
|
726 |
|
727 |
+
#: modules/page/tags.php:195
|
|
|
|
|
728 |
msgid "Yahoo ZoneTag"
|
729 |
msgstr "Yahoo ZoneTag"
|
730 |
|
731 |
+
#: modules/page/tags.php:198
|
|
|
|
|
732 |
msgid "enable"
|
733 |
msgstr "attiva"
|
734 |
|
735 |
+
#: modules/page/tags.php:280
|
|
|
|
|
736 |
msgid "Suggested tags"
|
737 |
msgstr "Tags suggeriti"
|
738 |
|
739 |
+
#: modules/page/tags.php:282
|
|
|
|
|
740 |
msgid "add all"
|
741 |
msgstr "aggiungi tutti"
|
742 |
|
743 |
+
#: modules/page/tags.php:285
|
|
|
|
|
744 |
msgid "suggest"
|
745 |
msgstr "suggeriti"
|
746 |
|
747 |
+
#: modules/page/tags.php:290
|
|
|
|
|
748 |
msgid "Yahoo"
|
749 |
msgstr "Yahoo"
|
750 |
|
751 |
+
#: modules/page/tags.php:309
|
|
|
|
|
752 |
msgid "Suggest tags based on content"
|
753 |
msgstr "Tag suggeriti in relazione al contenuto"
|
754 |
|
755 |
+
#: modules/page/tags.php:314
|
|
|
|
|
756 |
msgid "Yahoo Suggest"
|
757 |
msgstr "Suggeriti da Yahoo"
|
758 |
|
759 |
+
#: modules/page/theme.php:71
|
|
|
|
|
760 |
msgid "Page-specific Theme"
|
761 |
msgstr "Tema pagina-specifica"
|
762 |
|
763 |
+
#: modules/page/theme.php:81
|
|
|
|
|
764 |
msgid "Allows a custom page-specific theme to over-ride the default theme"
|
765 |
msgstr "Permette ad una pagina-specifica personalizzata di un tema di annullare quella del tema predefinito "
|
766 |
|
767 |
+
#: modules/page/theme.php:88
|
|
|
|
|
768 |
msgid "Theme"
|
769 |
msgstr "Tema"
|
770 |
|
771 |
+
#: modules/page/theme.php:91
|
|
|
|
|
772 |
msgid "Current theme"
|
773 |
msgstr "Tema in uso"
|
774 |
|
775 |
+
#: modules/site/103bees.php:31
|
|
|
|
|
776 |
msgid "103bees"
|
777 |
msgstr "103bees"
|
778 |
|
779 |
+
#: modules/site/103bees.php:36
|
|
|
|
|
780 |
msgid "Adds 103bees tracking code to all pages"
|
781 |
msgstr "Aggiunge il codice di tracciamento 103bees a tutte le pagine"
|
782 |
|
783 |
+
#: modules/site/103bees.php:111
|
|
|
|
|
784 |
msgid "Tracking code"
|
785 |
msgstr "Codice di tracciamento"
|
786 |
|
787 |
+
#: modules/site/103bees.php:114
|
|
|
|
|
788 |
msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
|
789 |
msgstr "Inserisci il codice completo del file JavaScript di tracciamento così come indicato nella pagina del tuo account a 103bees."
|
790 |
|
791 |
+
#: modules/site/103bees.php:118
|
792 |
+
#: modules/site/analytics.php:253
|
793 |
+
#: modules/site/apture.php:118
|
794 |
+
#: modules/site/awstats.php:121
|
795 |
+
#: modules/site/crazyegg.php:124
|
|
|
|
|
796 |
msgid "Who to track"
|
797 |
msgstr "Chi tacciare"
|
798 |
|
799 |
+
#: modules/site/103bees.php:121
|
800 |
+
#: modules/site/analytics.php:256
|
801 |
+
#: modules/site/apture.php:121
|
802 |
+
#: modules/site/awstats.php:124
|
803 |
+
#: modules/site/crazyegg.php:127
|
|
|
|
|
804 |
msgid "Everyone"
|
805 |
msgstr "Chiunque"
|
806 |
|
807 |
+
#: modules/site/103bees.php:127
|
808 |
+
#: modules/site/analytics.php:263
|
809 |
+
#: modules/site/apture.php:128
|
810 |
+
#: modules/site/awstats.php:131
|
811 |
+
#: modules/site/crazyegg.php:134
|
|
|
|
|
812 |
msgid "Users of the specified role or less will be tracked"
|
813 |
msgstr "Gli utenti con un ruolo specifico o inferiore saranno tracciati"
|
814 |
|
815 |
+
#: modules/site/analytics.php:39
|
|
|
|
|
816 |
msgid "Google Analytics"
|
817 |
msgstr "Google Analytics"
|
818 |
|
819 |
+
#: modules/site/analytics.php:44
|
|
|
|
|
820 |
msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
|
821 |
msgstr "Aggiunge il codice di tracciamento Google Analytic a tutte le pagine (via <code>wp_footer</code>)"
|
822 |
|
823 |
+
#: modules/site/analytics.php:237
|
824 |
+
#: modules/site/feedburner-stats.php:67
|
|
|
|
|
825 |
msgid "Account ID"
|
826 |
msgstr "ID account"
|
827 |
|
828 |
+
#: modules/site/analytics.php:240
|
|
|
|
|
829 |
msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
|
830 |
msgstr "Inserisci il codice di tracciamento completo Google JavaScript oppure il solo numero <code>_uacct</code>."
|
831 |
|
832 |
+
#: modules/site/analytics.php:244
|
|
|
|
|
833 |
msgid "Version"
|
834 |
msgstr "Versione"
|
835 |
|
836 |
+
#: modules/site/analytics.php:247
|
|
|
|
|
837 |
msgid "Urchin (urchin.js)"
|
838 |
msgstr "Urchin (urchin.js)"
|
839 |
|
840 |
+
#: modules/site/analytics.php:248
|
|
|
|
|
841 |
msgid "New Google Analytics (ga.js)"
|
842 |
msgstr "Nuovo Google Analytics (ga.js)"
|
843 |
|
844 |
+
#: modules/site/analytics.php:267
|
|
|
|
|
845 |
msgid "Track outbound links"
|
846 |
msgstr "Traccia i link in uscita"
|
847 |
|
848 |
+
#: modules/site/analytics.php:270
|
|
|
|
|
849 |
msgid "Enter the URL you want outbound links tracked to"
|
850 |
msgstr "Inserici l'URL che desideri sia tracciato in uscita"
|
851 |
|
852 |
+
#: modules/site/analytics.php:274
|
|
|
|
|
853 |
msgid "Virtual Pages"
|
854 |
msgstr "Pagine virtuali"
|
855 |
|
856 |
+
#: modules/site/analytics.php:277
|
|
|
|
|
857 |
msgid "Change what appears in reports"
|
858 |
msgstr "Cambia quello che appare nei rapporti"
|
859 |
|
860 |
+
#: modules/site/analytics.php:281
|
|
|
|
|
861 |
msgid "Domain Name"
|
862 |
msgstr "Nome del dominio"
|
863 |
|
864 |
+
#: modules/site/analytics.php:284
|
|
|
|
|
865 |
msgid "Set to a root domain when tracking across sub-domains"
|
866 |
msgstr "Impostato sulla root del dominio durante il tracciamento ai sotto-domini"
|
867 |
|
868 |
+
#: modules/site/analytics.php:288
|
|
|
|
|
869 |
msgid "Raw Code"
|
870 |
msgstr "Codice grezzo"
|
871 |
|
872 |
+
#: modules/site/analytics.php:291
|
|
|
|
|
873 |
msgid "Enter any additional Google Analytics code"
|
874 |
msgstr "Inserisci ogni codice addizionale di Google Analytics"
|
875 |
|
876 |
+
#: modules/site/analytics.php:295
|
|
|
|
|
877 |
msgid "Include on login page"
|
878 |
msgstr "Incluso nella pagina di login"
|
879 |
|
880 |
+
#: modules/site/analytics.php:298
|
|
|
|
|
881 |
msgid "Include Google Analytics on the WordPress login page"
|
882 |
msgstr "Include Google Analytics nella pagina di login di WordPress"
|
883 |
|
884 |
+
#: modules/site/apture.php:31
|
|
|
|
|
885 |
msgid "Apture"
|
886 |
msgstr "Apture"
|
887 |
|
888 |
+
#: modules/site/apture.php:36
|
|
|
|
|
889 |
msgid "Add Apture to all pages"
|
890 |
msgstr "Aggiungi Apture a tutte le pagine"
|
891 |
|
892 |
+
#: modules/site/apture.php:111
|
|
|
|
|
893 |
msgid "Site token"
|
894 |
msgstr "Site token"
|
895 |
|
896 |
+
#: modules/site/apture.php:114
|
|
|
|
|
897 |
msgid "Enter your site token."
|
898 |
msgstr "Inserisci il tuo messaggio."
|
899 |
|
900 |
+
#: modules/site/awstats.php:31
|
|
|
|
|
901 |
msgid "AWStats JavaScript Tracking"
|
902 |
msgstr "AWStats JavaScript Tracking"
|
903 |
|
904 |
+
#: modules/site/awstats.php:36
|
|
|
|
|
905 |
msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
|
906 |
msgstr "Aggiunge JavaScript di tracciamento AWStats a tutte le pagine (via <code>wp_footer</code>)"
|
907 |
|
908 |
+
#: modules/site/crazyegg.php:33
|
|
|
|
|
909 |
msgid "CrazyEgg"
|
910 |
msgstr "CrazyEgg"
|
911 |
|
912 |
+
#: modules/site/crazyegg.php:38
|
|
|
|
|
913 |
msgid "Adds CrazyEgg tracking code to all pages"
|
914 |
msgstr "Aggiungi il codice tracciamento di CrazyEgg a tutte le pagine"
|
915 |
|
916 |
+
#: modules/site/crazyegg.php:117
|
|
|
|
|
917 |
msgid "CrazyEgg ID"
|
918 |
msgstr "ID CrazyEgg"
|
919 |
|
920 |
+
#: modules/site/crazyegg.php:120
|
|
|
|
|
921 |
msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
|
922 |
msgstr "Inserisci il tuo codice completo di <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg</a>"
|
923 |
|
924 |
+
#: modules/site/disable_visual_editing.php:28
|
|
|
|
|
925 |
msgid "Disable Visual Editing"
|
926 |
msgstr "Disattiva l'Editor Visuale"
|
927 |
|
928 |
+
#: modules/site/disable_visual_editing.php:33
|
|
|
|
|
929 |
msgid "Disable visual editing"
|
930 |
msgstr "Disattiva l'editor visuale"
|
931 |
|
932 |
+
#: modules/site/feedburner-stats.php:30
|
|
|
|
|
933 |
msgid "Feedburner Stats Pro"
|
934 |
msgstr "Feedburner Stats Pro"
|
935 |
|
936 |
+
#: modules/site/feedburner-stats.php:35
|
|
|
|
|
937 |
msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
|
938 |
msgstr "Aggiunge ai tuoi articoli il codice appropriato per attivare FeedBurner Stats Pro"
|
939 |
|
940 |
+
#: modules/site/feedburner-stats.php:70
|
|
|
|
|
941 |
msgid "This is your FeedBurner username"
|
942 |
msgstr "Questo é il tuo nome utente di FeedBurner"
|
943 |
|
944 |
+
#: modules/site/first-time-visitor.php:34
|
|
|
|
|
945 |
msgid "First Time Visitor"
|
946 |
msgstr "Utente alla prima visita"
|
947 |
|
948 |
+
#: modules/site/first-time-visitor.php:39
|
|
|
|
|
949 |
msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
|
950 |
msgstr "Mostra un messaggio agli utenti che giungono per la prima volta al tuo sito (da un'idea di idea Seth Godin)"
|
951 |
|
952 |
+
#: modules/site/first-time-visitor.php:93
|
|
|
|
|
953 |
#, php-format
|
954 |
msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
|
955 |
msgstr "<p>Benvenuto! Abbonati al mio feed <a href=\"%s/feed/\">RSS</a>.</p>"
|
956 |
|
957 |
+
#: modules/site/first-time-visitor.php:124
|
|
|
|
|
958 |
msgid "Message to display"
|
959 |
msgstr "Messaggio da mostrare"
|
960 |
|
961 |
+
#: modules/site/first-time-visitor.php:130
|
|
|
|
|
962 |
msgid "Repeat"
|
963 |
msgstr "Ripeti"
|
964 |
|
965 |
+
#: modules/site/first-time-visitor.php:131
|
|
|
|
|
966 |
msgid "Enter 0 for always"
|
967 |
msgstr "Inserisci 0 per sempre"
|
968 |
|
969 |
+
#: modules/site/first-time-visitor.php:134
|
|
|
|
|
970 |
msgid "Display position"
|
971 |
msgstr "Disponi la posizione"
|
972 |
|
973 |
+
#: modules/site/first-time-visitor.php:137
|
|
|
|
|
974 |
msgid "Before content"
|
975 |
msgstr "Prima del contenuto"
|
976 |
|
977 |
+
#: modules/site/first-time-visitor.php:138
|
|
|
|
|
978 |
msgid "After content"
|
979 |
msgstr "A seguire il contenuto"
|
980 |
|
981 |
+
#: modules/site/first-time-visitor.php:143
|
|
|
|
|
982 |
msgid "Ignore Bots"
|
983 |
msgstr "Ignora i Bots"
|
984 |
|
985 |
+
#: modules/site/frame-breaker.php:32
|
|
|
|
|
986 |
msgid "Frame Breaker"
|
987 |
msgstr "Blocco frame"
|
988 |
|
989 |
+
#: modules/site/frame-breaker.php:37
|
|
|
|
|
990 |
msgid "Stops your site being loaded in a frame."
|
991 |
msgstr "Fa sì che il tuo sito non sia caricato in una frame."
|
992 |
|
993 |
+
#: modules/site/google-ad-wrap.php:28
|
|
|
|
|
994 |
msgid "Google Section Targeting"
|
995 |
msgstr "Sezione tracciamento Google"
|
996 |
|
997 |
+
#: modules/site/google-ad-wrap.php:33
|
|
|
|
|
998 |
msgid "Wraps all post and page content inside a Google targeted section"
|
999 |
msgstr "Incorpora tutti i contenuti degli articoli e pagine nella sezione di tracciamento di Google"
|
1000 |
|
1001 |
+
#: modules/site/google_webmaster.php:30
|
|
|
|
|
1002 |
msgid "Google Webmaster"
|
1003 |
msgstr "Google Webmaster"
|
1004 |
|
1005 |
+
#: modules/site/google_webmaster.php:35
|
|
|
|
|
1006 |
msgid "Adds Google Webmaster tracking code to your home page"
|
1007 |
msgstr "Aggiunge il codice di tracciamento Google Webmaster alla tua home page"
|
1008 |
|
1009 |
+
#: modules/site/google_webmaster.php:70
|
|
|
|
|
1010 |
msgid "Enter Google Webmaster tracking code."
|
1011 |
msgstr "Inserisci il codice di tracciamento Google Webmaster."
|
1012 |
|
1013 |
+
#: modules/site/hittail.php:31
|
|
|
|
|
1014 |
msgid "HitTail"
|
1015 |
msgstr "HitTail"
|
1016 |
|
1017 |
+
#: modules/site/hittail.php:36
|
|
|
|
|
1018 |
msgid "Adds HitTail tracking code to all pages"
|
1019 |
msgstr "Aggiungi il codice di tracciamento HitTail a tutte le pagine"
|
1020 |
|
1021 |
+
#: modules/site/hittail.php:114
|
|
|
|
|
1022 |
msgid "Enter the full JavaScript tracking code as provided by HitTail."
|
1023 |
msgstr "Inserisci il codice completo del file JavaScript di tracciamento fornito da Hit Tail."
|
1024 |
|
1025 |
+
#: modules/site/microsoft-live.php:30
|
1026 |
+
msgid "Microsoft Live Verification / Bing Webmaster"
|
1027 |
+
msgstr "Verifica Microsoft Live / Bing Webmaster"
|
1028 |
+
|
1029 |
+
#: modules/site/microsoft-live.php:35
|
1030 |
+
msgid "Adds Microsoft Live verification / Bing Webmaster code to your home page"
|
1031 |
+
msgstr "Inserisci il codice di verifica Microsoft Live / Bing Webmaster alla tua home page"
|
1032 |
+
|
1033 |
+
#: modules/site/microsoft-live.php:67
|
|
|
|
|
|
|
|
|
|
|
|
|
1034 |
msgid "Verification code"
|
1035 |
msgstr "Codice verifica"
|
1036 |
|
1037 |
+
#: modules/site/microsoft-live.php:70
|
|
|
|
|
1038 |
msgid "Enter Microsoft Live verification code."
|
1039 |
msgstr "Inserisci il codice di verifica Microsoft Live."
|
1040 |
|
1041 |
+
#: modules/site/mint.php:33
|
|
|
|
|
1042 |
msgid "Mint"
|
1043 |
msgstr "Mint"
|
1044 |
|
1045 |
+
#: modules/site/mint.php:38
|
|
|
|
|
1046 |
msgid "Adds Mint tracking code to all pages"
|
1047 |
msgstr "Aggiunge il codice di tracciamento Mint tracking a tutte le pagine"
|
1048 |
|
1049 |
+
#: modules/site/mint.php:121
|
|
|
|
|
1050 |
msgid "Mint path"
|
1051 |
msgstr "Percorso Mint"
|
1052 |
|
1053 |
+
#: modules/site/mint.php:124
|
|
|
|
|
1054 |
msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
|
1055 |
msgstr "Inserisci l'URL relativo alla tua installazione di Mint (ad es. <code>/mint/</code>)."
|
1056 |
|
1057 |
+
#: modules/site/page_counts.php:33
|
|
|
|
|
1058 |
msgid "Page Counts"
|
1059 |
msgstr "Pagine incluse"
|
1060 |
|
1061 |
+
#: modules/site/page_counts.php:38
|
|
|
|
|
1062 |
msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
|
1063 |
msgstr "Personalizza il numero di pagine da mostrare nell'archivio e nelle pagine di ricerca nonché disponi se proporre l'intero contenuto o un riassunto"
|
1064 |
|
1065 |
+
#: modules/site/page_counts.php:116
|
1066 |
+
#: modules/site/page_counts.php:128
|
|
|
|
|
1067 |
msgid "posts, showing the"
|
1068 |
msgstr "articoli, mostra il"
|
1069 |
|
1070 |
+
#: modules/site/page_counts.php:118
|
1071 |
+
#: modules/site/page_counts.php:130
|
|
|
|
|
1072 |
msgid "default"
|
1073 |
msgstr "predefinito"
|
1074 |
|
1075 |
+
#: modules/site/page_counts.php:119
|
1076 |
+
#: modules/site/page_counts.php:131
|
|
|
|
|
1077 |
msgid "content"
|
1078 |
msgstr "contenuto"
|
1079 |
|
1080 |
+
#: modules/site/page_counts.php:120
|
1081 |
+
#: modules/site/page_counts.php:132
|
|
|
|
|
1082 |
msgid "excerpt"
|
1083 |
msgstr "riassunto"
|
1084 |
|
1085 |
+
#: modules/site/page_counts.php:122
|
|
|
|
|
1086 |
msgid "(set number of posts to 0 for theme default)"
|
1087 |
msgstr "(imposta il numero degli articoli a 0 per il tema predefinito)"
|
1088 |
|
1089 |
+
#: modules/site/page_counts.php:126
|
|
|
|
|
1090 |
msgid "Searches"
|
1091 |
msgstr "Ricerche"
|
1092 |
|
1093 |
+
#: modules/site/page_counts.php:134
|
|
|
|
|
1094 |
msgid "set number of posts to 0 for theme default"
|
1095 |
msgstr "imposta il numero degli articoli a 0 per il tema predefinito"
|
1096 |
|
1097 |
+
#: modules/site/piwik.php:38
|
|
|
|
|
1098 |
msgid "Piwik"
|
1099 |
msgstr "Piwik"
|
1100 |
|
1101 |
+
#: modules/site/piwik.php:43
|
|
|
|
|
1102 |
msgid "Adds Piwik tracking code to all pages"
|
1103 |
msgstr "Aggiungi il codice di tracciamento Piwik a tutte le pagine"
|
1104 |
|
1105 |
+
#: modules/site/piwik.php:181
|
|
|
|
|
1106 |
msgid "Piwik Site ID"
|
1107 |
msgstr "ID sito Piwik"
|
1108 |
|
1109 |
+
#: modules/site/piwik.php:184
|
|
|
|
|
1110 |
msgid "If you are monitoring multiple sites this allows you to identify each"
|
1111 |
msgstr "Qualora tu stessi monitorando più siti questo ti permetterà l'identificazione di ogniuno"
|
1112 |
|
1113 |
+
#: modules/site/piwik.php:188
|
|
|
|
|
1114 |
msgid "Piwik PHP"
|
1115 |
msgstr "Piwik PHP"
|
1116 |
|
1117 |
+
#: modules/site/piwik.php:191
|
|
|
|
|
1118 |
msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
|
1119 |
msgstr "Allocazione del file Piwik PHP (ad es. <code>/piwik/piwik.php</code>)"
|
1120 |
|
1121 |
+
#: modules/site/piwik.php:195
|
|
|
|
|
1122 |
msgid "Piwik JavaScript"
|
1123 |
msgstr "JavaScript Piwik "
|
1124 |
|
1125 |
+
#: modules/site/piwik.php:198
|
|
|
|
|
1126 |
msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
|
1127 |
msgstr "Allocazione del file Piwik JavaScript (ad es. <code>/piwik/piwik.js</code>)"
|
1128 |
|
1129 |
+
#: modules/site/piwik.php:202
|
|
|
|
|
1130 |
msgid "Track downloads"
|
1131 |
msgstr "Tracciamento dei download"
|
1132 |
|
1133 |
+
#: modules/site/piwik.php:205
|
|
|
|
|
1134 |
msgid "Clear to disable download tracking"
|
1135 |
msgstr "Svuota per disattivare il tracciamento dei download"
|
1136 |
|
1137 |
+
#: modules/site/piwik.php:205
|
|
|
|
|
1138 |
msgid "reset to default"
|
1139 |
msgstr "ripristina alle predefinite"
|
1140 |
|
1141 |
+
#: modules/site/piwik.php:209
|
|
|
|
|
1142 |
msgid "Tracker pause"
|
1143 |
msgstr "Pausa tracciamento"
|
1144 |
|
1145 |
+
#: modules/site/piwik.php:212
|
|
|
|
|
1146 |
msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
|
1147 |
msgstr "Una pausa (millisecondi) aggiunta quando il file é stato scaricato. I valori minori non verranno tracciati"
|
1148 |
|
1149 |
+
#: modules/site/piwik.php:216
|
|
|
|
|
1150 |
msgid "Host aliases"
|
1151 |
msgstr "Host alias"
|
1152 |
|
1153 |
+
#: modules/site/piwik.php:219
|
|
|
|
|
1154 |
msgid "Enter each host on a separate line"
|
1155 |
msgstr "Inserisci ogni host su di una singola linea"
|
1156 |
|
1157 |
+
#: modules/site/statcounter.php:35
|
|
|
|
|
1158 |
msgid "StatCounter"
|
1159 |
msgstr "StatCounter"
|
1160 |
|
1161 |
+
#: modules/site/statcounter.php:40
|
|
|
|
|
1162 |
msgid "Adds StatCounter tracking code to all pages"
|
1163 |
msgstr "Aggiunge il codice di tracciamento di StatCounter a tutte le pagine"
|
1164 |
|
1165 |
+
#: modules/site/statcounter.php:136
|
|
|
|
|
1166 |
msgid "Project ID"
|
1167 |
msgstr "Project ID"
|
1168 |
|
1169 |
+
#: modules/site/statcounter.php:142
|
|
|
|
|
1170 |
msgid "Partition ID"
|
1171 |
msgstr "Partition ID"
|
1172 |
|
1173 |
+
#: modules/site/statcounter.php:148
|
|
|
|
|
1174 |
msgid "Security ID"
|
1175 |
msgstr "Security ID"
|
1176 |
|
1177 |
+
#: modules/site/system-settings.php:32
|
|
|
|
|
1178 |
msgid "System Settings"
|
1179 |
msgstr "Impostazini sistema"
|
1180 |
|
1181 |
+
#: modules/site/system-settings.php:37
|
|
|
|
|
1182 |
msgid "Configure PHP memory limits, time-outs, and error reporting"
|
1183 |
msgstr "Configura i limiti di memoria PHP, i time-outs e di rapporti di errore"
|
1184 |
|
1185 |
+
#: modules/site/system-settings.php:84
|
1186 |
+
#: modules/site/system-settings.php:94
|
1187 |
+
#: modules/site/system-settings.php:99
|
|
|
|
|
1188 |
msgid "System default"
|
1189 |
msgstr "Sistema predefinito"
|
1190 |
|
1191 |
+
#: modules/site/system-settings.php:85
|
|
|
|
|
1192 |
msgid "30 seconds"
|
1193 |
msgstr "30 secondi"
|
1194 |
|
1195 |
+
#: modules/site/system-settings.php:86
|
|
|
|
|
1196 |
msgid "60 seconds"
|
1197 |
msgstr "60 secondi"
|
1198 |
|
1199 |
+
#: modules/site/system-settings.php:87
|
|
|
|
|
1200 |
msgid "10 minutes"
|
1201 |
msgstr "10 minuti"
|
1202 |
|
1203 |
+
#: modules/site/system-settings.php:88
|
|
|
|
|
1204 |
msgid "1 hour"
|
1205 |
msgstr "1 ora"
|
1206 |
|
1207 |
+
#: modules/site/system-settings.php:89
|
|
|
|
|
1208 |
msgid "No timeout limit"
|
1209 |
msgstr "Nessun limite timeout"
|
1210 |
|
1211 |
+
#: modules/site/system-settings.php:100
|
|
|
|
|
1212 |
msgid "Show only errors"
|
1213 |
msgstr "Mostra solamente gli errori"
|
1214 |
|
1215 |
+
#: modules/site/system-settings.php:101
|
|
|
|
|
1216 |
msgid "Show all errors & warnings"
|
1217 |
msgstr "Mostra tutti gli errori & avvisi"
|
1218 |
|
1219 |
+
#: modules/site/system-settings.php:102
|
|
|
|
|
1220 |
msgid "Show no errors or warnings"
|
1221 |
msgstr "Non mostrare errori ed avvisi"
|
1222 |
|
1223 |
+
#: modules/site/system-settings.php:106
|
|
|
|
|
1224 |
msgid "Memory Limit"
|
1225 |
msgstr "Limite memoria"
|
1226 |
|
1227 |
+
#: modules/site/system-settings.php:116
|
|
|
|
|
1228 |
msgid "PHP Script Timeout"
|
1229 |
msgstr "Timeout PHP Script"
|
1230 |
|
1231 |
+
#: modules/site/system-settings.php:126
|
|
|
|
|
1232 |
msgid "PHP Error Reporting"
|
1233 |
msgstr "Rapporto errore PHP"
|
1234 |
|
1235 |
+
#: modules/site/widgets.php:30
|
|
|
|
|
1236 |
msgid "Disable WordPress Widgets"
|
1237 |
msgstr "Disattiva i widget WordPress"
|
1238 |
|
1239 |
+
#: modules/site/widgets.php:35
|
|
|
|
|
1240 |
msgid "Allows you to enable or disable various WordPress Widgets"
|
1241 |
msgstr "Ti permette di attivare/disattivare i vari widget di WordPress"
|
1242 |
|
1243 |
+
#: modules/site/widgets.php:67
|
1244 |
+
#: modules/site/widgets.php:68
|
|
|
|
|
1245 |
msgid "Calendar"
|
1246 |
msgstr "Calendario"
|
1247 |
|
1248 |
+
#: modules/site/widgets.php:79
|
|
|
|
|
1249 |
msgid "Links"
|
1250 |
msgstr "Link"
|
1251 |
|
1252 |
+
#: modules/site/widgets.php:84
|
1253 |
+
#: modules/site/widgets.php:85
|
|
|
|
|
1254 |
msgid "Meta"
|
1255 |
msgstr "Meta"
|
1256 |
|
1257 |
+
#: modules/site/widgets.php:90
|
|
|
|
|
1258 |
msgid "Search"
|
1259 |
msgstr "Cerca"
|
1260 |
|
1261 |
+
#: modules/site/widgets.php:95
|
1262 |
+
#: modules/site/widgets.php:96
|
|
|
|
|
1263 |
msgid "Recent Posts"
|
1264 |
msgstr "Articoli recenti"
|
1265 |
|
1266 |
+
#: modules/site/widgets.php:101
|
1267 |
+
#: modules/site/widgets.php:102
|
|
|
|
|
1268 |
msgid "Tag Cloud"
|
1269 |
msgstr "Tag Cloud"
|
1270 |
|
1271 |
+
#: modules/site/widgets.php:141
|
|
|
|
|
1272 |
msgid "categories"
|
1273 |
msgstr "categorie"
|
1274 |
|
1275 |
+
#: modules/site/widgets.php:142
|
|
|
|
|
1276 |
msgid "text"
|
1277 |
msgstr "testo"
|
1278 |
|
1279 |
+
#: modules/site/widgets.php:143
|
|
|
|
|
1280 |
msgid "rss"
|
1281 |
msgstr "rss"
|
1282 |
|
1283 |
+
#: modules/site/widgets.php:144
|
|
|
|
|
1284 |
msgid "recent comments"
|
1285 |
msgstr "commenti recenti"
|
1286 |
|
1287 |
+
#: modules/site/widgets.php:145
|
|
|
|
|
1288 |
msgid "pages"
|
1289 |
msgstr "Pagine"
|
1290 |
|
1291 |
+
#: modules/site/widgets.php:146
|
|
|
|
|
1292 |
msgid "search"
|
1293 |
msgstr "cerca"
|
1294 |
|
1295 |
+
#: modules/site/widgets.php:147
|
|
|
|
|
1296 |
msgid "calendar"
|
1297 |
msgstr "calendario"
|
1298 |
|
1299 |
+
#: modules/site/widgets.php:148
|
|
|
|
|
1300 |
msgid "archives"
|
1301 |
msgstr "archivi"
|
1302 |
|
1303 |
+
#: modules/site/widgets.php:149
|
|
|
|
|
1304 |
msgid "links"
|
1305 |
msgstr "link"
|
1306 |
|
1307 |
+
#: modules/site/widgets.php:150
|
|
|
|
|
1308 |
msgid "meta"
|
1309 |
msgstr "meta"
|
1310 |
|
1311 |
+
#: modules/site/widgets.php:151
|
|
|
|
|
1312 |
msgid "recent entries"
|
1313 |
msgstr "aricoli recenti"
|
1314 |
|
1315 |
+
#: modules/site/widgets.php:152
|
|
|
|
|
1316 |
msgid "tag cloud"
|
1317 |
msgstr "tag cloud"
|
1318 |
|
1319 |
+
#: modules/site/widgets.php:156
|
|
|
|
|
1320 |
msgid "Enabled Widgets"
|
1321 |
msgstr "Attiva widget"
|
1322 |
|
1323 |
+
#: modules/site/wp_formatting.php:32
|
|
|
|
|
1324 |
msgid "WordPress content formatting"
|
1325 |
msgstr "Formattazione contenuto WordPress"
|
1326 |
|
1327 |
+
#: modules/site/wp_formatting.php:37
|
|
|
|
|
1328 |
msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
|
1329 |
msgstr "Permette che siano attivate o disattivate le varie funzioni di auto-formattazione di WordPress (incluso wpautop)"
|
1330 |
|
1331 |
+
#: modules/site/wp_formatting.php:91
|
|
|
|
|
1332 |
msgid "Auto-formatting"
|
1333 |
msgstr "Formattazione automatica"
|
1334 |
|
1335 |
+
#: modules/site/wp_formatting.php:94
|
|
|
|
|
1336 |
msgid "Use <code>wpautop</code> to format paragraphs"
|
1337 |
msgstr "Utilizza <code>wpautop</code> per formattare i paragrafi"
|
1338 |
|
1339 |
+
#: modules/site/wp_formatting.php:98
|
|
|
|
|
1340 |
msgid "Auto-fancy quotes"
|
1341 |
msgstr "Auto-fancy quotes"
|
1342 |
|
1343 |
+
#: modules/site/wp_formatting.php:101
|
|
|
|
|
1344 |
msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
|
1345 |
msgstr "Utilizza <code>wptexturize</code> per commutare le citazioni in fancy quotes"
|
1346 |
|
1347 |
+
#: modules/site/wp_formatting.php:105
|
|
|
|
|
1348 |
msgid "Auto-link"
|
1349 |
msgstr "Auto-link"
|
1350 |
|
1351 |
+
#: modules/site/wp_formatting.php:108
|
|
|
|
|
1352 |
msgid "Makes links clickable in comments"
|
1353 |
msgstr "Rende cliccabili i link nei commenti"
|
1354 |
|
1355 |
+
#: modules/site/yahoo-site-explorer.php:30
|
|
|
|
|
1356 |
msgid "Yahoo! Site Explorer"
|
1357 |
msgstr "Yahoo! Site Explorer"
|
1358 |
|
1359 |
+
#: modules/site/yahoo-site-explorer.php:35
|
|
|
|
|
1360 |
msgid "Adds Yahoo! Site Explorer tracking code to your home page"
|
1361 |
msgstr "Aggiunge il codice di tracciamento di Yahoo! Site Explorer alla tua home page"
|
1362 |
|
1363 |
+
#: modules/site/yahoo-site-explorer.php:70
|
|
|
|
|
1364 |
msgid "Enter Yahoo! Site Explorer tracking code."
|
1365 |
msgstr "Inserisci il codice di tracciamento Yahoo! Site Explorer."
|
1366 |
|
1367 |
+
#: view/admin/edit_category.php:1
|
|
|
|
|
1368 |
msgid "HeadSpace Settings"
|
1369 |
msgstr "Impostazioni Settings"
|
1370 |
|
1371 |
+
#: view/admin/edit_category.php:5
|
|
|
|
|
1372 |
msgid "Edit Category »"
|
1373 |
msgstr "Modifica Categoria »"
|
1374 |
|
1375 |
+
#: view/admin/edit_post.php:7
|
|
|
|
|
1376 |
msgid "HeadSpace Meta data"
|
1377 |
msgstr "Meta dati HeadSpace"
|
1378 |
|
1379 |
+
#: view/admin/head_admin.php:5
|
|
|
|
|
1380 |
msgid "Are you sure you want to merge that tag?"
|
1381 |
msgstr "Sei certo di volere incorporare quel tag?"
|
1382 |
|
1383 |
+
#: view/admin/head_admin.php:6
|
|
|
|
|
1384 |
msgid "A problem occured retrieving data from the server. If this persists please check that you have installed the plugin correctly."
|
1385 |
msgstr "Si é verificato un errore durante il recupero dei dati dal server. Qualora il problema continuasse a persistere, verifica la corretta installazione del plugin."
|
1386 |
|
1387 |
+
#: view/admin/help.php:3
|
|
|
|
|
1388 |
msgid "Special Tags"
|
1389 |
msgstr "Tag speciali"
|
1390 |
|
1391 |
+
#: view/admin/help.php:4
|
|
|
|
|
1392 |
msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
|
1393 |
msgstr "Questi tag possono essere inclusi e verranno sostituiti da HeadSpace durante la visualizzazione di una pagina."
|
1394 |
|
1395 |
+
#: view/admin/help.php:10
|
|
|
|
|
1396 |
msgid "Replaced with the date of the post/page"
|
1397 |
msgstr "Sostituito con la data dell'articolo/pagina"
|
1398 |
|
1399 |
+
#: view/admin/help.php:11
|
|
|
|
|
1400 |
msgid "Replaced with the title of the post/page"
|
1401 |
msgstr "Sostituito"
|
1402 |
|
1403 |
+
#: view/admin/help.php:12
|
|
|
|
|
1404 |
msgid "The site's name"
|
1405 |
msgstr "Il nome del sito"
|
1406 |
|
1407 |
+
#: view/admin/help.php:13
|
|
|
|
|
1408 |
msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
|
1409 |
msgstr "Sostituito con il riassunto dell'articolo/pagina (oppure auto-generato qualora non esistesse)"
|
1410 |
|
1411 |
+
#: view/admin/help.php:14
|
|
|
|
|
1412 |
msgid "Replaced with the post/page excerpt (without auto-generation)"
|
1413 |
msgstr "Sostituito con il riassunto dell'articolo/pagina (senza auto-generazione)"
|
1414 |
|
1415 |
+
#: view/admin/help.php:15
|
|
|
|
|
1416 |
msgid "Replaced with the current tag/tags"
|
1417 |
msgstr "Sostituito con l'attuale tag"
|
1418 |
|
1419 |
+
#: view/admin/help.php:16
|
|
|
|
|
1420 |
msgid "Replaced with the post categories (comma separated)"
|
1421 |
msgstr "Sostituito con le categorie articolo (separate da una virgola)"
|
1422 |
|
1423 |
+
#: view/admin/help.php:17
|
|
|
|
|
1424 |
msgid "Replaced with the category description"
|
1425 |
msgstr "Sostituito con la descrizione della categoria"
|
1426 |
|
1427 |
+
#: view/admin/help.php:18
|
|
|
|
|
1428 |
msgid "Replaced with the tag description"
|
1429 |
msgstr "Sostituito con la descrizione del tag"
|
1430 |
|
1431 |
+
#: view/admin/help.php:19
|
1432 |
+
msgid "Replaced with the term description"
|
1433 |
+
msgstr "Sostituito con la descrizione del termine"
|
1434 |
+
|
1435 |
+
#: view/admin/help.php:20
|
1436 |
+
msgid "Replaced with the term name"
|
1437 |
+
msgstr "Sostituito con il nome del termine"
|
1438 |
+
|
1439 |
+
#: view/admin/help.php:21
|
1440 |
msgid "Replaced with the post/page modified time"
|
1441 |
msgstr "Sostituito con l'ora modificata dell'articolo/pagina"
|
1442 |
|
1443 |
+
#: view/admin/help.php:22
|
|
|
|
|
1444 |
msgid "Replaced with the post/page ID"
|
1445 |
msgstr "Sostituito cin la ID articolo/pagina"
|
1446 |
|
1447 |
+
#: view/admin/help.php:23
|
|
|
|
|
1448 |
msgid "Replaced with the post/page author's 'nicename'"
|
1449 |
msgstr "Sostituito con il 'nicename' dell'autore dell'articolo/pagina"
|
1450 |
|
1451 |
+
#: view/admin/help.php:24
|
|
|
|
|
1452 |
msgid "Replaced with the post/page author's userid"
|
1453 |
msgstr "Sostituito con l'ID utente dell'autore dell'articolo/pagina"
|
1454 |
|
1455 |
+
#: view/admin/help.php:25
|
|
|
|
|
1456 |
msgid "Replaced with the current search phrase"
|
1457 |
msgstr "Sostituito con la attuale frase di ricerca"
|
1458 |
|
1459 |
+
#: view/admin/help.php:26
|
|
|
|
|
1460 |
msgid "Replaced with the current time"
|
1461 |
msgstr "Sostituito con l'ora corrente"
|
1462 |
|
1463 |
+
#: view/admin/help.php:27
|
|
|
|
|
1464 |
msgid "Replaced with the current date"
|
1465 |
msgstr "Sostituito con la data corrente"
|
1466 |
|
1467 |
+
#: view/admin/help.php:28
|
|
|
|
|
1468 |
msgid "Replaced with the current month"
|
1469 |
msgstr "Sostituito con il mese corrente"
|
1470 |
|
1471 |
+
#: view/admin/help.php:29
|
|
|
|
|
1472 |
msgid "Replaced with the current year"
|
1473 |
msgstr "Sostituito con l'anno corrente"
|
1474 |
|
1475 |
+
#: view/admin/help.php:30
|
|
|
|
|
1476 |
msgid "Replaced with the current page number (i.e. page 2 of 4)"
|
1477 |
msgstr "Sostituito con l'attuale numero della pagina (ad es: pagina 2 di 4)"
|
1478 |
|
1479 |
+
#: view/admin/help.php:31
|
|
|
|
|
1480 |
msgid "Replaced with the current page total"
|
1481 |
msgstr "Sostituito con il totale corrente delle pagine"
|
1482 |
|
1483 |
+
#: view/admin/help.php:32
|
|
|
|
|
1484 |
msgid "Replaced with the current page number"
|
1485 |
msgstr "Sostituito con il numero corrente della pagina"
|
1486 |
|
1487 |
+
#: view/admin/help.php:33
|
|
|
|
|
1488 |
msgid "Attachment caption"
|
1489 |
msgstr "Didascalia in allegato"
|
1490 |
|
1491 |
+
#: view/admin/import.php:6
|
|
|
|
|
1492 |
#, php-format
|
1493 |
msgid "%s | Import"
|
1494 |
msgstr "%s | Importa"
|
1495 |
|
1496 |
+
#: view/admin/import.php:10
|
|
|
|
|
1497 |
msgid "This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work."
|
1498 |
msgstr "Questa pagina ti permetterà l'importazione dei meta-dati dagli altri plugin di WordPress. Non sarà necessario che siano attivi gli altri plugin durante l'operazione di importazione dei dati."
|
1499 |
|
1500 |
+
#: view/admin/import.php:21
|
|
|
|
|
1501 |
msgid "Import"
|
1502 |
msgstr "Importa"
|
1503 |
|
1504 |
+
#: view/admin/import.php:22
|
|
|
|
|
1505 |
msgid "Import and remove original data"
|
1506 |
msgstr "Importa e rimuovi i dati originali"
|
1507 |
|
1508 |
+
#: view/admin/import.php:22
|
|
|
|
|
1509 |
msgid "(not available in UTW and Simple Tagging)"
|
1510 |
msgstr "(non disponibile per UTW e Simple Tagging)"
|
1511 |
|
1512 |
+
#: view/admin/import.php:25
|
|
|
|
|
1513 |
msgid "As with anything else that modifies your database you should <strong>backup your data before running an import</strong>. No responsibility is accepted for any kittens that may be killed in the process."
|
1514 |
msgstr "Così come per ogni altra operazione che modifichi il database sarà necessario che tu effettui il <strong>backup dei tuoi dati prima di avviare l'importazione</strong>. Non verrà assunta responsabilità alcuna per i mici che verranno feriti durante il processo."
|
1515 |
|
1516 |
+
#: view/admin/mass_edit.php:29
|
|
|
|
|
1517 |
msgid "Filter"
|
1518 |
msgstr "Filtro"
|
1519 |
|
1520 |
+
#: view/admin/mass_edit.php:66
|
|
|
|
|
1521 |
msgid "Save all data"
|
1522 |
msgstr "Salva tutti i dati"
|
1523 |
|
1524 |
+
#: view/admin/options.php:7
|
|
|
|
|
1525 |
#, php-format
|
1526 |
msgid "%s | General Options"
|
1527 |
msgstr "%s | Opzioni generali"
|
1528 |
|
1529 |
+
#: view/admin/options.php:16
|
|
|
|
|
1530 |
msgid "Inherit settings"
|
1531 |
msgstr "Impostazioni precedenti"
|
1532 |
|
1533 |
+
#: view/admin/options.php:20
|
|
|
|
|
1534 |
msgid "Inherit from global settings"
|
1535 |
msgstr "Eredita dalle impostazioni generali"
|
1536 |
|
1537 |
+
#: view/admin/options.php:24
|
|
|
|
|
1538 |
msgid "Process excerpt with plugins"
|
1539 |
msgstr "Elaborazione del riassunto via plugin"
|
1540 |
|
1541 |
+
#: view/admin/options.php:28
|
|
|
|
|
1542 |
msgid "Will allow plugins to modify generated excerpts"
|
1543 |
msgstr "Permetti al plugin di modificare i riassunti"
|
1544 |
|
1545 |
+
#: view/admin/options.php:32
|
|
|
|
|
1546 |
msgid "Plugin Support"
|
1547 |
msgstr "Supporto plugin"
|
1548 |
|
1549 |
+
#: view/admin/options.php:35
|
|
|
|
|
1550 |
msgid "I'm a nice person and I have helped support the author of this plugin"
|
1551 |
msgstr "Sono propio una brava persona perché ho supportato l'autore di questo plugin"
|
1552 |
|
1553 |
+
#: view/admin/options.php:39
|
|
|
|
|
1554 |
msgid "Debug"
|
1555 |
msgstr "Debug"
|
1556 |
|
1557 |
+
#: view/admin/options.php:43
|
|
|
|
|
1558 |
msgid "Enable debug option"
|
1559 |
msgstr "Attiva l'opzione debug"
|
1560 |
|
1561 |
+
#: view/admin/options.php:49
|
|
|
|
|
1562 |
msgid "Update Options »"
|
1563 |
msgstr "Aggiorna le opzioni »"
|
1564 |
|
1565 |
+
#: view/admin/options.php:57
|
|
|
|
|
1566 |
msgid "Remove HeadSpace"
|
1567 |
msgstr "Rimuovi HeadSpace"
|
1568 |
|
1569 |
+
#: view/admin/options.php:59
|
|
|
|
|
1570 |
msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
|
1571 |
msgstr "Questa opzione rimuoverà HeadSpace e cancellerà tutte le impostazioni, tags e meta-dati - assicurati di sapere cosa stai facendo!"
|
1572 |
|
1573 |
+
#: view/admin/options.php:64
|
|
|
|
|
1574 |
msgid "Delete HeadSpace"
|
1575 |
msgstr "Cancella HeadSpace"
|
1576 |
|
1577 |
+
#: view/admin/page-module-edit.php:11
|
1578 |
+
#: view/admin/page-settings-edit-ajax.php:5
|
1579 |
+
#: view/admin/site-module-edit.php:17
|
|
|
|
|
1580 |
msgid "Save"
|
1581 |
msgstr "Salva"
|
1582 |
|
1583 |
+
#: view/admin/page-module-edit.php:12
|
1584 |
+
#: view/admin/page-settings-edit-ajax.php:6
|
1585 |
+
#: view/admin/site-module-edit.php:18
|
|
|
|
|
1586 |
msgid "Cancel"
|
1587 |
msgstr "Cancella"
|
1588 |
|
1589 |
+
#: view/admin/page-modules.php:7
|
|
|
|
|
1590 |
#, php-format
|
1591 |
msgid "%s | Page Modules"
|
1592 |
msgstr "%s | Moduli pagina"
|
1593 |
|
1594 |
+
#: view/admin/page-modules.php:11
|
|
|
|
|
1595 |
msgid "Page modules apply to individual pages. Drag-and-drop modules into the appropriate area. Modules can be re-ordered to change their position on the edit screen."
|
1596 |
msgstr "Moduli pagina applicati alle singole pagine. Trascina i moduli dentro l'area appropriata. I moduli possono essere riordinati in modo tale da poter cambiare la loro posizione nella pagina delle modifiche."
|
1597 |
|
1598 |
+
#: view/admin/page-modules.php:15
|
|
|
|
|
1599 |
msgid "Simple"
|
1600 |
msgstr "Semplice"
|
1601 |
|
1602 |
+
#: view/admin/page-modules.php:16
|
|
|
|
|
1603 |
msgid "Modules will always appear on edit screens"
|
1604 |
msgstr "I moduli appariranno sempre nella pagina delle modifiche"
|
1605 |
|
1606 |
+
#: view/admin/page-modules.php:21
|
|
|
|
|
1607 |
msgid "Advanced"
|
1608 |
msgstr "Avanzato"
|
1609 |
|
1610 |
+
#: view/admin/page-modules.php:22
|
|
|
|
|
1611 |
msgid "Modules will be hidden behind a link"
|
1612 |
msgstr "I moduli verranno nascosti dietro ad un link"
|
1613 |
|
1614 |
+
#: view/admin/page-modules.php:32
|
|
|
|
|
1615 |
msgid "Disabled"
|
1616 |
msgstr "Disattivato"
|
1617 |
|
1618 |
+
#: view/admin/page-modules.php:33
|
|
|
|
|
1619 |
msgid "Modules are disabled and do not appear"
|
1620 |
msgstr "I moduli sono disattivati e quindi non appaiono"
|
1621 |
|
1622 |
+
#: view/admin/page-settings-edit.php:19
|
|
|
|
|
1623 |
msgid "advanced"
|
1624 |
msgstr "avanzato"
|
1625 |
|
1626 |
+
#: view/admin/page-settings.php:7
|
|
|
|
|
1627 |
#, php-format
|
1628 |
msgid "%s | Page Settings"
|
1629 |
msgstr "%s | Impostazioni pagina"
|
1630 |
|
1631 |
+
#: view/admin/page-settings.php:11
|
|
|
|
|
1632 |
msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
|
1633 |
msgstr "Clicca sul nome della pagina per modificare le impostazioni. Potrai aggiungere dei moduli in modo da poter ottenere una maggiore scelta."
|
1634 |
|
1635 |
+
#: view/admin/page-settings.php:23
|
|
|
|
|
1636 |
msgid "Settings can be applied to specific posts & pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
|
1637 |
msgstr "Le impostazioni saranno applicate individualmente ad articoli & pagine nella <strong>pagina modifiche post</strong> ed alle categorie specifiche nella pagina <strong>modifica categoria</strong>."
|
1638 |
|
1639 |
+
#: view/admin/site-modules.php:6
|
|
|
|
|
1640 |
#, php-format
|
1641 |
msgid "%s | Site Modules"
|
1642 |
msgstr "%s | Moduli sito"
|
1643 |
|
1644 |
+
#: view/admin/site-modules.php:10
|
|
|
|
|
1645 |
msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
|
1646 |
msgstr "Moduli sito applicati in tutto il tuo sito. Funzioneranno solamente i moduli smarcati (se configurati correttamente) "
|
1647 |
|
1648 |
+
#: view/admin/submenu.php:3
|
|
|
|
|
1649 |
msgid "Page Settings"
|
1650 |
msgstr "Impostazioni pagina"
|
1651 |
|
1652 |
+
#: view/admin/submenu.php:4
|
|
|
|
|
1653 |
msgid "Page Modules"
|
1654 |
msgstr "Moduli pagina"
|
1655 |
|
1656 |
+
#: view/admin/submenu.php:5
|
|
|
|
|
1657 |
msgid "Site Modules"
|
1658 |
msgstr "Moduli sito"
|
1659 |
|
1660 |
+
#: view/admin/submenu.php:6
|
|
|
|
|
1661 |
msgid "Options"
|
1662 |
msgstr "Opzioni"
|
1663 |
|
1664 |
+
#: view/admin/support.php:5
|
|
|
|
|
1665 |
msgid "HeadSpace | Support"
|
1666 |
msgstr "Supporto | HeadSpace"
|
1667 |
|
1668 |
+
#: view/admin/support.php:7
|
|
|
|
|
1669 |
msgid "HeadSpace has required a great deal of time and effort to develop. If it's been useful to you then you can support this development by <strong>making a small donation of $12</strong>. This will act as an incentive for me to carry on developing it, providing countless hours of support, and including any enhancements that are suggested."
|
1670 |
msgstr "Lo sviluppo di HeadSpace ha richiesto molto tempo. Ritenessi utile questo plugin, puoi contribuire al suo sviluppo effettuando una <strong>piccola donazione di $12</strong>. Il tuo gesto sarà per me un incentivo per il proseguo dello sviluppo, per le ore trascorse nel fornire un supporto tecnico nonché per poter inserire le modifiche che mi vengono suggerite."
|
1671 |
|
1672 |
+
#: view/admin/support.php:28
|
|
|
|
|
1673 |
msgid "Alternatively, if you are multi-lingual, do consider translating this into another language. All the necessary localisation files are included and I've written a <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">full guide to the translation process</a>."
|
1674 |
msgstr "In alternativa, qualora ne avessi le capacità, potresti tradurre questo plugin in un altra lingua. Tutti i file di localizzazione necessari sono inclusi nella cartella del plugin inoltre, ho scritto una <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">guida completa per le traduzioni</a>."
|
1675 |
|
1676 |
+
#: view/admin/support.php:30
|
|
|
|
|
1677 |
msgid "The support message can be disabled at any time from the options page"
|
1678 |
msgstr "Questo messaggio di suppoprto potrà essere mostrato in qualsiasi momento nella pagina delle opzioni"
|
1679 |
|
1680 |
+
#: view/admin/version.php:2
|
|
|
|
|
1681 |
msgid "HeadSpace2 News"
|
1682 |
msgstr "HeadSpace2 News"
|
1683 |
|
1684 |
+
#: view/admin/version.php:5
|
|
|
|
|
1685 |
#, php-format
|
1686 |
msgid "%s ago"
|
1687 |
msgstr "%s fa"
|
1688 |
|
1689 |
#~ msgid "<p style=\"color: red\">That function is not defined</p>"
|
1690 |
#~ msgstr "<p style=\"color: red\">Quella fa funzione non é definita</p>"
|
1691 |
+
|
1692 |
#~ msgid ""
|
1693 |
#~ "<p style=\"color: red\">You are not allowed access to this resource</p>"
|
1694 |
#~ msgstr ""
|
1695 |
#~ "<p style=\"color: red\">Non ti é permesso accedere a questa risorsa</p>"
|
1696 |
+
|
1697 |
#~ msgid "Invalid module"
|
1698 |
#~ msgstr "Modulo non valido"
|
1699 |
+
|
1700 |
#~ msgid ""
|
1701 |
#~ "This notice will only be shown at periodic intervals and can be disabled "
|
1702 |
#~ "easily."
|
1703 |
#~ msgstr ""
|
1704 |
#~ "Questo messaggio verrà mostrato ad intervalli periodici e può essere "
|
1705 |
#~ "disattivato con facilità."
|
1706 |
+
|
1707 |
#~ msgid "Posts & Pages"
|
1708 |
#~ msgstr "Articoli & Pagine"
|
1709 |
+
|
1710 |
#~ msgid "How many widgets would you like?"
|
1711 |
#~ msgstr "Quanti widget desideri?"
|
|
locale/messages.po
DELETED
@@ -1,1710 +0,0 @@
|
|
1 |
-
# Meta-data manager on steroids, allowing complete control over all SEO needs such as keywords/tags, titles, description, stylesheets, and many many other goodies.
|
2 |
-
# Copyright (C) 2010 John Godley
|
3 |
-
# This file is distributed under the same license as the HeadSpace2 package.
|
4 |
-
# John Godley, http://urbangiraffe.com/, 2010.
|
5 |
-
#
|
6 |
-
#, fuzzy
|
7 |
-
msgid ""
|
8 |
-
msgstr "Project-Id-Version: HeadSpace2 3.6.33\n"
|
9 |
-
"Report-Msgid-Bugs-To: \n"
|
10 |
-
"POT-Creation-Date: 2010-01-23 19:34+0000\n"
|
11 |
-
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
|
12 |
-
"Last-Translator: John Godley http://urbangiraffe.com/\n"
|
13 |
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
-
"MIME-Version: 1.0\n"
|
15 |
-
"Content-Type: text/plain; charset=UTF8\n"
|
16 |
-
"Content-Transfer-Encoding: 8bit\n"
|
17 |
-
|
18 |
-
#: headspace.php:474
|
19 |
-
#, php-format
|
20 |
-
msgid "%d items were imported from %s"
|
21 |
-
msgstr ""
|
22 |
-
|
23 |
-
#: models/pager.php:434
|
24 |
-
#, php-format
|
25 |
-
msgid "%d per-page"
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: view/admin/version.php:5
|
29 |
-
#, php-format
|
30 |
-
msgid "%s ago"
|
31 |
-
msgstr ""
|
32 |
-
|
33 |
-
#: view/admin/options.php:7
|
34 |
-
#, php-format
|
35 |
-
msgid "%s | General Options"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: view/admin/import.php:6
|
39 |
-
#, php-format
|
40 |
-
msgid "%s | Import"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: view/admin/page-modules.php:7
|
44 |
-
#, php-format
|
45 |
-
msgid "%s | Page Modules"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: view/admin/page-settings.php:7
|
49 |
-
#, php-format
|
50 |
-
msgid "%s | Page Settings"
|
51 |
-
msgstr ""
|
52 |
-
|
53 |
-
#: view/admin/site-modules.php:6
|
54 |
-
#, php-format
|
55 |
-
msgid "%s | Site Modules"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: view/admin/import.php:22
|
59 |
-
msgid "(not available in UTW and Simple Tagging)"
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: modules/site/page_counts.php:122
|
63 |
-
msgid "(set number of posts to 0 for theme default)"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: modules/site/system-settings.php:88
|
67 |
-
msgid "1 hour"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: modules/site/system-settings.php:87
|
71 |
-
msgid "10 minutes"
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: modules/site/103bees.php:31
|
75 |
-
msgid "103bees"
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: modules/site/system-settings.php:85
|
79 |
-
msgid "30 seconds"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: models/headspace.php:119
|
83 |
-
msgid "404 Page"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: modules/site/system-settings.php:86
|
87 |
-
msgid "60 seconds"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: headspace.php:303
|
91 |
-
msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a "
|
92 |
-
"href=\"http://codex.wordpress.org/Theme_Development\">documentation</"
|
93 |
-
"a>)"
|
94 |
-
msgstr ""
|
95 |
-
|
96 |
-
#: headspace.php:296
|
97 |
-
msgid "<code>wp_head</code> was not found in <code>header.php</code> (<a "
|
98 |
-
"href=\"http://codex.wordpress.org/Hook_Reference/wp_head"
|
99 |
-
"\">documentation</a>)"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: modules/site/first-time-visitor.php:93
|
103 |
-
#, php-format
|
104 |
-
msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/"
|
105 |
-
"feed/\">RSS</a> feed.</p>"
|
106 |
-
msgstr ""
|
107 |
-
|
108 |
-
#: modules/page/tags.php:123
|
109 |
-
msgid "<p>Tags: "
|
110 |
-
msgstr ""
|
111 |
-
|
112 |
-
#: modules/site/piwik.php:211
|
113 |
-
msgid "A pause (milliseconds) added when a file is downloaded. Small "
|
114 |
-
"values may not be tracked"
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: view/admin/head_admin.php:6
|
118 |
-
msgid "A problem occured retrieving data from the server. If this persists "
|
119 |
-
"please check that you have installed the plugin correctly."
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: modules/site/awstats.php:31
|
123 |
-
msgid "AWStats JavaScript Tracking"
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: modules/site/analytics.php:237 modules/site/feedburner-stats.php:67
|
127 |
-
msgid "Account ID"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: modules/site/apture.php:36
|
131 |
-
msgid "Add Apture to all pages"
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
-
#: modules/site/103bees.php:36
|
135 |
-
msgid "Adds 103bees tracking code to all pages"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: modules/site/awstats.php:36
|
139 |
-
msgid "Adds AWStats JavaScript tracking to all pages (through "
|
140 |
-
"<code>wp_footer</code>)"
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: modules/site/crazyegg.php:38
|
144 |
-
msgid "Adds CrazyEgg tracking code to all pages"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: modules/site/analytics.php:44
|
148 |
-
msgid "Adds Google Analytic tracking code to all pages (through "
|
149 |
-
"<code>wp_footer</code>)"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: modules/site/google_webmaster.php:35
|
153 |
-
msgid "Adds Google Webmaster tracking code to your home page"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: modules/site/hittail.php:36
|
157 |
-
msgid "Adds HitTail tracking code to all pages"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: modules/site/microsoft-live.php:35
|
161 |
-
msgid "Adds Microsoft Live verification / Bing Webmaster code to your home "
|
162 |
-
"page"
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: modules/site/mint.php:38
|
166 |
-
msgid "Adds Mint tracking code to all pages"
|
167 |
-
msgstr ""
|
168 |
-
|
169 |
-
#: modules/site/piwik.php:42
|
170 |
-
msgid "Adds Piwik tracking code to all pages"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: modules/site/statcounter.php:40
|
174 |
-
msgid "Adds StatCounter tracking code to all pages"
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: modules/site/yahoo-site-explorer.php:35
|
178 |
-
msgid "Adds Yahoo! Site Explorer tracking code to your home page"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: modules/site/feedburner-stats.php:35
|
182 |
-
msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: view/admin/page-modules.php:21
|
186 |
-
msgid "Advanced"
|
187 |
-
msgstr ""
|
188 |
-
|
189 |
-
#: modules/page/more_text.php:127
|
190 |
-
msgid "Advanced - the regular expression pattern to select the more link "
|
191 |
-
"from your posts"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: modules/page/more_text.php:133
|
195 |
-
msgid "Advanced - the regular expression replacement text"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: modules/page/page_title.php:134
|
199 |
-
msgid "After"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: modules/page/page-links.php:218
|
203 |
-
msgid "After HTML"
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: modules/site/first-time-visitor.php:138
|
207 |
-
msgid "After content"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: modules/page/description.php:70
|
211 |
-
msgid "All descriptions will be trimmed to this length"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: modules/import/all-in-one-seo.php:28
|
215 |
-
msgid "All-in-one SEO"
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
-
#: modules/page/javascript.php:49
|
219 |
-
msgid "Allow external JavaScript files to be referenced"
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: modules/page/page_title.php:115
|
223 |
-
msgid "Allow page title to be changed (i.e. the title in the browser window "
|
224 |
-
"title)"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: modules/page/stylesheet.php:58
|
228 |
-
msgid "Allows CSS stylesheets to be added to a page"
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: modules/page/theme.php:74
|
232 |
-
msgid "Allows a custom page-specific theme to over-ride the default theme"
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: modules/page/description.php:59
|
236 |
-
msgid "Allows a short description about the page that is used by search "
|
237 |
-
"engines"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: modules/page/custom.php:48
|
241 |
-
msgid "Allows custom data to be inserted anywhere in your theme using "
|
242 |
-
"MetaData::custom ()"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: modules/page/plugin.php:93
|
246 |
-
msgid "Allows disabled plugins to be enabled on specific pages"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: modules/page/follow-links.php:113
|
250 |
-
msgid "Allows follow/no-follow to be set for various links"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: modules/page/keywords.php:66
|
254 |
-
msgid "Allows meta keywords to be defined, seperate from tags (if "
|
255 |
-
"necessary, disable keyword display in the Tags module)"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: modules/page/relative-links.php:100
|
259 |
-
msgid "Allows options to be set for relative meta links (WP 2.8+)"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: modules/page/page-links.php:150
|
263 |
-
msgid "Allows options to be set for wp_list_pages links"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: modules/page/raw-footer.php:48
|
267 |
-
msgid "Allows raw data to be inserted into the page footer"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: modules/page/raw.php:44
|
271 |
-
msgid "Allows raw data to be inserted into the page meta section"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: modules/page/rss_tagline.php:57
|
275 |
-
msgid "Allows site RSS description to be changed"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: modules/page/rss_name.php:57
|
279 |
-
msgid "Allows site RSS name to be changed"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: modules/page/site_tagline.php:56
|
283 |
-
msgid "Allows site description to be changed (i.e. the tagline)"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: modules/page/site_name.php:58
|
287 |
-
msgid "Allows site name to be changed (i.e your blog name)"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: modules/page/tags.php:153
|
291 |
-
msgid "Allows tags to be added to pages"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: modules/page/more_text.php:85
|
295 |
-
msgid "Allows the 'more' text to be changed"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: modules/page/noindex.php:87
|
299 |
-
msgid "Allows various meta-robot options to be set to prevent search "
|
300 |
-
"engines and robots from indexing or following pages"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: modules/site/widgets.php:35
|
304 |
-
msgid "Allows you to enable or disable various WordPress Widgets"
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: modules/site/wp_formatting.php:37
|
308 |
-
msgid "Allows you to enable or disable various WordPress auto-formatting "
|
309 |
-
"(including wpautop)"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: view/admin/support.php:28
|
313 |
-
msgid "Alternatively, if you are multi-lingual, do consider translating "
|
314 |
-
"this into another language. All the necessary localisation files "
|
315 |
-
"are included and I've written a <a href=\"http://urbangiraffe.com/"
|
316 |
-
"articles/translating-wordpress-themes-and-plugins/\">full guide to "
|
317 |
-
"the translation process</a>."
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: modules/site/apture.php:31
|
321 |
-
msgid "Apture"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: modules/page/follow-links.php:32
|
325 |
-
msgid "Archive Links"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: models/headspace.php:113 modules/site/page_counts.php:114
|
329 |
-
#: modules/site/widgets.php:73 modules/site/widgets.php:74
|
330 |
-
msgid "Archives"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: view/admin/head_admin.php:5
|
334 |
-
msgid "Are you sure you want to merge that tag?"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: view/admin/import.php:25
|
338 |
-
msgid "As with anything else that modifies your database you should "
|
339 |
-
"<strong>backup your data before running an import</strong>. No "
|
340 |
-
"responsibility is accepted for any kittens that may be killed in the "
|
341 |
-
"process."
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: models/headspace.php:121
|
345 |
-
msgid "Attachment Pages"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: view/admin/help.php:33
|
349 |
-
msgid "Attachment caption"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: models/headspace.php:117
|
353 |
-
msgid "Author Pages"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: modules/site/wp_formatting.php:98
|
357 |
-
msgid "Auto-fancy quotes"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: modules/site/wp_formatting.php:91
|
361 |
-
msgid "Auto-formatting"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: modules/site/wp_formatting.php:105
|
365 |
-
msgid "Auto-link"
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: modules/page/page_title.php:133
|
369 |
-
msgid "Before"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: modules/page/page-links.php:211
|
373 |
-
msgid "Before HTML"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: modules/site/first-time-visitor.php:137
|
377 |
-
msgid "Before content"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: modules/site/widgets.php:67 modules/site/widgets.php:68
|
381 |
-
msgid "Calendar"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: view/admin/page-module-edit.php:12 view/admin/page-settings-edit-ajax.php:6
|
385 |
-
#: view/admin/site-module-edit.php:18
|
386 |
-
msgid "Cancel"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: models/headspace.php:114
|
390 |
-
msgid "Categories"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: modules/page/follow-links.php:33
|
394 |
-
msgid "Category Links"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: modules/site/analytics.php:277
|
398 |
-
msgid "Change what appears in reports"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: modules/page/keywords.php:77
|
402 |
-
msgid "Checking this will mean that your tags are also used as keywords and "
|
403 |
-
"you will not be able to modify keywords independently"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: modules/site/piwik.php:204
|
407 |
-
msgid "Clear to disable download tracking"
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: view/admin/page-settings.php:11
|
411 |
-
msgid "Click the page type to change settings. You can enable additional "
|
412 |
-
"modules to provide more choices."
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: modules/page/follow-links.php:36
|
416 |
-
msgid "Comm. Author Links"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: modules/page/follow-links.php:37
|
420 |
-
msgid "Comm. Text Links"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: modules/site/system-settings.php:37
|
424 |
-
msgid "Configure PHP memory limits, time-outs, and error reporting"
|
425 |
-
msgstr ""
|
426 |
-
|
427 |
-
#: modules/site/crazyegg.php:33
|
428 |
-
msgid "CrazyEgg"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: modules/site/crazyegg.php:117
|
432 |
-
msgid "CrazyEgg ID"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: modules/page/theme.php:84
|
436 |
-
msgid "Current theme"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: modules/page/custom.php:44
|
440 |
-
msgid "Custom data"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: modules/site/page_counts.php:38
|
444 |
-
msgid "Customise the number of posts shown on the archive and search pages, "
|
445 |
-
"and decide whether to show full content or the excerpt"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: view/admin/options.php:39
|
449 |
-
msgid "Debug"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: modules/page/follow-links.php:123
|
453 |
-
msgid "Default"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: view/admin/options.php:64
|
457 |
-
msgid "Delete HeadSpace"
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: modules/page/description.php:88
|
461 |
-
msgid "Description"
|
462 |
-
msgstr ""
|
463 |
-
|
464 |
-
#: modules/page/tags.php:188
|
465 |
-
msgid "Disable Suggestions"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: modules/site/disable_visual_editing.php:28
|
469 |
-
msgid "Disable Visual Editing"
|
470 |
-
msgstr ""
|
471 |
-
|
472 |
-
#: modules/site/widgets.php:30
|
473 |
-
msgid "Disable WordPress Widgets"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: modules/site/disable_visual_editing.php:33
|
477 |
-
msgid "Disable visual editing"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: view/admin/page-modules.php:32
|
481 |
-
msgid "Disabled"
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: modules/page/page-links.php:204
|
485 |
-
msgid "Display"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#: modules/site/first-time-visitor.php:39
|
489 |
-
msgid "Display a message for first time visitors (based upon idea from Seth "
|
490 |
-
"Godin)"
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: modules/site/first-time-visitor.php:134
|
494 |
-
msgid "Display position"
|
495 |
-
msgstr ""
|
496 |
-
|
497 |
-
#: models/pager.php:442
|
498 |
-
#, php-format
|
499 |
-
msgid "Displaying %s–%s of %s"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: modules/page/stylesheet.php:101
|
503 |
-
msgid "Do not output CSS"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: modules/site/analytics.php:281
|
507 |
-
msgid "Domain Name"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: view/admin/edit_category.php:5
|
511 |
-
msgid "Edit Category »"
|
512 |
-
msgstr ""
|
513 |
-
|
514 |
-
#: view/admin/options.php:43
|
515 |
-
msgid "Enable debug option"
|
516 |
-
msgstr ""
|
517 |
-
|
518 |
-
#: modules/page/more_text.php:118
|
519 |
-
msgid "Enable on excerpts"
|
520 |
-
msgstr ""
|
521 |
-
|
522 |
-
#: modules/site/widgets.php:156
|
523 |
-
msgid "Enabled Widgets"
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: modules/page/relative-links.php:124
|
527 |
-
msgid "End"
|
528 |
-
msgstr ""
|
529 |
-
|
530 |
-
#: modules/site/first-time-visitor.php:131
|
531 |
-
msgid "Enter 0 for always"
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: modules/site/google_webmaster.php:70
|
535 |
-
msgid "Enter Google Webmaster tracking code."
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: modules/site/microsoft-live.php:70
|
539 |
-
msgid "Enter Microsoft Live verification code."
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: modules/site/yahoo-site-explorer.php:70
|
543 |
-
msgid "Enter Yahoo! Site Explorer tracking code."
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: modules/site/analytics.php:291
|
547 |
-
msgid "Enter any additional Google Analytics code"
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: modules/site/piwik.php:218
|
551 |
-
msgid "Enter each host on a separate line"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: modules/site/mint.php:124
|
555 |
-
msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
|
556 |
-
msgstr ""
|
557 |
-
|
558 |
-
#: modules/site/analytics.php:270
|
559 |
-
msgid "Enter the URL you want outbound links tracked to"
|
560 |
-
msgstr ""
|
561 |
-
|
562 |
-
#: modules/site/analytics.php:240
|
563 |
-
msgid "Enter the full Google JavaScript tracking code, or just the "
|
564 |
-
"<code>_uacct</code> number."
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: modules/site/hittail.php:114
|
568 |
-
msgid "Enter the full JavaScript tracking code as provided by HitTail."
|
569 |
-
msgstr ""
|
570 |
-
|
571 |
-
#: modules/site/103bees.php:114
|
572 |
-
msgid "Enter the full JavaScript tracking code as shown on your 103bees "
|
573 |
-
"account page."
|
574 |
-
msgstr ""
|
575 |
-
|
576 |
-
#: modules/site/crazyegg.php:120
|
577 |
-
msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions"
|
578 |
-
"\">CrazyEgg code</a>"
|
579 |
-
msgstr ""
|
580 |
-
|
581 |
-
#: modules/site/apture.php:114
|
582 |
-
msgid "Enter your site token."
|
583 |
-
msgstr ""
|
584 |
-
|
585 |
-
#: modules/site/103bees.php:121 modules/site/analytics.php:256
|
586 |
-
#: modules/site/apture.php:121 modules/site/awstats.php:124
|
587 |
-
#: modules/site/crazyegg.php:127 modules/site/hittail.php:121
|
588 |
-
#: modules/site/mint.php:131 modules/site/piwik.php:225
|
589 |
-
#: modules/site/statcounter.php:158
|
590 |
-
msgid "Everyone"
|
591 |
-
msgstr ""
|
592 |
-
|
593 |
-
#: modules/page/page-links.php:171
|
594 |
-
msgid "Exclude from list"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: modules/site/feedburner-stats.php:30
|
598 |
-
msgid "Feedburner Stats Pro"
|
599 |
-
msgstr ""
|
600 |
-
|
601 |
-
#: modules/page/custom.php:85
|
602 |
-
msgid "Fields"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: view/admin/mass_edit.php:29
|
606 |
-
msgid "Filter"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: modules/site/first-time-visitor.php:34
|
610 |
-
msgid "First Time Visitor"
|
611 |
-
msgstr ""
|
612 |
-
|
613 |
-
#: modules/page/follow-links.php:121
|
614 |
-
msgid "Follow"
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: modules/page/follow-links.php:109
|
618 |
-
msgid "Follow Links"
|
619 |
-
msgstr ""
|
620 |
-
|
621 |
-
#: modules/page/tags.php:171
|
622 |
-
msgid "Force tags in pages"
|
623 |
-
msgstr ""
|
624 |
-
|
625 |
-
#: modules/page/tags.php:161
|
626 |
-
msgid "Force tags in posts"
|
627 |
-
msgstr ""
|
628 |
-
|
629 |
-
#: modules/page/page_title.php:139
|
630 |
-
msgid "Force title rewrite"
|
631 |
-
msgstr ""
|
632 |
-
|
633 |
-
#: modules/site/frame-breaker.php:32
|
634 |
-
msgid "Frame Breaker"
|
635 |
-
msgstr ""
|
636 |
-
|
637 |
-
#: models/headspace.php:96
|
638 |
-
msgid "Front Page"
|
639 |
-
msgstr ""
|
640 |
-
|
641 |
-
#: models/headspace.php:94
|
642 |
-
msgid "Global Settings"
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: modules/site/analytics.php:39
|
646 |
-
msgid "Google Analytics"
|
647 |
-
msgstr ""
|
648 |
-
|
649 |
-
#: modules/site/google-ad-wrap.php:28
|
650 |
-
msgid "Google Section Targeting"
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: modules/site/google_webmaster.php:30
|
654 |
-
msgid "Google Webmaster"
|
655 |
-
msgstr ""
|
656 |
-
|
657 |
-
#: modules/page/page-links.php:221
|
658 |
-
msgid "HTML added to end of list"
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: modules/page/page-links.php:214
|
662 |
-
msgid "HTML added to start of list"
|
663 |
-
msgstr ""
|
664 |
-
|
665 |
-
#: modules/import/head_meta_description.php:28
|
666 |
-
msgid "Head META Description"
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: headspace.php:99 headspace.php:151 headspace.php:483 headspace.php:484
|
670 |
-
#: view/admin/edit_quick.php:1 view/admin/edit_quick.php:2
|
671 |
-
msgid "HeadSpace"
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: headspace.php:574
|
675 |
-
msgid "HeadSpace Bug Tracker"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: headspace.php:572
|
679 |
-
msgid "HeadSpace Documentation"
|
680 |
-
msgstr ""
|
681 |
-
|
682 |
-
#: headspace.php:575
|
683 |
-
msgid "HeadSpace FAQ"
|
684 |
-
msgstr ""
|
685 |
-
|
686 |
-
#: headspace.php:571
|
687 |
-
msgid "HeadSpace Help"
|
688 |
-
msgstr ""
|
689 |
-
|
690 |
-
#: view/admin/edit_post.php:7
|
691 |
-
msgid "HeadSpace Meta data"
|
692 |
-
msgstr ""
|
693 |
-
|
694 |
-
#: view/admin/edit_category.php:1
|
695 |
-
msgid "HeadSpace Settings"
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: headspace.php:573
|
699 |
-
msgid "HeadSpace Support Forum"
|
700 |
-
msgstr ""
|
701 |
-
|
702 |
-
#: headspace.php:440
|
703 |
-
msgid "HeadSpace has been removed"
|
704 |
-
msgstr ""
|
705 |
-
|
706 |
-
#: view/admin/support.php:7
|
707 |
-
msgid "HeadSpace has required a great deal of time and effort to develop. "
|
708 |
-
"If it's been useful to you then you can support this development by "
|
709 |
-
"<strong>making a small donation of $12</strong>. This will act as "
|
710 |
-
"an incentive for me to carry on developing it, providing countless "
|
711 |
-
"hours of support, and including any enhancements that are suggested."
|
712 |
-
msgstr ""
|
713 |
-
|
714 |
-
#: modules/import/headspace_tags.php:28
|
715 |
-
msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
|
716 |
-
msgstr ""
|
717 |
-
|
718 |
-
#: view/admin/support.php:5
|
719 |
-
msgid "HeadSpace | Support"
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
#: view/admin/version.php:2
|
723 |
-
msgid "HeadSpace2 News"
|
724 |
-
msgstr ""
|
725 |
-
|
726 |
-
#: modules/site/hittail.php:31
|
727 |
-
msgid "HitTail"
|
728 |
-
msgstr ""
|
729 |
-
|
730 |
-
#: models/headspace.php:95
|
731 |
-
msgid "Home Page"
|
732 |
-
msgstr ""
|
733 |
-
|
734 |
-
#: modules/site/piwik.php:215
|
735 |
-
msgid "Host aliases"
|
736 |
-
msgstr ""
|
737 |
-
|
738 |
-
#: modules/page/page-links.php:207
|
739 |
-
msgid "How a link is displayed. Use %link% for the link itself"
|
740 |
-
msgstr ""
|
741 |
-
|
742 |
-
#: view/admin/options.php:35
|
743 |
-
msgid "I'm a nice person and I have helped support the author of this plugin"
|
744 |
-
msgstr ""
|
745 |
-
|
746 |
-
#: modules/site/piwik.php:183
|
747 |
-
msgid "If you are monitoring multiple sites this allows you to identify each"
|
748 |
-
msgstr ""
|
749 |
-
|
750 |
-
#: modules/site/first-time-visitor.php:143
|
751 |
-
msgid "Ignore Bots"
|
752 |
-
msgstr ""
|
753 |
-
|
754 |
-
#: view/admin/import.php:21 view/admin/submenu.php:7
|
755 |
-
msgid "Import"
|
756 |
-
msgstr ""
|
757 |
-
|
758 |
-
#: view/admin/import.php:22
|
759 |
-
msgid "Import and remove original data"
|
760 |
-
msgstr ""
|
761 |
-
|
762 |
-
#: modules/page/tags.php:191
|
763 |
-
msgid "In case of low memory issues"
|
764 |
-
msgstr ""
|
765 |
-
|
766 |
-
#: modules/site/analytics.php:298
|
767 |
-
msgid "Include Google Analytics on the WordPress login page"
|
768 |
-
msgstr ""
|
769 |
-
|
770 |
-
#: modules/site/analytics.php:295
|
771 |
-
msgid "Include on login page"
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
#: view/admin/options.php:20
|
775 |
-
msgid "Inherit from global settings"
|
776 |
-
msgstr ""
|
777 |
-
|
778 |
-
#: view/admin/options.php:16
|
779 |
-
msgid "Inherit settings"
|
780 |
-
msgstr ""
|
781 |
-
|
782 |
-
#: modules/page/javascript.php:45 modules/page/javascript.php:60
|
783 |
-
msgid "JavaScript"
|
784 |
-
msgstr ""
|
785 |
-
|
786 |
-
#: modules/import/jerome.php:28
|
787 |
-
msgid "Jerome's Keywords"
|
788 |
-
msgstr ""
|
789 |
-
|
790 |
-
#: modules/page/keywords.php:62 modules/page/keywords.php:107
|
791 |
-
msgid "Keywords"
|
792 |
-
msgstr ""
|
793 |
-
|
794 |
-
#: modules/page/keywords.php:84
|
795 |
-
msgid "Keywords will be trimmed to this length"
|
796 |
-
msgstr ""
|
797 |
-
|
798 |
-
#: modules/page/page_title.php:126
|
799 |
-
msgid "Leave blank to use theme default"
|
800 |
-
msgstr ""
|
801 |
-
|
802 |
-
#: modules/site/widgets.php:79
|
803 |
-
msgid "Links"
|
804 |
-
msgstr ""
|
805 |
-
|
806 |
-
#: models/headspace.php:122
|
807 |
-
msgid "Login Pages"
|
808 |
-
msgstr ""
|
809 |
-
|
810 |
-
#: modules/site/wp_formatting.php:108
|
811 |
-
msgid "Makes links clickable in comments"
|
812 |
-
msgstr ""
|
813 |
-
|
814 |
-
#: modules/page/description.php:67 modules/page/keywords.php:81
|
815 |
-
#: modules/page/page_title.php:151
|
816 |
-
msgid "Max length"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: modules/site/system-settings.php:106
|
820 |
-
msgid "Memory Limit"
|
821 |
-
msgstr ""
|
822 |
-
|
823 |
-
#: modules/site/first-time-visitor.php:124
|
824 |
-
msgid "Message to display"
|
825 |
-
msgstr ""
|
826 |
-
|
827 |
-
#: modules/site/widgets.php:84 modules/site/widgets.php:85
|
828 |
-
msgid "Meta"
|
829 |
-
msgstr ""
|
830 |
-
|
831 |
-
#: modules/page/noindex.php:83 modules/page/noindex.php:99
|
832 |
-
msgid "Meta-Robots"
|
833 |
-
msgstr ""
|
834 |
-
|
835 |
-
#: headspace.php:152 view/admin/mass_edit.php:21
|
836 |
-
msgid "Meta-data"
|
837 |
-
msgstr ""
|
838 |
-
|
839 |
-
#: modules/site/microsoft-live.php:30
|
840 |
-
msgid "Microsoft Live Verification / Bing Webmaster"
|
841 |
-
msgstr ""
|
842 |
-
|
843 |
-
#: modules/site/mint.php:33
|
844 |
-
msgid "Mint"
|
845 |
-
msgstr ""
|
846 |
-
|
847 |
-
#: modules/site/mint.php:121
|
848 |
-
msgid "Mint path"
|
849 |
-
msgstr ""
|
850 |
-
|
851 |
-
#: view/admin/page-modules.php:33
|
852 |
-
msgid "Modules are disabled and do not appear"
|
853 |
-
msgstr ""
|
854 |
-
|
855 |
-
#: view/admin/page-modules.php:16
|
856 |
-
msgid "Modules will always appear on edit screens"
|
857 |
-
msgstr ""
|
858 |
-
|
859 |
-
#: view/admin/page-modules.php:22
|
860 |
-
msgid "Modules will be hidden behind a link"
|
861 |
-
msgstr ""
|
862 |
-
|
863 |
-
#: modules/import/more_unique.php:28
|
864 |
-
msgid "More Unique"
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: modules/mass/more_text.php:28 modules/mass/more_text.php:50
|
868 |
-
#: modules/page/more_text.php:81 modules/page/more_text.php:97
|
869 |
-
msgid "More text"
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: modules/site/analytics.php:248
|
873 |
-
msgid "New Google Analytics (ga.js)"
|
874 |
-
msgstr ""
|
875 |
-
|
876 |
-
#: models/pager.php:381 modules/page/relative-links.php:114
|
877 |
-
msgid "Next"
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: modules/page/follow-links.php:38
|
881 |
-
msgid "Next/Prev Posts Link"
|
882 |
-
msgstr ""
|
883 |
-
|
884 |
-
#: modules/page/tags.php:164 modules/page/tags.php:174
|
885 |
-
msgid "No"
|
886 |
-
msgstr ""
|
887 |
-
|
888 |
-
#: modules/site/system-settings.php:89
|
889 |
-
msgid "No timeout limit"
|
890 |
-
msgstr ""
|
891 |
-
|
892 |
-
#: modules/page/noindex.php:38
|
893 |
-
msgid "No-ODP"
|
894 |
-
msgstr ""
|
895 |
-
|
896 |
-
#: modules/page/noindex.php:39
|
897 |
-
msgid "No-Yahoo Dir"
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: modules/page/noindex.php:37
|
901 |
-
msgid "No-archive"
|
902 |
-
msgstr ""
|
903 |
-
|
904 |
-
#: modules/page/follow-links.php:122 modules/page/noindex.php:36
|
905 |
-
msgid "No-follow"
|
906 |
-
msgstr ""
|
907 |
-
|
908 |
-
#: modules/page/noindex.php:35
|
909 |
-
msgid "No-index"
|
910 |
-
msgstr ""
|
911 |
-
|
912 |
-
#: modules/page/page-links.php:172
|
913 |
-
msgid "Nofollow"
|
914 |
-
msgstr ""
|
915 |
-
|
916 |
-
#: modules/page/page-links.php:173
|
917 |
-
msgid "Open in new window"
|
918 |
-
msgstr ""
|
919 |
-
|
920 |
-
#: view/admin/submenu.php:6
|
921 |
-
msgid "Options"
|
922 |
-
msgstr ""
|
923 |
-
|
924 |
-
#: modules/site/system-settings.php:126
|
925 |
-
msgid "PHP Error Reporting"
|
926 |
-
msgstr ""
|
927 |
-
|
928 |
-
#: modules/site/system-settings.php:116
|
929 |
-
msgid "PHP Script Timeout"
|
930 |
-
msgstr ""
|
931 |
-
|
932 |
-
#: modules/site/page_counts.php:33
|
933 |
-
msgid "Page Counts"
|
934 |
-
msgstr ""
|
935 |
-
|
936 |
-
#: modules/page/page-links.php:169
|
937 |
-
msgid "Page Link Options"
|
938 |
-
msgstr ""
|
939 |
-
|
940 |
-
#: modules/page/page-links.php:159
|
941 |
-
msgid "Page Link Text"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: modules/page/page-links.php:164
|
945 |
-
msgid "Page Link Title"
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: modules/page/follow-links.php:34 modules/page/page-links.php:146
|
949 |
-
msgid "Page Links"
|
950 |
-
msgstr ""
|
951 |
-
|
952 |
-
#: view/admin/submenu.php:4
|
953 |
-
msgid "Page Modules"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: view/admin/submenu.php:3
|
957 |
-
msgid "Page Settings"
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: modules/page/page_title.php:176
|
961 |
-
msgid "Page Title"
|
962 |
-
msgstr ""
|
963 |
-
|
964 |
-
#: modules/mass/description.php:28 modules/mass/description.php:50
|
965 |
-
#: modules/page/description.php:55
|
966 |
-
msgid "Page description"
|
967 |
-
msgstr ""
|
968 |
-
|
969 |
-
#: view/admin/page-modules.php:11
|
970 |
-
msgid "Page modules apply to individual pages. Drag-and-drop modules into "
|
971 |
-
"the appropriate area. Modules can be re-ordered to change their "
|
972 |
-
"position on the edit screen."
|
973 |
-
msgstr ""
|
974 |
-
|
975 |
-
#: modules/mass/page_slug.php:28
|
976 |
-
msgid "Page slug"
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: modules/mass/page_title.php:28 modules/mass/page_title.php:50
|
980 |
-
#: modules/page/page_title.php:106
|
981 |
-
msgid "Page title"
|
982 |
-
msgstr ""
|
983 |
-
|
984 |
-
#: modules/page/plugin.php:89
|
985 |
-
msgid "Page-specific Plugins"
|
986 |
-
msgstr ""
|
987 |
-
|
988 |
-
#: modules/page/theme.php:64
|
989 |
-
msgid "Page-specific Theme"
|
990 |
-
msgstr ""
|
991 |
-
|
992 |
-
#: models/headspace.php:116 modules/site/widgets.php:61
|
993 |
-
#: modules/site/widgets.php:62
|
994 |
-
msgid "Pages"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: modules/page/relative-links.php:129
|
998 |
-
msgid "Parent"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: modules/site/statcounter.php:142
|
1002 |
-
msgid "Partition ID"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: modules/page/more_text.php:124
|
1006 |
-
msgid "Pattern"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: modules/site/piwik.php:37
|
1010 |
-
msgid "Piwik"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: modules/site/piwik.php:194
|
1014 |
-
msgid "Piwik JavaScript"
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: modules/site/piwik.php:187
|
1018 |
-
msgid "Piwik PHP"
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: modules/site/piwik.php:180
|
1022 |
-
msgid "Piwik Site ID"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: headspace.php:576
|
1026 |
-
msgid "Please read the documentation and FAQ, and check the bug tracker, "
|
1027 |
-
"before asking a question."
|
1028 |
-
msgstr ""
|
1029 |
-
|
1030 |
-
#: view/admin/options.php:32
|
1031 |
-
msgid "Plugin Support"
|
1032 |
-
msgstr ""
|
1033 |
-
|
1034 |
-
#: modules/page/plugin.php:134
|
1035 |
-
msgid "Plugins"
|
1036 |
-
msgstr ""
|
1037 |
-
|
1038 |
-
#: modules/mass/page_slug.php:50
|
1039 |
-
msgid "Post slug"
|
1040 |
-
msgstr ""
|
1041 |
-
|
1042 |
-
#: modules/mass/description.php:49 modules/mass/more_text.php:49
|
1043 |
-
#: modules/mass/page_slug.php:49 modules/mass/page_title.php:49
|
1044 |
-
#: modules/mass/site_description.php:49 modules/mass/site_name.php:49
|
1045 |
-
#: modules/mass/tags.php:49
|
1046 |
-
msgid "Post title"
|
1047 |
-
msgstr ""
|
1048 |
-
|
1049 |
-
#: models/headspace.php:115
|
1050 |
-
msgid "Posts"
|
1051 |
-
msgstr ""
|
1052 |
-
|
1053 |
-
#: headspace.php:395
|
1054 |
-
msgid "Posts successfully updated"
|
1055 |
-
msgstr ""
|
1056 |
-
|
1057 |
-
#: models/pager.php:380 modules/page/relative-links.php:109
|
1058 |
-
msgid "Previous"
|
1059 |
-
msgstr ""
|
1060 |
-
|
1061 |
-
#: view/admin/options.php:24
|
1062 |
-
msgid "Process excerpt with plugins"
|
1063 |
-
msgstr ""
|
1064 |
-
|
1065 |
-
#: modules/site/statcounter.php:136
|
1066 |
-
msgid "Project ID"
|
1067 |
-
msgstr ""
|
1068 |
-
|
1069 |
-
#: modules/page/rss_tagline.php:69
|
1070 |
-
msgid "RSS Desc."
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: modules/page/rss_tagline.php:53
|
1074 |
-
msgid "RSS Description"
|
1075 |
-
msgstr ""
|
1076 |
-
|
1077 |
-
#: modules/page/rss_name.php:53 modules/page/rss_name.php:69
|
1078 |
-
msgid "RSS Name"
|
1079 |
-
msgstr ""
|
1080 |
-
|
1081 |
-
#: modules/site/analytics.php:288
|
1082 |
-
msgid "Raw Code"
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: modules/page/raw.php:40 modules/page/raw.php:50
|
1086 |
-
msgid "Raw data"
|
1087 |
-
msgstr ""
|
1088 |
-
|
1089 |
-
#: modules/page/raw-footer.php:44 modules/page/raw-footer.php:54
|
1090 |
-
msgid "Raw footer data"
|
1091 |
-
msgstr ""
|
1092 |
-
|
1093 |
-
#: modules/site/widgets.php:95 modules/site/widgets.php:96
|
1094 |
-
msgid "Recent Posts"
|
1095 |
-
msgstr ""
|
1096 |
-
|
1097 |
-
#: modules/page/relative-links.php:96 modules/page/relative-links.php:106
|
1098 |
-
msgid "Relative Links"
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: view/admin/options.php:57
|
1102 |
-
msgid "Remove HeadSpace"
|
1103 |
-
msgstr ""
|
1104 |
-
|
1105 |
-
#: modules/site/first-time-visitor.php:130
|
1106 |
-
msgid "Repeat"
|
1107 |
-
msgstr ""
|
1108 |
-
|
1109 |
-
#: modules/page/more_text.php:131
|
1110 |
-
msgid "Replace"
|
1111 |
-
msgstr ""
|
1112 |
-
|
1113 |
-
#: view/admin/help.php:17
|
1114 |
-
msgid "Replaced with the category description"
|
1115 |
-
msgstr ""
|
1116 |
-
|
1117 |
-
#: view/admin/help.php:27
|
1118 |
-
msgid "Replaced with the current date"
|
1119 |
-
msgstr ""
|
1120 |
-
|
1121 |
-
#: view/admin/help.php:28
|
1122 |
-
msgid "Replaced with the current month"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: view/admin/help.php:32
|
1126 |
-
msgid "Replaced with the current page number"
|
1127 |
-
msgstr ""
|
1128 |
-
|
1129 |
-
#: view/admin/help.php:30
|
1130 |
-
msgid "Replaced with the current page number (i.e. page 2 of 4)"
|
1131 |
-
msgstr ""
|
1132 |
-
|
1133 |
-
#: view/admin/help.php:31
|
1134 |
-
msgid "Replaced with the current page total"
|
1135 |
-
msgstr ""
|
1136 |
-
|
1137 |
-
#: view/admin/help.php:25
|
1138 |
-
msgid "Replaced with the current search phrase"
|
1139 |
-
msgstr ""
|
1140 |
-
|
1141 |
-
#: view/admin/help.php:15
|
1142 |
-
msgid "Replaced with the current tag/tags"
|
1143 |
-
msgstr ""
|
1144 |
-
|
1145 |
-
#: view/admin/help.php:26
|
1146 |
-
msgid "Replaced with the current time"
|
1147 |
-
msgstr ""
|
1148 |
-
|
1149 |
-
#: view/admin/help.php:29
|
1150 |
-
msgid "Replaced with the current year"
|
1151 |
-
msgstr ""
|
1152 |
-
|
1153 |
-
#: view/admin/help.php:10
|
1154 |
-
msgid "Replaced with the date of the post/page"
|
1155 |
-
msgstr ""
|
1156 |
-
|
1157 |
-
#: view/admin/help.php:16
|
1158 |
-
msgid "Replaced with the post categories (comma separated)"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: view/admin/help.php:22
|
1162 |
-
msgid "Replaced with the post/page ID"
|
1163 |
-
msgstr ""
|
1164 |
-
|
1165 |
-
#: view/admin/help.php:23
|
1166 |
-
msgid "Replaced with the post/page author's 'nicename'"
|
1167 |
-
msgstr ""
|
1168 |
-
|
1169 |
-
#: view/admin/help.php:24
|
1170 |
-
msgid "Replaced with the post/page author's userid"
|
1171 |
-
msgstr ""
|
1172 |
-
|
1173 |
-
#: view/admin/help.php:13
|
1174 |
-
msgid "Replaced with the post/page excerpt (or auto-generated if it does "
|
1175 |
-
"not exist)"
|
1176 |
-
msgstr ""
|
1177 |
-
|
1178 |
-
#: view/admin/help.php:14
|
1179 |
-
msgid "Replaced with the post/page excerpt (without auto-generation)"
|
1180 |
-
msgstr ""
|
1181 |
-
|
1182 |
-
#: view/admin/help.php:21
|
1183 |
-
msgid "Replaced with the post/page modified time"
|
1184 |
-
msgstr ""
|
1185 |
-
|
1186 |
-
#: view/admin/help.php:18
|
1187 |
-
msgid "Replaced with the tag description"
|
1188 |
-
msgstr ""
|
1189 |
-
|
1190 |
-
#: view/admin/help.php:19
|
1191 |
-
msgid "Replaced with the term description"
|
1192 |
-
msgstr ""
|
1193 |
-
|
1194 |
-
#: view/admin/help.php:20
|
1195 |
-
msgid "Replaced with the term name"
|
1196 |
-
msgstr ""
|
1197 |
-
|
1198 |
-
#: view/admin/help.php:11
|
1199 |
-
msgid "Replaced with the title of the post/page"
|
1200 |
-
msgstr ""
|
1201 |
-
|
1202 |
-
#: modules/import/seo-title-tags.php:28
|
1203 |
-
msgid "SEO Title Tags"
|
1204 |
-
msgstr ""
|
1205 |
-
|
1206 |
-
#: view/admin/page-module-edit.php:11 view/admin/page-settings-edit-ajax.php:5
|
1207 |
-
#: view/admin/site-module-edit.php:17
|
1208 |
-
msgid "Save"
|
1209 |
-
msgstr ""
|
1210 |
-
|
1211 |
-
#: view/admin/mass_edit.php:66
|
1212 |
-
msgid "Save all data"
|
1213 |
-
msgstr ""
|
1214 |
-
|
1215 |
-
#: modules/site/widgets.php:90 view/admin/mass_edit.php:11
|
1216 |
-
#: view/admin/mass_edit.php:13
|
1217 |
-
msgid "Search"
|
1218 |
-
msgstr ""
|
1219 |
-
|
1220 |
-
#: models/headspace.php:118
|
1221 |
-
msgid "Search Pages"
|
1222 |
-
msgstr ""
|
1223 |
-
|
1224 |
-
#: modules/site/page_counts.php:126
|
1225 |
-
msgid "Searches"
|
1226 |
-
msgstr ""
|
1227 |
-
|
1228 |
-
#: modules/site/statcounter.php:148
|
1229 |
-
msgid "Security ID"
|
1230 |
-
msgstr ""
|
1231 |
-
|
1232 |
-
#: modules/page/page_title.php:130
|
1233 |
-
msgid "Separator position"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#: modules/site/analytics.php:284
|
1237 |
-
msgid "Set to a root domain when tracking across sub-domains"
|
1238 |
-
msgstr ""
|
1239 |
-
|
1240 |
-
#: headspace.php:92
|
1241 |
-
msgid "Settings"
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: view/admin/page-settings.php:23
|
1245 |
-
msgid "Settings can be applied to specific posts & pages from the "
|
1246 |
-
"<strong>post edit page</strong>, and to specific categories from the "
|
1247 |
-
"<strong>edit category</strong> page."
|
1248 |
-
msgstr ""
|
1249 |
-
|
1250 |
-
#: modules/site/system-settings.php:101
|
1251 |
-
msgid "Show all errors & warnings"
|
1252 |
-
msgstr ""
|
1253 |
-
|
1254 |
-
#: modules/page/plugin.php:107
|
1255 |
-
msgid "Show in admin"
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#: modules/site/system-settings.php:102
|
1259 |
-
msgid "Show no errors or warnings"
|
1260 |
-
msgstr ""
|
1261 |
-
|
1262 |
-
#: modules/site/system-settings.php:100
|
1263 |
-
msgid "Show only errors"
|
1264 |
-
msgstr ""
|
1265 |
-
|
1266 |
-
#: modules/page/tags.php:181
|
1267 |
-
msgid "Show pages"
|
1268 |
-
msgstr ""
|
1269 |
-
|
1270 |
-
#: modules/page/tags.php:184
|
1271 |
-
msgid "Show pages in tag archives"
|
1272 |
-
msgstr ""
|
1273 |
-
|
1274 |
-
#: modules/page/plugin.php:110
|
1275 |
-
msgid "Shows page-specific plugins in the administration menus"
|
1276 |
-
msgstr ""
|
1277 |
-
|
1278 |
-
#: view/admin/page-modules.php:15
|
1279 |
-
msgid "Simple"
|
1280 |
-
msgstr ""
|
1281 |
-
|
1282 |
-
#: modules/import/simple-tagging.php:28
|
1283 |
-
msgid "Simple Tagging"
|
1284 |
-
msgstr ""
|
1285 |
-
|
1286 |
-
#: modules/import/simple-tags.php:28
|
1287 |
-
msgid "Simple Tags (old version)"
|
1288 |
-
msgstr ""
|
1289 |
-
|
1290 |
-
#: view/admin/submenu.php:5
|
1291 |
-
msgid "Site Modules"
|
1292 |
-
msgstr ""
|
1293 |
-
|
1294 |
-
#: modules/page/site_tagline.php:52 modules/page/site_tagline.php:68
|
1295 |
-
msgid "Site Tagline"
|
1296 |
-
msgstr ""
|
1297 |
-
|
1298 |
-
#: modules/mass/site_description.php:28 modules/mass/site_description.php:50
|
1299 |
-
msgid "Site description"
|
1300 |
-
msgstr ""
|
1301 |
-
|
1302 |
-
#: view/admin/site-modules.php:10
|
1303 |
-
msgid "Site modules apply to your site as a whole. Only checked modules "
|
1304 |
-
"will run (when properly configured)."
|
1305 |
-
msgstr ""
|
1306 |
-
|
1307 |
-
#: modules/mass/site_name.php:28 modules/mass/site_name.php:50
|
1308 |
-
#: modules/page/site_name.php:54 modules/page/site_name.php:70
|
1309 |
-
msgid "Site name"
|
1310 |
-
msgstr ""
|
1311 |
-
|
1312 |
-
#: modules/site/apture.php:111
|
1313 |
-
msgid "Site token"
|
1314 |
-
msgstr ""
|
1315 |
-
|
1316 |
-
#: view/admin/help.php:3
|
1317 |
-
msgid "Special Tags"
|
1318 |
-
msgstr ""
|
1319 |
-
|
1320 |
-
#: modules/page/relative-links.php:119
|
1321 |
-
msgid "Start"
|
1322 |
-
msgstr ""
|
1323 |
-
|
1324 |
-
#: modules/site/statcounter.php:35
|
1325 |
-
msgid "StatCounter"
|
1326 |
-
msgstr ""
|
1327 |
-
|
1328 |
-
#: modules/site/frame-breaker.php:37
|
1329 |
-
msgid "Stops your site being loaded in a frame."
|
1330 |
-
msgstr ""
|
1331 |
-
|
1332 |
-
#: modules/page/stylesheet.php:54 modules/page/stylesheet.php:69
|
1333 |
-
msgid "Stylesheets"
|
1334 |
-
msgstr ""
|
1335 |
-
|
1336 |
-
#: modules/page/tags.php:309
|
1337 |
-
msgid "Suggest tags based on content"
|
1338 |
-
msgstr ""
|
1339 |
-
|
1340 |
-
#: modules/page/tags.php:280
|
1341 |
-
msgid "Suggested tags"
|
1342 |
-
msgstr ""
|
1343 |
-
|
1344 |
-
#: modules/site/system-settings.php:32
|
1345 |
-
msgid "System Settings"
|
1346 |
-
msgstr ""
|
1347 |
-
|
1348 |
-
#: modules/site/system-settings.php:84 modules/site/system-settings.php:94
|
1349 |
-
#: modules/site/system-settings.php:99
|
1350 |
-
msgid "System default"
|
1351 |
-
msgstr ""
|
1352 |
-
|
1353 |
-
#: modules/site/widgets.php:101 modules/site/widgets.php:102
|
1354 |
-
msgid "Tag Cloud"
|
1355 |
-
msgstr ""
|
1356 |
-
|
1357 |
-
#: modules/page/follow-links.php:35
|
1358 |
-
msgid "Tag Links"
|
1359 |
-
msgstr ""
|
1360 |
-
|
1361 |
-
#: models/headspace.php:120
|
1362 |
-
msgid "Tag Pages"
|
1363 |
-
msgstr ""
|
1364 |
-
|
1365 |
-
#: headspace.php:485 modules/mass/tags.php:28 modules/page/tags.php:149
|
1366 |
-
#: modules/page/tags.php:232
|
1367 |
-
msgid "Tags"
|
1368 |
-
msgstr ""
|
1369 |
-
|
1370 |
-
#: modules/mass/tags.php:50
|
1371 |
-
msgid "Tags/keywords"
|
1372 |
-
msgstr ""
|
1373 |
-
|
1374 |
-
#: models/headspace.php:97
|
1375 |
-
msgid "Taxonomy Archives"
|
1376 |
-
msgstr ""
|
1377 |
-
|
1378 |
-
#: models/headspace.php:108
|
1379 |
-
msgid "Taxonomy Archives - "
|
1380 |
-
msgstr ""
|
1381 |
-
|
1382 |
-
#: headspace.php:331
|
1383 |
-
msgid "The HeadSpace administration interface is now WordPress 2.3+ only. "
|
1384 |
-
"Your meta-data will continue to function but you should either "
|
1385 |
-
"upgrade your WordPress or downgrade HeadSpace."
|
1386 |
-
msgstr ""
|
1387 |
-
|
1388 |
-
#: modules/site/piwik.php:197
|
1389 |
-
msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik."
|
1390 |
-
"js</code>)"
|
1391 |
-
msgstr ""
|
1392 |
-
|
1393 |
-
#: modules/site/piwik.php:190
|
1394 |
-
msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</"
|
1395 |
-
"code>)"
|
1396 |
-
msgstr ""
|
1397 |
-
|
1398 |
-
#: view/admin/help.php:12
|
1399 |
-
msgid "The site's name"
|
1400 |
-
msgstr ""
|
1401 |
-
|
1402 |
-
#: view/admin/support.php:30
|
1403 |
-
msgid "The support message can be disabled at any time from the options page"
|
1404 |
-
msgstr ""
|
1405 |
-
|
1406 |
-
#: modules/page/theme.php:81
|
1407 |
-
msgid "Theme"
|
1408 |
-
msgstr ""
|
1409 |
-
|
1410 |
-
#: view/admin/help.php:4
|
1411 |
-
msgid "These tags can be included and will be replaced by HeadSpace when a "
|
1412 |
-
"page is displayed."
|
1413 |
-
msgstr ""
|
1414 |
-
|
1415 |
-
#: modules/site/feedburner-stats.php:70
|
1416 |
-
msgid "This is your FeedBurner username"
|
1417 |
-
msgstr ""
|
1418 |
-
|
1419 |
-
#: view/admin/options.php:59
|
1420 |
-
msgid "This option will remove HeadSpace and delete all settings, tags, and "
|
1421 |
-
"meta-data - be sure this is what you want!"
|
1422 |
-
msgstr ""
|
1423 |
-
|
1424 |
-
#: view/admin/import.php:10
|
1425 |
-
msgid "This page will allow you to import meta-data from other WordPress "
|
1426 |
-
"plugins. The other plugins do not need to be active for the import "
|
1427 |
-
"to work."
|
1428 |
-
msgstr ""
|
1429 |
-
|
1430 |
-
#: modules/page/page_title.php:146
|
1431 |
-
msgid "This will cache your page and brute-force change the title. While "
|
1432 |
-
"this is convienent because you don't need to change your theme it "
|
1433 |
-
"does lead to increased memory usage and a reduction in performance."
|
1434 |
-
msgstr ""
|
1435 |
-
|
1436 |
-
#: modules/page/page_title.php:123
|
1437 |
-
msgid "Title separator"
|
1438 |
-
msgstr ""
|
1439 |
-
|
1440 |
-
#: modules/site/piwik.php:201
|
1441 |
-
msgid "Track downloads"
|
1442 |
-
msgstr ""
|
1443 |
-
|
1444 |
-
#: modules/site/analytics.php:267
|
1445 |
-
msgid "Track outbound links"
|
1446 |
-
msgstr ""
|
1447 |
-
|
1448 |
-
#: modules/site/piwik.php:208
|
1449 |
-
msgid "Tracker pause"
|
1450 |
-
msgstr ""
|
1451 |
-
|
1452 |
-
#: modules/site/103bees.php:111 modules/site/google_webmaster.php:67
|
1453 |
-
#: modules/site/hittail.php:111 modules/site/yahoo-site-explorer.php:67
|
1454 |
-
msgid "Tracking code"
|
1455 |
-
msgstr ""
|
1456 |
-
|
1457 |
-
#: modules/import/utw.php:28
|
1458 |
-
msgid "Ultimate Tag Warrior"
|
1459 |
-
msgstr ""
|
1460 |
-
|
1461 |
-
#: view/admin/options.php:49
|
1462 |
-
msgid "Update Options »"
|
1463 |
-
msgstr ""
|
1464 |
-
|
1465 |
-
#: modules/site/analytics.php:247
|
1466 |
-
msgid "Urchin (urchin.js)"
|
1467 |
-
msgstr ""
|
1468 |
-
|
1469 |
-
#: modules/site/wp_formatting.php:94
|
1470 |
-
msgid "Use <code>wpautop</code> to format paragraphs"
|
1471 |
-
msgstr ""
|
1472 |
-
|
1473 |
-
#: modules/site/wp_formatting.php:101
|
1474 |
-
msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
|
1475 |
-
msgstr ""
|
1476 |
-
|
1477 |
-
#: modules/page/keywords.php:74
|
1478 |
-
msgid "Use tags"
|
1479 |
-
msgstr ""
|
1480 |
-
|
1481 |
-
#: modules/site/103bees.php:127 modules/site/analytics.php:263
|
1482 |
-
#: modules/site/apture.php:128 modules/site/awstats.php:131
|
1483 |
-
#: modules/site/crazyegg.php:134 modules/site/hittail.php:128
|
1484 |
-
#: modules/site/mint.php:138 modules/site/piwik.php:232
|
1485 |
-
#: modules/site/statcounter.php:165
|
1486 |
-
msgid "Users of the specified role or less will be tracked"
|
1487 |
-
msgstr ""
|
1488 |
-
|
1489 |
-
#: modules/site/microsoft-live.php:67
|
1490 |
-
msgid "Verification code"
|
1491 |
-
msgstr ""
|
1492 |
-
|
1493 |
-
#: modules/site/analytics.php:244
|
1494 |
-
msgid "Version"
|
1495 |
-
msgstr ""
|
1496 |
-
|
1497 |
-
#: modules/site/analytics.php:274
|
1498 |
-
msgid "Virtual Pages"
|
1499 |
-
msgstr ""
|
1500 |
-
|
1501 |
-
#: modules/site/103bees.php:118 modules/site/analytics.php:253
|
1502 |
-
#: modules/site/apture.php:118 modules/site/awstats.php:121
|
1503 |
-
#: modules/site/crazyegg.php:124 modules/site/hittail.php:118
|
1504 |
-
#: modules/site/mint.php:128 modules/site/piwik.php:222
|
1505 |
-
#: modules/site/statcounter.php:155
|
1506 |
-
msgid "Who to track"
|
1507 |
-
msgstr ""
|
1508 |
-
|
1509 |
-
#: view/admin/options.php:28
|
1510 |
-
msgid "Will allow plugins to modify generated excerpts"
|
1511 |
-
msgstr ""
|
1512 |
-
|
1513 |
-
#: modules/site/wp_formatting.php:32
|
1514 |
-
msgid "WordPress content formatting"
|
1515 |
-
msgstr ""
|
1516 |
-
|
1517 |
-
#: modules/site/google-ad-wrap.php:33
|
1518 |
-
msgid "Wraps all post and page content inside a Google targeted section"
|
1519 |
-
msgstr ""
|
1520 |
-
|
1521 |
-
#: modules/page/tags.php:290
|
1522 |
-
msgid "Yahoo"
|
1523 |
-
msgstr ""
|
1524 |
-
|
1525 |
-
#: modules/page/tags.php:314
|
1526 |
-
msgid "Yahoo Suggest"
|
1527 |
-
msgstr ""
|
1528 |
-
|
1529 |
-
#: modules/page/tags.php:195
|
1530 |
-
msgid "Yahoo ZoneTag"
|
1531 |
-
msgstr ""
|
1532 |
-
|
1533 |
-
#: modules/site/yahoo-site-explorer.php:30
|
1534 |
-
msgid "Yahoo! Site Explorer"
|
1535 |
-
msgstr ""
|
1536 |
-
|
1537 |
-
#: modules/page/tags.php:165 modules/page/tags.php:175
|
1538 |
-
msgid "Yes"
|
1539 |
-
msgstr ""
|
1540 |
-
|
1541 |
-
#: headspace.php:434
|
1542 |
-
msgid "Your options have been updated"
|
1543 |
-
msgstr ""
|
1544 |
-
|
1545 |
-
#: modules/page/tags.php:167 modules/page/tags.php:177
|
1546 |
-
msgid "Your theme may overrule this setting"
|
1547 |
-
msgstr ""
|
1548 |
-
|
1549 |
-
#: modules/page/tags.php:282
|
1550 |
-
msgid "add all"
|
1551 |
-
msgstr ""
|
1552 |
-
|
1553 |
-
#: view/admin/page-settings-edit.php:19
|
1554 |
-
msgid "advanced"
|
1555 |
-
msgstr ""
|
1556 |
-
|
1557 |
-
#: models/headspace.php:117
|
1558 |
-
msgid "applied to author pages"
|
1559 |
-
msgstr ""
|
1560 |
-
|
1561 |
-
#: models/headspace.php:114
|
1562 |
-
msgid "applied to category pages without specific settings"
|
1563 |
-
msgstr ""
|
1564 |
-
|
1565 |
-
#: models/headspace.php:94
|
1566 |
-
msgid "applied to everything unless otherwise specified"
|
1567 |
-
msgstr ""
|
1568 |
-
|
1569 |
-
#: models/headspace.php:96
|
1570 |
-
msgid "applied to front page (if you have set WordPress to use a static "
|
1571 |
-
"page)"
|
1572 |
-
msgstr ""
|
1573 |
-
|
1574 |
-
#: models/headspace.php:116
|
1575 |
-
msgid "applied to pages without specific settings"
|
1576 |
-
msgstr ""
|
1577 |
-
|
1578 |
-
#: models/headspace.php:115
|
1579 |
-
msgid "applied to posts without specific settings"
|
1580 |
-
msgstr ""
|
1581 |
-
|
1582 |
-
#: models/headspace.php:95
|
1583 |
-
msgid "applied to the home page (or blog page)"
|
1584 |
-
msgstr ""
|
1585 |
-
|
1586 |
-
#: models/headspace.php:119
|
1587 |
-
msgid "applied when viewing a 404 error"
|
1588 |
-
msgstr ""
|
1589 |
-
|
1590 |
-
#: models/headspace.php:97
|
1591 |
-
msgid "applied when viewing a taxonomy archive"
|
1592 |
-
msgstr ""
|
1593 |
-
|
1594 |
-
#: models/headspace.php:108
|
1595 |
-
msgid "applied when viewing a taxonomy archive for the "
|
1596 |
-
msgstr ""
|
1597 |
-
|
1598 |
-
#: models/headspace.php:121
|
1599 |
-
msgid "applied when viewing an attachment"
|
1600 |
-
msgstr ""
|
1601 |
-
|
1602 |
-
#: models/headspace.php:122
|
1603 |
-
msgid "applied when viewing login, logout, or registration pages"
|
1604 |
-
msgstr ""
|
1605 |
-
|
1606 |
-
#: models/headspace.php:118
|
1607 |
-
msgid "applied when viewing search results"
|
1608 |
-
msgstr ""
|
1609 |
-
|
1610 |
-
#: models/headspace.php:120
|
1611 |
-
msgid "applied when viewing tag pages"
|
1612 |
-
msgstr ""
|
1613 |
-
|
1614 |
-
#: models/headspace.php:113
|
1615 |
-
msgid "applied when viewing the archives"
|
1616 |
-
msgstr ""
|
1617 |
-
|
1618 |
-
#: modules/site/widgets.php:148
|
1619 |
-
msgid "archives"
|
1620 |
-
msgstr ""
|
1621 |
-
|
1622 |
-
#: modules/site/widgets.php:147
|
1623 |
-
msgid "calendar"
|
1624 |
-
msgstr ""
|
1625 |
-
|
1626 |
-
#: modules/site/widgets.php:141
|
1627 |
-
msgid "categories"
|
1628 |
-
msgstr ""
|
1629 |
-
|
1630 |
-
#: modules/site/page_counts.php:119 modules/site/page_counts.php:131
|
1631 |
-
msgid "content"
|
1632 |
-
msgstr ""
|
1633 |
-
|
1634 |
-
#: modules/site/page_counts.php:118 modules/site/page_counts.php:130
|
1635 |
-
msgid "default"
|
1636 |
-
msgstr ""
|
1637 |
-
|
1638 |
-
#: modules/page/tags.php:198
|
1639 |
-
msgid "enable"
|
1640 |
-
msgstr ""
|
1641 |
-
|
1642 |
-
#: modules/site/page_counts.php:120 modules/site/page_counts.php:132
|
1643 |
-
msgid "excerpt"
|
1644 |
-
msgstr ""
|
1645 |
-
|
1646 |
-
#: modules/site/widgets.php:149
|
1647 |
-
msgid "links"
|
1648 |
-
msgstr ""
|
1649 |
-
|
1650 |
-
#: modules/import/lud.icro.us.php:28
|
1651 |
-
msgid "lud.icro.us HeadMeta"
|
1652 |
-
msgstr ""
|
1653 |
-
|
1654 |
-
#: modules/site/widgets.php:150
|
1655 |
-
msgid "meta"
|
1656 |
-
msgstr ""
|
1657 |
-
|
1658 |
-
#: models/inline_tags.php:348
|
1659 |
-
#, php-format
|
1660 |
-
msgid "page %d of %d"
|
1661 |
-
msgstr ""
|
1662 |
-
|
1663 |
-
#: modules/site/widgets.php:145
|
1664 |
-
msgid "pages"
|
1665 |
-
msgstr ""
|
1666 |
-
|
1667 |
-
#: modules/site/page_counts.php:116 modules/site/page_counts.php:128
|
1668 |
-
msgid "posts, showing the"
|
1669 |
-
msgstr ""
|
1670 |
-
|
1671 |
-
#: modules/site/widgets.php:144
|
1672 |
-
msgid "recent comments"
|
1673 |
-
msgstr ""
|
1674 |
-
|
1675 |
-
#: modules/site/widgets.php:151
|
1676 |
-
msgid "recent entries"
|
1677 |
-
msgstr ""
|
1678 |
-
|
1679 |
-
#: modules/page/description.php:97 modules/page/keywords.php:116
|
1680 |
-
#: modules/page/page_title.php:185
|
1681 |
-
msgid "remaining"
|
1682 |
-
msgstr ""
|
1683 |
-
|
1684 |
-
#: modules/site/piwik.php:204
|
1685 |
-
msgid "reset to default"
|
1686 |
-
msgstr ""
|
1687 |
-
|
1688 |
-
#: modules/site/widgets.php:143
|
1689 |
-
msgid "rss"
|
1690 |
-
msgstr ""
|
1691 |
-
|
1692 |
-
#: modules/site/widgets.php:146
|
1693 |
-
msgid "search"
|
1694 |
-
msgstr ""
|
1695 |
-
|
1696 |
-
#: modules/site/page_counts.php:134
|
1697 |
-
msgid "set number of posts to 0 for theme default"
|
1698 |
-
msgstr ""
|
1699 |
-
|
1700 |
-
#: modules/page/tags.php:285
|
1701 |
-
msgid "suggest"
|
1702 |
-
msgstr ""
|
1703 |
-
|
1704 |
-
#: modules/site/widgets.php:152
|
1705 |
-
msgid "tag cloud"
|
1706 |
-
msgstr ""
|
1707 |
-
|
1708 |
-
#: modules/site/widgets.php:142
|
1709 |
-
msgid "text"
|
1710 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models/headspace.php
CHANGED
@@ -137,7 +137,7 @@ class HeadSpace2 extends HeadSpace_Plugin
|
|
137 |
foreach ($modules AS $pos => $module)
|
138 |
$save = array_merge ($save, $modules[$pos]->save ($data, $area));
|
139 |
}
|
140 |
-
|
141 |
return $save;
|
142 |
}
|
143 |
|
@@ -245,74 +245,50 @@ class HeadSpace2 extends HeadSpace_Plugin
|
|
245 |
return $this->meta;
|
246 |
}
|
247 |
|
248 |
-
function get_post_settings($id) {
|
249 |
-
$meta
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
$
|
257 |
-
$
|
|
|
|
|
|
|
258 |
}
|
259 |
-
}
|
260 |
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
|
|
265 |
}
|
266 |
}
|
267 |
|
268 |
return $meta;
|
269 |
}
|
270 |
|
271 |
-
function save_post_settings($postid, $settings) {
|
272 |
global $wpdb;
|
273 |
|
274 |
// Try to find existing headspace meta for this post
|
275 |
-
$existing =
|
276 |
-
$ids = array ();
|
277 |
|
278 |
// Save each variable
|
279 |
-
foreach ($settings AS $var => $values) {
|
280 |
$field = '_headspace_'.$var;
|
281 |
|
282 |
-
|
283 |
-
|
284 |
-
if (is_array ($existing) && count ($existing) > 0) {
|
285 |
-
foreach ($existing AS $item) {
|
286 |
-
if ($item['meta_key'] == $field)
|
287 |
-
$ids[] = $item['meta_id'];
|
288 |
-
}
|
289 |
-
}
|
290 |
|
291 |
-
if (
|
292 |
-
|
293 |
-
|
294 |
-
// Delete any extra
|
295 |
-
if (count ($values) < count ($ids)) {
|
296 |
-
$count = 0;
|
297 |
-
foreach ($ids AS $pos => $id) {
|
298 |
-
$count++;
|
299 |
-
if ($count > (count ($ids) - count ($values)))
|
300 |
-
$rest[] = $id;
|
301 |
-
else
|
302 |
-
delete_meta ($id);
|
303 |
-
}
|
304 |
-
|
305 |
-
$ids = $rest;
|
306 |
-
}
|
307 |
|
308 |
-
foreach ($values AS $
|
309 |
-
|
310 |
-
if (!isset ($ids[$pos]) && !empty ($value))
|
311 |
-
$wpdb->query ("INSERT INTO {$wpdb->postmeta} (post_id,meta_key,meta_value) VALUES ('$postid','$field','".$wpdb->escape ($value)."')");
|
312 |
-
else if (isset ($ids[$pos]) && !empty ($value))
|
313 |
-
update_meta ($ids[$pos], $field, $value);
|
314 |
-
else if (isset ($ids[$pos]) > 0)
|
315 |
-
delete_meta ($ids[$pos]);
|
316 |
}
|
317 |
}
|
318 |
}
|
@@ -323,12 +299,18 @@ class HeadSpace2 extends HeadSpace_Plugin
|
|
323 |
}
|
324 |
|
325 |
function wp_head() {
|
|
|
|
|
326 |
$modules = array_merge ($this->site->get_active (), $this->modules->get_active ($this->get_current_settings ()));
|
327 |
|
328 |
-
|
329 |
-
|
|
|
330 |
$module->head ();
|
|
|
331 |
}
|
|
|
|
|
332 |
}
|
333 |
|
334 |
function plugins_loaded() {
|
137 |
foreach ($modules AS $pos => $module)
|
138 |
$save = array_merge ($save, $modules[$pos]->save ($data, $area));
|
139 |
}
|
140 |
+
|
141 |
return $save;
|
142 |
}
|
143 |
|
245 |
return $this->meta;
|
246 |
}
|
247 |
|
248 |
+
function get_post_settings( $id ) {
|
249 |
+
$meta = array();
|
250 |
+
|
251 |
+
if ( $id > 0 ) {
|
252 |
+
$custom = get_post_custom( $id );
|
253 |
+
|
254 |
+
if ( !empty( $custom ) > 0 && is_array( $custom ) ) {
|
255 |
+
foreach ( $custom AS $key => $value ) {
|
256 |
+
$var = substr( $key, 0, 10 );
|
257 |
+
if ( $var == '_headspace' ) {
|
258 |
+
$field = substr( $key, 11 );
|
259 |
+
$meta[$field] = $value;
|
260 |
+
}
|
261 |
}
|
|
|
262 |
|
263 |
+
// Flatten any arrays with one element
|
264 |
+
foreach ( $meta AS $field => $value ) {
|
265 |
+
if ( is_array( $value ) && count( $value ) == 1 )
|
266 |
+
$meta[$field] = $value[0];
|
267 |
+
}
|
268 |
}
|
269 |
}
|
270 |
|
271 |
return $meta;
|
272 |
}
|
273 |
|
274 |
+
function save_post_settings( $postid, $settings ) {
|
275 |
global $wpdb;
|
276 |
|
277 |
// Try to find existing headspace meta for this post
|
278 |
+
$existing = get_metadata( 'post', $postid );
|
|
|
279 |
|
280 |
// Save each variable
|
281 |
+
foreach ( $settings AS $var => $values ) {
|
282 |
$field = '_headspace_'.$var;
|
283 |
|
284 |
+
if ( !is_array( $values ) )
|
285 |
+
$values = array( $values );
|
|
|
|
|
|
|
|
|
|
|
|
|
286 |
|
287 |
+
if ( isset( $existing[$field] ) )
|
288 |
+
delete_metadata( 'post', $postid, $field );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
|
290 |
+
foreach ( $values AS $value ) {
|
291 |
+
add_metadata( 'post', $postid, $field, $value );
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
}
|
293 |
}
|
294 |
}
|
299 |
}
|
300 |
|
301 |
function wp_head() {
|
302 |
+
global $headspace2;
|
303 |
+
|
304 |
$modules = array_merge ($this->site->get_active (), $this->modules->get_active ($this->get_current_settings ()));
|
305 |
|
306 |
+
echo '<!-- HeadSpace SEO '.$headspace2->version().' by John Godley - urbangiraffe.com -->'."\n";
|
307 |
+
if ( count( $modules ) > 0 ) {
|
308 |
+
foreach ( $modules AS $module ) {
|
309 |
$module->head ();
|
310 |
+
}
|
311 |
}
|
312 |
+
|
313 |
+
echo "<!-- HeadSpace -->\n";
|
314 |
}
|
315 |
|
316 |
function plugins_loaded() {
|
models/inline_tags.php
CHANGED
@@ -303,21 +303,23 @@ class HS_InlineTags
|
|
303 |
|
304 |
function get_excerpt($post, $auto = true) {
|
305 |
$excerpt = '';
|
306 |
-
if ($post
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
|
|
312 |
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
|
319 |
-
|
320 |
-
|
|
|
321 |
}
|
322 |
|
323 |
$excerpt = strip_tags ($excerpt);
|
303 |
|
304 |
function get_excerpt($post, $auto = true) {
|
305 |
$excerpt = '';
|
306 |
+
if ( is_object( $post ) ) {
|
307 |
+
if ($post->post_excerpt != '')
|
308 |
+
$excerpt = trim (str_replace ('[...]', '', $post->post_excerpt));
|
309 |
+
else if ($auto) {
|
310 |
+
$hs = HeadSpace2::get ();
|
311 |
+
$options = $hs->get_options ();
|
312 |
+
$excerpt = $post->post_content;
|
313 |
|
314 |
+
if (isset ($options['excerpt']) && $options['excerpt']) {
|
315 |
+
$hs->disabled = true;
|
316 |
+
$excerpt = apply_filters ('the_content', $post->post_content);
|
317 |
+
$hs->disabled = false;
|
318 |
+
}
|
319 |
|
320 |
+
$excerpt_length = apply_filters( 'excerpt_length', 1000 );
|
321 |
+
$excerpt = substr( strip_shortcodes( $excerpt ), 0, $excerpt_length );
|
322 |
+
}
|
323 |
}
|
324 |
|
325 |
$excerpt = strip_tags ($excerpt);
|
models/pager.php
CHANGED
@@ -79,17 +79,6 @@ class HS_Pager
|
|
79 |
if (isset ($data['curpage']))
|
80 |
$this->current_page = intval ($data['curpage']);
|
81 |
|
82 |
-
global $user_ID;
|
83 |
-
$per_page = get_usermeta ($user_ID, 'ug_per_page');
|
84 |
-
if (isset ($data['perpage'])) {
|
85 |
-
$this->per_page = intval ($data['perpage']);
|
86 |
-
$per_page[get_class ($this)][$this->id] = $this->per_page;
|
87 |
-
|
88 |
-
update_usermeta ($user_ID, 'ug_per_page', $per_page);
|
89 |
-
}
|
90 |
-
else if (isset ($per_page[get_class ($this)]) && isset ($per_page[get_class ($this)][$this->id]))
|
91 |
-
$this->per_page = $per_page[get_class ($this)][$this->id];
|
92 |
-
|
93 |
if ($orderby != '')
|
94 |
$this->order_by = $orderby;
|
95 |
|
79 |
if (isset ($data['curpage']))
|
80 |
$this->current_page = intval ($data['curpage']);
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
if ($orderby != '')
|
83 |
$this->order_by = $orderby;
|
84 |
|
modules/page/page_title.php
CHANGED
@@ -122,7 +122,7 @@ class HSM_PageTitle extends HSM_Module
|
|
122 |
<tr>
|
123 |
<th width="120"><?php _e ('Title separator', 'headspace'); ?>:</th>
|
124 |
<td>
|
125 |
-
<input class="text" type="text" name="separator" size="5" value="<?php
|
126 |
<span class="sub"><?php _e ('Leave blank to use theme default', 'headspace'); ?></span>
|
127 |
</td>
|
128 |
</tr>
|
@@ -169,7 +169,7 @@ class HSM_PageTitle extends HSM_Module
|
|
169 |
$id = time();
|
170 |
?>
|
171 |
<tr>
|
172 |
-
<th width="<?php echo $width ?>" align="right">
|
173 |
<?php if ($area == 'page') : ?>
|
174 |
<a href="#update" onclick="jQuery('input[name=headspace_page_title]').val(jQuery('#title').val ());return false;">
|
175 |
<?php endif; ?>
|
@@ -179,11 +179,13 @@ class HSM_PageTitle extends HSM_Module
|
|
179 |
<?php endif; ?>
|
180 |
</th>
|
181 |
<td>
|
182 |
-
<input class="text" type="text" name="headspace_page_title" value="<?php echo
|
183 |
|
184 |
-
|
185 |
-
|
186 |
-
|
|
|
|
|
187 |
</td>
|
188 |
</tr>
|
189 |
<?php
|
122 |
<tr>
|
123 |
<th width="120"><?php _e ('Title separator', 'headspace'); ?>:</th>
|
124 |
<td>
|
125 |
+
<input class="text" type="text" name="separator" size="5" value="<?php esc_attr_e( $this->separator ) ?>"/>
|
126 |
<span class="sub"><?php _e ('Leave blank to use theme default', 'headspace'); ?></span>
|
127 |
</td>
|
128 |
</tr>
|
169 |
$id = time();
|
170 |
?>
|
171 |
<tr>
|
172 |
+
<th width="<?php echo $width ?>" align="right" valign="top">
|
173 |
<?php if ($area == 'page') : ?>
|
174 |
<a href="#update" onclick="jQuery('input[name=headspace_page_title]').val(jQuery('#title').val ());return false;">
|
175 |
<?php endif; ?>
|
179 |
<?php endif; ?>
|
180 |
</th>
|
181 |
<td>
|
182 |
+
<input class="text" type="text" name="headspace_page_title" value="<?php echo esc_attr( $this->page_title ) ?>" style="width: 95%" id="title_<?php echo $id; ?>"/>
|
183 |
|
184 |
+
<?php if ( $this->max_length > 0 ) : ?>
|
185 |
+
<script type="text/javascript" charset="utf-8">
|
186 |
+
jQuery('#title_<?php echo $id ?>').Counter( { limit: <?php echo $this->max_length; ?>, remaining: '<?php echo esc_js( __( 'remaining', 'headspace' ) )?>' } );
|
187 |
+
</script>
|
188 |
+
<?php endif; ?>
|
189 |
</td>
|
190 |
</tr>
|
191 |
<?php
|
modules/page/plugin.php
CHANGED
@@ -34,12 +34,13 @@ class HSM_Plugin extends HSM_Module
|
|
34 |
function run () {
|
35 |
$pages = get_option ('headspace_page_plugins');
|
36 |
|
|
|
37 |
if (isset ($_GET['page_id']))
|
38 |
$url = '/?page_id='.intval ($_GET['page_id']);
|
39 |
-
|
40 |
$url = '/?p='.intval ($_GET['p']);
|
41 |
|
42 |
-
if (isset ($pages[$_SERVER['REQUEST_URI']]) || isset ($pages[$url])) {
|
43 |
if (isset ($pages[$_SERVER['REQUEST_URI']]))
|
44 |
$this->plugins = $pages[$_SERVER['REQUEST_URI']];
|
45 |
else
|
34 |
function run () {
|
35 |
$pages = get_option ('headspace_page_plugins');
|
36 |
|
37 |
+
$url = '';
|
38 |
if (isset ($_GET['page_id']))
|
39 |
$url = '/?page_id='.intval ($_GET['page_id']);
|
40 |
+
elseif ( isset( $_GET['p'] ) )
|
41 |
$url = '/?p='.intval ($_GET['p']);
|
42 |
|
43 |
+
if ( $url && isset ($pages[$_SERVER['REQUEST_URI']]) || isset ($pages[$url])) {
|
44 |
if (isset ($pages[$_SERVER['REQUEST_URI']]))
|
45 |
$this->plugins = $pages[$_SERVER['REQUEST_URI']];
|
46 |
else
|
modules/page/tags.php
CHANGED
@@ -123,8 +123,11 @@ class HSM_Tags extends HSM_Module
|
|
123 |
return $text.get_the_tag_list (__ ('<p>Tags: ', 'headspace'), ', ', '</p>');
|
124 |
}
|
125 |
|
126 |
-
function normalize_tags
|
127 |
-
|
|
|
|
|
|
|
128 |
if (count ($list) > 0) {
|
129 |
foreach ($list AS $pos => $item) {
|
130 |
$list[$pos] = trim ($item);
|
123 |
return $text.get_the_tag_list (__ ('<p>Tags: ', 'headspace'), ', ', '</p>');
|
124 |
}
|
125 |
|
126 |
+
function normalize_tags( $words, $order = true ) {
|
127 |
+
if ( is_array( $words ) )
|
128 |
+
$words = implode( ',', $words );
|
129 |
+
|
130 |
+
$list = explode( ',', trim( str_replace( ',,', '', $words ), ',' ) );
|
131 |
if (count ($list) > 0) {
|
132 |
foreach ($list AS $pos => $item) {
|
133 |
$list[$pos] = trim ($item);
|
modules/site/analytics.php
CHANGED
@@ -21,12 +21,11 @@ this software, even if advised of the possibility of such damage.
|
|
21 |
For full license details see license.txt
|
22 |
============================================================================================================ */
|
23 |
|
24 |
-
class HSS_Analytics extends HS_SiteModule
|
25 |
-
{
|
26 |
var $tracking = '';
|
27 |
var $role = 'everyone';
|
28 |
var $outbound = '';
|
29 |
-
var $version = '
|
30 |
var $virtual = '';
|
31 |
var $domain = '';
|
32 |
var $raw = '';
|
@@ -34,59 +33,50 @@ class HSS_Analytics extends HS_SiteModule
|
|
34 |
|
35 |
var $trackable = null;
|
36 |
|
37 |
-
function name
|
38 |
-
|
39 |
-
return __ ('Google Analytics', 'headspace');
|
40 |
}
|
41 |
|
42 |
-
function description
|
43 |
-
|
44 |
-
return __ ('Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)', 'headspace');
|
45 |
}
|
46 |
|
47 |
-
function run
|
48 |
-
|
49 |
-
add_action ('wp_footer', array (&$this, 'wp_footer'));
|
50 |
|
51 |
-
if ($this->login)
|
52 |
-
add_action
|
53 |
}
|
54 |
|
55 |
-
function is_trackable
|
56 |
-
|
57 |
-
if ($this->trackable !== null)
|
58 |
return $this->trackable;
|
59 |
|
60 |
-
if (is_user_logged_in () && $this->role != 'everyone')
|
61 |
-
{
|
62 |
$user = wp_get_current_user ();
|
63 |
|
64 |
global $wp_roles;
|
65 |
-
$caps = $wp_roles->get_role
|
66 |
|
67 |
-
if ($caps)
|
68 |
-
{
|
69 |
// Calculate the highest level of the user and the role
|
70 |
$role_level = $user_level = 0;
|
71 |
-
for ($x = 10; $x >= 0; $x--)
|
72 |
-
|
73 |
-
if (isset ($caps->capabilities['level_'.$x]))
|
74 |
break;
|
75 |
}
|
76 |
|
77 |
$role_level = $x;
|
78 |
|
79 |
-
for ($x = 10; $x >= 0; $x--)
|
80 |
-
|
81 |
-
if (isset ($user->allcaps['level_'.$x]))
|
82 |
break;
|
83 |
}
|
84 |
|
85 |
$user_level = $x;
|
86 |
|
87 |
// Quit if the user is greater level than the role
|
88 |
-
if ($user_level > $role_level)
|
89 |
-
{
|
90 |
$this->is_trackable = false;
|
91 |
return false;
|
92 |
}
|
@@ -97,21 +87,19 @@ class HSS_Analytics extends HS_SiteModule
|
|
97 |
return $this->is_trackable;
|
98 |
}
|
99 |
|
100 |
-
function wp_footer
|
101 |
-
|
102 |
-
|
103 |
-
{
|
104 |
-
if ($this->version == 'urchin')
|
105 |
-
$this->track_urchin ();
|
106 |
-
else
|
107 |
-
$this->track_ga ();
|
108 |
-
}
|
109 |
}
|
110 |
|
111 |
-
function
|
112 |
-
|
|
|
|
|
|
|
|
|
113 |
$virtual = '';
|
114 |
-
if ($this->virtual)
|
115 |
$virtual = '"'.$this->virtual.'"';
|
116 |
?>
|
117 |
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
@@ -125,20 +113,19 @@ urchinTracker(<?php echo $virtual ?>);
|
|
125 |
<?php
|
126 |
|
127 |
// Output code for outbound tracking
|
128 |
-
if ($this->outbound)
|
129 |
-
{
|
130 |
?>
|
131 |
<script type="text/javascript">
|
132 |
// Outbound link tracking
|
133 |
//<![CDATA[
|
134 |
for (var i = 0; i < document.links.length; i++)
|
135 |
{
|
136 |
-
if (document.links[i].href.indexOf
|
137 |
document.links[i].onclick = function ()
|
138 |
{
|
139 |
var domain = this.href.match( /:\/\/(www\.)?([^\/:]+)/ );
|
140 |
domain = domain[2] ? domain[2] : '';
|
141 |
-
urchinTracker
|
142 |
}
|
143 |
}
|
144 |
//]]>
|
@@ -147,78 +134,70 @@ urchinTracker(<?php echo $virtual ?>);
|
|
147 |
}
|
148 |
}
|
149 |
|
150 |
-
function track_ga
|
151 |
-
|
152 |
-
$virtual = '';
|
153 |
-
if ($this->virtual)
|
154 |
-
$virtual = '"'.$this->virtual.'"';
|
155 |
-
|
156 |
-
?>
|
157 |
-
<script type="text/javascript">
|
158 |
-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
159 |
-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
160 |
-
</script>
|
161 |
-
<script type="text/javascript">
|
162 |
-
try {
|
163 |
-
var pageTracker = _gat._getTracker("<?php echo $this->tracking ?>");
|
164 |
-
<?php if ($this->domain) echo "pageTracker._setDomainName('".$this->domain."');\r\n"; ?>
|
165 |
-
pageTracker._trackPageview(<?php echo $virtual ?>);
|
166 |
-
<?php if ($this->raw) echo $this->raw."\r\n"; ?>
|
167 |
-
} catch(err) {}
|
168 |
-
</script>
|
169 |
-
<?php
|
170 |
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
|
|
|
|
|
|
|
|
187 |
}
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
}
|
193 |
|
194 |
-
function load
|
195 |
-
|
196 |
-
$load = array ('tracking', 'role', 'outbound', 'raw', 'virtual', 'domain', 'version', 'login');
|
197 |
|
198 |
-
foreach ($load AS $key)
|
199 |
-
|
200 |
-
if (isset ($data[$key]))
|
201 |
$this->$key = $data[$key];
|
202 |
}
|
203 |
}
|
204 |
|
205 |
-
function has_config
|
|
|
|
|
206 |
|
207 |
-
function save_options
|
208 |
-
|
209 |
-
$code = trim ($data['tracking']);
|
210 |
|
211 |
-
if (strpos
|
212 |
-
|
213 |
-
|
214 |
-
preg_match ('@_uacct = "(.*?)";@', $code, $matches);
|
215 |
else
|
216 |
-
preg_match
|
217 |
-
|
|
|
|
|
218 |
}
|
219 |
|
220 |
-
return array
|
221 |
-
(
|
222 |
'tracking' => $code,
|
223 |
'role' => $data['role'],
|
224 |
'outbound' => trim ($data['outbound']),
|
@@ -226,86 +205,82 @@ pageTracker._trackPageview(<?php echo $virtual ?>);
|
|
226 |
'virtual' => $data['virtual'],
|
227 |
'domain' => $data['domain'],
|
228 |
'version' => $data['version'],
|
229 |
-
'login' => isset
|
230 |
);
|
231 |
}
|
232 |
|
233 |
-
function edit
|
234 |
-
{
|
235 |
?>
|
236 |
<tr>
|
237 |
-
<th width="150"><?php _e
|
238 |
<td>
|
239 |
-
<textarea rows="5" cols="40" name="tracking"><?php
|
240 |
-
<span class="sub"><?php _e
|
241 |
</td>
|
242 |
</tr>
|
243 |
<tr>
|
244 |
-
<th><?php _e
|
245 |
<td>
|
246 |
<select name="version">
|
247 |
-
<option <?php if ($this->version == '
|
248 |
-
<option <?php if ($this->version == '
|
249 |
</select>
|
250 |
</td>
|
251 |
</tr>
|
252 |
<tr>
|
253 |
-
<th><?php _e
|
254 |
<td>
|
255 |
<select name="role">
|
256 |
-
<option value="everyone"><?php _e
|
257 |
<?php global $wp_roles; foreach ($wp_roles->role_names as $key => $rolename) : ?>
|
258 |
<option value="<?php echo $key ?>"<?php if ($this->role == $key) echo ' selected="selected"'; ?>><?php echo $rolename ?></option>
|
259 |
<?php endforeach; ?>
|
260 |
</select>
|
261 |
</select>
|
262 |
|
263 |
-
<span class="sub"><?php _e
|
264 |
</td>
|
265 |
</tr>
|
266 |
<tr>
|
267 |
-
<th><?php _e
|
268 |
<td>
|
269 |
-
<input size="30" type="text" name="outbound" value="<?php
|
270 |
-
<span class="sub"><?php _e
|
271 |
</td>
|
272 |
</tr>
|
273 |
<tr>
|
274 |
-
<th><?php _e
|
275 |
<td>
|
276 |
-
<input size="30" type="text" name="virtual" value="<?php
|
277 |
-
<span class="sub"><?php _e
|
278 |
</td>
|
279 |
</tr>
|
280 |
<tr>
|
281 |
-
<th><?php _e
|
282 |
<td>
|
283 |
-
<input size="30" type="text" name="domain" value="<?php
|
284 |
-
<span class="sub"><?php _e
|
285 |
</td>
|
286 |
</tr>
|
287 |
<tr>
|
288 |
-
<th><?php _e
|
289 |
<td>
|
290 |
-
<textarea rows="5" cols="40" name="raw"><?php
|
291 |
-
<span class="sub"><?php _e
|
292 |
</td>
|
293 |
</tr>
|
294 |
<tr>
|
295 |
-
<th><?php _e
|
296 |
<td>
|
297 |
-
<input type="checkbox" name="login"<?php if ($this->login) echo ' checked="checked"' ?>/>
|
298 |
-
<span class="sub"><?php _e
|
299 |
</td>
|
300 |
</tr>
|
301 |
|
302 |
<?php
|
303 |
}
|
304 |
|
305 |
-
function file
|
306 |
-
|
307 |
-
return basename (__FILE__);
|
308 |
}
|
309 |
}
|
310 |
-
|
311 |
-
?>
|
21 |
For full license details see license.txt
|
22 |
============================================================================================================ */
|
23 |
|
24 |
+
class HSS_Analytics extends HS_SiteModule {
|
|
|
25 |
var $tracking = '';
|
26 |
var $role = 'everyone';
|
27 |
var $outbound = '';
|
28 |
+
var $version = 'ga';
|
29 |
var $virtual = '';
|
30 |
var $domain = '';
|
31 |
var $raw = '';
|
33 |
|
34 |
var $trackable = null;
|
35 |
|
36 |
+
function name() {
|
37 |
+
return __( 'Google Analytics', 'headspace' );
|
|
|
38 |
}
|
39 |
|
40 |
+
function description() {
|
41 |
+
return __( 'Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)', 'headspace' );
|
|
|
42 |
}
|
43 |
|
44 |
+
function run() {
|
45 |
+
add_action( 'wp_footer', array( &$this, 'wp_footer' ) );
|
|
|
46 |
|
47 |
+
if ( $this->login )
|
48 |
+
add_action( 'login_head', array( &$this, 'wp_footer' ) );
|
49 |
}
|
50 |
|
51 |
+
function is_trackable() {
|
52 |
+
if ( $this->trackable !== null )
|
|
|
53 |
return $this->trackable;
|
54 |
|
55 |
+
if ( is_user_logged_in () && $this->role != 'everyone' ) {
|
|
|
56 |
$user = wp_get_current_user ();
|
57 |
|
58 |
global $wp_roles;
|
59 |
+
$caps = $wp_roles->get_role( $this->role );
|
60 |
|
61 |
+
if ( $caps ) {
|
|
|
62 |
// Calculate the highest level of the user and the role
|
63 |
$role_level = $user_level = 0;
|
64 |
+
for ( $x = 10; $x >= 0; $x-- ) {
|
65 |
+
if ( isset( $caps->capabilities['level_'.$x] ) )
|
|
|
66 |
break;
|
67 |
}
|
68 |
|
69 |
$role_level = $x;
|
70 |
|
71 |
+
for ( $x = 10; $x >= 0; $x-- ) {
|
72 |
+
if ( isset( $user->allcaps['level_'.$x] ) )
|
|
|
73 |
break;
|
74 |
}
|
75 |
|
76 |
$user_level = $x;
|
77 |
|
78 |
// Quit if the user is greater level than the role
|
79 |
+
if ( $user_level > $role_level ) {
|
|
|
80 |
$this->is_trackable = false;
|
81 |
return false;
|
82 |
}
|
87 |
return $this->is_trackable;
|
88 |
}
|
89 |
|
90 |
+
function wp_footer() {
|
91 |
+
if ( $this->tracking && $this->is_trackable() && $this->version == 'urchin' )
|
92 |
+
$this->track_urchin();
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
}
|
94 |
|
95 |
+
function head() {
|
96 |
+
if ( $this->tracking && $this->is_trackable() && $this->version == 'ga' )
|
97 |
+
$this->track_ga();
|
98 |
+
}
|
99 |
+
|
100 |
+
function track_urchin() {
|
101 |
$virtual = '';
|
102 |
+
if ( $this->virtual )
|
103 |
$virtual = '"'.$this->virtual.'"';
|
104 |
?>
|
105 |
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
113 |
<?php
|
114 |
|
115 |
// Output code for outbound tracking
|
116 |
+
if ( $this->outbound ) {
|
|
|
117 |
?>
|
118 |
<script type="text/javascript">
|
119 |
// Outbound link tracking
|
120 |
//<![CDATA[
|
121 |
for (var i = 0; i < document.links.length; i++)
|
122 |
{
|
123 |
+
if (document.links[i].href.indexOf( '<?php bloginfo( 'home' ) ?>' ) == -1)
|
124 |
document.links[i].onclick = function ()
|
125 |
{
|
126 |
var domain = this.href.match( /:\/\/(www\.)?([^\/:]+)/ );
|
127 |
domain = domain[2] ? domain[2] : '';
|
128 |
+
urchinTracker( '/<?php echo $this->outbound ?>/' + domain.replace (/\./g, '_' ));
|
129 |
}
|
130 |
}
|
131 |
//]]>
|
134 |
}
|
135 |
}
|
136 |
|
137 |
+
function track_ga() {
|
138 |
+
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
|
140 |
+
<script type="text/javascript">
|
141 |
+
var _gaq = _gaq || [];
|
142 |
+
_gaq.push(['_setAccount', '<?php echo $this->tracking ?>']);
|
143 |
+
_gaq.push(['_trackPageview']);
|
144 |
+
|
145 |
+
<?php if ( $this->domain ) : ?>
|
146 |
+
_gaq.push(['_setDomainName'], '<?php echo esc_js( $this->domain ); ?>' );
|
147 |
+
<?php endif; ?>
|
148 |
+
|
149 |
+
<?php if ( $this->virtual ) : ?>
|
150 |
+
_gaq.push(['_trackPageview'], '<?php echo esc_js( $virtual ); ?>' );
|
151 |
+
<?php endif; ?>
|
152 |
+
|
153 |
+
<?php if ( $this->outbound ) : ?>
|
154 |
+
for (var i = 0; i < document.links.length; i++) {
|
155 |
+
if (document.links[i].href.indexOf( '<?php bloginfo( 'home' ) ?>' ) == -1)
|
156 |
+
document.links[i].onclick = function() {
|
157 |
+
var domain = this.href.match( /:\/\/(www\.)?([^\/:]+)/ );
|
158 |
+
domain = domain[2] ? domain[2] : '';
|
159 |
+
_gaq.push(['_trackPageview'], '/<?php echo $this->outbound ?>/' + domain.replace (/\./g, '_' ) );
|
160 |
}
|
161 |
+
}
|
162 |
+
<?php endif; ?>
|
163 |
+
|
164 |
+
(function() {
|
165 |
+
var ga = document.createElement('script' ); ga.type = 'text/javascript'; ga.async = true;
|
166 |
+
ga.src =( 'https:' == document.location.protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js';
|
167 |
+
var s = document.getElementsByTagName('script' )[0]; s.parentNode.insertBefore(ga, s);
|
168 |
+
})();
|
169 |
+
|
170 |
+
</script>
|
171 |
+
<?php
|
172 |
}
|
173 |
|
174 |
+
function load( $data ) {
|
175 |
+
$load = array( 'tracking', 'role', 'outbound', 'raw', 'virtual', 'domain', 'version', 'login' );
|
|
|
176 |
|
177 |
+
foreach ( $load AS $key ) {
|
178 |
+
if ( isset( $data[$key] ) )
|
|
|
179 |
$this->$key = $data[$key];
|
180 |
}
|
181 |
}
|
182 |
|
183 |
+
function has_config() {
|
184 |
+
return true;
|
185 |
+
}
|
186 |
|
187 |
+
function save_options( $data ) {
|
188 |
+
$code = trim( $data['tracking'] );
|
|
|
189 |
|
190 |
+
if ( strpos( $code, 'text/javascript' ) !== false ) {
|
191 |
+
if ( strpos( $code, '_uacct' ) !== false )
|
192 |
+
preg_match( '@_uacct = "(.*?)";@', $code, $matches );
|
|
|
193 |
else
|
194 |
+
preg_match( '@_getTracker\("(.*?)"\);@', $code, $matches );
|
195 |
+
|
196 |
+
if ( count( $matches ) > 0 )
|
197 |
+
$code = $matches[1];
|
198 |
}
|
199 |
|
200 |
+
return array (
|
|
|
201 |
'tracking' => $code,
|
202 |
'role' => $data['role'],
|
203 |
'outbound' => trim ($data['outbound']),
|
205 |
'virtual' => $data['virtual'],
|
206 |
'domain' => $data['domain'],
|
207 |
'version' => $data['version'],
|
208 |
+
'login' => isset( $data['login'] ) ? true : false
|
209 |
);
|
210 |
}
|
211 |
|
212 |
+
function edit() {
|
|
|
213 |
?>
|
214 |
<tr>
|
215 |
+
<th width="150"><?php _e( 'Account ID', 'headspace' ); ?>:</th>
|
216 |
<td>
|
217 |
+
<textarea rows="5" cols="40" name="tracking"><?php esc_attr_e( $this->tracking); ?></textarea><br/>
|
218 |
+
<span class="sub"><?php _e( 'Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number.', 'headspace' ); ?></span>
|
219 |
</td>
|
220 |
</tr>
|
221 |
<tr>
|
222 |
+
<th><?php _e( 'Version', 'headspace' ); ?>:</th>
|
223 |
<td>
|
224 |
<select name="version">
|
225 |
+
<option <?php if ($this->version == 'ga' ) echo 'selected="selected" '; ?>value="ga"><?php _e( 'Async, Google Analytics (ga.js)', 'headspace' ); ?></option>
|
226 |
+
<option <?php if ($this->version == 'urchin' ) echo 'selected="selected" '; ?>value="urchin"><?php _e( 'Urchin (urchin.js)', 'headspace' ); ?></option>
|
227 |
</select>
|
228 |
</td>
|
229 |
</tr>
|
230 |
<tr>
|
231 |
+
<th><?php _e( 'Who to track', 'headspace' ); ?>:</th>
|
232 |
<td>
|
233 |
<select name="role">
|
234 |
+
<option value="everyone"><?php _e( 'Everyone', 'headspace' ); ?></option>
|
235 |
<?php global $wp_roles; foreach ($wp_roles->role_names as $key => $rolename) : ?>
|
236 |
<option value="<?php echo $key ?>"<?php if ($this->role == $key) echo ' selected="selected"'; ?>><?php echo $rolename ?></option>
|
237 |
<?php endforeach; ?>
|
238 |
</select>
|
239 |
</select>
|
240 |
|
241 |
+
<span class="sub"><?php _e( 'Users of the specified role or less will be tracked', 'headspace' ); ?></span>
|
242 |
</td>
|
243 |
</tr>
|
244 |
<tr>
|
245 |
+
<th><?php _e( 'Track outbound links', 'headspace' ); ?>:</th>
|
246 |
<td>
|
247 |
+
<input size="30" type="text" name="outbound" value="<?php esc_attr_e( $this->outbound) ?>"/>
|
248 |
+
<span class="sub"><?php _e( 'Enter the URL you want outbound links tracked to', 'headspace' ); ?></span>
|
249 |
</td>
|
250 |
</tr>
|
251 |
<tr>
|
252 |
+
<th><?php _e( 'Virtual Pages', 'headspace' ); ?>:</th>
|
253 |
<td>
|
254 |
+
<input size="30" type="text" name="virtual" value="<?php esc_attr_e( $this->virtual) ?>"/>
|
255 |
+
<span class="sub"><?php _e( 'Change what appears in reports', 'headspace' ); ?></span>
|
256 |
</td>
|
257 |
</tr>
|
258 |
<tr>
|
259 |
+
<th><?php _e( 'Domain Name', 'headspace' ); ?>:</th>
|
260 |
<td>
|
261 |
+
<input size="30" type="text" name="domain" value="<?php esc_attr_e( $this->domain) ?>"/>
|
262 |
+
<span class="sub"><?php _e( 'Set to a root domain when tracking across sub-domains', 'headspace' ); ?></span>
|
263 |
</td>
|
264 |
</tr>
|
265 |
<tr>
|
266 |
+
<th><?php _e( 'Raw Code', 'headspace' ); ?>:</th>
|
267 |
<td>
|
268 |
+
<textarea rows="5" cols="40" name="raw"><?php esc_attr_e( $this->raw); ?></textarea><br/>
|
269 |
+
<span class="sub"><?php _e( 'Enter any additional Google Analytics code', 'headspace' ); ?></span>
|
270 |
</td>
|
271 |
</tr>
|
272 |
<tr>
|
273 |
+
<th><?php _e( 'Include on login page', 'headspace' ); ?>:</th>
|
274 |
<td>
|
275 |
+
<input type="checkbox" name="login"<?php if ( $this->login ) echo ' checked="checked"' ?>/>
|
276 |
+
<span class="sub"><?php _e( 'Include Google Analytics on the WordPress login page', 'headspace' )?></span>
|
277 |
</td>
|
278 |
</tr>
|
279 |
|
280 |
<?php
|
281 |
}
|
282 |
|
283 |
+
function file() {
|
284 |
+
return basename( __FILE__ );
|
|
|
285 |
}
|
286 |
}
|
|
|
|
modules/site/google_webmaster.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @package HeadSpace
|
7 |
* @author John Godley
|
8 |
-
* @copyright Copyright
|
9 |
**/
|
10 |
|
11 |
/*
|
@@ -13,70 +13,62 @@
|
|
13 |
This software is provided "as is" and any express or implied warranties, including, but not limited to, the
|
14 |
implied warranties of merchantibility and fitness for a particular purpose are disclaimed. In no event shall
|
15 |
the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or
|
16 |
-
consequential damages
|
17 |
use, data, or profits; or business interruption) however caused and on any theory of liability, whether in
|
18 |
-
contract, strict liability, or tort
|
19 |
this software, even if advised of the possibility of such damage.
|
20 |
|
21 |
For full license details see license.txt
|
22 |
============================================================================================================ */
|
23 |
|
24 |
-
class HSS_GoogleWebmaster extends HS_SiteModule
|
25 |
-
{
|
26 |
var $code = '';
|
27 |
|
28 |
-
function name
|
29 |
-
|
30 |
-
return __ ('Google Webmaster', 'headspace');
|
31 |
}
|
32 |
|
33 |
-
function description
|
34 |
-
|
35 |
-
return __ ('Adds Google Webmaster tracking code to your home page', 'headspace');
|
36 |
}
|
37 |
|
38 |
-
function run
|
39 |
-
|
40 |
-
add_filter ('wp_head', array (&$this, 'wp_head'));
|
41 |
}
|
42 |
|
43 |
-
function wp_head
|
44 |
-
{
|
45 |
// Only need to put this on the home page
|
46 |
-
if ($this->code && is_front_page
|
47 |
-
echo '<meta name="google-site-verification" content="'.
|
48 |
}
|
49 |
|
50 |
-
function load
|
51 |
-
|
52 |
-
if (isset ($data['code']))
|
53 |
$this->code = $data['code'];
|
54 |
}
|
55 |
|
56 |
-
function has_config
|
|
|
|
|
57 |
|
58 |
-
function save_options
|
59 |
-
|
60 |
-
return array ('code' => $data['code']);
|
61 |
}
|
62 |
|
63 |
-
function edit
|
64 |
-
{
|
65 |
?>
|
66 |
<tr>
|
67 |
-
<th width="150"><?php _e
|
68 |
<td>
|
69 |
-
<input size="40" name="code" type="text" value="<?php
|
70 |
-
<span class="sub"><?php _e
|
71 |
</td>
|
72 |
</tr>
|
73 |
<?php
|
74 |
}
|
75 |
|
76 |
-
function file
|
77 |
-
|
78 |
-
return basename (__FILE__);
|
79 |
}
|
80 |
}
|
81 |
|
82 |
-
?>
|
5 |
*
|
6 |
* @package HeadSpace
|
7 |
* @author John Godley
|
8 |
+
* @copyright Copyright(C) John Godley
|
9 |
**/
|
10 |
|
11 |
/*
|
13 |
This software is provided "as is" and any express or implied warranties, including, but not limited to, the
|
14 |
implied warranties of merchantibility and fitness for a particular purpose are disclaimed. In no event shall
|
15 |
the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or
|
16 |
+
consequential damages(including, but not limited to, procurement of substitute goods or services; loss of
|
17 |
use, data, or profits; or business interruption) however caused and on any theory of liability, whether in
|
18 |
+
contract, strict liability, or tort(including negligence or otherwise) arising in any way out of the use of
|
19 |
this software, even if advised of the possibility of such damage.
|
20 |
|
21 |
For full license details see license.txt
|
22 |
============================================================================================================ */
|
23 |
|
24 |
+
class HSS_GoogleWebmaster extends HS_SiteModule {
|
|
|
25 |
var $code = '';
|
26 |
|
27 |
+
function name() {
|
28 |
+
return __( 'Google Webmaster', 'headspace' );
|
|
|
29 |
}
|
30 |
|
31 |
+
function description() {
|
32 |
+
return __( 'Adds Google Webmaster verification tag to your home page', 'headspace' );
|
|
|
33 |
}
|
34 |
|
35 |
+
function run() {
|
36 |
+
add_filter( 'wp_head', array( &$this, 'wp_head' ) );
|
|
|
37 |
}
|
38 |
|
39 |
+
function wp_head() {
|
|
|
40 |
// Only need to put this on the home page
|
41 |
+
if ( $this->code && is_front_page() )
|
42 |
+
echo '<meta name="google-site-verification" content="'.esc_attr( $this->code ).'"/>'."\r\n";
|
43 |
}
|
44 |
|
45 |
+
function load( $data ) {
|
46 |
+
if ( isset( $data['code'] ) )
|
|
|
47 |
$this->code = $data['code'];
|
48 |
}
|
49 |
|
50 |
+
function has_config() {
|
51 |
+
return true;
|
52 |
+
}
|
53 |
|
54 |
+
function save_options( $data ) {
|
55 |
+
return array( 'code' => $data['code'] );
|
|
|
56 |
}
|
57 |
|
58 |
+
function edit() {
|
|
|
59 |
?>
|
60 |
<tr>
|
61 |
+
<th width="150"><?php _e( 'Verification Tag', 'headspace'); ?>:</th>
|
62 |
<td>
|
63 |
+
<input size="40" name="code" type="text" value="<?php esc_attr_e( $this->code ); ?>"/><br/>
|
64 |
+
<span class="sub"><?php _e( 'Enter Google Webmaster verification tag.', 'headspace' ); ?></span>
|
65 |
</td>
|
66 |
</tr>
|
67 |
<?php
|
68 |
}
|
69 |
|
70 |
+
function file() {
|
71 |
+
return basename( __FILE__ );
|
|
|
72 |
}
|
73 |
}
|
74 |
|
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: johnny5
|
3 |
Donate link: http://urbangiraffe.com/about/support/
|
4 |
Tags: seo, post, page, meta-data, title, keywords, tags, tagging, google, head, meta, crazyegg, piwik, awstats, analytics, webmaster, feedburner
|
5 |
-
Requires at least:
|
6 |
-
Tested up to: 3.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Controls almost every aspect of your site's meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!
|
@@ -92,6 +92,8 @@ HeadSpace is available in:
|
|
92 |
* Belorussian thanks to Marcis Gasuns
|
93 |
* Ukrainian thanks to Kirin
|
94 |
* Estonian thanks to Lembit Kivisik
|
|
|
|
|
95 |
|
96 |
If you can provide a language translation then please get in [contact](http://urbangiraffe.com/contact/) with the author. A PO file is provided with the
|
97 |
plugin and can be used in [translating with poEdit](http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/).
|
@@ -121,77 +123,79 @@ Full documentation can be found on the [HeadSpace2](http://urbangiraffe.com/plug
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
-
= 3.6
|
125 |
-
* WordPress 2
|
126 |
-
*
|
127 |
-
*
|
128 |
-
* Fix auto description
|
129 |
|
130 |
-
= 3.6.
|
131 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
-
= 3.6.
|
134 |
-
*
|
135 |
-
* Fix
|
136 |
-
*
|
137 |
-
|
138 |
-
= 3.6.3 =
|
139 |
-
* Romanian translation.
|
140 |
-
* Fix #334
|
141 |
|
142 |
-
= 3.6.
|
143 |
-
*
|
|
|
144 |
|
145 |
-
= 3.6.
|
146 |
-
* Fix
|
147 |
|
148 |
-
= 3.6.
|
149 |
-
*
|
150 |
|
151 |
-
= 3.6.
|
152 |
-
*
|
153 |
-
* Tags on pages (again)
|
154 |
|
155 |
-
= 3.6.
|
156 |
-
*
|
157 |
-
*
|
158 |
-
*
|
159 |
|
160 |
-
= 3.6.
|
161 |
-
*
|
|
|
162 |
|
163 |
-
= 3.6.
|
164 |
-
* Fix
|
165 |
-
*
|
166 |
-
*
|
167 |
-
* Add #330.
|
168 |
-
* Reduce memory usage
|
169 |
|
170 |
-
= 3.6.
|
171 |
-
* Fix
|
172 |
|
173 |
-
= 3.6.
|
174 |
-
*
|
175 |
-
*
|
176 |
-
* Support for non UTF-8 encodings
|
177 |
|
178 |
-
= 3.6.
|
179 |
-
*
|
|
|
|
|
180 |
|
181 |
-
= 3.6.
|
182 |
-
*
|
183 |
-
*
|
184 |
-
* %%excerpt_only%% tag
|
185 |
-
* Follow Links module
|
186 |
|
187 |
-
= 3.6.
|
188 |
-
* Fix #
|
|
|
|
|
189 |
|
190 |
-
= 3.6.
|
191 |
-
*
|
192 |
|
193 |
-
= 3.6.
|
194 |
-
*
|
|
|
195 |
|
196 |
= 3.6.18 =
|
197 |
* Fix #473
|
@@ -200,62 +204,77 @@ Full documentation can be found on the [HeadSpace2](http://urbangiraffe.com/plug
|
|
200 |
* Separate posts and pages
|
201 |
* Expand page numbering
|
202 |
|
203 |
-
= 3.6.
|
204 |
-
*
|
205 |
-
* Add #487
|
206 |
|
207 |
-
= 3.6.
|
208 |
-
*
|
209 |
|
210 |
-
= 3.6.
|
211 |
-
* Fix #
|
212 |
-
* WP 2.3/2.5/2.8 compatibility
|
213 |
-
* Add #453
|
214 |
|
215 |
-
= 3.6.
|
216 |
-
*
|
217 |
-
*
|
|
|
|
|
218 |
|
219 |
-
= 3.6.
|
220 |
-
*
|
221 |
-
* Fix #555.
|
222 |
-
* Add #514, #572
|
223 |
|
224 |
-
= 3.6.
|
225 |
-
*
|
226 |
-
*
|
|
|
227 |
|
228 |
-
= 3.6.
|
229 |
-
* Fix
|
230 |
|
231 |
-
= 3.6.
|
232 |
-
* Fix
|
233 |
-
*
|
234 |
-
*
|
|
|
|
|
235 |
|
236 |
-
= 3.6.
|
237 |
-
*
|
238 |
-
* More PHP notice messages
|
239 |
|
240 |
-
= 3.6.
|
241 |
-
*
|
242 |
-
*
|
243 |
-
*
|
244 |
|
245 |
-
= 3.6.
|
246 |
-
*
|
|
|
247 |
|
248 |
-
= 3.6.
|
249 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
|
251 |
-
= 3.6.31 =
|
252 |
-
* Fix #685, #726
|
253 |
|
254 |
-
= 3.6.32 =
|
255 |
-
* Support for taxonomy pages
|
256 |
-
* Fix #703
|
257 |
|
258 |
-
= 3.6.33 =
|
259 |
-
* Add Estonian
|
260 |
-
* Fix #772, #770, #754, #767
|
261 |
-
* Fixes for WP 3.0
|
2 |
Contributors: johnny5
|
3 |
Donate link: http://urbangiraffe.com/about/support/
|
4 |
Tags: seo, post, page, meta-data, title, keywords, tags, tagging, google, head, meta, crazyegg, piwik, awstats, analytics, webmaster, feedburner
|
5 |
+
Requires at least: 3.0
|
6 |
+
Tested up to: 3.2.1
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Controls almost every aspect of your site's meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!
|
92 |
* Belorussian thanks to Marcis Gasuns
|
93 |
* Ukrainian thanks to Kirin
|
94 |
* Estonian thanks to Lembit Kivisik
|
95 |
+
* Farsi thanks to Amir Heydari
|
96 |
+
* Arabic thanks to Mouad
|
97 |
|
98 |
If you can provide a language translation then please get in [contact](http://urbangiraffe.com/contact/) with the author. A PO file is provided with the
|
99 |
plugin and can be used in [translating with poEdit](http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/).
|
123 |
|
124 |
== Changelog ==
|
125 |
|
126 |
+
= 3.6.35 =
|
127 |
+
* WordPress 3.2 compat - meta data is now saving again
|
128 |
+
* Czech translation, thanks to Jan Macek
|
129 |
+
* Prevent nested script tags with Google Analytics outbound tracking (thanks Rick Overman)
|
|
|
130 |
|
131 |
+
= 3.6.34 =
|
132 |
+
* Fix PHP warnings
|
133 |
+
* Fix category settings, remove duplicate save button
|
134 |
+
* WP 3.0+ only
|
135 |
+
* Async Google Analytics
|
136 |
+
* Farsi translation thanks to Amir Heydari
|
137 |
+
* Arabic thanks to Mouad
|
138 |
+
* Update to Italian translation thanks to Gianni Diurno
|
139 |
|
140 |
+
= 3.6.33 =
|
141 |
+
* Add Estonian
|
142 |
+
* Fix #772, #770, #754, #767
|
143 |
+
* Fixes for WP 3.0
|
|
|
|
|
|
|
|
|
144 |
|
145 |
+
= 3.6.32 =
|
146 |
+
* Support for taxonomy pages
|
147 |
+
* Fix #703
|
148 |
|
149 |
+
= 3.6.31 =
|
150 |
+
* Fix #685, #726
|
151 |
|
152 |
+
= 3.6.30 =
|
153 |
+
* Fix #626
|
154 |
|
155 |
+
= 3.6.29 =
|
156 |
+
* Fix #613
|
|
|
157 |
|
158 |
+
= 3.6.28 =
|
159 |
+
* Don't display follow on links
|
160 |
+
* Add relative links module
|
161 |
+
* Add page links module
|
162 |
|
163 |
+
= 3.6.27 =
|
164 |
+
* Fix missing keyword module.
|
165 |
+
* More PHP notice messages
|
166 |
|
167 |
+
= 3.6.26 =
|
168 |
+
* Fix JS errors.
|
169 |
+
* Add compat with Ozh admin menu.
|
170 |
+
* Add Ukrainian
|
|
|
|
|
171 |
|
172 |
+
= 3.6.25 =
|
173 |
+
* Fix PHP notice messages
|
174 |
|
175 |
+
= 3.6.24 =
|
176 |
+
* Fix more link
|
177 |
+
* Prevent Ajax caching in IE
|
|
|
178 |
|
179 |
+
= 3.6.23 =
|
180 |
+
* Ajax error message.
|
181 |
+
* Fix #555.
|
182 |
+
* Add #514, #572
|
183 |
|
184 |
+
= 3.6.22 =
|
185 |
+
* Fix JS error
|
186 |
+
* improve CSS contrast
|
|
|
|
|
187 |
|
188 |
+
= 3.6.21 =
|
189 |
+
* Fix #512
|
190 |
+
* WP 2.3/2.5/2.8 compatibility
|
191 |
+
* Add #453
|
192 |
|
193 |
+
= 3.6.20 =
|
194 |
+
* Add Belorussian translation
|
195 |
|
196 |
+
= 3.6.19 =
|
197 |
+
* Fix #485, #480, #498
|
198 |
+
* Add #487
|
199 |
|
200 |
= 3.6.18 =
|
201 |
* Fix #473
|
204 |
* Separate posts and pages
|
205 |
* Expand page numbering
|
206 |
|
207 |
+
= 3.6.17 =
|
208 |
+
* Add #450, #446
|
|
|
209 |
|
210 |
+
= 3.6.16 =
|
211 |
+
* Try to fix unauthorised access error
|
212 |
|
213 |
+
= 3.6.15 =
|
214 |
+
* Fix #433
|
|
|
|
|
215 |
|
216 |
+
= 3.6.14 =
|
217 |
+
* Update Analytics module
|
218 |
+
* Explicit follow
|
219 |
+
* %%excerpt_only%% tag
|
220 |
+
* Follow Links module
|
221 |
|
222 |
+
= 3.6.13 =
|
223 |
+
* Fix #402, #405
|
|
|
|
|
224 |
|
225 |
+
= 3.6.12 =
|
226 |
+
* Add #401
|
227 |
+
* AWstats tracking
|
228 |
+
* Support for non UTF-8 encodings
|
229 |
|
230 |
+
= 3.6.11 =
|
231 |
+
* Fix module save bug introduced by 3.6.10
|
232 |
|
233 |
+
= 3.6.10 =
|
234 |
+
* Fix system module error reporting
|
235 |
+
* Fix error on page editing for some users.
|
236 |
+
* Fix #375, #377, #384.
|
237 |
+
* Add #330.
|
238 |
+
* Reduce memory usage
|
239 |
|
240 |
+
= 3.6.9 =
|
241 |
+
* Remove error introduced by 3.6.8
|
|
|
242 |
|
243 |
+
= 3.6.8 =
|
244 |
+
* Option to prevent plugins modifying excerpts
|
245 |
+
* Turkish translation
|
246 |
+
* Nonces
|
247 |
|
248 |
+
= 3.6.7 =
|
249 |
+
* Updated French translation
|
250 |
+
* Tags on pages (again)
|
251 |
|
252 |
+
= 3.6.6 =
|
253 |
+
* WP 2.7 styling
|
254 |
+
|
255 |
+
= 3.6.5 =
|
256 |
+
* Fix problem with category description in 2.7
|
257 |
+
|
258 |
+
= 3.6.4 =
|
259 |
+
* Added #348, #343
|
260 |
+
|
261 |
+
= 3.6.3 =
|
262 |
+
* Romanian translation.
|
263 |
+
* Fix #334
|
264 |
+
|
265 |
+
= 3.6.2 =
|
266 |
+
* Minor fixes for WP2.7.
|
267 |
+
* Fix bug #324.
|
268 |
+
* Add #325
|
269 |
+
|
270 |
+
= 3.6.1 =
|
271 |
+
* Metabox workaround
|
272 |
+
|
273 |
+
= 3.6 =
|
274 |
+
* WordPress 2.7 quick/bulk edit functions
|
275 |
+
* Piwik bug (#306).
|
276 |
+
* Check theme files.
|
277 |
+
* Fix auto description
|
278 |
|
|
|
|
|
279 |
|
|
|
|
|
|
|
280 |
|
|
|
|
|
|
|
|
view/admin/edit_category.php
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><h2><?php _e ('HeadSpace Settings', 'headspace'); ?></h2>
|
2 |
|
3 |
<?php $this->render_admin ('page-settings-edit', array ('simple' => $simple, 'advanced' => $advanced, 'width' => '33%', 'area' => 'category')); ?>
|
4 |
-
|
5 |
-
<p class="submit"><input type="submit" name="submit" value="<?php _e ('Edit Category »'); ?>" /></p>
|
1 |
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><h2><?php _e ('HeadSpace Settings', 'headspace'); ?></h2>
|
2 |
|
3 |
<?php $this->render_admin ('page-settings-edit', array ('simple' => $simple, 'advanced' => $advanced, 'width' => '33%', 'area' => 'category')); ?>
|
|
|
|
view/admin/import.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
|
10 |
<p><?php _e ('This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work.', 'headspace'); ?></p>
|
11 |
|
12 |
-
<form action="
|
13 |
<select name="importer">
|
14 |
<?php foreach ($modules AS $type => $module) : ?>
|
15 |
<option value="<?php echo $type ?>"><?php echo $module->name (); ?></option>
|
9 |
|
10 |
<p><?php _e ('This page will allow you to import meta-data from other WordPress plugins. The other plugins do not need to be active for the import to work.', 'headspace'); ?></p>
|
11 |
|
12 |
+
<form action="" method="post" accept-charset="utf-8">
|
13 |
<select name="importer">
|
14 |
<?php foreach ($modules AS $type => $module) : ?>
|
15 |
<option value="<?php echo $type ?>"><?php echo $module->name (); ?></option>
|
view/admin/mass_edit.php
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
</div>
|
38 |
</form>
|
39 |
|
40 |
-
<form action="
|
41 |
<table class="widefat post fixed">
|
42 |
<thead>
|
43 |
<tr>
|
37 |
</div>
|
38 |
</form>
|
39 |
|
40 |
+
<form action="" method="post" accept-charset="utf-8">
|
41 |
<table class="widefat post fixed">
|
42 |
<thead>
|
43 |
<tr>
|
view/admin/options.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
|
9 |
<?php $this->submenu (true); ?>
|
10 |
|
11 |
-
<form method="post" action="
|
12 |
<?php wp_nonce_field ('headspace-update_options'); ?>
|
13 |
|
14 |
<table border="0" cellspacing="5" cellpadding="5" class="form-table">
|
@@ -58,7 +58,7 @@
|
|
58 |
|
59 |
<p><?php _e ('This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!', 'headspace'); ?></p>
|
60 |
|
61 |
-
<form action="
|
62 |
<?php wp_nonce_field ('headspace-delete_plugin'); ?>
|
63 |
|
64 |
<input class="button-secondary" type="submit" name="delete" value="<?php _e ('Delete HeadSpace', 'headspace'); ?>" onclick="return confirm ('Are you sure you want to remove HeadSpace and all settings?')"/>
|
8 |
|
9 |
<?php $this->submenu (true); ?>
|
10 |
|
11 |
+
<form method="post" action="">
|
12 |
<?php wp_nonce_field ('headspace-update_options'); ?>
|
13 |
|
14 |
<table border="0" cellspacing="5" cellpadding="5" class="form-table">
|
58 |
|
59 |
<p><?php _e ('This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!', 'headspace'); ?></p>
|
60 |
|
61 |
+
<form action="" method="post" accept-charset="utf-8">
|
62 |
<?php wp_nonce_field ('headspace-delete_plugin'); ?>
|
63 |
|
64 |
<input class="button-secondary" type="submit" name="delete" value="<?php _e ('Delete HeadSpace', 'headspace'); ?>" onclick="return confirm ('Are you sure you want to remove HeadSpace and all settings?')"/>
|