HeadSpace2 SEO - Version 3.6.33

Version Description

  • Add Estonian
  • Fix #772, #770, #754, #767
  • Fixes for WP 3.0
Download this release

Release Info

Developer johnny5
Plugin Icon wp plugin HeadSpace2 SEO
Version 3.6.33
Comparing to
See all releases

Version 3.6.33

Files changed (74) hide show
  1. 2.3/jquery.js +20 -0
  2. 2.3/ui.core.js +10 -0
  3. 2.3/ui.sortable.js +13 -0
  4. admin.css +372 -0
  5. ajax.php +334 -0
  6. headspace.php +612 -0
  7. headspace_library.php +137 -0
  8. images/add.png +0 -0
  9. images/delete.png +0 -0
  10. images/donate.gif +0 -0
  11. images/down.gif +0 -0
  12. images/edit.png +0 -0
  13. images/help.png +0 -0
  14. images/loading.gif +0 -0
  15. images/merge.png +0 -0
  16. images/page.png +0 -0
  17. images/progress.gif +0 -0
  18. images/refresh.png +0 -0
  19. images/small.gif +0 -0
  20. images/up.gif +0 -0
  21. images/view.png +0 -0
  22. js/awstats.js +161 -0
  23. js/headspace-tags.js +107 -0
  24. js/headspace.js +357 -0
  25. license.txt +674 -0
  26. locale/bg_BG.mo +0 -0
  27. locale/bg_BG.po +901 -0
  28. locale/by_BY.mo +0 -0
  29. locale/by_BY.po +897 -0
  30. locale/da_DK.mo +0 -0
  31. locale/da_DK.po +1593 -0
  32. locale/de_DE.mo +0 -0
  33. locale/de_DE.po +905 -0
  34. locale/es_ES.mo +0 -0
  35. locale/es_ES.po +903 -0
  36. locale/et.mo +0 -0
  37. locale/et.po +1768 -0
  38. locale/fr_FR.mo +0 -0
  39. locale/fr_FR.po +1633 -0
  40. locale/id_ID.mo +0 -0
  41. locale/id_ID.po +899 -0
  42. locale/it_IT.mo +0 -0
  43. locale/it_IT.po +2469 -0
  44. locale/ja.mo +0 -0
  45. locale/ja.po +1181 -0
  46. locale/messages.po +1710 -0
  47. locale/nl_NL.mo +0 -0
  48. locale/nl_NL.po +1164 -0
  49. locale/pl_PL.mo +0 -0
  50. locale/pl_PL.po +902 -0
  51. locale/pt_BR.mo +0 -0
  52. locale/pt_BR.po +902 -0
  53. locale/ro_RO.mo +0 -0
  54. locale/ro_RO.po +1332 -0
  55. locale/ru_RU.mo +0 -0
  56. locale/ru_RU.po +899 -0
  57. locale/tr_TR.mo +0 -0
  58. locale/tr_TR.po +901 -0
  59. locale/uk_UK.mo +0 -0
  60. locale/uk_UK.po +903 -0
  61. locale/zh_CN.mo +0 -0
  62. locale/zh_CN.po +1180 -0
  63. models/headspace.php +363 -0
  64. models/importer.php +65 -0
  65. models/inline_tags.php +357 -0
  66. models/mass_edit.php +57 -0
  67. models/modules.php +177 -0
  68. models/pager.php +452 -0
  69. models/site.php +122 -0
  70. models/term_pager.php +78 -0
  71. models/upgrade.php +158 -0
  72. modules/import/all-in-one-seo.php +75 -0
  73. modules/import/head_meta_description.php +55 -0
  74. modules/import/headspace_tags.php +16 -0
2.3/jquery.js ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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);
admin.css ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .sub
2
+ {
3
+ font-weight: normal;
4
+ font-size: 0.8em;
5
+ color: #666;
6
+ }
7
+
8
+ .sub input { font-size: 0.8em; }
9
+
10
+ .subsubsub
11
+ {
12
+ clear: both;
13
+ width: 100%;
14
+ }
15
+
16
+ .settings ul
17
+ {
18
+ padding: 0;
19
+ margin: 0;
20
+ margin-top: 5px;
21
+ }
22
+
23
+ .settings ul li
24
+ {
25
+ background-color: #B5CDDF;
26
+ padding: 5px;
27
+ padding-left: 10px;
28
+ -moz-border-radius: 6px;
29
+ -webkit-border-radius: 6px;
30
+ border-radius: 6px;
31
+ list-style-type: none;
32
+ }
33
+
34
+ .settings ul li img
35
+ {
36
+ vertical-align: middle;
37
+ }
38
+
39
+ .settings ul li a
40
+ {
41
+ color:#37576F
42
+ }
43
+
44
+ .settings ul li a:hover
45
+ {
46
+ color: #D54E21;
47
+ }
48
+
49
+ .settings ul li.disabled, .settings ul li.disabled a
50
+ {
51
+ background-color: #E0E9EF;
52
+ color: #9BB9CF;
53
+ }
54
+
55
+ .headspace_inline
56
+ {
57
+ margin: 0; padding: 0;
58
+
59
+ }
60
+
61
+ .headspace_inline input, .headspace_inline textarea
62
+ {
63
+ width: 99%;
64
+ }
65
+
66
+ #headspacestuff th
67
+ {
68
+ vertical-align: top;
69
+ padding-right: 4px;
70
+ padding-top: 4px;
71
+ }
72
+
73
+
74
+ .settingsstuff .delete
75
+ {
76
+ margin-top: 0;
77
+ float: right;
78
+ vertical-align: middle;
79
+ }
80
+
81
+ .settingsstuff .delete a
82
+ {
83
+ border: none;
84
+ }
85
+
86
+ .settings a
87
+ {
88
+ border: none;
89
+ text-decoration: underline;
90
+ }
91
+
92
+ .modules
93
+ {
94
+ list-style-type: none;
95
+ margin: 0; padding: 0;
96
+ }
97
+
98
+ .modules li
99
+ {
100
+ float: left;
101
+ margin-right: 1%;
102
+ width: 460px;
103
+ padding: 5px;
104
+ border-radius: 6px;
105
+ -moz-border-radius: 6px;
106
+ -webkit-border-radius:6px;
107
+ }
108
+
109
+ .modules li h3
110
+ {
111
+ text-align: center;
112
+ margin: 0;
113
+ padding: 0;
114
+ }
115
+
116
+ .modules li p
117
+ {
118
+ font-size: 0.8em;
119
+ text-align: center;
120
+ }
121
+
122
+ .modules li ul
123
+ {
124
+ list-style-type: none;
125
+ margin: 0; padding: 0;
126
+ min-height: 2em;
127
+ }
128
+
129
+ .modules li ul li
130
+ {
131
+ float: none;
132
+ margin: 3px 0px;
133
+ border: none;
134
+ padding: 5px;
135
+ width: 450px;
136
+
137
+ cursor: move;
138
+ }
139
+
140
+ .settings .help
141
+ {
142
+ font-style: italic;
143
+ font-size: 0.9em;
144
+ margin-top: 1em;
145
+ line-height: 1.2;
146
+
147
+ }
148
+
149
+ .modules .help
150
+ {
151
+ font-style: italic;
152
+ font-size: 0.9em;
153
+ margin-top: 1em;
154
+ line-height: 1.2;
155
+ }
156
+
157
+ .modules a
158
+ {
159
+ border: none;
160
+ text-decoration: underline;
161
+ }
162
+
163
+ #simple
164
+ {
165
+ color: #214717;
166
+ background-color: #C8DBC2;
167
+ }
168
+
169
+ #advanced
170
+ {
171
+ background-color: #A7C5DA;
172
+ color: #172147;
173
+ }
174
+
175
+ #disabled
176
+ {
177
+ background-color: #eee;
178
+ color: #333;
179
+ }
180
+
181
+ #simple-modules li
182
+ {
183
+ background-color: #E9F1E6;
184
+ }
185
+
186
+ #advanced-modules li
187
+ {
188
+ background-color: #D8E7F1;
189
+ }
190
+
191
+ #disabled-modules li
192
+ {
193
+ background-color: #ddd;
194
+ }
195
+
196
+ .option
197
+ {
198
+ float: right;
199
+ }
200
+
201
+ table.headspace
202
+ {
203
+ width: 100%;
204
+ }
205
+
206
+ table.headspace th
207
+ {
208
+ text-align: right;
209
+ vertical-align: top;
210
+ }
211
+
212
+ .headspace textarea
213
+ {
214
+ width: 95%;
215
+ }
216
+
217
+ .mass
218
+ {
219
+ width: 100%;
220
+ margin: 10px 0;
221
+ }
222
+
223
+ .mass th, .mass td
224
+ {
225
+ padding: 2px;
226
+ vertical-align: top;
227
+ }
228
+
229
+ .mass th
230
+ {
231
+ padding: 4px;
232
+ text-align: left;
233
+ background-color: #999;
234
+ color: #eee;
235
+ }
236
+
237
+ .mass th a
238
+ {
239
+ color: #eee;
240
+ border: none;
241
+ text-decoration: underline;
242
+ }
243
+
244
+ .mass .alt
245
+ {
246
+ background-color: #f3f3f3;
247
+ }
248
+
249
+ .mass a
250
+ {
251
+ border: none;
252
+ text-decoration: underline;
253
+ }
254
+
255
+ .mass .nohighlight
256
+ {
257
+ border: 1px solid white;
258
+ }
259
+
260
+ .dragger
261
+ {
262
+ cursor: move;
263
+ vertical-align: middle;
264
+ }
265
+
266
+ .mass .highlight
267
+ {
268
+ border: 1px solid red;
269
+ }
270
+
271
+ .pager
272
+ {
273
+ font-size: 0.9em;
274
+ text-align: right;
275
+ margin-bottom: 5px;
276
+ }
277
+
278
+ .pagertools
279
+ {
280
+ float: right;
281
+ font-size: 0.9em;
282
+ margin-left: 10px;
283
+ }
284
+
285
+ .pager select, .pager input { font-size: 0.9em }
286
+
287
+ .suggested h4
288
+ {
289
+ margin: 0;
290
+ margin-top: 1em;
291
+ }
292
+
293
+ .suggested small, .suggested small a
294
+ {
295
+ color: #999;
296
+ }
297
+
298
+ #suggested_tags
299
+ {
300
+ margin-top: 5px;
301
+ font-size: 0.9em;
302
+ line-height: 2.4;
303
+ }
304
+
305
+ #suggestions
306
+ {
307
+ margin-bottom: 10px;
308
+ }
309
+
310
+ #suggested_tags .enabled
311
+ {
312
+ background-color: #d5d5d5;
313
+ padding: 1px 6px 3px 6px;
314
+ -moz-border-radius: 10px;
315
+ -webkit-border-radius: 10px;
316
+ border-radius: 10px;
317
+ border: 1px solid #ccc;
318
+ color: #333;
319
+ text-decoration: none;
320
+ }
321
+
322
+ #suggested_tags .disabled
323
+ {
324
+ color: #999 !important;
325
+ padding: 1px 6px 3px 6px;
326
+ border: 1px solid #d4d4d4;
327
+ }
328
+
329
+ #suggested_tags .enabled
330
+ {
331
+ border-color: #555;
332
+ }
333
+
334
+ table.help td, table.help th
335
+ {
336
+ padding: 3px;
337
+ }
338
+
339
+ table.help th
340
+ {
341
+ text-align: left;
342
+ padding-right: 2em;
343
+ border-right: 1px solid #ddd;
344
+ font-family: "Courier New", Courier, monospace;
345
+ }
346
+
347
+ table.help
348
+ {
349
+ border: 1px solid #ddd;
350
+ border-collapse: collapse;
351
+ }
352
+
353
+ table.help .alt
354
+ {
355
+ background-color: #eee;
356
+ }
357
+
358
+ table.help tr:hover
359
+ {
360
+ background-color: #ccc;
361
+ }
362
+
363
+ #headspace_plugins
364
+ {
365
+ margin: 0; padding: 0;
366
+ margin-left: 20px;
367
+ }
368
+
369
+ .counter
370
+ {
371
+ font-size: 0.8em;
372
+ }
ajax.php ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ ============================================================================================================
5
+ This software is provided "as is" and any express or implied warranties, including, but not limited to, the
6
+ implied warranties of merchantibility and fitness for a particular purpose are disclaimed. In no event shall
7
+ the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or
8
+ consequential damages (including, but not limited to, procurement of substitute goods or services; loss of
9
+ use, data, or profits; or business interruption) however caused and on any theory of liability, whether in
10
+ contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of
11
+ this software, even if advised of the possibility of such damage.
12
+
13
+ For full license details see license.txt
14
+ ============================================================================================================ */
15
+
16
+ header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
17
+ header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
18
+
19
+ /**
20
+ * HeadSpace AJAX
21
+ *
22
+ * @package HeadSpace
23
+ * @author John Godley
24
+ * @copyright Copyright (C) John Godley
25
+ **/
26
+ class HeadspaceAjax extends HeadSpace_Plugin {
27
+ function HeadspaceAjax() {
28
+ $this->register_plugin( 'headspace', __FILE__ );
29
+
30
+ add_action( 'init', array( &$this, 'init' ) );
31
+ }
32
+
33
+ function init() {
34
+ if ( current_user_can( 'manage_options' ) ) {
35
+ $this->register_ajax( 'hs_settings_edit' );
36
+ $this->register_ajax( 'hs_settings_save' );
37
+ $this->register_ajax( 'hs_settings_load' );
38
+
39
+ $this->register_ajax( 'hs_module_edit' );
40
+ $this->register_ajax( 'hs_module_load' );
41
+ $this->register_ajax( 'hs_module_save' );
42
+ $this->register_ajax( 'hs_module_order' );
43
+
44
+ $this->register_ajax( 'hs_site_onoff' );
45
+ $this->register_ajax( 'hs_site_edit' );
46
+ $this->register_ajax( 'hs_site_load' );
47
+ $this->register_ajax( 'hs_site_save' );
48
+ }
49
+
50
+ $this->register_ajax( 'hs_tag_update' );
51
+ $this->register_ajax( 'hs_auto_tag' );
52
+ $this->register_ajax( 'hs_auto_description' );
53
+ }
54
+
55
+ function obj_to_array( $items ) {
56
+ $merged = array();
57
+ if ( !empty( $items ) > 0 ) {
58
+ foreach ( $items AS $key => $value ) {
59
+ if ( !empty( $value ) )
60
+ $merged[$key] = $value;
61
+ }
62
+ }
63
+
64
+ return $merged;
65
+ }
66
+
67
+ function hs_settings_edit() {
68
+ $id = $_GET['page'];
69
+ $headspace = HeadSpace2::get ();
70
+ $types = $headspace->get_types();
71
+
72
+ if ( in_array( $id, array_keys( $types ) ) && check_ajax_referer( 'headspace-edit_setting_'.$id ) ) {
73
+ $settings = $this->obj_to_array( get_option( 'headspace_'.$id ) );
74
+
75
+ $simple = $headspace->modules->get_restricted( $headspace->get_simple_modules(), $settings, $id );
76
+ $advanced = $headspace->modules->get_restricted( $headspace->get_advanced_modules(), $settings, $id );
77
+
78
+ $this->render_admin( 'page-settings-item', array( 'type' => $id, 'name' => $types[$id][0], 'desc' => $types[$id][1], 'nolink' => true ) );
79
+ $this->render_admin( 'page-settings-edit-ajax', array( 'simple' => $simple, 'advanced' => $advanced, 'type' => $id, 'area' => 'page' ) );
80
+
81
+ die();
82
+ }
83
+ }
84
+
85
+ function hs_settings_save() {
86
+ $id = $_POST['module'];
87
+ $headspace = HeadSpace2::get ();
88
+
89
+ if ( in_array( $id, array_keys( $headspace->get_types() ) ) && check_ajax_referer( 'headspace-page_setting_'.$id ) ) {
90
+ $settings = $headspace->extract_module_settings( $_POST, $id );
91
+
92
+ update_option( 'headspace_'.$id, $settings );
93
+
94
+ $this->hs_settings_load();
95
+ }
96
+ }
97
+
98
+ function hs_settings_load() {
99
+ $id = $_POST['module'];
100
+ $headspace = HeadSpace2::get ();
101
+ $types = $headspace->get_types();
102
+
103
+ if ( in_array( $id, array_keys( $types ) ) && check_ajax_referer( 'headspace-page_setting_'.$id ) ) {
104
+ $settings = get_option( 'headspace_'.$id );
105
+
106
+ $this->render_admin('page-settings-item', array( 'type' => $id, 'name' => $types[$id][0], 'desc' => $types[$id][1], 'nolink' => false ) );
107
+ die();
108
+ }
109
+ }
110
+
111
+ function hs_module_edit() {
112
+ if ( check_ajax_referer( 'headspace-module_'.$_GET['module'] ) ) {
113
+ $headspace = HeadSpace2::get ();
114
+ $module = $headspace->modules->get( $_GET['module'] );
115
+
116
+ if ( $module )
117
+ $this->render_admin( 'page-module-edit', array( 'module' => $module, 'id' => $_GET['module'] ) );
118
+
119
+ die();
120
+ }
121
+ }
122
+
123
+ function hs_module_save() {
124
+ if ( check_ajax_referer( 'headspace-module_save_'.$_POST['module'] ) ) {
125
+ $headspace = HeadSpace2::get ();
126
+ $module = $headspace->modules->get( $_POST['module'] );
127
+
128
+ if ( $module ) {
129
+ $module->update( $_POST );
130
+ $this->render_admin( 'page-module-item', array( 'module' => $module ) );
131
+ die();
132
+ }
133
+ }
134
+ }
135
+
136
+ function hs_module_load() {
137
+ if ( check_ajax_referer( 'headspace-module_'.$_GET['module'] ) ) {
138
+ $headspace = HeadSpace2::get ();
139
+ $module = $headspace->modules->get( $_GET['module'] );
140
+
141
+ if ( $module )
142
+ $this->render_admin( 'page-module-item', array( 'module' => $module ) );
143
+
144
+ die();
145
+ }
146
+ }
147
+
148
+ function hs_module_order() {
149
+ if (check_ajax_referer( 'headspace-save_order' ) ) {
150
+ parse_str( $_POST['simple'], $simple );
151
+ parse_str( $_POST['advanced'], $advanced );
152
+
153
+ global $headspace2;
154
+ $options = $headspace2->get_options ();
155
+
156
+ $options['simple_modules'] = $simple['id_hsm'];
157
+ $options['advanced_modules'] = $advanced['id_hsm'];
158
+
159
+ if ( count( $options['simple_modules'] ) > 0 ) {
160
+ foreach ( $options['simple_modules'] AS $name ) {
161
+ $name = 'hsm_'.str_replace( '-', '_', strtolower( $name ) );
162
+ $module = new $name;
163
+ $newmod[$module->file()] = $name;
164
+ }
165
+
166
+ $options['simple_modules'] = $newmod;
167
+ }
168
+ else
169
+ $options['simple_modules'] = array ();
170
+
171
+ if ( count( $options['advanced_modules'] ) > 0 ) {
172
+ $newmod = array ();
173
+
174
+ foreach ( $options['advanced_modules'] AS $name ) {
175
+ $name = 'hsm_'.str_replace( '-', '_', strtolower( $name ) );
176
+ $module = new $name;
177
+ $newmod[$module->file()] = $name;
178
+ }
179
+
180
+ $options['advanced_modules'] = $newmod;
181
+ }
182
+ else
183
+ $options['advanced_modules'] = array();
184
+
185
+ update_option( 'headspace_options', $options );
186
+ }
187
+ }
188
+
189
+ function hs_site_edit() {
190
+ if ( check_ajax_referer( 'headspace-site_module' ) ) {
191
+ $headspace = HeadSpace2::get ();
192
+ $module = $headspace->site->get( $_GET['module'] );
193
+
194
+ if ( $module )
195
+ $this->render_admin( 'site-module-edit', array( 'module' => $module, 'id' => $_GET['module'] ) );
196
+
197
+ die();
198
+ }
199
+ }
200
+
201
+ function hs_site_load() {
202
+ if ( check_ajax_referer( 'headspace-site_module' ) ) {
203
+ $headspace = HeadSpace2::get ();
204
+ $module = $headspace->site->get( $_GET['module'] );
205
+
206
+ if ($module)
207
+ $this->render_admin( 'site-module-item', array( 'module' => $module ) );
208
+
209
+ die();
210
+ }
211
+ }
212
+
213
+ function hs_site_save() {
214
+ if ( check_ajax_referer( 'headspace-site_save_'.$_POST['module'] ) ) {
215
+ $headspace = HeadSpace2::get ();
216
+ $module = $headspace->site->get( $_POST['module'] );
217
+
218
+ if ( $module ) {
219
+ $module->update( stripslashes_deep( $_POST ) );
220
+ $this->render_admin( 'site-module-item', array( 'module' => $module ) );
221
+ }
222
+
223
+ die();
224
+ }
225
+ }
226
+
227
+ function hs_site_onoff() {
228
+ if ( check_ajax_referer( 'headspace-site_module' ) ) {
229
+ $options = get_option( 'headspace_options' );
230
+ if ( $options === false )
231
+ $options = array();
232
+
233
+ $id = $_POST['module'];
234
+
235
+ if ( $_POST['onoff'] == 'true' && !in_array( $id, $options['site_modules'] ) && isset( $_POST['file'] ) && $_POST['file'] )
236
+ $options['site_modules'][$_POST['file']] = $id;
237
+ elseif ( $_POST['onoff'] == 'false' && in_array( $id, $options['site_modules'] ) )
238
+ unset( $options['site_modules'][$_POST['file']] );
239
+
240
+ if ( count( $options['site_modules'] ) > 0 ) {
241
+ foreach ( $options['site_modules'] AS $key => $value ) {
242
+ if ( $key == '' )
243
+ unset( $options['site_modules'][$key] );
244
+ }
245
+ }
246
+
247
+ update_option( 'headspace_options', array_filter( $options ) );
248
+ }
249
+ }
250
+
251
+ function hs_auto_description() {
252
+ if ( check_ajax_referer( 'headspace-autodescription' ) ) {
253
+ $excerpt = '';
254
+
255
+ if ( isset( $_GET['post'] ) && current_user_can( 'edit_post', intval( $_GET['post'] ) ) ) {
256
+ $id = intval( $_GET['post'] );
257
+ $post = get_post( $id );
258
+
259
+ $excerpt = $post->post_content;
260
+ if ( $post->post_excerpt )
261
+ $excerpt = $post->post_excerpt;
262
+ }
263
+ else
264
+ $excerpt = $_POST['content'];
265
+
266
+ // Remove any [tags]
267
+ $excerpt = preg_replace( '/\[(.*?)\]/', '', $excerpt );
268
+ $excerpt = strip_tags( $excerpt );
269
+ $excerpt = trim( $excerpt );
270
+
271
+ // Extract 1st paragraph first blank line
272
+ if ( function_exists( 'mb_strpos' ) ) {
273
+ $pos = mb_strpos( $excerpt, '.' );
274
+
275
+ if ( $pos !== false )
276
+ $excerpt = mb_substr( $excerpt, 0, $pos + 1 );
277
+ }
278
+ else {
279
+ $pos = strpos( $excerpt, '.' );
280
+
281
+ if ($pos !== false)
282
+ $excerpt = substr( $excerpt, 0, $pos + 1 );
283
+ }
284
+
285
+ // Replace all returns and HTML
286
+ $excerpt = str_replace( "\r", '', $excerpt );
287
+ $excerpt = str_replace( "\n", '', $excerpt );
288
+
289
+ // Restrict it to HS description length setting
290
+ if ( function_exists( 'mb_substr' ) )
291
+ $excerpt = mb_substr( $excerpt, 0, 500 );
292
+ else
293
+ $excerpt = substr( $excerpt, 0, 500 );
294
+
295
+ $excerpt = preg_replace( '/\s+/', ' ', $excerpt );
296
+ echo $excerpt;
297
+ die();
298
+ }
299
+ }
300
+
301
+ function hs_tag_update() {
302
+ $headspace = HeadSpace2::get ();
303
+ $id = intval( $_GET['id'] );
304
+
305
+ if ( check_ajax_referer( 'headspace-tags' ) && current_user_can( 'edit_post', $id ) ) {
306
+ $tags = $headspace->modules->get( 'hsm_tags' );
307
+ $tags->load( $headspace->get_post_settings( $id ) );
308
+
309
+ $tags->suggestions( $id, $_POST['content'], $_GET['type'] );
310
+ die();
311
+ }
312
+ }
313
+
314
+ function hs_auto_tag() {
315
+ $id = intval( $_GET['id'] );
316
+
317
+ if ( current_user_can( 'edit_post', $id ) && check_ajax_referer( 'headspace-auto_tag_'.$id ) ) {
318
+ $headspace = HeadSpace2::get();
319
+ $settings = $headspace->get_post_settings( $id );
320
+
321
+ $tags = $headspace->modules->get( 'hsm_tags' );
322
+ $tags->load( $settings );
323
+
324
+ include (ABSPATH.'wp-admin/admin-functions.php');
325
+
326
+ $post = get_post( $id );
327
+
328
+ $suggestions = $tags->get_suggestions( $post->post_content.' '.$post->post_title );
329
+ echo HeadSpace_Plugin::specialchars( implode( ', ', $suggestions ) );
330
+ die();
331
+ }
332
+ }
333
+ }
334
+
headspace.php ADDED
@@ -0,0 +1,612 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
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.33
7
+ Author: John Godley
8
+ Author URI: http://urbangiraffe.com/
9
+ ============================================================================================================
10
+ This software is provided "as is" and any express or implied warranties, including, but not limited to, the
11
+ implied warranties of merchantibility and fitness for a particular purpose are disclaimed. In no event shall
12
+ the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or
13
+ consequential damages (including, but not limited to, procurement of substitute goods or services; loss of
14
+ use, data, or profits; or business interruption) however caused and on any theory of liability, whether in
15
+ contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of
16
+ this software, even if advised of the possibility of such damage.
17
+
18
+ For full license details see license.txt
19
+ ============================================================================================================ */
20
+
21
+ include dirname (__FILE__).'/plugin.php';
22
+ include dirname (__FILE__).'/models/headspace.php';
23
+ include dirname (__FILE__).'/headspace_library.php';
24
+
25
+ /**
26
+ * The HeadSpace2 plugin
27
+ *
28
+ * @package HeadSpace2
29
+ **/
30
+
31
+
32
+ class HeadSpace2_Admin extends HeadSpace_Plugin
33
+ {
34
+ var $types = null;
35
+ var $last_post_id = 0;
36
+
37
+ /**
38
+ * Constructor sets up page types, starts all filters and actions
39
+ *
40
+ * @return void
41
+ **/
42
+ function HeadSpace2_Admin() {
43
+ $this->register_plugin ('headspace', __FILE__);
44
+
45
+ if (is_admin ()) {
46
+ $this->add_action ('admin_menu');
47
+ $this->add_filter ('admin_head');
48
+
49
+ $this->add_action ('save_post', 'save_tags');
50
+
51
+ $this->add_action ('edit_category_form');
52
+ $this->add_action ('edit_category');
53
+ $this->add_action ('init', 'init', 15);
54
+ $this->add_action ('wp_dashboard_setup');
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 ('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' );
70
+ $this->add_action( 'admin_print_styles', 'wp_print_styles' );
71
+ $this->add_filter( 'contextual_help', 'contextual_help', 10, 2 );
72
+ $this->register_plugin_settings( __FILE__ );
73
+
74
+ // Ajax functions
75
+ if ( defined( 'DOING_AJAX' ) ) {
76
+ include_once dirname( __FILE__ ).'/ajax.php';
77
+ $this->ajax = new HeadspaceAjax();
78
+ }
79
+ }
80
+ }
81
+
82
+ function print_scripts_array( $scripts ) {
83
+ $farb = array_search( 'farbtastic', $scripts );
84
+
85
+ if ( $farb && ( ( isset( $_GET['page'] ) && $_GET['page'] == 'headspace.php') || $this->is_page() || $this->is_post_edit() || $this->is_category_edit() ) )
86
+ unset( $scripts[$farb] );
87
+
88
+ return $scripts;
89
+ }
90
+
91
+ function plugin_settings ($links) {
92
+ $settings_link = '<a href="options-general.php?page='.basename( __FILE__ ).'">'.__('Settings', 'headspace').'</a>';
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) {
121
+ foreach ($modules AS $module) {
122
+ if ($module->can_quick_edit ())
123
+ $columns[strtolower (get_class ($module))] = $module->name ();
124
+ }
125
+ }
126
+
127
+ return $columns;
128
+ }
129
+
130
+ function manage_posts_custom_column($column, $id) {
131
+ $hs2 = HeadSpace2::get ();
132
+ $meta = $hs2->get_post_settings ($id);
133
+
134
+ $module = $hs2->modules->get (array ($column), $meta);
135
+ if (count ($module) > 0)
136
+ $module[0]->quick_view ();
137
+ }
138
+
139
+ function bulk_edit_custom_box($column_name, $type) {
140
+ }
141
+
142
+ function quick_edit_custom_box($column_name, $type) {
143
+ }
144
+
145
+ function init() {
146
+ // Allow some customisation over core features
147
+ if (file_exists (dirname (__FILE__).'/settings.php'))
148
+ include dirname (__FILE__).'/settings.php';
149
+ else
150
+ {
151
+ define ('HEADSPACE_MENU', __ ('HeadSpace', 'headspace'));
152
+ define ('HEADSPACE_META', __ ('Meta-data', 'headspace'));
153
+ define ('HEADSPACE_ROLE', 'manage_options');
154
+ }
155
+ }
156
+
157
+
158
+ function is_page() {
159
+ if (strpos ($_SERVER['REQUEST_URI'], 'page-new.php') !== false || strpos ($_SERVER['REQUEST_URI'], 'edit-page.php') !== false || strpos ($_SERVER['REQUEST_URI'], 'page.php') !== false)
160
+ return true;
161
+ return false;
162
+ }
163
+
164
+
165
+ /**
166
+ * Add HeadSpace menu
167
+ *
168
+ * @return void
169
+ **/
170
+
171
+ function admin_menu() {
172
+ if (defined ('HEADSPACE_MANAGE'))
173
+ add_management_page (HEADSPACE_MENU, HEADSPACE_MENU, HEADSPACE_ROLE, basename (__FILE__), array ($this, 'admin_screen'));
174
+ else
175
+ add_options_page (HEADSPACE_MENU, HEADSPACE_MENU, HEADSPACE_ROLE, basename (__FILE__), array ($this, 'admin_screen'));
176
+
177
+ add_management_page (HEADSPACE_META, HEADSPACE_META, HEADSPACE_ROLE, basename (__FILE__), array ($this, 'admin_mass'));
178
+ }
179
+
180
+
181
+
182
+ /**
183
+ * Hooks into the WP category display and adds a HS meta data section
184
+ *
185
+ * @param category Category to edit
186
+ * @return void
187
+ **/
188
+
189
+ function edit_category_form($cat) {
190
+ if ( !empty( $cat ) ) {
191
+ if ( !isset( $cat->cat_ID ) )
192
+ $cat->cat_ID = $cat->term_id;
193
+
194
+ $headspace = HeadSpace2::get ();
195
+ $settings = $headspace->get_current_settings (get_option ('headspace_cat_'.$cat->cat_ID));
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 ('edit_category', array ('simple' => $simple, 'advanced' => $advanced));
201
+ }
202
+ }
203
+
204
+ function metabox_tags($post) {
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 ('edit_page', array ('post_ID' => $post->ID));
211
+ }
212
+
213
+ function metabox($post) {
214
+ global $wp_meta_boxes;
215
+
216
+ if (isset ($wp_meta_boxes['post']['normal']['sorted']['headspacestuff']))
217
+ unset ($wp_meta_boxes['post']['normal']['sorted']['headspacestuff']);
218
+
219
+ if (isset ($wp_meta_boxes['page']['normal']['sorted']['headspacestuff']))
220
+ unset ($wp_meta_boxes['page']['normal']['sorted']['headspacestuff']);
221
+
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 ('page-settings-edit', array ('simple' => $simple, 'advanced' => $advanced, 'width' => 140, 'area' => 'page'));
229
+ }
230
+
231
+
232
+ /**
233
+ * Extract meta-data when saving a post
234
+ *
235
+ * @param int $id Post ID
236
+ * @return void
237
+ **/
238
+
239
+ function save_tags($id) {
240
+ if (isset ($_POST['headspace'])) {
241
+ $headspace = HeadSpace2::get ();
242
+ $headspace->save_post_settings ($id, $headspace->extract_module_settings ($_POST, 'page'));
243
+ }
244
+ }
245
+
246
+
247
+ /**
248
+ * Extract HS meta data when editing a category
249
+ *
250
+ * @param int $id Category ID
251
+ * @return void
252
+ **/
253
+
254
+ function edit_category($id) {
255
+ if (isset ($_POST['cat_ID'])) {
256
+ $headspace = HeadSpace2::get ();
257
+ $settings = $headspace->extract_module_settings ($_POST, 'category');
258
+
259
+ if (empty ($settings))
260
+ delete_option ('headspace_cat_'.$id);
261
+ else
262
+ update_option ('headspace_cat_'.$id, $settings);
263
+ }
264
+ }
265
+
266
+ function submenu($inwrap = false) {
267
+ // Decide what to do
268
+ $sub = isset ($_GET['sub']) ? $_GET['sub'] : '';
269
+ $url = explode ('&', $_SERVER['REQUEST_URI']);
270
+ $url = $url[0];
271
+
272
+ if ($inwrap == true)
273
+ $this->render_admin ('submenu', array ('url' => $url, 'sub' => $sub));
274
+ return $sub;
275
+ }
276
+
277
+ function admin_mass() {
278
+ $sub = $this->submenu ();
279
+
280
+ // Display screen
281
+ if ($sub == '')
282
+ $this->admin_mass_edit ();
283
+ else if ($sub == 'tags')
284
+ $this->admin_tags ();
285
+ }
286
+
287
+
288
+ /**
289
+ * Checks the current theme footer.php and header.php to ensure it contains the appropriate function calls* to allow HS to work. Hopefully this will reduce support questions regarding this
290
+ */
291
+ function check_theme_files() {
292
+ $base = get_template_directory ();
293
+
294
+ $messages = array ();
295
+ if (file_exists ($base.DIRECTORY_SEPARATOR.'header.php')) {
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) {
310
+ $msg = '';
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
+
318
+
319
+ /**
320
+ * Choose which admin screen is displayed as well as displaying RSS version feed
321
+ *
322
+ * @return void
323
+ **/
324
+
325
+ function admin_screen() {
326
+ global $wp_version;
327
+ if (get_option ('headspace_version') != 10) {
328
+ include dirname (__FILE__).'/models/upgrade.php';
329
+
330
+ HS_Upgrade::upgrade (get_option ('headspace_version'), 10);
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
+
341
+ $this->check_theme_files ();
342
+
343
+ // Display screen
344
+ if ($sub == '')
345
+ $this->admin_settings ();
346
+ else if ($sub == 'options')
347
+ $this->admin_options ();
348
+ else if ($sub == 'keywords')
349
+ $this->admin_keywords ();
350
+ else if ($sub == 'import')
351
+ $this->admin_import ();
352
+ else if ($sub == 'site')
353
+ $this->admin_site ();
354
+ else if ($sub == 'mass')
355
+ $this->admin_mass_edit ();
356
+ else if ($sub == 'modules')
357
+ $this->admin_modules ();
358
+ else if ($sub == 'support')
359
+ $this->render_admin ('support');
360
+ }
361
+
362
+ function get_options() {
363
+ $options = get_option ('headspace_options');
364
+ if ($options === false)
365
+ $options = array ();
366
+
367
+ $defaults = array
368
+ (
369
+ 'inherit' => true,
370
+ 'excerpt' => true,
371
+ 'debug' => false,
372
+ 'support' => false
373
+ );
374
+
375
+ foreach ($defaults AS $key => $value) {
376
+ if (!isset ($options[$key]))
377
+ $options[$key] = $value;
378
+ }
379
+
380
+ return $options;
381
+ }
382
+
383
+ function admin_mass_edit() {
384
+ include dirname (__FILE__).'/models/pager.php';
385
+ include dirname (__FILE__).'/models/mass_edit.php';
386
+
387
+ $headspace = HeadSpace2::get ();
388
+ $types = HSM_Mass_Editor::available ();
389
+
390
+ $current = 'hs_mass_pagetitle';
391
+ if (isset ($_GET['type']) && isset ($types[$_GET['type']]))
392
+ $current = $_GET['type'];
393
+
394
+ $current = $types[$current];
395
+
396
+ if (isset ($_POST['save']) && check_admin_referer ('headspace-mass_edit')) {
397
+ $current->update (stripslashes_deep ($_POST));
398
+ $this->render_message (__ ('Posts successfully updated', 'headspace'));
399
+ }
400
+
401
+ $pager = $current->get_pager ();
402
+ $posts = $current->get ($pager);
403
+
404
+ $this->render_admin ('mass_edit', array ('types' => $types, 'posts' => $posts, 'pager' => $pager, 'current' => $current));
405
+ }
406
+
407
+
408
+ /**
409
+ * Display the settings screen
410
+ *
411
+ * @return void
412
+ **/
413
+
414
+ function admin_settings() {
415
+ $headspace = HeadSpace2::get ();
416
+
417
+ $this->render_admin( 'page-settings', array( 'types' => $headspace->get_types() ) );
418
+ }
419
+
420
+
421
+ /**
422
+ * Display the options screen
423
+ *
424
+ * @return void
425
+ **/
426
+
427
+ function admin_options() {
428
+ // Save
429
+ if (isset ($_POST['save']) && check_admin_referer ('headspace-update_options')) {
430
+ $options = $this->get_options ();
431
+ $options['inherit'] = isset ($_POST['inherit']) ? true : false;
432
+ $options['debug'] = isset ($_POST['debug']) ? true : false;
433
+ $options['support'] = isset ($_POST['support']) ? true : false;
434
+ $options['excerpt'] = isset ($_POST['excerpt']) ? true : false;
435
+
436
+ update_option ('headspace_options', $options);
437
+ $this->render_message (__ ('Your options have been updated', 'headspace'));
438
+ }
439
+ else if (isset ($_POST['delete']) && check_admin_referer ('headspace-delete_plugin')) {
440
+ include dirname (__FILE__).'/models/upgrade.php';
441
+
442
+ HS_Upgrade::remove (__FILE__);
443
+ $this->render_message (__ ('HeadSpace has been removed', 'headspace'));
444
+ }
445
+
446
+ $this->render_admin ('options', array ('options' => $this->get_options ()));
447
+ }
448
+
449
+
450
+ function admin_modules() {
451
+ $headspace = HeadSpace2::get ();
452
+
453
+ $simple = $headspace->modules->get ($headspace->get_simple_modules ());
454
+ $advanced = $headspace->modules->get ($headspace->get_advanced_modules ());
455
+
456
+ $this->render_admin ('page-modules', array ('simple' => $simple, 'advanced' => $advanced, 'disabled' => $headspace->modules->get_disabled ($simple, $advanced)));
457
+ }
458
+
459
+ function admin_site() {
460
+ $headspace = HeadSpace2::get ();
461
+
462
+ $this->render_admin ('site-modules', array ('site' => $headspace->site));
463
+ }
464
+
465
+ function admin_import() {
466
+ include dirname (__FILE__).'/models/importer.php';
467
+
468
+ $importmanager = new HS_ImportManager ();
469
+
470
+ if ((isset ($_POST['import']) || isset ($_POST['import_cleanup'])) && check_admin_referer ('headspace-import')) {
471
+ $importer = $importmanager->get ($_POST['importer']);
472
+ $count = $importer->import ();
473
+
474
+ if (isset ($_POST['import_cleanup']))
475
+ $importer->cleanup ();
476
+
477
+ $this->render_message (sprintf (__ ('%d items were imported from %s', 'headspace'), $count, $importer->name ()));
478
+ }
479
+
480
+ $this->render_admin ('import', array ('modules' => $importmanager->available ()));
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
493
+ if ($this->is_page ())
494
+ $wp_scripts->registered['page']->extra['l10n'] = $wp_scripts->registered['post']->extra['l10n'];
495
+
496
+ // We need to do this because the WP-Ecommerce plugin inserts some JS that interferes with HeadSpace
497
+ if (isset ($wp_scripts->registered['ui-tabs']) && strpos ($_SERVER['REQUEST_URI'], 'headspace.php') !== false)
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 ()) {
511
+ wp_enqueue_script( 'headspace', $this->url ().'/js/headspace.js', array ('jquery-form'), $this->version ());
512
+ wp_enqueue_script( 'headspace-tags', $this->url ().'/js/headspace-tags.js', array ('headspace'), $this->version ());
513
+ }
514
+
515
+ // Stop this being called again
516
+ remove_action ('wp_print_scripts', array(&$this, 'wp_print_scripts'));
517
+ }
518
+
519
+ function is_category_edit() {
520
+ if (strpos ($_SERVER['REQUEST_URI'], 'categories.php') || strpos( $_SERVER['REQUEST_URI'], 'taxonomy=category' ) )
521
+ return true;
522
+ return false;
523
+ }
524
+
525
+ function is_post_edit() {
526
+ if (strpos ($_SERVER['REQUEST_URI'], 'post.php') !== false || strpos ($_SERVER['REQUEST_URI'], 'post-new.php') !== false)
527
+ return true;
528
+ return false;
529
+ }
530
+
531
+ function wp_print_styles() {
532
+ if ( ( isset ($_GET['page']) && $_GET['page'] == 'headspace.php') || $this->is_page () || $this->is_category_edit () || $this->is_post_edit () ) {
533
+ echo '<link rel="stylesheet" href="'.$this->url ().'/admin.css" type="text/css" media="screen" title="no title" charset="utf-8"/>';
534
+
535
+ if (!function_exists ('wp_enqueue_style'))
536
+ echo '<style type="text/css" media="screen">
537
+ .subsubsub {
538
+ list-style: none;
539
+ margin: 8px 0 5px;
540
+ padding: 0;
541
+ white-space: nowrap;
542
+ font-size: 11px;
543
+ float: left;
544
+ }
545
+ .subsubsub li {
546
+ display: inline;
547
+ margin: 0;
548
+ padding: 0;
549
+ }
550
+ </style>';
551
+ }
552
+ }
553
+
554
+
555
+ /**
556
+ * Insert CSS and JS into administration page
557
+ *
558
+ * @return void
559
+ **/
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 ('head_admin');
564
+ }
565
+
566
+ function version() {
567
+ $plugin_data = implode ('', file (__FILE__));
568
+
569
+ if (preg_match ('|Version:(.*)|i', $plugin_data, $version))
570
+ return trim ($version[1]);
571
+ return '';
572
+ }
573
+
574
+ function contextual_help($help, $screen) {
575
+ if ($screen == 'settings_page_headspace') {
576
+ $help .= '<h5>' . __('HeadSpace Help', 'headspace') . '</h5><div class="metabox-prefs">';
577
+ $help .= '<a href="http://urbangiraffe.com/plugins/headspace2/">'.__ ('HeadSpace Documentation', 'headspace').'</a><br/>';
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&amp;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
+
585
+ return $help;
586
+ }
587
+ }
588
+
589
+
590
+ /**
591
+ * Instantiate the plugin
592
+ *
593
+ * @global
594
+ **/
595
+
596
+ $headspace2 = new HeadSpace2_Admin;
597
+
598
+
599
+ /**
600
+ * Template function todisplay tags
601
+ *
602
+ * @return void
603
+ **/
604
+
605
+ function the_head_tags() {
606
+ $headspace = HeadSpace2::get ();
607
+
608
+ $settings = $headspace->get_current_settings ();
609
+ echo $headspace->capture ('tags', array ('tags' => explode (',', $settings['keywords'])));
610
+ }
611
+
612
+ ?>
headspace_library.php ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * HeadSpace AJAX
4
+ *
5
+ * @package HeadSpace
6
+ * @author John Godley
7
+ * @copyright Copyright (C) John Godley
8
+ **/
9
+
10
+ /*
11
+ ============================================================================================================
12
+ This library is free software; you can redistribute it and/or
13
+ modify it under the terms of the GNU Lesser General Public
14
+ License as published by the Free Software Foundation; either
15
+ version 2.1 of the License, or (at your option) any later version.
16
+
17
+ This library is distributed in the hope that it will be useful,
18
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ Lesser General Public License for more details.
21
+ ============================================================================================================ */
22
+ if (!class_exists ('MetaData')) {
23
+ class MetaData
24
+ {
25
+ function get_custom($field) {
26
+ $hs2 = HeadSpace2::get ();
27
+ $data = $hs2->get_current_settings ();
28
+
29
+ if (isset ($data['custom_fields'])) {
30
+ $custom = unserialize ($data['custom_fields']);
31
+ if (!is_array($custom))
32
+ $custom = unserialize($custom);
33
+
34
+ if (is_array($custom) && isset ($custom[$field]))
35
+ return $custom[$field];
36
+ }
37
+
38
+ return false;
39
+ }
40
+
41
+ function add_tags($postid, $tags) {
42
+ $tags = array_filter (explode (',', $tags));
43
+ wp_set_post_tags ($postid, $tags, false);
44
+ }
45
+
46
+ function add_description($postid, $description) {
47
+ MetaData::add ($postid, 'description', $description);
48
+ }
49
+
50
+ function add_stylesheet($postid, $stylesheet) {
51
+ MetaData::add ($postid, 'style', $script);
52
+ }
53
+
54
+ function add_javascript($postid, $script) {
55
+ MetaData::add ($postid, 'scripts', $script);
56
+ }
57
+
58
+ function add_more_text($postid, $moretext) {
59
+ MetaData::add ($postid, 'more_text', $moretext);
60
+ }
61
+
62
+ function add_page_title($postid, $title) {
63
+ MetaData::add ($postid, 'page_title', $title);
64
+ }
65
+
66
+ function add_raw($postid, $raw) {
67
+ MetaData::add ($postid, 'raw', $raw);
68
+ }
69
+
70
+ function add_nofollow($postid, $nofollow = true) {
71
+ MetaData::add ($postid, 'nofollow', $nofollow ? true : false);
72
+ }
73
+
74
+ function add_noindex($postid, $noindex = true) {
75
+ MetaData::add ($postid, 'noindex', $noindex ? true : false);
76
+ }
77
+
78
+ function get_page_title($postid) {
79
+ return MetaData::get ($postid, 'page_title');
80
+ }
81
+
82
+ function get_description($postid) {
83
+ return MetaData::get ($postid, 'description');
84
+ }
85
+
86
+ function get_tags($postid) {
87
+ $tags = get_object_term_cache($postid, 'post_tag');
88
+
89
+ if ( false === $tags)
90
+ $tags = wp_get_object_terms($postid, 'post_tag');
91
+
92
+ $tags = apply_filters( 'get_the_tags', $tags );
93
+ if (!empty ($tags)) {
94
+ foreach ($tags AS $tag)
95
+ $newtags[] = $tag->name;
96
+
97
+ $tags = implode (',', $newtags);
98
+ }
99
+ else
100
+ $tags = '';
101
+
102
+ return $tags;
103
+ }
104
+
105
+ function get($postid, $type) {
106
+ return get_post_meta ($postid, '_headspace_'.$type, true);
107
+ }
108
+
109
+ function get_noindex($postid) {
110
+ return MetaData::get ($postid, 'noindex');
111
+ }
112
+
113
+ function get_nofollow($postid) {
114
+ return MetaData::get ($postid, 'nofollow');
115
+ }
116
+
117
+ function add($postid, $type, $data, $insert = false) {
118
+ global $wpdb;
119
+
120
+ $field = '_headspace_'.$type;
121
+
122
+ if (!empty ($data)) {
123
+ // Do we update or insert?
124
+ $meta = get_post_meta ($postid, $field);
125
+
126
+ if ($insert == true || empty ($meta) || $meta === false)
127
+ $wpdb->query ("INSERT INTO {$wpdb->postmeta} (post_id,meta_key,meta_value) VALUES ('$postid','$field','".$wpdb->escape ($data)."')");
128
+ else
129
+ update_post_meta ($postid, $field, $data);
130
+ }
131
+ else
132
+ delete_post_meta ($postid, $field);
133
+ }
134
+ }
135
+ }
136
+
137
+ ?>
images/add.png ADDED
Binary file
images/delete.png ADDED
Binary file
images/donate.gif ADDED
Binary file
images/down.gif ADDED
Binary file
images/edit.png ADDED
Binary file
images/help.png ADDED
Binary file
images/loading.gif ADDED
Binary file
images/merge.png ADDED
Binary file
images/page.png ADDED
Binary file
images/progress.gif ADDED
Binary file
images/refresh.png ADDED
Binary file
images/small.gif ADDED
Binary file
images/up.gif ADDED
Binary file
images/view.png ADDED
Binary file
js/awstats.js ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // awstats_misc_tracker.js
2
+ //-------------------------------------------------------------------
3
+ // You can add this file onto some of your web pages (main home page can
4
+ // be enough) by adding the following HTML code to your page body:
5
+ //
6
+ // <script type="text/javascript" src="/js/awstats_misc_tracker.js"></script>
7
+ // <noscript><p><img src="/js/awstats_misc_tracker.js?nojs=y" alt="" height="0" width="0" style="display: none" /></p></noscript>
8
+
9
+ //
10
+ // * This must be added after the <body> tag, not placed within the
11
+ // <head> tags, or the resulting tracking <img> tag will not be handled
12
+ // correctly by all browsers. Internet explorer will also not report
13
+ // screen height and width attributes until it begins to render the
14
+ // body.
15
+ //
16
+ // This allows AWStats to be enhanced with some miscellanous features:
17
+ // - Screen size detection (TRKscreen)
18
+ // - Browser size detection (TRKwinsize)
19
+ // - Screen color depth detection (TRKcdi)
20
+ // - Java enabled detection (TRKjava)
21
+ // - Macromedia Director plugin detection (TRKshk)
22
+ // - Macromedia Shockwave plugin detection (TRKfla)
23
+ // - Realplayer G2 plugin detection (TRKrp)
24
+ // - QuickTime plugin detection (TRKmov)
25
+ // - Mediaplayer plugin detection (TRKwma)
26
+ // - Acrobat PDF plugin detection (TRKpdf)
27
+ //-------------------------------------------------------------------
28
+
29
+ // If you use pslogger.php to generate your log, you can change this line with
30
+ // var awstatsmisctrackerurl="pslogger.php?loc=/js/awstats_misc_tracker.js";
31
+ var awstatsmisctrackerurl="/js/awstats_misc_tracker.js";
32
+
33
+ var TRKresult;
34
+ var TRKscreen, TRKwinsize, TRKcdi, TRKjava, TRKshk, TRKsvg, TRKfla;
35
+ var TRKrp, TRKmov, TRKwma, TRKpdf, TRKpdfver, TRKuserid, TRKsessionid;
36
+ var TRKnow, TRKbegin, TRKend;
37
+ var TRKnse, TRKn;
38
+
39
+ function awstats_setCookie(TRKNameOfCookie, TRKvalue, TRKexpirehours) {
40
+ TRKExpireDate = new Date ();
41
+ TRKExpireDate.setTime(TRKExpireDate.getTime() + (TRKexpirehours * 3600 * 1000));
42
+ document.cookie = TRKNameOfCookie + "=" + escape(TRKvalue) + "; path=/" + ((TRKexpirehours == null) ? "" : "; expires=" + TRKExpireDate.toGMTString());
43
+ }
44
+
45
+ //function awstats_runvbscript() {
46
+ // TRKresult = false;
47
+ // p=false;
48
+ // document.write('<SCRIPT LANGUAGE="VBScript">\non error resume next \n p = IsObject(CreateObject("PDF.PdfCtrl.5")) \n if (p) then \n msgbox("5") \n return true \n end if</SCRIPT>\n');
49
+ // alert(p);
50
+ // if (TRKresult) return 'y';
51
+ // else return 'n';
52
+ //}
53
+
54
+ function awstats_detectIE(TRKClassID) {
55
+ TRKresult = false; // !!! Adding var in front of TRKresult break detection !!!
56
+ document.write('<SCR' + 'IPT LANGUAGE="VBScript">\n on error resume next \n TRKresult = IsObject(CreateObject("' + TRKClassID + '")) \n </SCR' + 'IPT>\n');
57
+ if (TRKresult) return 'y';
58
+ else return 'n';
59
+ }
60
+
61
+ function awstats_detectNS(TRKClassID) {
62
+ TRKn = "n";
63
+ if (TRKnse.indexOf(TRKClassID) != -1) if (navigator.mimeTypes[TRKClassID].enabledPlugin != null) TRKn = "y";
64
+ return TRKn;
65
+ }
66
+
67
+ function awstats_getCookie(TRKNameOfCookie){
68
+ if (document.cookie.length > 0){
69
+ TRKbegin = document.cookie.indexOf(TRKNameOfCookie+"=");
70
+ if (TRKbegin != -1) {
71
+ TRKbegin += TRKNameOfCookie.length+1;
72
+ TRKend = document.cookie.indexOf(";", TRKbegin);
73
+ if (TRKend == -1) TRKend = document.cookie.length;
74
+ return unescape(document.cookie.substring(TRKbegin, TRKend));
75
+ }
76
+ return null;
77
+ }
78
+ return null;
79
+ }
80
+
81
+ if (window.location.search == "" || window.location.search == "?") {
82
+ // If no query string
83
+ TRKnow = new Date();
84
+ TRKscreen=screen.width+"x"+screen.height;
85
+ if (navigator.appName != "Netscape") { TRKcdi=screen.colorDepth; }
86
+ else {TRKcdi=screen.pixelDepth};
87
+ TRKjava=navigator.javaEnabled();
88
+ TRKuserid=awstats_getCookie("AWSUSER_ID");
89
+ TRKsessionid=awstats_getCookie("AWSSESSION_ID");
90
+ var TRKrandomnumber=Math.floor(Math.random()*10000);
91
+ if (TRKuserid == null || (TRKuserid=="")) { TRKuserid = "awsuser_id" + TRKnow.getTime() +"r"+ TRKrandomnumber; }
92
+ if (TRKsessionid == null || (TRKsessionid=="")) { TRKsessionid = "awssession_id" + TRKnow.getTime() +"r"+ TRKrandomnumber; }
93
+ awstats_setCookie("AWSUSER_ID", TRKuserid, 10000);
94
+ awstats_setCookie("AWSSESSION_ID", TRKsessionid, 1);
95
+ TRKuserid=""; TRKuserid=awstats_getCookie("AWSUSER_ID");
96
+ TRKsessionid=""; TRKsessionid=awstats_getCookie("AWSSESSION_ID");
97
+
98
+ var TRKnav=navigator.appName.toLowerCase(); // "internet explorer" or "netscape"
99
+ var TRKagt=navigator.userAgent.toLowerCase(); // "msie...", "mozilla...", "firefox..."
100
+ //alert(TRKnav); alert(TRKagt);
101
+
102
+ var TRKwin = ((TRKagt.indexOf("win")!=-1) || (TRKagt.indexOf("32bit")!=-1));
103
+ var TRKmac = (TRKagt.indexOf("mac")!=-1);
104
+
105
+ var TRKns = (TRKnav.indexOf("netscape") != -1);
106
+ var TRKopera= (TRKnav.indexOf("opera") != -1);
107
+ var TRKie = (TRKagt.indexOf("msie") != -1);
108
+
109
+ // Detect the browser internal width and height
110
+ var TRKwinsize;
111
+ if (document.documentElement && document.documentElement.clientWidth)
112
+ TRKwinsize = document.documentElement.clientWidth + 'x' + document.documentElement.clientHeight;
113
+ else if (document.body && document.body.clientWidth)
114
+ TRKwinsize = document.body.clientWidth + 'x' + document.body.clientHeight;
115
+ else
116
+ TRKwinsize = window.innerWidth + 'x' + window.innerHeight;
117
+
118
+ if (TRKie && TRKwin) {
119
+ TRKshk = awstats_detectIE("SWCtl.SWCtl.1");
120
+ TRKsvg = awstats_detectIE("Adobe.SVGCtl");
121
+ TRKfla = awstats_detectIE("ShockwaveFlash.ShockwaveFlash.1");
122
+ TRKrp = awstats_detectIE("rmocx.RealPlayer G2 Control.1");
123
+ TRKmov = awstats_detectIE("Quicktime.Quicktime");
124
+ TRKwma = awstats_detectIE("wmplayer.ocx");
125
+ TRKpdf = 'n'; TRKpdfver='';
126
+ if (awstats_detectIE("PDF.PdfCtrl.1") == 'y') { TRKpdf = 'y'; TRKpdfver='4'; } // Acrobat 4
127
+ if (awstats_detectIE('PDF.PdfCtrl.5') == 'y') { TRKpdf = 'y'; TRKpdfver='5'; } // Acrobat 5
128
+ if (awstats_detectIE('PDF.PdfCtrl.6') == 'y') { TRKpdf = 'y'; TRKpdfver='6'; } // Acrobat 6
129
+ if (awstats_detectIE('AcroPDF.PDF.1') == 'y') { TRKpdf = 'y'; TRKpdfver='7'; } // Acrobat 7
130
+ }
131
+ if (TRKns || !TRKwin) {
132
+ TRKnse = "";
133
+ for (var TRKi=0;TRKi<navigator.mimeTypes.length;TRKi++) TRKnse += navigator.mimeTypes[TRKi].type.toLowerCase();
134
+ TRKshk = awstats_detectNS("application/x-director","");
135
+ TRKsvg = awstats_detectNS("image/svg+xml","");
136
+ if (document.implementation.hasFeature("org.w3c.dom.svg", "")) {TRKsvg = "y"; }
137
+ TRKfla = awstats_detectNS("application/x-shockwave-flash"); // ou lire dans naviagtor.plugins si on trouve "Shockwave Flash" ou "Shockwav Flash 2.0"
138
+ TRKrp = awstats_detectNS("audio/x-pn-realaudio-plugin");
139
+ TRKmov = awstats_detectNS("video/quicktime");
140
+ TRKwma = awstats_detectNS("application/x-mplayer2");
141
+ TRKpdf = awstats_detectNS("application/pdf");
142
+ TRKpdfver='';
143
+ }
144
+
145
+ var imgsrc1 = awstatsmisctrackerurl+'?screen='+TRKscreen+'&win='+TRKwinsize+'&cdi='+TRKcdi+'&java='+TRKjava;
146
+ var imgsrc2 = '&shk='+TRKshk+'&svg='+TRKsvg+'&fla='+TRKfla+'&rp='+TRKrp+'&mov='+TRKmov+'&wma='+TRKwma+'&pdf='+TRKpdf+'&uid='+TRKuserid+'&sid='+TRKsessionid;
147
+ //alert(imgsrc1);
148
+ //alert(imgsrc2);
149
+ var imgsrc=imgsrc1+imgsrc2;
150
+ if( document.createElementNS ) {
151
+ var l=document.createElementNS("http://www.w3.org/1999/xhtml","img");
152
+ l.setAttribute("src", imgsrc );
153
+ l.setAttribute("height", "0");
154
+ l.setAttribute("width", "0");
155
+ l.setAttribute("border", "0");
156
+ document.getElementsByTagName("body")[0].appendChild(l);
157
+ } else {
158
+ document.write('<img style="display:none;" src="'+ imgsrc +'" height="0" width="0" border="0" />')
159
+ }
160
+
161
+ }
js/headspace-tags.js ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($) {
2
+ $.headspace = function(input, options) {
3
+ var thing;
4
+
5
+ // Attach HeadSpace tags to WP area (different in 2.8 than <2.8)
6
+ if ($('#tagsdiv').length == 0)
7
+ $(input).appendTo('#tagsdiv-post_tag .inside').show ();
8
+ else
9
+ $(input).appendTo('#tagsdiv .inside').show ();
10
+
11
+ if ($('.headspace-tags').length == 1)
12
+ $('.headspace-tags').keyup (function() { highlight_tags () });
13
+
14
+ refresh ();
15
+ highlight_tags ();
16
+
17
+ function refresh () {
18
+ // Toggle single tag
19
+ jQuery('#suggested_tags a').click(function() {
20
+ var element = get_tag_element();
21
+ var existing = $(element).val ().toLowerCase ().split(',');
22
+ var word = $(this).text ().toLowerCase ();
23
+
24
+ if ($.inArray (word, existing) === -1) {
25
+ // Add it to the list
26
+ $(element).val (($(element).val() ? ($(element).val()+ ',') : '') + word);
27
+ }
28
+ else {
29
+ // Remove it
30
+ existing.splice ($.inArray (word, existing), 1);
31
+ $(element).val (existing.join(','));
32
+ }
33
+
34
+ highlight_tags ();
35
+ return false;
36
+ });
37
+
38
+ // Add all suggestions
39
+ $('.headspace-add-all').click(function() {
40
+ var element = $(get_tag_element ())
41
+ var words = element.val().toLowerCase().split (',');
42
+
43
+ // Add all HeadSpace keywords to WordPress list
44
+ $('#suggested_tags a').each(function () {
45
+ if ($.inArray (this.text.toLowerCase(), words) === -1)
46
+ element.val (element.val () + ',' + this.text);
47
+ });
48
+
49
+ highlight_tags ();
50
+ return false;
51
+ });
52
+
53
+ // Suggest link
54
+ $('.headspace-suggest').click(function() {
55
+ $('#tag_loading').show ();
56
+ $('#suggestions').load (this.href, { content: $('#content').val () + ' ' + $('#title').val () },
57
+ function() {
58
+ $('#tag_loading').hide ();
59
+ refresh ();
60
+ highlight_tags ();
61
+ });
62
+
63
+ return false;
64
+ });
65
+ }
66
+
67
+ function get_tag_element () {
68
+ if ($('#tax-input-post_tag').length == 1)
69
+ return '#tax-input-post_tag';
70
+ else if ($('#tags-input').length == 1)
71
+ return '#tags-input';
72
+ else if ($('#tax-input\[post_tag\]').length == 1)
73
+ return '#tax-input\[post_tag\]';
74
+ }
75
+
76
+ // Highlights headspace tags using the WordPress tag field as source
77
+ function highlight_tags () {
78
+ var words;
79
+ var wordArray = $(get_tag_element());
80
+ (wordArray.length) ? words = $(get_tag_element()).val().toLowerCase().split(',') : words = []
81
+
82
+ // Now go through the suggested words and highlight or dehighlight them
83
+ $('#suggested_tags a').each (function () {
84
+ $(this).removeClass ('enabled').removeClass ('disabled');
85
+
86
+ if ($.inArray ($(this).html().toLowerCase (), words) !== -1)
87
+ $(this).addClass ('enabled');
88
+ else
89
+ $(this).addClass ('disabled');
90
+ });
91
+
92
+ // Ensure WordPress field is in sync
93
+ if (typeof tag_update_quickclicks == 'function')
94
+ tag_update_quickclicks ();
95
+ }
96
+ }
97
+
98
+ $.fn.headspace = function(options) {
99
+ options = options || {};
100
+
101
+ this.each(function() {
102
+ new $.headspace(this, options);
103
+ });
104
+
105
+ return this;
106
+ };
107
+ })(jQuery);
js/headspace.js ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @package HeadSpace
3
+ * @author John Godley
4
+ * @copyright Copyright (C) John Godley
5
+ **/
6
+
7
+ /*
8
+ ============================================================================================================
9
+ This software is provided "as is" and any express or implied warranties, including, but not limited to, the
10
+ implied warranties of merchantibility and fitness for a particular purpose are disclaimed. In no event shall
11
+ the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or
12
+ consequential damages (including, but not limited to, procurement of substitute goods or services; loss of
13
+ use, data, or profits; or business interruption) however caused and on any theory of liability, whether in
14
+ contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of
15
+ this software, even if advised of the possibility of such damage.
16
+
17
+ For full license details see license.txt
18
+ ============================================================================================================ */
19
+
20
+ var HeadSpace;
21
+
22
+ (function($) {
23
+ $(document).ready( function() {
24
+ if (jQuery('#suggestions').length > 0)
25
+ jQuery('#suggestions').headspace();
26
+
27
+ $( 'a[href=#toggle]' ).click( function(){
28
+ $( this ).parent().parent().find( '.toggle' ).toggle();
29
+ return false;
30
+ });
31
+ });
32
+
33
+ HeadSpace = function( args ) {
34
+ var opts = $.extend({
35
+ ajaxurl: '',
36
+ nonce: ''
37
+ }, args);
38
+
39
+ function save_sort( e, ui ) {
40
+ if ( $( ui.element ).attr( 'id' ) != 'disabled-modules' ) {
41
+ $.post( opts.ajaxurl, {
42
+ action: 'hs_module_order',
43
+ _ajax_nonce: opts.nonce,
44
+ simple: $( '#simple-modules' ).sortable( 'serialize' ),
45
+ advanced: $( '#advanced-modules' ).sortable( 'serialize' )
46
+ });
47
+ }
48
+ }
49
+
50
+ function page_settings() {
51
+ $('.settings ul li a').unbind( 'click' );
52
+
53
+ $('.settings ul li a').click( function( event ) {
54
+ var item = $( this ).parents( 'li' );
55
+
56
+ // Loading icon
57
+ item.find( '.option' ).show ();
58
+
59
+ // Ajax
60
+ item.load( $( this ).attr( 'href' ), function() {
61
+ // Advanced toggle
62
+ $( 'a[href=#toggle]' ).click( function(){
63
+ item.find( '.toggle' ).toggle();
64
+ return false;
65
+ });
66
+
67
+ // Cancel button
68
+ item.find( 'input[name=cancel]' ).click( function(){
69
+ $('#loading').show ();
70
+
71
+ item.load( item.find( 'form' ).attr( 'action' ).replace( 'hs_settings_save', 'hs_settings_load' ), {
72
+ action: 'hs_settings_load',
73
+ module: item.find( 'input[name=module] ').val(),
74
+ _ajax_nonce: item.find( 'input[name=_ajax_nonce]' ).val()
75
+ },
76
+ function( data ) {
77
+ $('#loading').hide();
78
+ item.html( data );
79
+
80
+ // Reset event handlers
81
+ page_settings();
82
+ });
83
+
84
+ return false;
85
+ });
86
+
87
+ // Form ajax
88
+ item.find( 'form' ).ajaxForm ({
89
+ beforeSubmit: function() {
90
+ $('#loading').show ()
91
+ },
92
+ success: function( data ) {
93
+ $('#loading').hide ();
94
+ item.html( data );
95
+ page_settings()
96
+ }
97
+ });
98
+ } );
99
+
100
+ return false;
101
+ });
102
+ }
103
+
104
+ function page_modules() {
105
+ $('#simple-modules').sortable( 'destroy' ).sortable( { connectWith: ['#advanced-modules', '#disabled-modules'], opacity: 0.7, update: save_sort } );
106
+ $('#advanced-modules').sortable( 'destroy' ).sortable( { connectWith: ['#simple-modules', '#disabled-modules'], opacity: 0.7, update: save_sort } );
107
+ $('#disabled-modules').sortable( 'destroy' ).sortable( { connectWith: ['#simple-modules', '#advanced-modules'], opacity: 0.7, update: save_sort } );
108
+
109
+ // Help toggles
110
+ $( 'a.help' ).unbind( 'click' ).click(function() {
111
+ $( this ).parents( 'li:first' ).find( 'div.help' ).toggle();
112
+ return false;
113
+ });
114
+
115
+ // Handler for module edit buttons
116
+ $( 'a.edit' ).unbind( 'click' ).click(function() {
117
+ var item = $( this ).parents( 'li:first' );
118
+ var url = $( this ).attr( 'href' );
119
+
120
+ // Ajax load the details
121
+ item.load( url, function() {
122
+ // Cancel button
123
+ item.find( 'input[name=cancel]' ).click( function() {
124
+ item.load( url.replace( 'hs_module_edit', 'hs_module_load' ), function() {
125
+ page_modules();
126
+ } );
127
+
128
+ return false;
129
+ });
130
+
131
+ // Hook the form into jQuery
132
+ $( this ).find( 'form' ).ajaxForm ( {
133
+ success: function( data ) {
134
+ $( item ).html( data );
135
+ page_modules();
136
+ }
137
+ });
138
+ });
139
+
140
+ return false;
141
+ });
142
+ }
143
+
144
+ function site_modules_enable() {
145
+ // Enable/disable button
146
+ $( 'li :checkbox' ).unbind( 'click' ).click(function() {
147
+ var checked = this;
148
+ var item = $( this ).parents( 'li:first' );
149
+
150
+ item.find( '.load' ).show();
151
+
152
+ $.post( opts.ajaxurl, {
153
+ action: 'hs_site_onoff',
154
+ onoff: $( this ).attr( 'checked' ),
155
+ file: $( this ).val(),
156
+ module: $( this ).attr( 'name' ).replace( /\w*\[(\w*)\]/, '$1' ),
157
+ _ajax_nonce: opts.nonce
158
+ }, function() {
159
+ item.find( '.load' ).hide();
160
+
161
+ if ( $( checked ).attr( 'checked' ) )
162
+ $( item ).removeClass( 'disabled' );
163
+ else
164
+ $( item ).addClass( 'disabled' );
165
+ });
166
+ });
167
+ }
168
+
169
+ function site_modules() {
170
+ // Edit button
171
+ $( 'li .edit' ).unbind( 'click' ).click(function() {
172
+ var item = $( this ).parents( 'li:first' );
173
+ var url = $( this ).attr( 'href' );
174
+
175
+ item.find( '.load' ).show();
176
+
177
+ // Ajax load
178
+ $( item ).load( $( this ).attr( 'href' ), {
179
+ action: 'hs_site_edit',
180
+ _ajax_nonce: opts.nonce
181
+ }, function() {
182
+ // Hide loader
183
+ site_modules_enable();
184
+ item.find( '.load' ).hide();
185
+
186
+ // Cancel button
187
+ item.find( 'input[name=cancel]' ).click( function() {
188
+ item.load( url.replace( 'hs_site_edit', 'hs_site_load' ), {
189
+ _ajax_nonce: opts.nonce
190
+ },
191
+ function() {
192
+ site_modules();
193
+ });
194
+
195
+ return false;
196
+ });
197
+
198
+ // Form handler
199
+ $( item ).find( 'form' ).ajaxForm ( {
200
+ beforeSubmit: function () {
201
+ item.find( '.load' ).show();
202
+ },
203
+ success: function( data ) {
204
+ item.html( data );
205
+ site_modules();
206
+ }
207
+ });
208
+ });
209
+
210
+ return false;
211
+ });
212
+
213
+ site_modules_enable();
214
+
215
+ // Help
216
+ $( 'a.help' ).unbind( 'click' ).click( function() {
217
+ $( this ).parents( 'li:first' ).find( 'div.help' ).toggle();
218
+ return false;
219
+ });
220
+ }
221
+
222
+ var api = {
223
+ page_settings: page_settings,
224
+ page_modules: page_modules,
225
+ site_modules: site_modules
226
+ };
227
+
228
+ return api;
229
+ }
230
+
231
+ $.fn.AutoDescription = function(args) {
232
+ args = args || {};
233
+
234
+ return this.each(function() {
235
+ var opts = $.extend({
236
+ }, args);
237
+
238
+ $( this ).click(function() {
239
+ var post = this.href.replace( /(.*?)post=(\d*)(.*)/, '$2' );
240
+
241
+ $.post( this.href, {
242
+ content: $( opts.content ).val ()
243
+ },
244
+ function( data ) {
245
+ if ( post > 0 )
246
+ $( opts.target + post ).val( data );
247
+ else
248
+ $( opts.target ).val( data );
249
+ });
250
+
251
+ return false;
252
+ });
253
+ });
254
+ }
255
+
256
+ $.fn.AutoTag = function(args) {
257
+ args = args || {};
258
+
259
+ return this.each(function() {
260
+ var opts = $.extend({
261
+ }, args);
262
+
263
+ $( this ).click(function() {
264
+ var post_id = this.href.replace( /(.*?)id=(\d*)(.*)/, '$2' );
265
+
266
+ $.get( this.href, {},
267
+ function( data ) {
268
+ $( 'input[name="edit\[' + post_id + '\]"]' ).val( data );
269
+ });
270
+
271
+ return false;
272
+ });
273
+ });
274
+ }
275
+
276
+ $.fn.AutoTitle = function(args) {
277
+ args = args || {};
278
+
279
+ return this.each(function() {
280
+ var opts = $.extend({
281
+ }, args);
282
+
283
+ $( this ).click(function() {
284
+ $( this ).parents( 'tr:first' ).find( '.text' ).val( $( $( this ).attr( 'href' ) ).text() );
285
+ return false;
286
+ });
287
+ });
288
+ }
289
+
290
+ $.fn.Counter = function(args){
291
+ args = args || {};
292
+
293
+ return this.each(function() {
294
+ var text = this;
295
+
296
+ function charCount( item ) {
297
+ var charLength = 0 + $( item ).val().length;
298
+
299
+ counter.html( ( opts.limit - charLength ) + ' ' + opts.remaining );
300
+
301
+ if ( $( text ).val().length >= opts.limit )
302
+ counter.css( 'color', 'red' );
303
+ else
304
+ counter.css( 'color', 'black' );
305
+ }
306
+
307
+ var opts = $.extend({
308
+ limit: 100,
309
+ remaining: 'remaining'
310
+ }, args);
311
+
312
+ // Add status counter
313
+ $( this ).after( '<br /><span class="counter">' + (opts.limit - $( this ).val().length ) + ' ' + opts.remaining + '</span>' );
314
+
315
+ var counter = $( this ).nextAll( '.counter' );
316
+
317
+ if ( opts.limit - $( this ).val().length < 0 )
318
+ counter.css( 'color', 'red' );
319
+
320
+ // Hook into key up/down handlers
321
+ if ( opts.limit > 0 ) {
322
+ $( this ).keydown( function( event ) {
323
+ charCount( this )
324
+ }).keyup( function( event ) {
325
+ charCount( this )
326
+ });
327
+ }
328
+ });
329
+ }
330
+ })(jQuery);
331
+
332
+
333
+
334
+ function add_plugin ()
335
+ {
336
+ var text = '<li>';
337
+ text += '<div class="option"><a href="#" onclick="return delete_plugin(this);"><img src="' + headspace_delete + '" alt="delete" width="16" height="16"/></a></div>';
338
+ text += document.getElementById('headspace_plugin').options[document.getElementById('headspace_plugin').selectedIndex].innerHTML;
339
+ text += '<input type=\'hidden\' name=\'headspace_plugins[]\' value=\'' + jQuery('#headspace_plugin').val() + '\'/></li>';
340
+
341
+ jQuery('#headspace_plugins').append (text);
342
+ return false;
343
+ }
344
+
345
+ function delete_plugin (item)
346
+ {
347
+ jQuery(item.parentNode.parentNode).remove ();
348
+ return false;
349
+ }
350
+
351
+ function copy_keywords(source)
352
+ {
353
+ if (jQuery('#tax-input\\[post_tag\\]').length > 0)
354
+ jQuery(source).val(jQuery('#tax-input\\[post_tag\\]').val ());
355
+ else
356
+ jQuery(source).val(jQuery('#tags-input').val ());
357
+ }
license.txt ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ <one line to give the program's name and a brief idea of what it does.>
635
+ Copyright (C) <year> <name of author>
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU General Public License for more details.
646
+
647
+ You should have received a copy of the GNU General Public License
648
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ <program> Copyright (C) <year> <name of author>
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
663
+
664
+ You should also get your employer (if you work as a programmer) or school,
665
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
666
+ For more information on this, and how to apply and follow the GNU GPL, see
667
+ <http://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
locale/bg_BG.mo ADDED
Binary file
locale/bg_BG.po ADDED
@@ -0,0 +1,901 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2007-11-24 15:56+0200\n"
12
+ "Last-Translator: Alexander Dichev <http://dichev.com/contact/>\n"
13
+ "Language-Team: HeadSpace2 <http://dichev.com/contact/>\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: Bulgarian\n"
18
+ "X-Poedit-Country: BULGARIA\n"
19
+
20
+ #: headspace.php:387
21
+ #, php-format
22
+ msgid "%d items were imported from %s"
23
+ msgstr "%d неща бяха импортирани от %s"
24
+
25
+ #: view/admin/version.php:5
26
+ #, php-format
27
+ msgid "%s ago"
28
+ msgstr "преди %s"
29
+
30
+ #: view/admin/import.php:13
31
+ msgid "(not available in UTW and Simple Tagging)"
32
+ msgstr "(не е възможно при UTW и Simple Tagging)"
33
+
34
+ #: models/inline_tags.php:163
35
+ #, php-format
36
+ msgid "(page %d of %d)"
37
+ msgstr "(страница %d от %d)"
38
+
39
+ #: headspace.php:105
40
+ msgid "404 Page"
41
+ msgstr "404 Страница"
42
+
43
+ #: ajax.php:64
44
+ msgid "<p style=\"color: red\">That function is not defined</p>"
45
+ msgstr "<p style=\"color: red\">Тази функция не е дефинирана</p>"
46
+
47
+ #: ajax.php:57
48
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
49
+ msgstr "<p style=\"color: red\">Вие нямате достъп до този ресурс</p>"
50
+
51
+ #: modules/page/tags.php:125
52
+ msgid "<p>Tags: "
53
+ msgstr "<p>Тагове: "
54
+
55
+ #: modules/page/plugin.php:139
56
+ msgid "Add Plugin"
57
+ msgstr "Добавяне на Плъгин"
58
+
59
+ #: modules/page/tags.php:175
60
+ msgid "Add tags to dictionary"
61
+ msgstr "Добавя таговете в речника"
62
+
63
+ #: modules/site/crazyegg.php:38
64
+ msgid "Adds CrazyEgg tracking code to all pages"
65
+ msgstr "Добавя CrazyEgg проследяващ код към всички страници"
66
+
67
+ #: modules/site/analytics.php:39
68
+ msgid "Adds Google Analytic tracking code to all pages"
69
+ msgstr "Добавя Google Analytic проследяващ код към всички страници"
70
+
71
+ #: modules/site/mint.php:38
72
+ msgid "Adds Mint tracking code to all pages"
73
+ msgstr "Добавя Mint проследяващ код към всички страници"
74
+
75
+ #: modules/site/statcounter.php:40
76
+ msgid "Adds StatCounter tracking code to all pages"
77
+ msgstr "Добавя StatCounter проследяващ код към всички страници"
78
+
79
+ #: modules/site/rpc.php:37
80
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
81
+ msgstr "Добавя дпълнителна функционалност, позволяваща на блог-инструменти като Ecto да се използват за таговете"
82
+
83
+ #: view/admin/modules.php:13
84
+ msgid "Advanced"
85
+ msgstr "Допълнително"
86
+
87
+ #: modules/page/page_title.php:109
88
+ msgid "After"
89
+ msgstr "След"
90
+
91
+ #: modules/page/description.php:73
92
+ msgid "All descriptions will be trimmed to this length"
93
+ msgstr "Всички опцания ще бъдат отрязани до тази дължина"
94
+
95
+ #: modules/import/all-in-one-seo.php:28
96
+ msgid "All-in-one SEO"
97
+ msgstr "All-in-one SEO"
98
+
99
+ #: modules/page/javascript.php:55
100
+ msgid "Allow external JavaScript files to be referenced"
101
+ msgstr "Позволява посочване на външен JavaScript файл"
102
+
103
+ #: modules/page/page_title.php:89
104
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
105
+ msgstr "Позволява промяна на заглавието на страница (т.е. заглавието горе в прозореца на браузъра)"
106
+
107
+ #: modules/page/stylesheet.php:55
108
+ msgid "Allows CSS stylesheets to be added to a page"
109
+ msgstr "Позволява CSS stylesheets стил да бъде прилаган към страница"
110
+
111
+ #: modules/page/theme.php:69
112
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
113
+ msgstr "Позволява използване на отделна тема за определена страница"
114
+
115
+ #: modules/page/noindex.php:56
116
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
117
+ msgstr "Позволява опцията no-index/no-follow за да предотврати индексиране на страниците и следване на връзките от търсачките"
118
+
119
+ #: modules/page/description.php:61
120
+ msgid "Allows a short description about the page that is used by search engines"
121
+ msgstr "Позволява кратко описание на страницата, което се използва от търсачките"
122
+
123
+ #: modules/page/plugin.php:87
124
+ msgid "Allows disabled plugins to be enabled on specific pages"
125
+ msgstr "Позволява неактивни плъгини да се активират само за определени страници"
126
+
127
+ #: modules/page/raw.php:48
128
+ msgid "Allows raw data to be inserted into the page meta section"
129
+ msgstr "Позволява вмъкване на код (raw data) в meta-секцията на страницата"
130
+
131
+ #: modules/page/rss_tagline.php:62
132
+ msgid "Allows site RSS description to be changed"
133
+ msgstr "Позволява описанието на RSS да бъде променено"
134
+
135
+ #: modules/page/rss_name.php:62
136
+ msgid "Allows site RSS name to be changed"
137
+ msgstr "Позволява заглавието на RSS да бъде променено"
138
+
139
+ #: modules/page/site_tagline.php:61
140
+ msgid "Allows site description to be changed (i.e. the tagline)"
141
+ msgstr "Позволява описанието на сайта да се променя (т.е. tagline)"
142
+
143
+ #: modules/page/site_name.php:61
144
+ msgid "Allows site name to be changed (i.e your blog name)"
145
+ msgstr "Позволява името на сайта да бъде променяно (т.е. заглавието на блога)"
146
+
147
+ #: modules/page/tags.php:162
148
+ msgid "Allows tags/keywords to be added to pages"
149
+ msgstr "Позволява да бъдат добавяни тагове и ключови думи към страниците"
150
+
151
+ #: modules/page/more_text.php:56
152
+ msgid "Allows the 'more' text to be changed"
153
+ msgstr "Позволява промяната на 'more' текста"
154
+
155
+ #: modules/site/wp_formatting.php:37
156
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
157
+ msgstr "Позволява да се активира или деактивира различни авто-форматиращи WordPress функции (включително wpautop)"
158
+
159
+ #: modules/page/tags.php:186
160
+ msgid "Alphabetically order tags"
161
+ msgstr "Подреди таговете по азбучен ред"
162
+
163
+ #: modules/page/tags.php:201
164
+ #: modules/page/tags.php:210
165
+ msgid "Always"
166
+ msgstr "Винаги"
167
+
168
+ #: headspace.php:100
169
+ #: modules/site/page_counts.php:114
170
+ msgid "Archives"
171
+ msgstr "Архиви"
172
+
173
+ #: view/admin/import.php:16
174
+ 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."
175
+ msgstr "Както с всичко останало, което извършва промени по базата данни, трябва да <strong>направите резервно копие преди да извършите ипмпорта</strong>. Не се поема никаква отговорност за щети нанесени при този процес."
176
+
177
+ #: headspace.php:103
178
+ msgid "Author Pages"
179
+ msgstr "Авторски Страници"
180
+
181
+ #: modules/site/wp_formatting.php:97
182
+ msgid "Auto-fancy quotes"
183
+ msgstr "Auto-fancy quotes"
184
+
185
+ #: modules/site/wp_formatting.php:90
186
+ msgid "Auto-formatting"
187
+ msgstr "Auto-formatting"
188
+
189
+ #: modules/site/wp_formatting.php:104
190
+ msgid "Auto-link"
191
+ msgstr "Auto-link"
192
+
193
+ #: modules/page/tags.php:178
194
+ msgid "Automatically add new tags to dictionary"
195
+ msgstr "Автоматично добавяне на новите тагове към речника"
196
+
197
+ #: modules/page/page_title.php:108
198
+ msgid "Before"
199
+ msgstr "Преди"
200
+
201
+ #: view/admin/edit_ajax.php:5
202
+ #: view/admin/module_edit.php:8
203
+ #: view/admin/site_module_edit.php:16
204
+ msgid "Cancel"
205
+ msgstr "Отказ"
206
+
207
+ #: headspace.php:101
208
+ msgid "Categories"
209
+ msgstr "Категории"
210
+
211
+ #: view/admin/options.php:16
212
+ msgid "Check for updates"
213
+ msgstr "Проверка за обновяване"
214
+
215
+ #: view/admin/options.php:17
216
+ msgid "Check for updates from within HeadSpace"
217
+ msgstr "Проверка за нова версия през HeadSpace"
218
+
219
+ #: modules/site/crazyegg.php:33
220
+ msgid "CrazyEgg"
221
+ msgstr "CrazyEgg"
222
+
223
+ #: modules/site/crazyegg.php:122
224
+ msgid "CrazyEgg ID"
225
+ msgstr "CrazyEgg ID"
226
+
227
+ #: modules/page/theme.php:80
228
+ msgid "Current theme"
229
+ msgstr "Зададена тема"
230
+
231
+ #: modules/site/page_counts.php:38
232
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
233
+ msgstr "Определете броя на постовете, показвани на страниците с архиви и с резултати от търсене и определете дали да бъде показвано пълното съдържание на откъсите им."
234
+
235
+ #: view/admin/options.php:37
236
+ msgid "Delete HeadSpace"
237
+ msgstr "Изтрий HeadSpace"
238
+
239
+ #: modules/page/description.php:88
240
+ msgid "Description"
241
+ msgstr "Описание"
242
+
243
+ #: modules/page/tags.php:222
244
+ msgid "Dictionary"
245
+ msgstr "Речник"
246
+
247
+ #: view/admin/modules.php:19
248
+ msgid "Disabled"
249
+ msgstr "Неактивно"
250
+
251
+ #: view/admin/edit_category.php:5
252
+ msgid "Edit Category &raquo;"
253
+ msgstr "Редакция на Категория &raquo;"
254
+
255
+ #: modules/site/analytics.php:184
256
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
257
+ msgstr "Въведете URL за проследяване на изходящите връзки или оставете празно за да не се проследяват"
258
+
259
+ #: modules/site/analytics.php:163
260
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
261
+ msgstr "Въведете пълния JavaScript проследяващ код на Google, или само <code>_uacct</code> номера."
262
+
263
+ #: modules/site/mint.php:124
264
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
265
+ msgstr "Въведете относителния URL до Mint инсталацията (напр. <code>/mint/</code>)."
266
+
267
+ #: modules/site/crazyegg.php:125
268
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
269
+ msgstr "Въведете пълното си <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
270
+
271
+ #: modules/site/analytics.php:170
272
+ #: modules/site/crazyegg.php:132
273
+ #: modules/site/mint.php:131
274
+ #: modules/site/statcounter.php:158
275
+ msgid "Everyone"
276
+ msgstr "Всички"
277
+
278
+ #: view/admin/options.php:3
279
+ msgid "General Options"
280
+ msgstr "Основни Настройки"
281
+
282
+ #: headspace.php:98
283
+ msgid "Global Settings"
284
+ msgstr "Глобални Настройки"
285
+
286
+ #: modules/site/analytics.php:34
287
+ msgid "Google Analytics"
288
+ msgstr "Google Analytics"
289
+
290
+ #: modules/site/google-ad-wrap.php:28
291
+ msgid "Google Section Targeting"
292
+ msgstr "Google Section Targeting"
293
+
294
+ #: modules/import/head_meta_description.php:28
295
+ msgid "Head META Description"
296
+ msgstr "Head META Описание"
297
+
298
+ #: headspace.php:133
299
+ msgid "HeadSpace"
300
+ msgstr "HeadSpace"
301
+
302
+ #: view/admin/edit_post.php:6
303
+ msgid "HeadSpace Meta data"
304
+ msgstr "HeadSpace Meta data"
305
+
306
+ #: view/admin/edit_category.php:1
307
+ #: view/admin/settings.php:2
308
+ msgid "HeadSpace Settings"
309
+ msgstr "HeadSpace Настройки"
310
+
311
+ #: headspace.php:342
312
+ msgid "HeadSpace has been removed"
313
+ msgstr "HeadSpace е премахнат"
314
+
315
+ #: modules/import/headspace_tags.php:31
316
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
317
+ msgstr "HeadSpace тагове (преобразувай в WordPress 2.3 тагове)"
318
+
319
+ #: view/admin/version.php:2
320
+ msgid "HeadSpace2 News"
321
+ msgstr "HeadSpace2 Новини"
322
+
323
+ #: headspace.php:99
324
+ msgid "Home Page"
325
+ msgstr "Начална Страница"
326
+
327
+ #: plugin.php:593
328
+ msgid "How many widgets would you like?"
329
+ msgstr "Колко widgets желаете?"
330
+
331
+ #: view/admin/import.php:2
332
+ #: view/admin/import.php:12
333
+ #: view/admin/submenu.php:5
334
+ msgid "Import"
335
+ msgstr "Импортирай"
336
+
337
+ #: view/admin/import.php:13
338
+ msgid "Import and remove original data"
339
+ msgstr "Импортирай и премахни оригиналния запис"
340
+
341
+ #: view/admin/options.php:9
342
+ msgid "Inherit from global settings"
343
+ msgstr "Онаследи от глобалните настройки"
344
+
345
+ #: view/admin/options.php:8
346
+ msgid "Inherit settings"
347
+ msgstr "Онаследи настройките"
348
+
349
+ #: ajax.php:141
350
+ #: ajax.php:152
351
+ #: ajax.php:163
352
+ #: ajax.php:174
353
+ #: ajax.php:188
354
+ msgid "Invalid module"
355
+ msgstr "Невалиден модул"
356
+
357
+ #: modules/page/javascript.php:50
358
+ #: modules/page/javascript.php:66
359
+ msgid "JavaScript"
360
+ msgstr "JavaScript"
361
+
362
+ #: modules/import/jerome.php:28
363
+ msgid "Jerome's Keywords"
364
+ msgstr "Jerome Ключови Думи"
365
+
366
+ #: modules/page/page_title.php:101
367
+ msgid "Leave blank to use theme default"
368
+ msgstr "Оставете празно за да се използва по подразбиране от темата"
369
+
370
+ #: modules/site/wp_formatting.php:107
371
+ msgid "Makes links clickable in comments"
372
+ msgstr "Прави връзките в коментарите активни"
373
+
374
+ #: view/admin/mass_edit.php:2
375
+ msgid "Mass Edit Meta-data"
376
+ msgstr "Обща Редакция на Meta-data"
377
+
378
+ #: modules/page/description.php:70
379
+ msgid "Max length"
380
+ msgstr "Максимална дължина"
381
+
382
+ #: headspace.php:134
383
+ msgid "Meta-data"
384
+ msgstr "Meta-data"
385
+
386
+ #: modules/site/mint.php:33
387
+ msgid "Mint"
388
+ msgstr "Mint"
389
+
390
+ #: modules/site/mint.php:121
391
+ msgid "Mint path"
392
+ msgstr "Път до Mint"
393
+
394
+ #: view/admin/submenu.php:3
395
+ msgid "Modules"
396
+ msgstr "Модули"
397
+
398
+ #: view/admin/modules.php:20
399
+ msgid "Modules are disabled and do not appear"
400
+ msgstr "Модулите са неактивни и няма да се виждат"
401
+
402
+ #: view/admin/modules.php:8
403
+ msgid "Modules will always appear on edit screens"
404
+ msgstr "Модулите ще се виждат винаги на екрана за редакция"
405
+
406
+ #: view/admin/modules.php:14
407
+ msgid "Modules will be hidden behind a link"
408
+ msgstr "Модулите ще бъдат скрити зад линк"
409
+
410
+ #: modules/import/more_unique.php:28
411
+ msgid "More Unique"
412
+ msgstr "More Уникален"
413
+
414
+ #: modules/mass/more_text.php:28
415
+ #: modules/mass/more_text.php:50
416
+ #: modules/page/more_text.php:51
417
+ #: modules/page/more_text.php:70
418
+ msgid "More text"
419
+ msgstr "More (още) текст"
420
+
421
+ #: modules/page/tags.php:200
422
+ #: modules/page/tags.php:209
423
+ msgid "Never"
424
+ msgstr "Никога"
425
+
426
+ #: models/pager.php:387
427
+ msgid "Next"
428
+ msgstr "Следваща"
429
+
430
+ #: modules/page/noindex.php:70
431
+ msgid "No Index"
432
+ msgstr "No Index"
433
+
434
+ #: modules/page/noindex.php:51
435
+ msgid "No Index/No Follow"
436
+ msgstr "No Index/No Follow"
437
+
438
+ #: view/admin/submenu.php:4
439
+ msgid "Options"
440
+ msgstr "Настройки"
441
+
442
+ #: modules/page/tags.php:183
443
+ msgid "Order tags"
444
+ msgstr "Подреждане на таговете"
445
+
446
+ #: modules/site/page_counts.php:33
447
+ msgid "Page Counts"
448
+ msgstr "Брояч на страницата"
449
+
450
+ #: view/admin/modules.php:2
451
+ msgid "Page Modules"
452
+ msgstr "Модули на страницата"
453
+
454
+ #: view/admin/submenu.php:2
455
+ msgid "Page Settings"
456
+ msgstr "Настройки на страницата"
457
+
458
+ #: modules/page/page_title.php:125
459
+ msgid "Page Title"
460
+ msgstr "Заглавие на страницата"
461
+
462
+ #: modules/mass/description.php:28
463
+ #: modules/mass/description.php:50
464
+ #: modules/page/description.php:56
465
+ msgid "Page description"
466
+ msgstr "Описание на страницата"
467
+
468
+ #: view/admin/modules.php:3
469
+ 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."
470
+ msgstr "Модули прилагани върху индивидуални страници. Провлачете модулите до желаната позиция. Модулите могат да бъдат преподредени за да се промени местоположението им на екрана за редактиране."
471
+
472
+ #: modules/mass/page_slug.php:28
473
+ msgid "Page slug"
474
+ msgstr "Откъс от страницата"
475
+
476
+ #: modules/mass/page_title.php:28
477
+ #: modules/mass/page_title.php:50
478
+ #: modules/page/page_title.php:84
479
+ msgid "Page title"
480
+ msgstr "Заглавие на страницата"
481
+
482
+ #: modules/page/plugin.php:82
483
+ msgid "Page-specific Plugins"
484
+ msgstr "Плъгини специфични за страница"
485
+
486
+ #: modules/page/theme.php:57
487
+ msgid "Page-specific Themes"
488
+ msgstr "Теми специфични за страница"
489
+
490
+ #: modules/site/statcounter.php:142
491
+ msgid "Partition ID"
492
+ msgstr "ID на дяла"
493
+
494
+ #: view/admin/pager.php:14
495
+ msgid "Per page"
496
+ msgstr "На страница"
497
+
498
+ #: modules/page/plugin.php:132
499
+ msgid "Plugins"
500
+ msgstr "Плъгини"
501
+
502
+ #: modules/mass/page_slug.php:50
503
+ msgid "Post slug"
504
+ msgstr "Адрес на поста"
505
+
506
+ #: modules/mass/description.php:49
507
+ #: modules/mass/more_text.php:49
508
+ #: modules/mass/page_slug.php:49
509
+ #: modules/mass/page_title.php:49
510
+ #: modules/mass/site_description.php:49
511
+ #: modules/mass/site_name.php:49
512
+ #: modules/mass/tags.php:49
513
+ msgid "Post title"
514
+ msgstr "Заглавие на поста"
515
+
516
+ #: headspace.php:102
517
+ msgid "Posts &amp; Pages"
518
+ msgstr "Постове и Страници"
519
+
520
+ #: headspace.php:297
521
+ msgid "Posts successfully updated"
522
+ msgstr "Поста е успешно обновен"
523
+
524
+ #: models/pager.php:386
525
+ msgid "Previous"
526
+ msgstr "Предна"
527
+
528
+ #: modules/site/statcounter.php:136
529
+ msgid "Project ID"
530
+ msgstr "Проект ID"
531
+
532
+ #: modules/site/rpc.php:32
533
+ msgid "RPC support for Ecto"
534
+ msgstr "RPC поддръжка за Ecto"
535
+
536
+ #: modules/page/rss_tagline.php:57
537
+ #: modules/page/rss_tagline.php:76
538
+ msgid "RSS Description"
539
+ msgstr "RSS Описание"
540
+
541
+ #: modules/page/rss_name.php:57
542
+ #: modules/page/rss_name.php:76
543
+ msgid "RSS Name"
544
+ msgstr "RSS Заглавие"
545
+
546
+ #: modules/page/raw.php:43
547
+ #: modules/page/raw.php:55
548
+ msgid "Raw data"
549
+ msgstr "Raw data"
550
+
551
+ #: view/admin/options.php:32
552
+ msgid "Remove HeadSpace"
553
+ msgstr "Премахнете HeadSpace"
554
+
555
+ #: view/admin/help.php:9
556
+ msgid "Replaced with the category description"
557
+ msgstr "Заместено с описанието на категорията"
558
+
559
+ #: view/admin/help.php:16
560
+ msgid "Replaced with the current date"
561
+ msgstr "Заместено"
562
+
563
+ #: view/admin/help.php:17
564
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
565
+ msgstr "Заместено с номера на страницата (i.e. page 2 of 4)"
566
+
567
+ #: view/admin/help.php:14
568
+ msgid "Replaced with the current search phrase"
569
+ msgstr "Заместено с търсената фраза"
570
+
571
+ #: view/admin/help.php:15
572
+ msgid "Replaced with the current time"
573
+ msgstr "Заместено с времето в момента"
574
+
575
+ #: view/admin/help.php:5
576
+ msgid "Replaced with the date of the post/page"
577
+ msgstr "Заместено с датата на поста/страницата"
578
+
579
+ #: view/admin/help.php:8
580
+ msgid "Replaced with the post categories (comma seperated)"
581
+ msgstr "Заместено с категориите на поста (разделени със запетаи)"
582
+
583
+ #: view/admin/help.php:11
584
+ msgid "Replaced with the post/page ID"
585
+ msgstr "Заместено с ID-то на поста/страницата"
586
+
587
+ #: view/admin/help.php:12
588
+ msgid "Replaced with the post/page author's 'nicename'"
589
+ msgstr "Заместено с 'nicename' на автора на поста/страницата"
590
+
591
+ #: view/admin/help.php:13
592
+ msgid "Replaced with the post/page author's userid"
593
+ msgstr "Заместено с потребителското userid на поста/страницата"
594
+
595
+ #: view/admin/help.php:7
596
+ msgid "Replaced with the post/page excerpt"
597
+ msgstr "Заместено с откъса на поста/страницата"
598
+
599
+ #: view/admin/help.php:10
600
+ msgid "Replaced with the post/page modified time"
601
+ msgstr "Заместено с времето за промяна на поста/страницата"
602
+
603
+ #: view/admin/help.php:6
604
+ msgid "Replaced with the title of the post/page"
605
+ msgstr "Заместено със заглавието на поста/страницата"
606
+
607
+ #: modules/import/seo-title-tags.php:28
608
+ msgid "SEO Title Tags"
609
+ msgstr "SEO Title тагове"
610
+
611
+ #: plugin.php:600
612
+ #: view/admin/edit_ajax.php:4
613
+ #: view/admin/module_edit.php:7
614
+ #: view/admin/site_module_edit.php:15
615
+ msgid "Save"
616
+ msgstr "Запази"
617
+
618
+ #: view/admin/mass_edit.php:37
619
+ msgid "Save all data"
620
+ msgstr "Запази всичко"
621
+
622
+ #: view/admin/modules.php:37
623
+ msgid "Save module order"
624
+ msgstr "Запази подреждането на модулите"
625
+
626
+ #: view/admin/pager.php:11
627
+ msgid "Search"
628
+ msgstr "Търсене"
629
+
630
+ #: headspace.php:104
631
+ msgid "Search Pages"
632
+ msgstr "Страници за Търсене"
633
+
634
+ #: modules/site/page_counts.php:126
635
+ msgid "Searches"
636
+ msgstr "Търсения"
637
+
638
+ #: modules/site/statcounter.php:148
639
+ msgid "Security ID"
640
+ msgstr "Security ID"
641
+
642
+ #: modules/page/page_title.php:105
643
+ msgid "Separator position"
644
+ msgstr "Позиция на разделителя"
645
+
646
+ #: view/admin/settings.php:15
647
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
648
+ msgstr "Настройките могат да бъдат приложени върху определени постове и страници от страницата <strong>post edit page</strong> и към определена категория от страницата <strong>edit category</strong>."
649
+
650
+ #: modules/page/plugin.php:103
651
+ msgid "Show in admin"
652
+ msgstr "Показване в админа "
653
+
654
+ #: modules/page/tags.php:206
655
+ msgid "Show tags in pages"
656
+ msgstr "Показване на таговете в страниците"
657
+
658
+ #: modules/page/tags.php:197
659
+ msgid "Show tags in posts"
660
+ msgstr "Показване на таговете в постовете"
661
+
662
+ #: modules/page/plugin.php:106
663
+ msgid "Shows page-specific plugins in the administration menus"
664
+ msgstr "Показва плъгини специфични за страници в админ-менютата"
665
+
666
+ #: view/admin/modules.php:7
667
+ msgid "Simple"
668
+ msgstr "Просто"
669
+
670
+ #: modules/import/simple-tagging.php:28
671
+ msgid "Simple Tagging"
672
+ msgstr "Simple Tagging"
673
+
674
+ #: modules/import/simple-tags.php:28
675
+ msgid "Simple Tags"
676
+ msgstr "Simple Tags"
677
+
678
+ #: view/admin/modules.php:42
679
+ msgid "Site Modules"
680
+ msgstr "Модули на сайта"
681
+
682
+ #: modules/mass/site_description.php:28
683
+ #: modules/mass/site_description.php:50
684
+ #: modules/page/site_tagline.php:56
685
+ #: modules/page/site_tagline.php:75
686
+ msgid "Site description"
687
+ msgstr "Описание на сайта"
688
+
689
+ #: view/admin/modules.php:43
690
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
691
+ msgstr "Модулите се прилагат върху целия сайт. Само отбелязаните модули ще работят (при правилно конфигуриране)."
692
+
693
+ #: modules/mass/site_name.php:28
694
+ #: modules/mass/site_name.php:50
695
+ #: modules/page/site_name.php:56
696
+ #: modules/page/site_name.php:75
697
+ msgid "Site name"
698
+ msgstr "Име на сайта"
699
+
700
+ #: view/admin/help.php:2
701
+ msgid "Special Tags"
702
+ msgstr "Специални Тагове"
703
+
704
+ #: modules/site/statcounter.php:35
705
+ msgid "StatCounter"
706
+ msgstr "StatCounter"
707
+
708
+ #: modules/page/stylesheet.php:50
709
+ #: modules/page/stylesheet.php:66
710
+ msgid "Stylesheets"
711
+ msgstr "Stylesheets"
712
+
713
+ #: modules/page/tags.php:342
714
+ msgid "Suggest tags based on content"
715
+ msgstr "Предложи тагове на база на съдържанието"
716
+
717
+ #: modules/page/tags.php:316
718
+ msgid "Suggested tags"
719
+ msgstr "Предложения за тагове"
720
+
721
+ #: modules/site/rpc.php:74
722
+ msgid "Tag separator"
723
+ msgstr "Таг разделител"
724
+
725
+ #: modules/page/tags.php:157
726
+ msgid "Tags (keywords)"
727
+ msgstr "Тагове (ключови думи)"
728
+
729
+ #: modules/mass/tags.php:28
730
+ #: modules/mass/tags.php:50
731
+ #: modules/page/tags.php:272
732
+ msgid "Tags/keywords"
733
+ msgstr "Тагове/ключови думи"
734
+
735
+ #: modules/page/theme.php:77
736
+ msgid "Theme"
737
+ msgstr "Тема"
738
+
739
+ #: modules/site/rpc.php:77
740
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
741
+ msgstr "Това трябва да съвпадне с разделителя дефиниран в Ecto 'Templates', 'Tags', 'Tag separator'"
742
+
743
+ #: view/admin/options.php:34
744
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
745
+ msgstr "Тази настройка ще премахне HeadSpace и ще изтрие всички настройки, тагове и мета-дата."
746
+
747
+ #: view/admin/import.php:3
748
+ 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."
749
+ msgstr "Тази страница Ви позволява да импортирате мета-дата от други WordPress плъгини. Не е необходимо другите плъгини да са активни за да е успешен импорта."
750
+
751
+ #: modules/page/page_title.php:98
752
+ msgid "Title separator"
753
+ msgstr "Разделител в заглавието"
754
+
755
+ #: modules/site/analytics.php:181
756
+ msgid "Track outbound links"
757
+ msgstr "Проследяване на изходящите връзки"
758
+
759
+ #: modules/site/analytics.php:160
760
+ msgid "Tracking code"
761
+ msgstr "Проследяващ код"
762
+
763
+ #: modules/import/utw.php:28
764
+ msgid "Ultimate Tag Warrior"
765
+ msgstr "Ultimate Tag Warrior"
766
+
767
+ #: view/admin/options.php:26
768
+ msgid "Update Options &raquo;"
769
+ msgstr "Обнови Настройките &raquo;"
770
+
771
+ #: modules/site/wp_formatting.php:93
772
+ msgid "Use <code>wpautop</code> to format paragraphs"
773
+ msgstr "Използвай <code>wpautop</code> за форматиране на параграфите"
774
+
775
+ #: modules/site/wp_formatting.php:100
776
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
777
+ msgstr "Използвай <code>wptexturize</code> за да преобразуваш кавичките в fancy quotes"
778
+
779
+ #: modules/site/analytics.php:177
780
+ #: modules/site/crazyegg.php:139
781
+ #: modules/site/mint.php:138
782
+ #: modules/site/statcounter.php:165
783
+ msgid "Users of the specified role or less will be tracked"
784
+ msgstr "Потребители със зададената роля или по-ниска ще бъдат следени"
785
+
786
+ #: modules/site/analytics.php:167
787
+ #: modules/site/crazyegg.php:129
788
+ #: modules/site/mint.php:128
789
+ #: modules/site/statcounter.php:155
790
+ msgid "Who to track"
791
+ msgstr "Кой да бъде следен"
792
+
793
+ #: modules/site/wp_formatting.php:32
794
+ msgid "WordPress content formatting"
795
+ msgstr "WordPress форматиране на съдържанието"
796
+
797
+ #: modules/site/google-ad-wrap.php:33
798
+ msgid "Wraps all post and page content inside a Google targeted section"
799
+ msgstr "Загражда целия пост или страница в Google targeted section"
800
+
801
+ #: modules/page/tags.php:321
802
+ msgid "Yahoo"
803
+ msgstr "Yahoo"
804
+
805
+ #: modules/page/tags.php:215
806
+ msgid "Yahoo ZoneTag"
807
+ msgstr "Yahoo ZoneTag"
808
+
809
+ #: headspace.php:362
810
+ msgid "Your module positions have been saved"
811
+ msgstr "Позициите на модулите Ви са запазени"
812
+
813
+ #: headspace.php:335
814
+ msgid "Your options have been updated"
815
+ msgstr "Вашите настройки са обновени"
816
+
817
+ #: modules/page/javascript.php:72
818
+ #: modules/page/stylesheet.php:72
819
+ msgid "add"
820
+ msgstr "добави"
821
+
822
+ #: modules/page/tags.php:318
823
+ msgid "add all"
824
+ msgstr "добави всички"
825
+
826
+ #: view/admin/edit.php:17
827
+ msgid "advanced"
828
+ msgstr "за напреднали"
829
+
830
+ #: headspace.php:103
831
+ msgid "applied to author pages"
832
+ msgstr "прилага се на страниците на автора"
833
+
834
+ #: headspace.php:101
835
+ msgid "applied to category pages without specific settings"
836
+ msgstr "прилага се на страници на категории без определени настройки"
837
+
838
+ #: headspace.php:98
839
+ msgid "applied to everything unless otherwise specified"
840
+ msgstr "прилага се на всичко, освен ако не е определено нещо друго"
841
+
842
+ #: headspace.php:102
843
+ msgid "applied to posts &amp; pages without specific settings"
844
+ msgstr "прилага се на постове и страници без специфични настройки"
845
+
846
+ #: headspace.php:99
847
+ msgid "applied to the home page"
848
+ msgstr "прилага се при разглеждане на началната страница"
849
+
850
+ #: headspace.php:105
851
+ msgid "applied when viewing a 404 error"
852
+ msgstr "прилага се при грешка 404"
853
+
854
+ #: headspace.php:104
855
+ msgid "applied when viewing search results"
856
+ msgstr "прилага се при разглеждане на резултат от търсене"
857
+
858
+ #: headspace.php:100
859
+ msgid "applied when viewing the archives"
860
+ msgstr "прилага се при разглеждане на архивите"
861
+
862
+ #: modules/site/page_counts.php:119
863
+ #: modules/site/page_counts.php:131
864
+ msgid "content"
865
+ msgstr "съдържание"
866
+
867
+ #: modules/site/page_counts.php:118
868
+ #: modules/site/page_counts.php:130
869
+ msgid "default"
870
+ msgstr "по подразбиране"
871
+
872
+ #: modules/site/page_counts.php:120
873
+ #: modules/site/page_counts.php:132
874
+ msgid "excerpt"
875
+ msgstr "откъс"
876
+
877
+ #: view/admin/pager.php:21
878
+ msgid "go"
879
+ msgstr "давай"
880
+
881
+ #: modules/import/lud.icro.us.php:28
882
+ msgid "lud.icro.us HeadMeta"
883
+ msgstr "lud.icro.us HeadMeta"
884
+
885
+ #: modules/page/noindex.php:73
886
+ msgid "no-follow"
887
+ msgstr "no-follow"
888
+
889
+ #: modules/site/page_counts.php:116
890
+ #: modules/site/page_counts.php:128
891
+ msgid "posts, showing the"
892
+ msgstr "постове, показващи"
893
+
894
+ #: modules/site/page_counts.php:134
895
+ msgid "set number of posts to 0 for theme default"
896
+ msgstr "задайте 0 за да изпозвате настройките на темата по подразбиране"
897
+
898
+ #: modules/page/tags.php:319
899
+ msgid "suggest"
900
+ msgstr "предложи"
901
+
locale/by_BY.mo ADDED
Binary file
locale/by_BY.po ADDED
@@ -0,0 +1,897 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Simple Tags 1.5.1 for WP2.3 & WP2.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-04-01 20:19+0600\n"
6
+ "PO-Revision-Date: 2009-04-13 00:34+0200\n"
7
+ "Language-Team: Lecactus <lecactus@lecactus.ru>\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Poedit-Language: Russian\n"
12
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
13
+ "X-Poedit-SourceCharset: utf-8\n"
14
+ "Last-Translator: Илья <mrilyuha@gmail.com>\n"
15
+
16
+ #: headspace.php:387
17
+ #, php-format
18
+ msgid "%d items were imported from %s"
19
+ msgstr "%d элементаў імпартавана з %s"
20
+
21
+ #: view/admin/version.php:5
22
+ #, php-format
23
+ msgid "%s ago"
24
+ msgstr "%s назад"
25
+
26
+ #: view/admin/import.php:13
27
+ msgid "(not available in UTW and Simple Tagging)"
28
+ msgstr "(не даступна ў UTW і Simple Tagging)"
29
+
30
+ #: models/inline_tags.php:163
31
+ #, php-format
32
+ msgid "(page %d of %d)"
33
+ msgstr "(старонка %d з %d)"
34
+
35
+ #: headspace.php:105
36
+ msgid "404 Page"
37
+ msgstr "Старонка 404 памылкі"
38
+
39
+ #: ajax.php:64
40
+ msgid "<p style=\"color: red\">That function is not defined</p>"
41
+ msgstr "<p style=\"color: red\">Гэтая функцыя не вызначаная</p>"
42
+
43
+ #: ajax.php:57
44
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
45
+ msgstr "<p style=\"color: red\">Вам не дазволены доступ да гэтага рэсурсу</p>"
46
+
47
+ #: modules/page/tags.php:125
48
+ msgid "<p>Tags: "
49
+ msgstr "<p>Пазнакі: "
50
+
51
+ #: modules/page/plugin.php:139
52
+ msgid "Add Plugin"
53
+ msgstr "Дадаць убудову"
54
+
55
+ #: modules/page/tags.php:175
56
+ msgid "Add tags to dictionary"
57
+ msgstr "Дадаць пазнакі ў слоўнік"
58
+
59
+ #: modules/site/crazyegg.php:38
60
+ msgid "Adds CrazyEgg tracking code to all pages"
61
+ msgstr "Дадае код сачэння <a href=\"http://crazyegg.com/\">CrazyEgg</a> да ўсіх старонак"
62
+
63
+ #: modules/site/analytics.php:39
64
+ msgid "Adds Google Analytic tracking code to all pages"
65
+ msgstr "Дадае код сачэння <a href=\"http://google.com/Analytics\">Google Analytics</a> да ўсіх старонак"
66
+
67
+ #: modules/site/mint.php:38
68
+ msgid "Adds Mint tracking code to all pages"
69
+ msgstr "Дадае код сачэння <a href=\"http://mint.com\">Mint</a> да ўсіх старонак"
70
+
71
+ #: modules/site/statcounter.php:40
72
+ msgid "Adds StatCounter tracking code to all pages"
73
+ msgstr "Дадае код сачэння <a href=\"http://statcounter.com\">StatCounter</a> да ўсіх старонак"
74
+
75
+ #: modules/site/rpc.php:37
76
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
77
+ msgstr "Дадае дадатковыя функцыі, адрознівальныя такім прыладам вядзення блогаў, як <a href=\"http://ecto.kung-foo.tv/archives/001325.php\">Ecto</a>, выкарыстаць пазнакі"
78
+
79
+ #: view/admin/modules.php:13
80
+ msgid "Advanced"
81
+ msgstr "Пашыраныя"
82
+
83
+ #: modules/page/page_title.php:109
84
+ msgid "After"
85
+ msgstr "Пасля"
86
+
87
+ #: modules/page/description.php:73
88
+ msgid "All descriptions will be trimmed to this length"
89
+ msgstr "Усё апісанні будуць зрэзаныя да гэтай даўжыні"
90
+
91
+ #: modules/import/all-in-one-seo.php:28
92
+ msgid "All-in-one SEO"
93
+ msgstr "All-in-one SEO"
94
+
95
+ #: modules/page/javascript.php:55
96
+ msgid "Allow external JavaScript files to be referenced"
97
+ msgstr "Дазволіць спасылкі на знешнія старонкі JavaScript"
98
+
99
+ #: modules/page/page_title.php:89
100
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
101
+ msgstr "Дазволіць змену загалоўка старонкі (т.е. загалоўка акна браўзэра)"
102
+
103
+ #: modules/page/stylesheet.php:55
104
+ msgid "Allows CSS stylesheets to be added to a page"
105
+ msgstr "Дазваляе даданне да старонкі табліцы стыляў CSS"
106
+
107
+ #: modules/page/theme.php:69
108
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
109
+ msgstr "Дазваляе магчымасць, калі спецыфічная для старонкі тэма замяшчае тэму па змаўчанні"
110
+
111
+ #: modules/page/noindex.php:56
112
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
113
+ msgstr "Дазваляе ўсталёўку параметраў no-index/no-follow, каб прадухіліць індэксацыю або прытрымліванне па старонках для пошукавікаў і робатаў"
114
+
115
+ #: modules/page/description.php:61
116
+ msgid "Allows a short description about the page that is used by search engines"
117
+ msgstr "Дазваляе кароткае апісанне старонкі, якое выкарыстоўваецца пошукавікамі"
118
+
119
+ #: modules/page/plugin.php:87
120
+ msgid "Allows disabled plugins to be enabled on specific pages"
121
+ msgstr "Дазваляе, каб забароненыя ўбудовы былі дазволеныя для вызначаных старонак"
122
+
123
+ #: modules/page/raw.php:48
124
+ msgid "Allows raw data to be inserted into the page meta section"
125
+ msgstr "Дазваляе ўвод неапрацаваных дадзеных у падзел meta старонкі"
126
+
127
+ #: modules/page/rss_tagline.php:62
128
+ msgid "Allows site RSS description to be changed"
129
+ msgstr "Дазваляе змену апісання сайта ў RSS"
130
+
131
+ #: modules/page/rss_name.php:62
132
+ msgid "Allows site RSS name to be changed"
133
+ msgstr "Дазваляе змену імя сайта ў RSS"
134
+
135
+ #: modules/page/site_tagline.php:61
136
+ msgid "Allows site description to be changed (i.e. the tagline)"
137
+ msgstr "Дазваляе змену апісання сайта (т.е падзагаловак)"
138
+
139
+ #: modules/page/site_name.php:61
140
+ msgid "Allows site name to be changed (i.e your blog name)"
141
+ msgstr "Дазваляе змену імя сайта (т.е імя блога)"
142
+
143
+ #: modules/page/tags.php:162
144
+ msgid "Allows tags/keywords to be added to pages"
145
+ msgstr "Дазваляе даданне пазанак/ключавых слоў да старонак"
146
+
147
+ #: modules/page/more_text.php:56
148
+ msgid "Allows the 'more' text to be changed"
149
+ msgstr "Дазваляе змену тэксту 'more'"
150
+
151
+ #: modules/site/wp_formatting.php:37
152
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
153
+ msgstr "Дазваляе Вам уключыць або выключыць рознае аўта-фарматаванне WordPress (уключаючы wpautop)"
154
+
155
+ #: modules/page/tags.php:186
156
+ msgid "Alphabetically order tags"
157
+ msgstr "Алфавітны парадак размяшчэння пазанак"
158
+
159
+ #: modules/page/tags.php:201
160
+ #: modules/page/tags.php:210
161
+ msgid "Always"
162
+ msgstr "Заўсёды"
163
+
164
+ #: headspace.php:100
165
+ #: modules/site/page_counts.php:114
166
+ msgid "Archives"
167
+ msgstr "Архівы"
168
+
169
+ #: view/admin/import.php:16
170
+ 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."
171
+ msgstr "Таксама як для любога дзеяння, якое змяняе Вашу базу дадзеных, Вы павінны <strong>зрабіць рэзервовую копію Вашых дадзеных перад аперацыяй імпарту</strong>. Мы не адказваем за котят, якія могуць быць задушаныя падчас гэтага працэсу."
172
+
173
+ #: headspace.php:103
174
+ msgid "Author Pages"
175
+ msgstr "Аўтарскія старонкі"
176
+
177
+ #: modules/site/wp_formatting.php:97
178
+ msgid "Auto-fancy quotes"
179
+ msgstr "Аўта-цытаванне"
180
+
181
+ #: modules/site/wp_formatting.php:90
182
+ msgid "Auto-formatting"
183
+ msgstr "Аўта-фарматаванне"
184
+
185
+ #: modules/site/wp_formatting.php:104
186
+ msgid "Auto-link"
187
+ msgstr "Аўта-спасылкі"
188
+
189
+ #: modules/page/tags.php:178
190
+ msgid "Automatically add new tags to dictionary"
191
+ msgstr "Аўтаматычна дадаваць новыя пазнакі ў слоўнік"
192
+
193
+ #: modules/page/page_title.php:108
194
+ msgid "Before"
195
+ msgstr "Перад"
196
+
197
+ #: view/admin/edit_ajax.php:5
198
+ #: view/admin/module_edit.php:8
199
+ #: view/admin/site_module_edit.php:16
200
+ msgid "Cancel"
201
+ msgstr "Адмяніць"
202
+
203
+ #: headspace.php:101
204
+ msgid "Categories"
205
+ msgstr "Катэгорыі"
206
+
207
+ #: view/admin/options.php:16
208
+ msgid "Check for updates"
209
+ msgstr "Праверыць абнаўленні"
210
+
211
+ #: view/admin/options.php:17
212
+ msgid "Check for updates from within HeadSpace"
213
+ msgstr "Праверыць абнаўленні ўсярэдзіне HeadSpace"
214
+
215
+ #: modules/site/crazyegg.php:33
216
+ msgid "CrazyEgg"
217
+ msgstr "CrazyEgg"
218
+
219
+ #: modules/site/crazyegg.php:122
220
+ msgid "CrazyEgg ID"
221
+ msgstr "Ідэнтыфікатар CrazyEgg"
222
+
223
+ #: modules/page/theme.php:80
224
+ msgid "Current theme"
225
+ msgstr "Бягучая тэма"
226
+
227
+ #: modules/site/page_counts.php:38
228
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
229
+ msgstr "Наладзіць колькасць артыкулаў, якія будуць паказаныя на архіўных старонках і старонках пошуку, і вырашыць ці паказваць поўнае ўтрыманне або вытрымку"
230
+
231
+ #: view/admin/options.php:37
232
+ msgid "Delete HeadSpace"
233
+ msgstr "Выдаліць HeadSpace"
234
+
235
+ #: modules/page/description.php:88
236
+ msgid "Description"
237
+ msgstr "Апісанне"
238
+
239
+ #: modules/page/tags.php:222
240
+ msgid "Dictionary"
241
+ msgstr "Слоўнік"
242
+
243
+ #: view/admin/modules.php:19
244
+ msgid "Disabled"
245
+ msgstr "Забароненае"
246
+
247
+ #: view/admin/edit_category.php:5
248
+ msgid "Edit Category &raquo;"
249
+ msgstr "Рэдагаваць катэгорыю &raquo;"
250
+
251
+ #: modules/site/analytics.php:184
252
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
253
+ msgstr "Увядзіце URL, па якім Вы збіраецеся адсочваць выходныя спасылкі, або пакіньце пустым, калі не збіраецеся гэта рабіць"
254
+
255
+ #: modules/site/analytics.php:163
256
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
257
+ msgstr "Увядзіце поўны сачыльны код Google JavaScript, або проста ідэнтыфікатар<code>_uacct</code>"
258
+
259
+ #: modules/site/mint.php:124
260
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
261
+ msgstr "Увядзіце адносны шлях да Вашай усталёўкі Mint (т.е. <code>/mint/</code>)."
262
+
263
+ #: modules/site/crazyegg.php:125
264
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
265
+ msgstr "Увядзіце поўны <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
266
+
267
+ #: modules/site/analytics.php:170
268
+ #: modules/site/crazyegg.php:132
269
+ #: modules/site/mint.php:131
270
+ #: modules/site/statcounter.php:158
271
+ msgid "Everyone"
272
+ msgstr "Любы"
273
+
274
+ #: view/admin/options.php:3
275
+ msgid "General Options"
276
+ msgstr "Агульныя параметры"
277
+
278
+ #: headspace.php:98
279
+ msgid "Global Settings"
280
+ msgstr "Глабальныя налады"
281
+
282
+ #: modules/site/analytics.php:34
283
+ msgid "Google Analytics"
284
+ msgstr "Google Analytics"
285
+
286
+ #: modules/site/google-ad-wrap.php:28
287
+ msgid "Google Section Targeting"
288
+ msgstr "Google Section Targeting"
289
+
290
+ #: modules/import/head_meta_description.php:28
291
+ msgid "Head META Description"
292
+ msgstr "Апісанне Head META"
293
+
294
+ #: headspace.php:133
295
+ msgid "HeadSpace"
296
+ msgstr "HeadSpace"
297
+
298
+ #: view/admin/edit_post.php:6
299
+ msgid "HeadSpace Meta data"
300
+ msgstr "Дадзеныя Meta HeadSpace"
301
+
302
+ #: view/admin/edit_category.php:1
303
+ #: view/admin/settings.php:2
304
+ msgid "HeadSpace Settings"
305
+ msgstr "Параметры HeadSpace"
306
+
307
+ #: headspace.php:342
308
+ msgid "HeadSpace has been removed"
309
+ msgstr "HeadSpace выдалены"
310
+
311
+ #: modules/import/headspace_tags.php:31
312
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
313
+ msgstr "Пазнакі HeadSpace (пераўтварыць у пазнакі WordPress 2.3)"
314
+
315
+ #: view/admin/version.php:2
316
+ msgid "HeadSpace2 News"
317
+ msgstr "Навіны HeadSpace2"
318
+
319
+ #: headspace.php:99
320
+ msgid "Home Page"
321
+ msgstr "Галоўная старонка"
322
+
323
+ #: plugin.php:593
324
+ msgid "How many widgets would you like?"
325
+ msgstr "Колькі виджетов Вы жадаеце?"
326
+
327
+ #: view/admin/import.php:2
328
+ #: view/admin/import.php:12
329
+ #: view/admin/submenu.php:5
330
+ msgid "Import"
331
+ msgstr "Імпартаваць"
332
+
333
+ #: view/admin/import.php:13
334
+ msgid "Import and remove original data"
335
+ msgstr "Імпартаваць і выдаліць зыходныя дадзеныя"
336
+
337
+ #: view/admin/options.php:9
338
+ msgid "Inherit from global settings"
339
+ msgstr "Атрымліваць у спадчыну ад глабальных параметраў"
340
+
341
+ #: view/admin/options.php:8
342
+ msgid "Inherit settings"
343
+ msgstr "Атрымліваць у спадчыну параметры"
344
+
345
+ #: ajax.php:141
346
+ #: ajax.php:152
347
+ #: ajax.php:163
348
+ #: ajax.php:174
349
+ #: ajax.php:188
350
+ msgid "Invalid module"
351
+ msgstr "Няправільны модуль"
352
+
353
+ #: modules/page/javascript.php:50
354
+ #: modules/page/javascript.php:66
355
+ msgid "JavaScript"
356
+ msgstr "JavaScript"
357
+
358
+ #: modules/import/jerome.php:28
359
+ msgid "Jerome's Keywords"
360
+ msgstr "Ключавыя словы ад Jerome"
361
+
362
+ #: modules/page/page_title.php:101
363
+ msgid "Leave blank to use theme default"
364
+ msgstr "Пакіньце пустым для выкарыстання тэмы па змаўчанні"
365
+
366
+ #: modules/site/wp_formatting.php:107
367
+ msgid "Makes links clickable in comments"
368
+ msgstr "Зрабіць спасылкі кликабельными у каментарах"
369
+
370
+ #: view/admin/mass_edit.php:2
371
+ msgid "Mass Edit Meta-data"
372
+ msgstr "Масавае рэдагаванне мета-дадзеных"
373
+
374
+ #: modules/page/description.php:70
375
+ msgid "Max length"
376
+ msgstr "Максімальная даўжыня"
377
+
378
+ #: headspace.php:134
379
+ msgid "Meta-data"
380
+ msgstr "Мета-дадзеныя"
381
+
382
+ #: modules/site/mint.php:33
383
+ msgid "Mint"
384
+ msgstr "Mint"
385
+
386
+ #: modules/site/mint.php:121
387
+ msgid "Mint path"
388
+ msgstr "Шлях Mint"
389
+
390
+ #: view/admin/submenu.php:3
391
+ msgid "Modules"
392
+ msgstr "Модулі"
393
+
394
+ #: view/admin/modules.php:20
395
+ msgid "Modules are disabled and do not appear"
396
+ msgstr "Модулі забароненыя і не з'яўляюцца"
397
+
398
+ #: view/admin/modules.php:8
399
+ msgid "Modules will always appear on edit screens"
400
+ msgstr "Модулі будуць заўсёды з'яўляцца на экране рэдагавання"
401
+
402
+ #: view/admin/modules.php:14
403
+ msgid "Modules will be hidden behind a link"
404
+ msgstr "Модулі будуць утоеныя за спасылкай"
405
+
406
+ #: modules/import/more_unique.php:28
407
+ msgid "More Unique"
408
+ msgstr "More Unique"
409
+
410
+ #: modules/mass/more_text.php:28
411
+ #: modules/mass/more_text.php:50
412
+ #: modules/page/more_text.php:51
413
+ #: modules/page/more_text.php:70
414
+ msgid "More text"
415
+ msgstr "Дадатковы тэкст"
416
+
417
+ #: modules/page/tags.php:200
418
+ #: modules/page/tags.php:209
419
+ msgid "Never"
420
+ msgstr "Ніколі"
421
+
422
+ #: models/pager.php:387
423
+ msgid "Next"
424
+ msgstr "Наступны"
425
+
426
+ #: modules/page/noindex.php:70
427
+ msgid "No Index"
428
+ msgstr "No Index"
429
+
430
+ #: modules/page/noindex.php:51
431
+ msgid "No Index/No Follow"
432
+ msgstr "No Index/No Follow"
433
+
434
+ #: view/admin/submenu.php:4
435
+ msgid "Options"
436
+ msgstr "Параметры"
437
+
438
+ #: modules/page/tags.php:183
439
+ msgid "Order tags"
440
+ msgstr "Парадак пазанак"
441
+
442
+ #: modules/site/page_counts.php:33
443
+ msgid "Page Counts"
444
+ msgstr "Лічыльнікі старонкі"
445
+
446
+ #: view/admin/modules.php:2
447
+ msgid "Page Modules"
448
+ msgstr "Модулі старонкі"
449
+
450
+ #: view/admin/submenu.php:2
451
+ msgid "Page Settings"
452
+ msgstr "Параметры старонкі"
453
+
454
+ #: modules/page/page_title.php:125
455
+ msgid "Page Title"
456
+ msgstr "Загаловак старонкі"
457
+
458
+ #: modules/mass/description.php:28
459
+ #: modules/mass/description.php:50
460
+ #: modules/page/description.php:56
461
+ msgid "Page description"
462
+ msgstr "Апісанне старонкі"
463
+
464
+ #: view/admin/modules.php:3
465
+ 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."
466
+ msgstr "Модулі старонкі ўжываюцца да асобных старонак. Перацягнеце-і-адпусціце модулі на адпаведную вобласць. Парадак модуляў можа змяняцца, што адаб'ецца ў акне рэдагавання."
467
+
468
+ #: modules/mass/page_slug.php:28
469
+ msgid "Page slug"
470
+ msgstr "Кароткая спасылка на старонку"
471
+
472
+ #: modules/mass/page_title.php:28
473
+ #: modules/mass/page_title.php:50
474
+ #: modules/page/page_title.php:84
475
+ msgid "Page title"
476
+ msgstr "Загаловак старонкі"
477
+
478
+ #: modules/page/plugin.php:82
479
+ msgid "Page-specific Plugins"
480
+ msgstr "Убудовы для гэтай старонкі"
481
+
482
+ #: modules/page/theme.php:57
483
+ msgid "Page-specific Themes"
484
+ msgstr "Тэмы для гэтай старонкі"
485
+
486
+ #: modules/site/statcounter.php:142
487
+ msgid "Partition ID"
488
+ msgstr "Partition ID"
489
+
490
+ #: view/admin/pager.php:14
491
+ msgid "Per page"
492
+ msgstr "На старонку"
493
+
494
+ #: modules/page/plugin.php:132
495
+ msgid "Plugins"
496
+ msgstr "Убудовы"
497
+
498
+ #: modules/mass/page_slug.php:50
499
+ msgid "Post slug"
500
+ msgstr "Кароткая спасылка на артыкул"
501
+
502
+ #: modules/mass/description.php:49
503
+ #: modules/mass/more_text.php:49
504
+ #: modules/mass/page_slug.php:49
505
+ #: modules/mass/page_title.php:49
506
+ #: modules/mass/site_description.php:49
507
+ #: modules/mass/site_name.php:49
508
+ #: modules/mass/tags.php:49
509
+ msgid "Post title"
510
+ msgstr "Загаловак артыкула"
511
+
512
+ #: headspace.php:102
513
+ msgid "Posts &amp; Pages"
514
+ msgstr "Артыкулы &amp; Старонкі"
515
+
516
+ #: headspace.php:297
517
+ msgid "Posts successfully updated"
518
+ msgstr "Артыкул паспяхова абноўленая"
519
+
520
+ #: models/pager.php:386
521
+ msgid "Previous"
522
+ msgstr "Папярэдні"
523
+
524
+ #: modules/site/statcounter.php:136
525
+ msgid "Project ID"
526
+ msgstr "Ідэнтыфікатар праекту"
527
+
528
+ #: modules/site/rpc.php:32
529
+ msgid "RPC support for Ecto"
530
+ msgstr "Падтрымка RPC у Ecto"
531
+
532
+ #: modules/page/rss_tagline.php:57
533
+ #: modules/page/rss_tagline.php:76
534
+ msgid "RSS Description"
535
+ msgstr "Апісанне ў RSS"
536
+
537
+ #: modules/page/rss_name.php:57
538
+ #: modules/page/rss_name.php:76
539
+ msgid "RSS Name"
540
+ msgstr "Імя ў RSS"
541
+
542
+ #: modules/page/raw.php:43
543
+ #: modules/page/raw.php:55
544
+ msgid "Raw data"
545
+ msgstr "Неапрацаваныя дадзеныя"
546
+
547
+ #: view/admin/options.php:32
548
+ msgid "Remove HeadSpace"
549
+ msgstr "Выдаліць HeadSpace"
550
+
551
+ #: view/admin/help.php:9
552
+ msgid "Replaced with the category description"
553
+ msgstr "Замяніць апісаннем катэгорыі"
554
+
555
+ #: view/admin/help.php:16
556
+ msgid "Replaced with the current date"
557
+ msgstr "Замяніць бягучай датай"
558
+
559
+ #: view/admin/help.php:17
560
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
561
+ msgstr "Замяніць бягучым нумарам старонкі (т.е. старонка 2 з 4)"
562
+
563
+ #: view/admin/help.php:14
564
+ msgid "Replaced with the current search phrase"
565
+ msgstr "Замяніць шуканым тэкстам"
566
+
567
+ #: view/admin/help.php:15
568
+ msgid "Replaced with the current time"
569
+ msgstr "Замяніць бягучым часам"
570
+
571
+ #: view/admin/help.php:5
572
+ msgid "Replaced with the date of the post/page"
573
+ msgstr "Замяніць датай артыкула/старонкі"
574
+
575
+ #: view/admin/help.php:8
576
+ msgid "Replaced with the post categories (comma seperated)"
577
+ msgstr "Замяніць катэгорыямі артыкула (падзеленымі коскі)"
578
+
579
+ #: view/admin/help.php:11
580
+ msgid "Replaced with the post/page ID"
581
+ msgstr "Замяніць ідэнтыфікатарам артыкула/старонкі"
582
+
583
+ #: view/admin/help.php:12
584
+ msgid "Replaced with the post/page author's 'nicename'"
585
+ msgstr "Замяніць 'прыгожым' імем аўтара артыкула/старонкі"
586
+
587
+ #: view/admin/help.php:13
588
+ msgid "Replaced with the post/page author's userid"
589
+ msgstr "Замяніць імем карыстача аўтара артыкула/старонкі"
590
+
591
+ #: view/admin/help.php:7
592
+ msgid "Replaced with the post/page excerpt"
593
+ msgstr "Замяніць вытрымкай з артыкула/старонкі"
594
+
595
+ #: view/admin/help.php:10
596
+ msgid "Replaced with the post/page modified time"
597
+ msgstr "Замяніць часам змены артыкула/старонкі"
598
+
599
+ #: view/admin/help.php:6
600
+ msgid "Replaced with the title of the post/page"
601
+ msgstr "Замяніць загалоўкам артыкула/старонкі"
602
+
603
+ #: modules/import/seo-title-tags.php:28
604
+ msgid "SEO Title Tags"
605
+ msgstr "SEO Title Tags"
606
+
607
+ #: plugin.php:600
608
+ #: view/admin/edit_ajax.php:4
609
+ #: view/admin/module_edit.php:7
610
+ #: view/admin/site_module_edit.php:15
611
+ msgid "Save"
612
+ msgstr "Захаваць"
613
+
614
+ #: view/admin/mass_edit.php:37
615
+ msgid "Save all data"
616
+ msgstr "Захаваць усе дадзеныя"
617
+
618
+ #: view/admin/modules.php:37
619
+ msgid "Save module order"
620
+ msgstr "Захаваць парадак модуляў"
621
+
622
+ #: view/admin/pager.php:11
623
+ msgid "Search"
624
+ msgstr "Шукаць"
625
+
626
+ #: headspace.php:104
627
+ msgid "Search Pages"
628
+ msgstr "Шукаць старонкі"
629
+
630
+ #: modules/site/page_counts.php:126
631
+ msgid "Searches"
632
+ msgstr "Шукае"
633
+
634
+ #: modules/site/statcounter.php:148
635
+ msgid "Security ID"
636
+ msgstr "Ідэнтыфікатар бяспекі"
637
+
638
+ #: modules/page/page_title.php:105
639
+ msgid "Separator position"
640
+ msgstr "Пазіцыя падзельніка"
641
+
642
+ #: view/admin/settings.php:15
643
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
644
+ msgstr "Параметры могуць быць ужытыя да асобных артыкулаў і старонкам са <strong>старонкі рэдагавання артыкула</strong>, і да асобных категорииям са <strong>старонкі рэдагавання катэгорый</strong>"
645
+
646
+ #: modules/page/plugin.php:103
647
+ msgid "Show in admin"
648
+ msgstr "Паказаць у Адміністрацыйнай кансолі"
649
+
650
+ #: modules/page/tags.php:206
651
+ msgid "Show tags in pages"
652
+ msgstr "Паказаць пазнакі на старонках"
653
+
654
+ #: modules/page/tags.php:197
655
+ msgid "Show tags in posts"
656
+ msgstr "Паказаць пазнакі ў артыкулах"
657
+
658
+ #: modules/page/plugin.php:106
659
+ msgid "Shows page-specific plugins in the administration menus"
660
+ msgstr "Паказаць спецыфічныя для старонкі ўбудовы ў меню адміністратара"
661
+
662
+ #: view/admin/modules.php:7
663
+ msgid "Simple"
664
+ msgstr "Стандартныя"
665
+
666
+ #: modules/import/simple-tagging.php:28
667
+ msgid "Simple Tagging"
668
+ msgstr "Simple Tagging"
669
+
670
+ #: modules/import/simple-tags.php:28
671
+ msgid "Simple Tags"
672
+ msgstr "Simple Tags"
673
+
674
+ #: view/admin/modules.php:42
675
+ msgid "Site Modules"
676
+ msgstr "Модулі сайта"
677
+
678
+ #: modules/mass/site_description.php:28
679
+ #: modules/mass/site_description.php:50
680
+ #: modules/page/site_tagline.php:56
681
+ #: modules/page/site_tagline.php:75
682
+ msgid "Site description"
683
+ msgstr "Апісанне сайта"
684
+
685
+ #: view/admin/modules.php:43
686
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
687
+ msgstr "Модулі сайта ўжываюцца цалкам на ўвесь сайт. Будуць працаваць толькі пазначаныя модулі (адпаведна сканфігураваныя)."
688
+
689
+ #: modules/mass/site_name.php:28
690
+ #: modules/mass/site_name.php:50
691
+ #: modules/page/site_name.php:56
692
+ #: modules/page/site_name.php:75
693
+ msgid "Site name"
694
+ msgstr "Імя сайта"
695
+
696
+ #: view/admin/help.php:2
697
+ msgid "Special Tags"
698
+ msgstr "Адмысловыя пазнакі"
699
+
700
+ #: modules/site/statcounter.php:35
701
+ msgid "StatCounter"
702
+ msgstr "Лічыльнік статыстыкі"
703
+
704
+ #: modules/page/stylesheet.php:50
705
+ #: modules/page/stylesheet.php:66
706
+ msgid "Stylesheets"
707
+ msgstr "Табліцы стыляў"
708
+
709
+ #: modules/page/tags.php:342
710
+ msgid "Suggest tags based on content"
711
+ msgstr "Рэкамендаваць пазнакі ў залежнасці ад утрымання"
712
+
713
+ #: modules/page/tags.php:316
714
+ msgid "Suggested tags"
715
+ msgstr "Рэкамендаваныя пазнакі"
716
+
717
+ #: modules/site/rpc.php:74
718
+ msgid "Tag separator"
719
+ msgstr "Падзельнік пазанак"
720
+
721
+ #: modules/page/tags.php:157
722
+ msgid "Tags (keywords)"
723
+ msgstr "Пазнакі (ключавыя словы)"
724
+
725
+ #: modules/mass/tags.php:28
726
+ #: modules/mass/tags.php:50
727
+ #: modules/page/tags.php:272
728
+ msgid "Tags/keywords"
729
+ msgstr "Пазнакі/ключавыя словы"
730
+
731
+ #: modules/page/theme.php:77
732
+ msgid "Theme"
733
+ msgstr "Тэма"
734
+
735
+ #: modules/site/rpc.php:77
736
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
737
+ msgstr "Ён павінен адпавядаць падзельніку, вызначанаму ў Ecto 'Шаблоны', 'Пазнакі', 'Падзельнік пазанак'"
738
+
739
+ #: view/admin/options.php:34
740
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
741
+ msgstr "Гэта выдаліць HeadSpace і выдаліць усе налады, пазнакі і мета-дадзеныя"
742
+
743
+ #: view/admin/import.php:3
744
+ 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."
745
+ msgstr "Гэтая старонка дазволіць Вам імпартаваць мета-дадзеныя з іншых убудоў WordPress. Іншыя ўбудовы могуць быць неактыўнымі для працы працэдуры імпарту."
746
+
747
+ #: modules/page/page_title.php:98
748
+ msgid "Title separator"
749
+ msgstr "Падзельнік загалоўка"
750
+
751
+ #: modules/site/analytics.php:181
752
+ msgid "Track outbound links"
753
+ msgstr "Адсочваць выходныя спасылкі"
754
+
755
+ #: modules/site/analytics.php:160
756
+ msgid "Tracking code"
757
+ msgstr "Адсочваць код"
758
+
759
+ #: modules/import/utw.php:28
760
+ msgid "Ultimate Tag Warrior"
761
+ msgstr "Ultimate Tag Warrior"
762
+
763
+ #: view/admin/options.php:26
764
+ msgid "Update Options &raquo;"
765
+ msgstr "Абнавіць параметры &raquo;"
766
+
767
+ #: modules/site/wp_formatting.php:93
768
+ msgid "Use <code>wpautop</code> to format paragraphs"
769
+ msgstr "Выкарыстаць <code>wpautop</code> для фарматавання абзацаў"
770
+
771
+ #: modules/site/wp_formatting.php:100
772
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
773
+ msgstr "Выкарыстаць <code>wptexturize</code> для ператварэння двукоссяў у прыгажэйшы выгляд"
774
+
775
+ #: modules/site/analytics.php:177
776
+ #: modules/site/crazyegg.php:139
777
+ #: modules/site/mint.php:138
778
+ #: modules/site/statcounter.php:165
779
+ msgid "Users of the specified role or less will be tracked"
780
+ msgstr "Будуць адсочвацца карыстачы пачынальна з паказанай ролі і ніжэй"
781
+
782
+ #: modules/site/analytics.php:167
783
+ #: modules/site/crazyegg.php:129
784
+ #: modules/site/mint.php:128
785
+ #: modules/site/statcounter.php:155
786
+ msgid "Who to track"
787
+ msgstr "Каго адсочваць"
788
+
789
+ #: modules/site/wp_formatting.php:32
790
+ msgid "WordPress content formatting"
791
+ msgstr "Фарматаванне кантэнту WordPress"
792
+
793
+ #: modules/site/google-ad-wrap.php:33
794
+ msgid "Wraps all post and page content inside a Google targeted section"
795
+ msgstr "Выраўноўвае ўсе артыкулы і змесціва старонак усярэдзіне мэтавай секцыі Google"
796
+
797
+ #: modules/page/tags.php:321
798
+ msgid "Yahoo"
799
+ msgstr "Yahoo"
800
+
801
+ #: modules/page/tags.php:215
802
+ msgid "Yahoo ZoneTag"
803
+ msgstr "Yahoo ZoneTag"
804
+
805
+ #: headspace.php:362
806
+ msgid "Your module positions have been saved"
807
+ msgstr "Вашы пазіцыі модуляў захаваныя"
808
+
809
+ #: headspace.php:335
810
+ msgid "Your options have been updated"
811
+ msgstr "Вашы параметры абноўленыя"
812
+
813
+ #: modules/page/javascript.php:72
814
+ #: modules/page/stylesheet.php:72
815
+ msgid "add"
816
+ msgstr "дадаць"
817
+
818
+ #: modules/page/tags.php:318
819
+ msgid "add all"
820
+ msgstr "дадаць усё"
821
+
822
+ #: view/admin/edit.php:17
823
+ msgid "advanced"
824
+ msgstr "пашыраны"
825
+
826
+ #: headspace.php:103
827
+ msgid "applied to author pages"
828
+ msgstr "выкарыстаць да старонак аўтара"
829
+
830
+ #: headspace.php:101
831
+ msgid "applied to category pages without specific settings"
832
+ msgstr "выкарыстаць да старонак катэгорый без адмысловых налад"
833
+
834
+ #: headspace.php:98
835
+ msgid "applied to everything unless otherwise specified"
836
+ msgstr "выкарыстаць усюды, калі іншае не паказана "
837
+
838
+ #: headspace.php:102
839
+ msgid "applied to posts &amp; pages without specific settings"
840
+ msgstr "выкарыстаць да артыкулаў &amp; старонкам без адмысловых налад"
841
+
842
+ #: headspace.php:99
843
+ msgid "applied to the home page"
844
+ msgstr "выкарыстаць на Галоўнай старонцы"
845
+
846
+ #: headspace.php:105
847
+ msgid "applied when viewing a 404 error"
848
+ msgstr "выкарыстаць на старонцы 404 памылкі"
849
+
850
+ #: headspace.php:104
851
+ msgid "applied when viewing search results"
852
+ msgstr "выкарыстаць, калі паказваюцца вынікі пошуку"
853
+
854
+ #: headspace.php:100
855
+ msgid "applied when viewing the archives"
856
+ msgstr "выкарыстаць, калі паказваюцца архівы"
857
+
858
+ #: modules/site/page_counts.php:119
859
+ #: modules/site/page_counts.php:131
860
+ msgid "content"
861
+ msgstr "утрыманне"
862
+
863
+ #: modules/site/page_counts.php:118
864
+ #: modules/site/page_counts.php:130
865
+ msgid "default"
866
+ msgstr "па змаўчанні"
867
+
868
+ #: modules/site/page_counts.php:120
869
+ #: modules/site/page_counts.php:132
870
+ msgid "excerpt"
871
+ msgstr "вытрымка"
872
+
873
+ #: view/admin/pager.php:21
874
+ msgid "go"
875
+ msgstr "перайсці"
876
+
877
+ #: modules/import/lud.icro.us.php:28
878
+ msgid "lud.icro.us HeadMeta"
879
+ msgstr "lud.icro.us HeadMeta"
880
+
881
+ #: modules/page/noindex.php:73
882
+ msgid "no-follow"
883
+ msgstr "no-follow"
884
+
885
+ #: modules/site/page_counts.php:116
886
+ #: modules/site/page_counts.php:128
887
+ msgid "posts, showing the"
888
+ msgstr "артыкулы, якія паказваюць"
889
+
890
+ #: modules/site/page_counts.php:134
891
+ msgid "set number of posts to 0 for theme default"
892
+ msgstr "усталюеце колькасць артыкулаў у 0 для тэмы па змаўчанні"
893
+
894
+ #: modules/page/tags.php:319
895
+ msgid "suggest"
896
+ msgstr "рэкамендаваць"
897
+
locale/da_DK.mo ADDED
Binary file
locale/da_DK.po ADDED
@@ -0,0 +1,1593 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2009-02-13 22:32+0100\n"
11
+ "PO-Revision-Date: 2009-02-14 11:24+0100\n"
12
+ "Last-Translator: Georg S. Adamsen <g.s.adamsen@gmail.com>\n"
13
+ "Language-Team: Earlier version by Vox Media Group mail@voxmediagroup.net <g.s.adamsen@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: Danish\n"
18
+ "X-Poedit-Country: DENMARK\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2\n"
21
+ "X-Poedit-Basepath: d:\\wordpress\\plugins\\headspace2\n"
22
+ "X-Poedit-SourceCharset: utf-8\n"
23
+ "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\headspace2\n"
24
+
25
+ #: d:\wordpress\plugins\headspace2/ajax.php:66
26
+ msgid "<p style=\"color: red\">That function is not defined</p>"
27
+ msgstr "<p style=\"color: red\">Den funktion er ikke defineret</p>"
28
+
29
+ #: d:\wordpress\plugins\headspace2/ajax.php:69
30
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
31
+ msgstr "<p style=\"color: red\">Du har ikke adgang til denne ressource</p>"
32
+
33
+ #: d:\wordpress\plugins\headspace2/ajax.php:190
34
+ #: d:\wordpress\plugins\headspace2/ajax.php:206
35
+ #: d:\wordpress\plugins\headspace2/ajax.php:218
36
+ #: d:\wordpress\plugins\headspace2/ajax.php:229
37
+ #: d:\wordpress\plugins\headspace2/ajax.php:240
38
+ #: d:\wordpress\plugins\headspace2/ajax.php:256
39
+ msgid "Invalid module"
40
+ msgstr "Ugyldigt modul"
41
+
42
+ #: d:\wordpress\plugins\headspace2/headspace.php:125
43
+ #: d:\wordpress\plugins\headspace2/headspace.php:200
44
+ #: d:\wordpress\plugins\headspace2/headspace.php:587
45
+ #: d:\wordpress\plugins\headspace2/headspace.php:588
46
+ msgid "HeadSpace"
47
+ msgstr "HeadSpace"
48
+
49
+ #: d:\wordpress\plugins\headspace2/headspace.php:183
50
+ msgid "Global Settings"
51
+ msgstr "Globale indstillinger"
52
+
53
+ #: d:\wordpress\plugins\headspace2/headspace.php:183
54
+ msgid "applied to everything unless otherwise specified"
55
+ msgstr "anvendes overalt, medmindre andet anføres"
56
+
57
+ #: d:\wordpress\plugins\headspace2/headspace.php:184
58
+ msgid "Home Page"
59
+ msgstr "Hjemmeside"
60
+
61
+ #: d:\wordpress\plugins\headspace2/headspace.php:184
62
+ msgid "applied to the home page"
63
+ msgstr "anvendes på forsiden"
64
+
65
+ #: d:\wordpress\plugins\headspace2/headspace.php:185
66
+ msgid "Archives"
67
+ msgstr "Arkiv"
68
+
69
+ #: d:\wordpress\plugins\headspace2/headspace.php:185
70
+ msgid "applied when viewing the archives"
71
+ msgstr "anvendes, når arkivsider vises"
72
+
73
+ #: d:\wordpress\plugins\headspace2/headspace.php:186
74
+ msgid "Categories"
75
+ msgstr "Kategorier"
76
+
77
+ #: d:\wordpress\plugins\headspace2/headspace.php:186
78
+ msgid "applied to category pages without specific settings"
79
+ msgstr "anvendes på kategorisider uden specifikke indstillinger"
80
+
81
+ #: d:\wordpress\plugins\headspace2/headspace.php:187
82
+ msgid "Posts &amp; Pages"
83
+ msgstr "Indlæg &amp; Sider"
84
+
85
+ #: d:\wordpress\plugins\headspace2/headspace.php:187
86
+ msgid "applied to posts &amp; pages without specific settings"
87
+ msgstr "anvendes på indlæg &amp; sider uden specifikke indstillinger"
88
+
89
+ #: d:\wordpress\plugins\headspace2/headspace.php:188
90
+ msgid "Author Pages"
91
+ msgstr "Forfatter-sider"
92
+
93
+ #: d:\wordpress\plugins\headspace2/headspace.php:188
94
+ msgid "applied to author pages"
95
+ msgstr "anvendes på forfatter-sider"
96
+
97
+ #: d:\wordpress\plugins\headspace2/headspace.php:189
98
+ msgid "Search Pages"
99
+ msgstr "Søgesider"
100
+
101
+ #: d:\wordpress\plugins\headspace2/headspace.php:189
102
+ msgid "applied when viewing search results"
103
+ msgstr "anvendes, når søgeresultater vises"
104
+
105
+ #: d:\wordpress\plugins\headspace2/headspace.php:190
106
+ msgid "404 Page"
107
+ msgstr "Fejl 404-side"
108
+
109
+ #: d:\wordpress\plugins\headspace2/headspace.php:190
110
+ msgid "applied when viewing a 404 error"
111
+ msgstr "anvendes, når fejl 404 vises"
112
+
113
+ #: d:\wordpress\plugins\headspace2/headspace.php:191
114
+ msgid "Tag Pages"
115
+ msgstr "Tags-sider"
116
+
117
+ #: d:\wordpress\plugins\headspace2/headspace.php:191
118
+ msgid "applied when viewing tag pages"
119
+ msgstr "anvendes, når arkivsider vises"
120
+
121
+ #: d:\wordpress\plugins\headspace2/headspace.php:192
122
+ msgid "Login Pages"
123
+ msgstr "Login-sider"
124
+
125
+ #: d:\wordpress\plugins\headspace2/headspace.php:192
126
+ msgid "applied when viewing login, logout, or registration pages"
127
+ msgstr "anvendes, når der vises login-, logout- eller nybruger-sider"
128
+
129
+ #: d:\wordpress\plugins\headspace2/headspace.php:201
130
+ msgid "Meta-data"
131
+ msgstr "Meta data"
132
+
133
+ #: d:\wordpress\plugins\headspace2/headspace.php:386
134
+ 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>)"
135
+ msgstr "<code>wp_head</code> findes ikke i <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">dokumentation</a>)"
136
+
137
+ #: d:\wordpress\plugins\headspace2/headspace.php:394
138
+ msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
139
+ msgstr "<code>wp_footer</code> findes ikke i <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">dokumentation</a>)"
140
+
141
+ #: d:\wordpress\plugins\headspace2/headspace.php:425
142
+ msgid "The HeadSpace administration interface is now WordPress 2.5+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace."
143
+ msgstr "Administrationsbrugerfladen til HeadSpace kører kun på WordPress 2.5 og nyere. Dine meta-data vil fortsat virke, men du bør enten opgradere din WordPress eller gå tilbage til tidligere version af HeadSpace."
144
+
145
+ #: d:\wordpress\plugins\headspace2/headspace.php:492
146
+ msgid "Posts successfully updated"
147
+ msgstr "Indlæg blev opdateret"
148
+
149
+ #: d:\wordpress\plugins\headspace2/headspace.php:532
150
+ msgid "Your options have been updated"
151
+ msgstr "Dine indstillinger er blevet gemt"
152
+
153
+ #: d:\wordpress\plugins\headspace2/headspace.php:539
154
+ msgid "HeadSpace has been removed"
155
+ msgstr "HeadSpace er blevet fjernet"
156
+
157
+ #: d:\wordpress\plugins\headspace2/headspace.php:577
158
+ #, php-format
159
+ msgid "%d items were imported from %s"
160
+ msgstr "%d elementer blev importeret fra %s"
161
+
162
+ #: d:\wordpress\plugins\headspace2/headspace.php:589
163
+ msgid "Tags"
164
+ msgstr "Tags"
165
+
166
+ #: d:\wordpress\plugins\headspace2/headspace.php:661
167
+ msgid "HeadSpace Help"
168
+ msgstr "HeadSpace Hjælp"
169
+
170
+ #: d:\wordpress\plugins\headspace2/headspace.php:662
171
+ msgid "HeadSpace Documentation"
172
+ msgstr "HeadSpace dokumentation"
173
+
174
+ #: d:\wordpress\plugins\headspace2/headspace.php:663
175
+ msgid "HeadSpace Support Forum"
176
+ msgstr "HeadSpace Supportforum"
177
+
178
+ #: d:\wordpress\plugins\headspace2/headspace.php:664
179
+ msgid "HeadSpace Bug Tracker"
180
+ msgstr "HeadSpace2 Bugdatabase"
181
+
182
+ #: d:\wordpress\plugins\headspace2/headspace.php:665
183
+ msgid "HeadSpace FAQ"
184
+ msgstr "HeadSpace OSS"
185
+
186
+ #: d:\wordpress\plugins\headspace2/headspace.php:666
187
+ msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
188
+ msgstr "Læs venligst dokumentationen og Ofte Stillede Spørgsmål, og tjek bugdatabasen, inden du stiller et spørgsmål."
189
+
190
+ #: d:\wordpress\plugins\headspace2/plugin.php:733
191
+ msgid "How many widgets would you like?"
192
+ msgstr "Hvor mange widgets ønsker du?"
193
+
194
+ #: d:\wordpress\plugins\headspace2/plugin.php:740
195
+ msgid "Save"
196
+ msgstr "Gem"
197
+
198
+ #: d:\wordpress\plugins\headspace2/models/inline_tags.php:262
199
+ #, php-format
200
+ msgid "(page %d of %d)"
201
+ msgstr "(side %d af %d)"
202
+
203
+ #: d:\wordpress\plugins\headspace2/models/pager.php:402
204
+ msgid "Previous"
205
+ msgstr "Forrige"
206
+
207
+ #: d:\wordpress\plugins\headspace2/models/pager.php:403
208
+ msgid "Next"
209
+ msgstr "Næste"
210
+
211
+ #: d:\wordpress\plugins\headspace2/models/pager.php:461
212
+ #, php-format
213
+ msgid "%d per-page"
214
+ msgstr "%d per side"
215
+
216
+ #: d:\wordpress\plugins\headspace2/models/pager.php:470
217
+ #, php-format
218
+ msgid "Displaying %s&#8211;%s of %s"
219
+ msgstr "Viser %s&#8211;%s af %s"
220
+
221
+ #: d:\wordpress\plugins\headspace2/modules/import/all-in-one-seo.php:28
222
+ msgid "All-in-one SEO"
223
+ msgstr "All-in-one SEO"
224
+
225
+ #: d:\wordpress\plugins\headspace2/modules/import/headspace_tags.php:28
226
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
227
+ msgstr "HeadSpace tags (konvertér til WordPress 2.3 tags)"
228
+
229
+ #: d:\wordpress\plugins\headspace2/modules/import/head_meta_description.php:28
230
+ msgid "Head META Description"
231
+ msgstr "Head META Beskrivelse"
232
+
233
+ #: d:\wordpress\plugins\headspace2/modules/import/jerome.php:28
234
+ msgid "Jerome's Keywords"
235
+ msgstr "Jerome's Keywords"
236
+
237
+ #: d:\wordpress\plugins\headspace2/modules/import/lud.icro.us.php:28
238
+ msgid "lud.icro.us HeadMeta"
239
+ msgstr "lud.icro.us HeadMeta"
240
+
241
+ #: d:\wordpress\plugins\headspace2/modules/import/more_unique.php:28
242
+ msgid "More Unique"
243
+ msgstr "More Unique"
244
+
245
+ #: d:\wordpress\plugins\headspace2/modules/import/seo-title-tags.php:28
246
+ msgid "SEO Title Tags"
247
+ msgstr "SEO titel-tags"
248
+
249
+ #: d:\wordpress\plugins\headspace2/modules/import/simple-tagging.php:28
250
+ msgid "Simple Tagging"
251
+ msgstr "Simpel tagging"
252
+
253
+ #: d:\wordpress\plugins\headspace2/modules/import/simple-tags.php:28
254
+ msgid "Simple Tags (old version)"
255
+ msgstr "Simple tags (gammel version)"
256
+
257
+ #: d:\wordpress\plugins\headspace2/modules/import/utw.php:28
258
+ msgid "Ultimate Tag Warrior"
259
+ msgstr "Ultimate Tag Warrior"
260
+
261
+ #: d:\wordpress\plugins\headspace2/modules/mass/description.php:28
262
+ #: d:\wordpress\plugins\headspace2/modules/mass/description.php:50
263
+ msgid "Page description"
264
+ msgstr "Sidebeskrivelse"
265
+
266
+ #: d:\wordpress\plugins\headspace2/modules/mass/description.php:49
267
+ #: d:\wordpress\plugins\headspace2/modules/mass/more_text.php:49
268
+ #: d:\wordpress\plugins\headspace2/modules/mass/page_slug.php:49
269
+ #: d:\wordpress\plugins\headspace2/modules/mass/page_title.php:49
270
+ #: d:\wordpress\plugins\headspace2/modules/mass/site_description.php:49
271
+ #: d:\wordpress\plugins\headspace2/modules/mass/site_name.php:49
272
+ #: d:\wordpress\plugins\headspace2/modules/mass/tags.php:49
273
+ msgid "Post title"
274
+ msgstr "Indlægstitel"
275
+
276
+ #: d:\wordpress\plugins\headspace2/modules/mass/more_text.php:28
277
+ #: d:\wordpress\plugins\headspace2/modules/mass/more_text.php:50
278
+ msgid "More text"
279
+ msgstr "\"Mere tekst\""
280
+
281
+ #: d:\wordpress\plugins\headspace2/modules/mass/page_slug.php:28
282
+ msgid "Page slug"
283
+ msgstr "Korttitel (slug) på side"
284
+
285
+ #: d:\wordpress\plugins\headspace2/modules/mass/page_slug.php:50
286
+ msgid "Post slug"
287
+ msgstr "Korttitel (slug) på indlæg"
288
+
289
+ #: d:\wordpress\plugins\headspace2/modules/mass/page_title.php:28
290
+ #: d:\wordpress\plugins\headspace2/modules/mass/page_title.php:50
291
+ msgid "Page title"
292
+ msgstr "Sidetitel"
293
+
294
+ #: d:\wordpress\plugins\headspace2/modules/mass/site_description.php:28
295
+ #: d:\wordpress\plugins\headspace2/modules/mass/site_description.php:50
296
+ msgid "Site description"
297
+ msgstr "Beskrivelse af websted"
298
+
299
+ #: d:\wordpress\plugins\headspace2/modules/mass/site_name.php:28
300
+ #: d:\wordpress\plugins\headspace2/modules/mass/site_name.php:50
301
+ msgid "Site name"
302
+ msgstr "Webstedets navn"
303
+
304
+ #: d:\wordpress\plugins\headspace2/modules/mass/tags.php:50
305
+ msgid "Tags/keywords"
306
+ msgstr "Tags/Nøgleord"
307
+
308
+ #: d:\wordpress\plugins\headspace2/modules/page/custom.php:48
309
+ msgid "Custom data"
310
+ msgstr "Brugerdata"
311
+
312
+ #: d:\wordpress\plugins\headspace2/modules/page/custom.php:53
313
+ msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
314
+ msgstr "Tilader brugerdata at blive indsat overalt i dit tema med MetaData::custom ()"
315
+
316
+ #: d:\wordpress\plugins\headspace2/modules/page/custom.php:90
317
+ msgid "Fields"
318
+ msgstr "Felter"
319
+
320
+ #: d:\wordpress\plugins\headspace2/modules/page/description.php:65
321
+ msgid "Allows a short description about the page that is used by search engines"
322
+ msgstr "Tillader en kort beskrivelse af siden til brug for søgemaskiner"
323
+
324
+ #: d:\wordpress\plugins\headspace2/modules/page/description.php:74
325
+ msgid "Max length"
326
+ msgstr "Max. længde"
327
+
328
+ #: d:\wordpress\plugins\headspace2/modules/page/description.php:77
329
+ msgid "All descriptions will be trimmed to this length"
330
+ msgstr "Alle beskrivelser vil blive trimmet til denne længde"
331
+
332
+ #: d:\wordpress\plugins\headspace2/modules/page/description.php:96
333
+ msgid "Description"
334
+ msgstr "Beskrivelse"
335
+
336
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:32
337
+ msgid "Archive Links"
338
+ msgstr "Arkiv-links"
339
+
340
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:33
341
+ msgid "Category Links"
342
+ msgstr "Kategori-links"
343
+
344
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:34
345
+ msgid "Page Links"
346
+ msgstr "Side-links"
347
+
348
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:35
349
+ msgid "Tag Links"
350
+ msgstr "Tag-links"
351
+
352
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:36
353
+ msgid "Comm. Author Links"
354
+ msgstr "Kommentarforfatter-links"
355
+
356
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:37
357
+ msgid "Comm. Text Links"
358
+ msgstr "Kommentartekst-links"
359
+
360
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:103
361
+ msgid "Follow Links"
362
+ msgstr "Follow-links"
363
+
364
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:108
365
+ msgid "Allows follow/no-follow to be set for various links"
366
+ msgstr "Follow/no-follow kan sættes for forskellige links"
367
+
368
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:117
369
+ msgid "Follow"
370
+ msgstr "Follow"
371
+
372
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:118
373
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:37
374
+ msgid "No-follow"
375
+ msgstr "No-follow"
376
+
377
+ #: d:\wordpress\plugins\headspace2/modules/page/follow-links.php:119
378
+ msgid "Default"
379
+ msgstr "Standard"
380
+
381
+ #: d:\wordpress\plugins\headspace2/modules/page/javascript.php:50
382
+ #: d:\wordpress\plugins\headspace2/modules/page/javascript.php:67
383
+ msgid "JavaScript"
384
+ msgstr "JavaScript"
385
+
386
+ #: d:\wordpress\plugins\headspace2/modules/page/javascript.php:55
387
+ msgid "Allow external JavaScript files to be referenced"
388
+ msgstr "Tillad reference til eksterne JavaScript filer"
389
+
390
+ #: d:\wordpress\plugins\headspace2/modules/page/keywords.php:64
391
+ #: d:\wordpress\plugins\headspace2/modules/page/keywords.php:105
392
+ msgid "Keywords"
393
+ msgstr "Nøgleord"
394
+
395
+ #: d:\wordpress\plugins\headspace2/modules/page/keywords.php:69
396
+ msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
397
+ msgstr "Lader dig definere meta-nøgleord, uafhængigt af tags (deaktivér om nødvendigt visning af nøgleord i Tags-modulet)"
398
+
399
+ #: d:\wordpress\plugins\headspace2/modules/page/keywords.php:78
400
+ msgid "Use tags"
401
+ msgstr "Brug tags"
402
+
403
+ #: d:\wordpress\plugins\headspace2/modules/page/keywords.php:81
404
+ msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
405
+ msgstr "Afkrydser du her, bruges dine tags også som nøgleord, og du kan ikke redigere nøgleord uafhængigt"
406
+
407
+ #: d:\wordpress\plugins\headspace2/modules/page/more_text.php:92
408
+ msgid "Allows the 'more' text to be changed"
409
+ msgstr "Tillader ændring af 'mere'-teksten"
410
+
411
+ #: d:\wordpress\plugins\headspace2/modules/page/more_text.php:130
412
+ msgid "Enable on excerpts"
413
+ msgstr "Aktivér på uddrag"
414
+
415
+ #: d:\wordpress\plugins\headspace2/modules/page/more_text.php:136
416
+ msgid "Pattern"
417
+ msgstr "Mønster"
418
+
419
+ #: d:\wordpress\plugins\headspace2/modules/page/more_text.php:139
420
+ msgid "Advanced - the regular expression pattern to select the more link from your posts"
421
+ msgstr "Avanceret - mønsteret, som ved hjælp af udvidede udtryk (regular expressions) vælger Mere-linket i dine indlæg"
422
+
423
+ #: d:\wordpress\plugins\headspace2/modules/page/more_text.php:143
424
+ msgid "Replace"
425
+ msgstr "Erstat"
426
+
427
+ #: d:\wordpress\plugins\headspace2/modules/page/more_text.php:145
428
+ msgid "Advanced - the regular expression replacement text"
429
+ msgstr "Avanceret - teksten, som der erstattes med ved hjælp af søg og erstat med udvidede udtryk"
430
+
431
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:36
432
+ msgid "No-index"
433
+ msgstr "No-Index"
434
+
435
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:38
436
+ msgid "No-archive"
437
+ msgstr "No-archive"
438
+
439
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:39
440
+ msgid "No-ODP"
441
+ msgstr "Ingen ODP"
442
+
443
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:40
444
+ msgid "No-Yahoo Dir"
445
+ msgstr "Ingen Yahoo-katalogisering"
446
+
447
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:92
448
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:111
449
+ msgid "Meta-Robots"
450
+ msgstr "Meta-søgerobotter"
451
+
452
+ #: d:\wordpress\plugins\headspace2/modules/page/noindex.php:97
453
+ msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
454
+ msgstr "Disse forskellige indstillinger for meta-robotter instruerer søgemaskiner og søgerobotter i ikke at indeksere eller \"følge\" sider (det sidste bruges i webrangliste-beregninger)"
455
+
456
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:121
457
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
458
+ msgstr "Tillad ændring af sidetitlen (f.eks. titlen i browservinduet)"
459
+
460
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:130
461
+ msgid "Title separator"
462
+ msgstr "Titel separator"
463
+
464
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:133
465
+ msgid "Leave blank to use theme default"
466
+ msgstr "Står feltet tomt, bruges standard-tema"
467
+
468
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:137
469
+ msgid "Separator position"
470
+ msgstr "Position for separator"
471
+
472
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:140
473
+ msgid "Before"
474
+ msgstr "Før"
475
+
476
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:141
477
+ msgid "After"
478
+ msgstr "Efter"
479
+
480
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:146
481
+ msgid "Force title rewrite"
482
+ msgstr "Gennemtving genskrivning af titel"
483
+
484
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:153
485
+ 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."
486
+ msgstr "Dette vil cache din side og gennemtvinge ændring af titlen. Det er praktisk, fordi du ikke behøver at ændre dit tema, men det medfører også større CPU-brug og en nedsættelse af hastigheden."
487
+
488
+ #: d:\wordpress\plugins\headspace2/modules/page/page_title.php:173
489
+ msgid "Page Title"
490
+ msgstr "Sidetitel"
491
+
492
+ #: d:\wordpress\plugins\headspace2/modules/page/plugin.php:102
493
+ msgid "Page-specific Plugins"
494
+ msgstr "Sidespecifikke plugins"
495
+
496
+ #: d:\wordpress\plugins\headspace2/modules/page/plugin.php:107
497
+ msgid "Allows disabled plugins to be enabled on specific pages"
498
+ msgstr "Tillader aktivering af deaktiverede plugins på specifikke sider"
499
+
500
+ #: d:\wordpress\plugins\headspace2/modules/page/plugin.php:123
501
+ msgid "Show in admin"
502
+ msgstr "Vis i admin"
503
+
504
+ #: d:\wordpress\plugins\headspace2/modules/page/plugin.php:126
505
+ msgid "Shows page-specific plugins in the administration menus"
506
+ msgstr "Vis side-specifikke plugins i administrationsmenuerne"
507
+
508
+ #: d:\wordpress\plugins\headspace2/modules/page/plugin.php:153
509
+ msgid "Plugins"
510
+ msgstr "Plugins"
511
+
512
+ #: d:\wordpress\plugins\headspace2/modules/page/raw.php:43
513
+ #: d:\wordpress\plugins\headspace2/modules/page/raw.php:55
514
+ msgid "Raw data"
515
+ msgstr "Rå data"
516
+
517
+ #: d:\wordpress\plugins\headspace2/modules/page/raw.php:48
518
+ msgid "Allows raw data to be inserted into the page meta section"
519
+ msgstr "Tillader indsættelse af rå data i sidens meta-afsnit"
520
+
521
+ #: d:\wordpress\plugins\headspace2/modules/page/rss_name.php:57
522
+ #: d:\wordpress\plugins\headspace2/modules/page/rss_name.php:76
523
+ msgid "RSS Name"
524
+ msgstr "RSS-navn"
525
+
526
+ #: d:\wordpress\plugins\headspace2/modules/page/rss_name.php:62
527
+ msgid "Allows site RSS name to be changed"
528
+ msgstr "Tillader ændring af sidens RSS-navn"
529
+
530
+ #: d:\wordpress\plugins\headspace2/modules/page/rss_tagline.php:57
531
+ msgid "RSS Description"
532
+ msgstr "RSS-beskrivelse"
533
+
534
+ #: d:\wordpress\plugins\headspace2/modules/page/rss_tagline.php:62
535
+ msgid "Allows site RSS description to be changed"
536
+ msgstr "Tillader ændring af sidens RSS-beskrivelse"
537
+
538
+ #: d:\wordpress\plugins\headspace2/modules/page/rss_tagline.php:76
539
+ msgid "RSS Desc."
540
+ msgstr "RSS-beskrivelse"
541
+
542
+ #: d:\wordpress\plugins\headspace2/modules/page/site_name.php:63
543
+ msgid "Allows site name to be changed (i.e your blog name)"
544
+ msgstr "Tillader ændring af sidens navn (dvs. blog navn)"
545
+
546
+ #: d:\wordpress\plugins\headspace2/modules/page/site_tagline.php:56
547
+ #: d:\wordpress\plugins\headspace2/modules/page/site_tagline.php:75
548
+ msgid "Site Tagline"
549
+ msgstr "Webstedets slogan"
550
+
551
+ #: d:\wordpress\plugins\headspace2/modules/page/site_tagline.php:61
552
+ msgid "Allows site description to be changed (i.e. the tagline)"
553
+ msgstr "Tillader ændring af websteds-beskrivelsen (dvs. tagline)"
554
+
555
+ #: d:\wordpress\plugins\headspace2/modules/page/stylesheet.php:61
556
+ #: d:\wordpress\plugins\headspace2/modules/page/stylesheet.php:78
557
+ msgid "Stylesheets"
558
+ msgstr "StyleSheets (typografiark)"
559
+
560
+ #: d:\wordpress\plugins\headspace2/modules/page/stylesheet.php:66
561
+ msgid "Allows CSS stylesheets to be added to a page"
562
+ msgstr "Tillader tilføjelse af CSS-stylesheets (typografiark) til sider"
563
+
564
+ #: d:\wordpress\plugins\headspace2/modules/page/stylesheet.php:113
565
+ msgid "Do not output CSS"
566
+ msgstr "Anvend ikke CSS-formattering"
567
+
568
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:128
569
+ msgid "<p>Tags: "
570
+ msgstr "<p>Tags:"
571
+
572
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:163
573
+ msgid "Allows tags to be added to pages"
574
+ msgstr "Tillader tilføjelse af tags til sider"
575
+
576
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:172
577
+ msgid "Force tags in posts"
578
+ msgstr "Gennemtving visning af tags i indlæg"
579
+
580
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:175
581
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:185
582
+ msgid "No"
583
+ msgstr "Nej"
584
+
585
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:176
586
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:186
587
+ msgid "Yes"
588
+ msgstr "Ja"
589
+
590
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:178
591
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:188
592
+ msgid "Your theme may overrule this setting"
593
+ msgstr "Dit tema tilsidesætter måske denne indstilling"
594
+
595
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:182
596
+ msgid "Force tags in pages"
597
+ msgstr "Gennemtving visning af tags på sider"
598
+
599
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:192
600
+ msgid "Show pages"
601
+ msgstr "Vis sider"
602
+
603
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:195
604
+ msgid "Show pages in tag archives"
605
+ msgstr "Vis sider i tag-arkiver"
606
+
607
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:199
608
+ msgid "Yahoo ZoneTag"
609
+ msgstr "Yahoo ZoneTag"
610
+
611
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:202
612
+ msgid "enable"
613
+ msgstr "aktivér"
614
+
615
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:297
616
+ msgid "Suggested tags"
617
+ msgstr "Foreslåede tags"
618
+
619
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:299
620
+ msgid "add all"
621
+ msgstr "tilføj alle"
622
+
623
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:300
624
+ msgid "suggest"
625
+ msgstr "foreslå"
626
+
627
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:302
628
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:330
629
+ msgid "Yahoo"
630
+ msgstr "Yahoo"
631
+
632
+ #: d:\wordpress\plugins\headspace2/modules/page/tags.php:328
633
+ msgid "Suggest tags based on content"
634
+ msgstr "Foreslå tags baseret på indhold"
635
+
636
+ #: d:\wordpress\plugins\headspace2/modules/page/theme.php:69
637
+ msgid "Page-specific Theme"
638
+ msgstr "Sidespecifikke temaer"
639
+
640
+ #: d:\wordpress\plugins\headspace2/modules/page/theme.php:81
641
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
642
+ msgstr "Tillader et tilpasset side-specifikt tema at tilsidesætte standardtemaet"
643
+
644
+ #: d:\wordpress\plugins\headspace2/modules/page/theme.php:89
645
+ msgid "Theme"
646
+ msgstr "Tema"
647
+
648
+ #: d:\wordpress\plugins\headspace2/modules/page/theme.php:92
649
+ msgid "Current theme"
650
+ msgstr "Aktuelle tema"
651
+
652
+ #: d:\wordpress\plugins\headspace2/modules/site/103bees.php:31
653
+ msgid "103bees"
654
+ msgstr "103bees"
655
+
656
+ #: d:\wordpress\plugins\headspace2/modules/site/103bees.php:36
657
+ msgid "Adds 103bees tracking code to all pages"
658
+ msgstr "Tilføjer 103bees' sporingskode til alle sider"
659
+
660
+ #: d:\wordpress\plugins\headspace2/modules/site/103bees.php:111
661
+ #: d:\wordpress\plugins\headspace2/modules/site/google_webmaster.php:67
662
+ #: d:\wordpress\plugins\headspace2/modules/site/hittail.php:111
663
+ msgid "Tracking code"
664
+ msgstr "Sporingskode"
665
+
666
+ #: d:\wordpress\plugins\headspace2/modules/site/103bees.php:114
667
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
668
+ msgstr "Gem den fulde JavaScript sporingskode sådan som den vises på din brugerkonto-side i 103bees"
669
+
670
+ #: d:\wordpress\plugins\headspace2/modules/site/103bees.php:118
671
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:254
672
+ #: d:\wordpress\plugins\headspace2/modules/site/apture.php:118
673
+ #: d:\wordpress\plugins\headspace2/modules/site/awstats.php:121
674
+ #: d:\wordpress\plugins\headspace2/modules/site/crazyegg.php:124
675
+ #: d:\wordpress\plugins\headspace2/modules/site/hittail.php:118
676
+ msgid "Who to track"
677
+ msgstr "Hvem skal spores?"
678
+
679
+ #: d:\wordpress\plugins\headspace2/modules/site/103bees.php:121
680
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:257
681
+ #: d:\wordpress\plugins\headspace2/modules/site/apture.php:121
682
+ #: d:\wordpress\plugins\headspace2/modules/site/awstats.php:124
683
+ #: d:\wordpress\plugins\headspace2/modules/site/crazyegg.php:127
684
+ #: d:\wordpress\plugins\headspace2/modules/site/hittail.php:121
685
+ msgid "Everyone"
686
+ msgstr "Alle"
687
+
688
+ #: d:\wordpress\plugins\headspace2/modules/site/103bees.php:127
689
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:264
690
+ #: d:\wordpress\plugins\headspace2/modules/site/apture.php:128
691
+ #: d:\wordpress\plugins\headspace2/modules/site/awstats.php:131
692
+ #: d:\wordpress\plugins\headspace2/modules/site/crazyegg.php:134
693
+ #: d:\wordpress\plugins\headspace2/modules/site/hittail.php:128
694
+ msgid "Users of the specified role or less will be tracked"
695
+ msgstr "Brugere af den specificerede rolle eller lavere vil blive sporet"
696
+
697
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:39
698
+ msgid "Google Analytics"
699
+ msgstr "Google Analytics"
700
+
701
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:44
702
+ msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
703
+ msgstr "Tilføjer Google Analytics sporingskode til alle sider (i <code>wp_footer</code>)"
704
+
705
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:238
706
+ #: d:\wordpress\plugins\headspace2/modules/site/feedburner-stats.php:67
707
+ msgid "Account ID"
708
+ msgstr "Konto-ID"
709
+
710
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:241
711
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
712
+ msgstr "Gem den fulde Google JavaScript sporingskode, eller bare <code>_uacct</code> nummeret."
713
+
714
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:245
715
+ msgid "Version"
716
+ msgstr "Version"
717
+
718
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:248
719
+ msgid "Urchin (urchin.js)"
720
+ msgstr "Urchin (urchin.js)"
721
+
722
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:249
723
+ msgid "New Google Analytics (ga.js)"
724
+ msgstr "Ny Google Analytics (ga.js)"
725
+
726
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:268
727
+ msgid "Track outbound links"
728
+ msgstr "Sporing af udgående links"
729
+
730
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:271
731
+ msgid "Enter the URL you want outbound links tracked to"
732
+ msgstr "Indtast URL'en du vil bruge til at spore udgående links"
733
+
734
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:275
735
+ msgid "Virtual Pages"
736
+ msgstr "Virtuelle sider"
737
+
738
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:278
739
+ msgid "Change what appears in reports"
740
+ msgstr "Ændre hvad der vises i rapporter"
741
+
742
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:282
743
+ msgid "Domain Name"
744
+ msgstr "Domænenavn"
745
+
746
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:285
747
+ msgid "Set to a root domain when tracking across sub-domains"
748
+ msgstr "Angiv hoveddomæne, hvis du udfører sporing på tværs af underdomæner"
749
+
750
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:289
751
+ msgid "Raw Code"
752
+ msgstr "Rå kode"
753
+
754
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:292
755
+ msgid "Enter any additional Google Analytics code"
756
+ msgstr "Indtast evt. yderligere Google Analytics-kode"
757
+
758
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:296
759
+ msgid "Include on login page"
760
+ msgstr "Medtag på login-side"
761
+
762
+ #: d:\wordpress\plugins\headspace2/modules/site/analytics.php:299
763
+ msgid "Include Google Analytics on the WordPress login page"
764
+ msgstr "Medtag Google Analytics sporingskode på WordPress' login-side"
765
+
766
+ #: d:\wordpress\plugins\headspace2/modules/site/apture.php:31
767
+ msgid "Apture"
768
+ msgstr "Apture"
769
+
770
+ #: d:\wordpress\plugins\headspace2/modules/site/apture.php:36
771
+ msgid "Add Apture to all pages"
772
+ msgstr "Tilføjer Apture sporingskode til alle sider"
773
+
774
+ #: d:\wordpress\plugins\headspace2/modules/site/apture.php:111
775
+ msgid "Site token"
776
+ msgstr "Kendemærke for webstedet"
777
+
778
+ #: d:\wordpress\plugins\headspace2/modules/site/apture.php:114
779
+ msgid "Enter your site token."
780
+ msgstr "Indtast din site-kendemærke (token)"
781
+
782
+ #: d:\wordpress\plugins\headspace2/modules/site/awstats.php:31
783
+ msgid "AWStats JavaScript Tracking"
784
+ msgstr "AWStats JavaScript Tracking"
785
+
786
+ #: d:\wordpress\plugins\headspace2/modules/site/awstats.php:36
787
+ msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
788
+ msgstr "Tilføjer AWStats' JavaScript-sporing til alle sider (via <code>wp_footer</code>)"
789
+
790
+ #: d:\wordpress\plugins\headspace2/modules/site/crazyegg.php:33
791
+ msgid "CrazyEgg"
792
+ msgstr "CrazyEgg"
793
+
794
+ #: d:\wordpress\plugins\headspace2/modules/site/crazyegg.php:38
795
+ msgid "Adds CrazyEgg tracking code to all pages"
796
+ msgstr "Tilføjer CrazyEgg-sporingskode til alle sider"
797
+
798
+ #: d:\wordpress\plugins\headspace2/modules/site/crazyegg.php:117
799
+ msgid "CrazyEgg ID"
800
+ msgstr "CrazyEgg ID"
801
+
802
+ #: d:\wordpress\plugins\headspace2/modules/site/crazyegg.php:120
803
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
804
+ msgstr "Indtast din fulde <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg kode</a>"
805
+
806
+ #: d:\wordpress\plugins\headspace2/modules/site/disable_visual_editing.php:28
807
+ msgid "Disable Visual Editing"
808
+ msgstr "Deaktivér den visuelle editor"
809
+
810
+ #: d:\wordpress\plugins\headspace2/modules/site/disable_visual_editing.php:33
811
+ msgid "Disable visual editing"
812
+ msgstr "Deaktivér den visuelle editor"
813
+
814
+ #: d:\wordpress\plugins\headspace2/modules/site/feedburner-stats.php:30
815
+ msgid "Feedburner Stats Pro"
816
+ msgstr "Feedburner Stats Pro"
817
+
818
+ #: d:\wordpress\plugins\headspace2/modules/site/feedburner-stats.php:35
819
+ msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
820
+ msgstr "Tilføjer den nødvendige kode, som aktiverer Feedburner Stats Pro, til dine indlæg"
821
+
822
+ #: d:\wordpress\plugins\headspace2/modules/site/feedburner-stats.php:70
823
+ msgid "This is your FeedBurner username"
824
+ msgstr "Dette er din Feedburner-brugernavn"
825
+
826
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:34
827
+ msgid "First Time Visitor"
828
+ msgstr "Førstegangsbesøgende"
829
+
830
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:39
831
+ msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
832
+ msgstr "Vis en besked til førstegangsbesøgende (efter idé fra Seth Godin)"
833
+
834
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:93
835
+ #, php-format
836
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
837
+ msgstr "<p>Da du er ny besøgende, vil jeg gøre opmærksom på, at du kan abonnere på mit <a href=\"%s/feed/\">RSS</a> feed.</p>"
838
+
839
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:119
840
+ msgid "Message to display"
841
+ msgstr "Besked, der skal vises"
842
+
843
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:125
844
+ msgid "Repeat"
845
+ msgstr "Gentag"
846
+
847
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:126
848
+ msgid "Enter 0 for always"
849
+ msgstr "Angiv 0 for altid"
850
+
851
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:129
852
+ msgid "Display position"
853
+ msgstr "Vis-position"
854
+
855
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:132
856
+ msgid "Before content"
857
+ msgstr "Før indhold"
858
+
859
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:133
860
+ msgid "After content"
861
+ msgstr "Efter indhold"
862
+
863
+ #: d:\wordpress\plugins\headspace2/modules/site/first-time-visitor.php:138
864
+ msgid "Ignore Bots"
865
+ msgstr "Ignorér søgemaskiner"
866
+
867
+ #: d:\wordpress\plugins\headspace2/modules/site/frame-breaker.php:32
868
+ msgid "Frame Breaker"
869
+ msgstr "Frame Breaker"
870
+
871
+ #: d:\wordpress\plugins\headspace2/modules/site/frame-breaker.php:37
872
+ msgid "Stops your site being loaded in a frame."
873
+ msgstr "Forhindrer, at dit site bliver indlæst i en frame"
874
+
875
+ #: d:\wordpress\plugins\headspace2/modules/site/google-ad-wrap.php:28
876
+ msgid "Google Section Targeting"
877
+ msgstr "Google Section Targeting"
878
+
879
+ #: d:\wordpress\plugins\headspace2/modules/site/google-ad-wrap.php:33
880
+ msgid "Wraps all post and page content inside a Google targeted section"
881
+ msgstr "Ombryd alt indlæg- og sideindhold inde i en Google-targeted section"
882
+
883
+ #: d:\wordpress\plugins\headspace2/modules/site/google_webmaster.php:30
884
+ msgid "Google Webmaster"
885
+ msgstr "Google Webmaster"
886
+
887
+ #: d:\wordpress\plugins\headspace2/modules/site/google_webmaster.php:35
888
+ msgid "Adds Google Webmaster tracking code to your home page"
889
+ msgstr "Tilføjer Google Webmaster-sporingskode til din hjemmeside"
890
+
891
+ #: d:\wordpress\plugins\headspace2/modules/site/google_webmaster.php:70
892
+ msgid "Enter Google Webmaster tracking code."
893
+ msgstr "Indtast Google Webmaster's sporingskode"
894
+
895
+ #: d:\wordpress\plugins\headspace2/modules/site/hittail.php:31
896
+ msgid "HitTail"
897
+ msgstr "HitTail"
898
+
899
+ #: d:\wordpress\plugins\headspace2/modules/site/hittail.php:36
900
+ msgid "Adds HitTail tracking code to all pages"
901
+ msgstr "Tilføjer HitTrails-sporingskode til alle sider"
902
+
903
+ #: d:\wordpress\plugins\headspace2/modules/site/hittail.php:114
904
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
905
+ msgstr "Indfør den fulde JavaScript-sporingskode, som HitTail stiller til rådighed."
906
+
907
+ #: d:\wordpress\plugins\headspace2/modules/site/microsoft-live.php:30
908
+ msgid "Microsoft Live Verification"
909
+ msgstr "Microsoft Live Verification"
910
+
911
+ #: d:\wordpress\plugins\headspace2/modules/site/microsoft-live.php:35
912
+ msgid "Adds Microsoft Live verification code to your home page"
913
+ msgstr "Tilføjer Microsoft Live-verifikationskode til din hjemmeside"
914
+
915
+ #: d:\wordpress\plugins\headspace2/modules/site/microsoft-live.php:67
916
+ msgid "Verification code"
917
+ msgstr "Verifikationskode"
918
+
919
+ #: d:\wordpress\plugins\headspace2/modules/site/microsoft-live.php:70
920
+ msgid "Enter Microsoft Live verification code."
921
+ msgstr "Indtast Microsoft Live's verifikationskode"
922
+
923
+ #: d:\wordpress\plugins\headspace2/modules/site/mint.php:33
924
+ msgid "Mint"
925
+ msgstr "Mint"
926
+
927
+ #: d:\wordpress\plugins\headspace2/modules/site/mint.php:38
928
+ msgid "Adds Mint tracking code to all pages"
929
+ msgstr "Tilføjer Mint-sporingskode til alle sider"
930
+
931
+ #: d:\wordpress\plugins\headspace2/modules/site/mint.php:121
932
+ msgid "Mint path"
933
+ msgstr "Mint-sti"
934
+
935
+ #: d:\wordpress\plugins\headspace2/modules/site/mint.php:124
936
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
937
+ msgstr "Indtast den relative URL til din Mint-installation (f.eks. <code>/mint/</code>)."
938
+
939
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:33
940
+ msgid "Page Counts"
941
+ msgstr "Sidetælling"
942
+
943
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:38
944
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
945
+ msgstr "Tilpas antallet af indlæg vist på arkiv og sider med søgeresultater, og beslut, om hele indholdet eller uddragget skal vises"
946
+
947
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:116
948
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:128
949
+ msgid "posts, showing the"
950
+ msgstr "indlæg; brug følgende visning:"
951
+
952
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:118
953
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:130
954
+ msgid "default"
955
+ msgstr "standard"
956
+
957
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:119
958
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:131
959
+ msgid "content"
960
+ msgstr "indhold"
961
+
962
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:120
963
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:132
964
+ msgid "excerpt"
965
+ msgstr "uddrag"
966
+
967
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:122
968
+ msgid "(set number of posts to 0 for theme default)"
969
+ msgstr "(Sæt antal indlæg til 0 for at bruge temaets standard)"
970
+
971
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:126
972
+ msgid "Searches"
973
+ msgstr "Søgninger"
974
+
975
+ #: d:\wordpress\plugins\headspace2/modules/site/page_counts.php:134
976
+ msgid "set number of posts to 0 for theme default"
977
+ msgstr "Sæt antal indlæg til 0 for tema-standard"
978
+
979
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:37
980
+ msgid "Piwik"
981
+ msgstr "Piwik"
982
+
983
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:42
984
+ msgid "Adds Piwik tracking code to all pages"
985
+ msgstr "Tilføjer Piwik-sporingskode til alle sider"
986
+
987
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:180
988
+ msgid "Piwik Site ID"
989
+ msgstr "Piwiks Site-ID"
990
+
991
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:183
992
+ msgid "If you are monitoring multiple sites this allows you to identify each"
993
+ msgstr "Har du overvågning på flere hjemmesider, kan du identificere hvert enkelt her"
994
+
995
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:187
996
+ msgid "Piwik PHP"
997
+ msgstr "Piwik-PHP"
998
+
999
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:190
1000
+ msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
1001
+ msgstr "Placering af Piwik-PHP-filen (dvs. <code>/piwik/piwik.php</code>)"
1002
+
1003
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:194
1004
+ msgid "Piwik JavaScript"
1005
+ msgstr "Piwik-JavaScript"
1006
+
1007
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:197
1008
+ msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
1009
+ msgstr "Placeringen af Piwik-JavaScript-filen (dvs. <code>/piwik/piwik.js</code>)"
1010
+
1011
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:201
1012
+ msgid "Track downloads"
1013
+ msgstr "Spor downloads"
1014
+
1015
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:204
1016
+ msgid "Clear to disable download tracking"
1017
+ msgstr "Fjern, hvis du vil deaktivere sporing af downloads"
1018
+
1019
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:204
1020
+ msgid "reset to default"
1021
+ msgstr "nulstil til standard"
1022
+
1023
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:208
1024
+ msgid "Tracker pause"
1025
+ msgstr "Sporingspause"
1026
+
1027
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:211
1028
+ msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
1029
+ msgstr "En pause (i millisekunder), der tilføjes, når en fil downloades. Lave værdier spores måske ikke"
1030
+
1031
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:215
1032
+ msgid "Host aliases"
1033
+ msgstr "Værts-aliasser (hosts)"
1034
+
1035
+ #: d:\wordpress\plugins\headspace2/modules/site/piwik.php:218
1036
+ msgid "Enter each host on a separate line"
1037
+ msgstr "Angiv hver vært på en separat linje"
1038
+
1039
+ #: d:\wordpress\plugins\headspace2/modules/site/statcounter.php:35
1040
+ msgid "StatCounter"
1041
+ msgstr "StatCounter"
1042
+
1043
+ #: d:\wordpress\plugins\headspace2/modules/site/statcounter.php:40
1044
+ msgid "Adds StatCounter tracking code to all pages"
1045
+ msgstr "Tilføjer StatCounter-sporingskode til alle sider"
1046
+
1047
+ #: d:\wordpress\plugins\headspace2/modules/site/statcounter.php:136
1048
+ msgid "Project ID"
1049
+ msgstr "Project-ID"
1050
+
1051
+ #: d:\wordpress\plugins\headspace2/modules/site/statcounter.php:142
1052
+ msgid "Partition ID"
1053
+ msgstr "Partition-ID"
1054
+
1055
+ #: d:\wordpress\plugins\headspace2/modules/site/statcounter.php:148
1056
+ msgid "Security ID"
1057
+ msgstr "Sikkerheds-id"
1058
+
1059
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:32
1060
+ msgid "System Settings"
1061
+ msgstr "Systemindstillinger"
1062
+
1063
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:37
1064
+ msgid "Configure PHP memory limits, time-outs, and error reporting"
1065
+ msgstr "Konfigurér hukommelsesbegrænsning, time-outs og fejlrapportering i PHP"
1066
+
1067
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:84
1068
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:94
1069
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:99
1070
+ msgid "System default"
1071
+ msgstr "Systemstandard"
1072
+
1073
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:85
1074
+ msgid "30 seconds"
1075
+ msgstr "30 sekunder"
1076
+
1077
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:86
1078
+ msgid "60 seconds"
1079
+ msgstr "60 sekunder"
1080
+
1081
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:87
1082
+ msgid "10 minutes"
1083
+ msgstr "10 minutter"
1084
+
1085
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:88
1086
+ msgid "1 hour"
1087
+ msgstr "1 time"
1088
+
1089
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:89
1090
+ msgid "No timeout limit"
1091
+ msgstr "Ingen timeout"
1092
+
1093
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:100
1094
+ msgid "Show only errors"
1095
+ msgstr "Vis kun fejl"
1096
+
1097
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:101
1098
+ msgid "Show all errors &amp; warnings"
1099
+ msgstr "Vis alle fejl &amp; advarsler"
1100
+
1101
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:102
1102
+ msgid "Show no errors or warnings"
1103
+ msgstr "Vis ingen fejl eller advarsler"
1104
+
1105
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:106
1106
+ msgid "Memory Limit"
1107
+ msgstr "Hukommelsesbegrænsning"
1108
+
1109
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:116
1110
+ msgid "PHP Script Timeout"
1111
+ msgstr "Timeout for PHP-script"
1112
+
1113
+ #: d:\wordpress\plugins\headspace2/modules/site/system-settings.php:126
1114
+ msgid "PHP Error Reporting"
1115
+ msgstr "Fejlrapportering i PHP"
1116
+
1117
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:30
1118
+ msgid "Disable WordPress Widgets"
1119
+ msgstr "Deaktivér WordPress-widgets"
1120
+
1121
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:35
1122
+ msgid "Allows you to enable or disable various WordPress Widgets"
1123
+ msgstr "Lader dig aktivere eller deaktivere forskellige WordPress-widgets"
1124
+
1125
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:61
1126
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:62
1127
+ msgid "Pages"
1128
+ msgstr "Sider"
1129
+
1130
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:67
1131
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:68
1132
+ msgid "Calendar"
1133
+ msgstr "Kalender"
1134
+
1135
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:79
1136
+ msgid "Links"
1137
+ msgstr "Links"
1138
+
1139
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:84
1140
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:85
1141
+ msgid "Meta"
1142
+ msgstr "Meta"
1143
+
1144
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:90
1145
+ msgid "Search"
1146
+ msgstr "Søg"
1147
+
1148
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:95
1149
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:96
1150
+ msgid "Recent Posts"
1151
+ msgstr "Seneste indlæg"
1152
+
1153
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:101
1154
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:102
1155
+ msgid "Tag Cloud"
1156
+ msgstr "Tags i sky-format (Tag Cloud)"
1157
+
1158
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:141
1159
+ msgid "categories"
1160
+ msgstr "kategorier"
1161
+
1162
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:142
1163
+ msgid "text"
1164
+ msgstr "tekst"
1165
+
1166
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:143
1167
+ msgid "rss"
1168
+ msgstr "RSS"
1169
+
1170
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:144
1171
+ msgid "recent comments"
1172
+ msgstr "seneste kommentarer"
1173
+
1174
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:145
1175
+ msgid "pages"
1176
+ msgstr "sider"
1177
+
1178
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:146
1179
+ msgid "search"
1180
+ msgstr "søg"
1181
+
1182
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:147
1183
+ msgid "calendar"
1184
+ msgstr "kalender"
1185
+
1186
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:148
1187
+ msgid "archives"
1188
+ msgstr "arkiver"
1189
+
1190
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:149
1191
+ msgid "links"
1192
+ msgstr "links"
1193
+
1194
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:150
1195
+ msgid "meta"
1196
+ msgstr "meta"
1197
+
1198
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:151
1199
+ msgid "recent entries"
1200
+ msgstr "seneste optegnelser"
1201
+
1202
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:152
1203
+ msgid "tag cloud"
1204
+ msgstr "Tags i sky-format"
1205
+
1206
+ #: d:\wordpress\plugins\headspace2/modules/site/widgets.php:156
1207
+ msgid "Enabled Widgets"
1208
+ msgstr "Aktiverede widgets"
1209
+
1210
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:32
1211
+ msgid "WordPress content formatting"
1212
+ msgstr "WordPress-indholdsformatering"
1213
+
1214
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:37
1215
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
1216
+ msgstr "Tillader dig at aktivere eller deaktivere forskellige WordPress-auto-formateringer (inkl. wpautop)"
1217
+
1218
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:91
1219
+ msgid "Auto-formatting"
1220
+ msgstr "Auto-formatering"
1221
+
1222
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:94
1223
+ msgid "Use <code>wpautop</code> to format paragraphs"
1224
+ msgstr "Brug <code>wpautop</code> til at formatere afsnit"
1225
+
1226
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:98
1227
+ msgid "Auto-fancy quotes"
1228
+ msgstr "Auto-smarte citater"
1229
+
1230
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:101
1231
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
1232
+ msgstr "Brug <code>wptexturize</code> til at lave citater om til smarte citater (fancy quotes)"
1233
+
1234
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:105
1235
+ msgid "Auto-link"
1236
+ msgstr "Auto-link"
1237
+
1238
+ #: d:\wordpress\plugins\headspace2/modules/site/wp_formatting.php:108
1239
+ msgid "Makes links clickable in comments"
1240
+ msgstr "Gør kommentar-links klikbare"
1241
+
1242
+ #: d:\wordpress\plugins\headspace2/modules/site/yahoo-site-explorer.php:30
1243
+ msgid "Yahoo! Site Explorer"
1244
+ msgstr "Yahoo! Site Explorer"
1245
+
1246
+ #: d:\wordpress\plugins\headspace2/modules/site/yahoo-site-explorer.php:35
1247
+ msgid "Adds Yahoo! Site Explorer tracking code to your home page"
1248
+ msgstr "Tilføjer Yahoo! Site Explorer-sporingskode til din hjemmeside"
1249
+
1250
+ #: d:\wordpress\plugins\headspace2/modules/site/yahoo-site-explorer.php:70
1251
+ msgid "Enter Yahoo! Site Explorer tracking code."
1252
+ msgstr "Indtast Yahoo! Site Explorer-sporingskode"
1253
+
1254
+ #: d:\wordpress\plugins\headspace2/view/admin/edit.php:19
1255
+ msgid "advanced"
1256
+ msgstr "udvidet"
1257
+
1258
+ #: d:\wordpress\plugins\headspace2/view/admin/edit_ajax.php:6
1259
+ msgid "Cancel"
1260
+ msgstr "Annullér"
1261
+
1262
+ #: d:\wordpress\plugins\headspace2/view/admin/edit_category.php:1
1263
+ msgid "HeadSpace Settings"
1264
+ msgstr "HeadSpace-indstillinger"
1265
+
1266
+ #: d:\wordpress\plugins\headspace2/view/admin/edit_category.php:5
1267
+ msgid "Edit Category &raquo;"
1268
+ msgstr "Redigér kategori &raquo;"
1269
+
1270
+ #: d:\wordpress\plugins\headspace2/view/admin/edit_post.php:7
1271
+ msgid "HeadSpace Meta data"
1272
+ msgstr "HeadSpace-meta-data"
1273
+
1274
+ #: d:\wordpress\plugins\headspace2/view/admin/head_admin.php:5
1275
+ msgid "Are you sure you want to merge that tag?"
1276
+ msgstr "Er du sikker på, du vil flette dette tag?"
1277
+
1278
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:3
1279
+ msgid "Special Tags"
1280
+ msgstr "Specielle tags"
1281
+
1282
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:4
1283
+ msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
1284
+ msgstr "Disse tags kan medtages og vil blive erstattet af HeadSpace, når en side vises."
1285
+
1286
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:10
1287
+ msgid "Replaced with the date of the post/page"
1288
+ msgstr "Erstattes med indlæggets/sidens dato"
1289
+
1290
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:11
1291
+ msgid "Replaced with the title of the post/page"
1292
+ msgstr "Erstattes med indlægs-/sidetitlen"
1293
+
1294
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:12
1295
+ msgid "The site's name"
1296
+ msgstr "Erstattes med webstedets navn"
1297
+
1298
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:13
1299
+ msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
1300
+ msgstr "Erstattes med indlæggets/sidens uddrag (eller auto-genereres, hvis det ikke eksisterer)"
1301
+
1302
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:14
1303
+ msgid "Replaced with the post/page excerpt (without auto-generation)"
1304
+ msgstr "Erstattes med indlæggets/sidens uddrag (uden autogenerering)"
1305
+
1306
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:15
1307
+ msgid "Replaced with the current tag/tags"
1308
+ msgstr "Erstattes med de aktuelle tag(s)"
1309
+
1310
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:16
1311
+ msgid "Replaced with the post categories (comma separated)"
1312
+ msgstr "Erstattes med indlæggets kategorier (komma-separeret)"
1313
+
1314
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:17
1315
+ msgid "Replaced with the category description"
1316
+ msgstr "Erstattes med beskrivelsen af kategorien"
1317
+
1318
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:18
1319
+ msgid "Replaced with the post/page modified time"
1320
+ msgstr "Erstattes med indlæggets/sidens tidspunkt for seneste ændring"
1321
+
1322
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:19
1323
+ msgid "Replaced with the post/page ID"
1324
+ msgstr "Erstattes med indlæggets/sidens ID"
1325
+
1326
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:20
1327
+ msgid "Replaced with the post/page author's 'nicename'"
1328
+ msgstr "Erstattes med indlægsforfatterens/sideforfatterens kælenavn ('nicename' )"
1329
+
1330
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:21
1331
+ msgid "Replaced with the post/page author's userid"
1332
+ msgstr "Erstattes med indlægsforfatterens/sideforfatterens bruger-id"
1333
+
1334
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:22
1335
+ msgid "Replaced with the current search phrase"
1336
+ msgstr "Erstattes med den aktuelle søgefrase"
1337
+
1338
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:23
1339
+ msgid "Replaced with the current time"
1340
+ msgstr "Erstattes med det aktuelle tidspunkt"
1341
+
1342
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:24
1343
+ msgid "Replaced with the current date"
1344
+ msgstr "Erstattes med den aktuelle dato"
1345
+
1346
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:25
1347
+ msgid "Replaced with the current month"
1348
+ msgstr "Erstattes med den aktuelle måned"
1349
+
1350
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:26
1351
+ msgid "Replaced with the current year"
1352
+ msgstr "Erstattes med det aktuelle år"
1353
+
1354
+ #: d:\wordpress\plugins\headspace2/view/admin/help.php:27
1355
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
1356
+ msgstr "Erstattes med det aktuelle sidenummer (f.eks. side 2 af 4)"
1357
+
1358
+ #: d:\wordpress\plugins\headspace2/view/admin/import.php:3
1359
+ #, php-format
1360
+ msgid "%s | Import"
1361
+ msgstr "%s | Import"
1362
+
1363
+ #: d:\wordpress\plugins\headspace2/view/admin/import.php:7
1364
+ 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."
1365
+ msgstr "Denne side tillader dig at importere meta-data fra andre WordPress-plugins. De andre plugins behøver ikke være aktiverede for at importen virker."
1366
+
1367
+ #: d:\wordpress\plugins\headspace2/view/admin/import.php:18
1368
+ #: d:\wordpress\plugins\headspace2/view/admin/submenu.php:7
1369
+ msgid "Import"
1370
+ msgstr "Importér"
1371
+
1372
+ #: d:\wordpress\plugins\headspace2/view/admin/import.php:19
1373
+ msgid "Import and remove original data"
1374
+ msgstr "Importér og fjern original data"
1375
+
1376
+ #: d:\wordpress\plugins\headspace2/view/admin/import.php:19
1377
+ msgid "(not available in UTW and Simple Tagging)"
1378
+ msgstr "(ikke tilgængelig i UTW og Simple Tagging)"
1379
+
1380
+ #: d:\wordpress\plugins\headspace2/view/admin/import.php:22
1381
+ 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."
1382
+ msgstr "Som med alt andet, som ændrer din database, anbefales det at <strong>sikkerhedskopiere dine data før import</strong>. Vi påtager os intet ansvar for killinger, som må blive myrdet i processen."
1383
+
1384
+ #: d:\wordpress\plugins\headspace2/view/admin/mass_edit.php:25
1385
+ msgid "Filter"
1386
+ msgstr "Filtrér"
1387
+
1388
+ #: d:\wordpress\plugins\headspace2/view/admin/mass_edit.php:62
1389
+ msgid "Save all data"
1390
+ msgstr "Gem alle data"
1391
+
1392
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:4
1393
+ #, php-format
1394
+ msgid "%s | Page Modules"
1395
+ msgstr "%s | Sidemoduler"
1396
+
1397
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:8
1398
+ 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."
1399
+ msgstr "Sidemoduler gælder for enkelte sider. Træk-og-slip moduler ind i det ønskede område. Rækkefølgen på modulerne kan ændres, så de får ny position på redigeringsskærmen."
1400
+
1401
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:12
1402
+ msgid "Simple"
1403
+ msgstr "Simpel"
1404
+
1405
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:13
1406
+ msgid "Modules will always appear on edit screens"
1407
+ msgstr "Disse moduler vises altid i redigeringsområderne"
1408
+
1409
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:18
1410
+ msgid "Advanced"
1411
+ msgstr "Udvidet"
1412
+
1413
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:19
1414
+ msgid "Modules will be hidden behind a link"
1415
+ msgstr "Disse moduler skjules bag et link"
1416
+
1417
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:29
1418
+ msgid "Disabled"
1419
+ msgstr "Deaktiveret"
1420
+
1421
+ #: d:\wordpress\plugins\headspace2/view/admin/modules.php:30
1422
+ msgid "Modules are disabled and do not appear"
1423
+ msgstr "Disse moduler er deaktiverede og vises ikke"
1424
+
1425
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:4
1426
+ #, php-format
1427
+ msgid "%s | General Options"
1428
+ msgstr "%s | Generelle indstillinger"
1429
+
1430
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:13
1431
+ msgid "Inherit settings"
1432
+ msgstr "Nedarv indstillinger"
1433
+
1434
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:17
1435
+ msgid "Inherit from global settings"
1436
+ msgstr "Globale indstillinger \"arves\", dvs. de anvendes på moduler med snævrere anvendelse (scope)"
1437
+
1438
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:21
1439
+ msgid "Process excerpt with plugins"
1440
+ msgstr "Giv plugins adgang til uddrag"
1441
+
1442
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:25
1443
+ msgid "Will allow plugins to modify generated excerpts"
1444
+ msgstr "Tillader plugins at ændre genererede uddrag"
1445
+
1446
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:29
1447
+ msgid "Plugin Support"
1448
+ msgstr "Pluginsupport"
1449
+
1450
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:32
1451
+ msgid "I'm a nice person and I have helped support the author of this plugin"
1452
+ msgstr "Jeg er et flinkt menneske og har bidraget med støtte til forfatteren af dette plugin"
1453
+
1454
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:36
1455
+ msgid "Debug"
1456
+ msgstr "Debug"
1457
+
1458
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:40
1459
+ msgid "Enable debug option"
1460
+ msgstr "Aktiverer debug-funktionen"
1461
+
1462
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:46
1463
+ msgid "Update Options &raquo;"
1464
+ msgstr "Opdatér indstillinger"
1465
+
1466
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:54
1467
+ msgid "Remove HeadSpace"
1468
+ msgstr "Fjern HeadSpace"
1469
+
1470
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:56
1471
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
1472
+ msgstr "Dette valg vil fjerne HeadSpace og slette alle indstillinger, tags og meta-data - gør det kun, hvis du er sikker på, at det er det, du ønsker!"
1473
+
1474
+ #: d:\wordpress\plugins\headspace2/view/admin/options.php:61
1475
+ msgid "Delete HeadSpace"
1476
+ msgstr "Slet HeadSpace"
1477
+
1478
+ #: d:\wordpress\plugins\headspace2/view/admin/settings.php:4
1479
+ #, php-format
1480
+ msgid "%s | Page Settings"
1481
+ msgstr "%s | Sideindstillinger"
1482
+
1483
+ #: d:\wordpress\plugins\headspace2/view/admin/settings.php:8
1484
+ msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
1485
+ msgstr "Klik på sidetypen for at ændre indstillinger. Du kan aktivere yderligere moduler og få flere valg."
1486
+
1487
+ #: d:\wordpress\plugins\headspace2/view/admin/settings.php:20
1488
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1489
+ msgstr "Indstillinger kan gøre gældende for specifikke indlæg &amp; sider fra <strong>Redigér indlæg</strong>-siden, og til specifikke kategorier fra <strong>Redigér kategori</strong>-siden."
1490
+
1491
+ #: d:\wordpress\plugins\headspace2/view/admin/site_modules.php:2
1492
+ #, php-format
1493
+ msgid "%s | Site Modules"
1494
+ msgstr "%s | Webstedsmoduler"
1495
+
1496
+ #: d:\wordpress\plugins\headspace2/view/admin/site_modules.php:6
1497
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1498
+ msgstr "Webstedsmoduler gælder for dit websted som helhed. Kun valgte moduler vil blive anvendt (når disse er korrekt konfigurerede)."
1499
+
1500
+ #: d:\wordpress\plugins\headspace2/view/admin/submenu.php:3
1501
+ msgid "Page Settings"
1502
+ msgstr "Sideindstillinger"
1503
+
1504
+ #: d:\wordpress\plugins\headspace2/view/admin/submenu.php:4
1505
+ msgid "Page Modules"
1506
+ msgstr "Sidemoduler"
1507
+
1508
+ #: d:\wordpress\plugins\headspace2/view/admin/submenu.php:5
1509
+ msgid "Site Modules"
1510
+ msgstr "Webstedsmoduler"
1511
+
1512
+ #: d:\wordpress\plugins\headspace2/view/admin/submenu.php:6
1513
+ msgid "Options"
1514
+ msgstr "Indstillinger"
1515
+
1516
+ #: d:\wordpress\plugins\headspace2/view/admin/support.php:2
1517
+ msgid "HeadSpace Support"
1518
+ msgstr "HeadSpace-support"
1519
+
1520
+ #: d:\wordpress\plugins\headspace2/view/admin/support.php:4
1521
+ 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 $8</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."
1522
+ msgstr "HeadSpace har krævet meget tid og stort arbejde at udvikle. Hvis du har haft gavn heraf, kan du støtte udviklingen ved at <strong>give et lille bidrag på $8</strong>. Det vil give tilskyndelse til fortsat at udvikle pluginnet, yde utallige timers support, og tilføje de nye funktioner, som der bliver foreslået."
1523
+
1524
+ #: d:\wordpress\plugins\headspace2/view/admin/support.php:25
1525
+ 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>."
1526
+ msgstr "En anden mulighed, hvis du kan flere sprog, er at overveje at oversætte pluginnet. Alle de nødvendige sprogfiler er inkluderet i HeadSpace. Jeg har skrevet en <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">komplet guide til oversættelsesprocessen</a>."
1527
+
1528
+ #: d:\wordpress\plugins\headspace2/view/admin/support.php:27
1529
+ msgid "This notice will only be shown at periodic intervals and can be disabled easily."
1530
+ msgstr "Denne besked vises kun med tilbagevendende intervaller og kan let deaktiveres."
1531
+
1532
+ #: d:\wordpress\plugins\headspace2/view/admin/version.php:2
1533
+ msgid "HeadSpace2 News"
1534
+ msgstr "HeadSpace2-nyheder"
1535
+
1536
+ #: d:\wordpress\plugins\headspace2/view/admin/version.php:5
1537
+ #, php-format
1538
+ msgid "%s ago"
1539
+ msgstr "%s siden"
1540
+
1541
+ #~ msgid "Add Plugin"
1542
+ #~ msgstr "Tilføj plugin"
1543
+ #~ msgid "Add tags to dictionary"
1544
+ #~ msgstr "Tilføj tags til ordbog"
1545
+ #~ msgid ""
1546
+ #~ "Adds additional functions to allow blogging tools such as Ecto to use "
1547
+ #~ "tagging"
1548
+ #~ msgstr ""
1549
+ #~ "Tilføjer yderligere funktioner for at tillade blogging værktøjer som Ecto "
1550
+ #~ "at bruge tagging"
1551
+ #~ msgid "Alphabetically order tags"
1552
+ #~ msgstr "sortér tags alfabetisk"
1553
+ #~ msgid "Always"
1554
+ #~ msgstr "Altid"
1555
+ #~ msgid "Automatically add new tags to dictionary"
1556
+ #~ msgstr "Tilføj automatisk nye tags til ordbogen "
1557
+ #~ msgid "Check for updates"
1558
+ #~ msgstr "Tjeck efter opdateringer"
1559
+ #~ msgid "Check for updates from within HeadSpace"
1560
+ #~ msgstr "Tjeck efter opdateringer indenfor HeadSpace"
1561
+ #~ msgid "Dictionary"
1562
+ #~ msgstr "Orbog"
1563
+ #~ msgid "Mass Edit Meta-data"
1564
+ #~ msgstr "Masseredigér meta data"
1565
+ #~ msgid "Modules"
1566
+ #~ msgstr "Moduler"
1567
+ #~ msgid "Never"
1568
+ #~ msgstr "Aldrig"
1569
+ #~ msgid "No Index/No Follow"
1570
+ #~ msgstr "No Index (indeksér ikke) / No Follow (følg ikke)"
1571
+ #~ msgid "RPC support for Ecto"
1572
+ #~ msgstr "RPC understøttelse for Ecto"
1573
+ #~ msgid "Save module order"
1574
+ #~ msgstr "Gem modul-rækkefølge"
1575
+ #~ msgid "Simple Tags"
1576
+ #~ msgstr "Simple tags"
1577
+ #~ msgid "Tag separator"
1578
+ #~ msgstr "Tag separator"
1579
+ #~ msgid "Tags (keywords)"
1580
+ #~ msgstr "Tags (keywords)"
1581
+ #~ msgid ""
1582
+ #~ "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag "
1583
+ #~ "separator'"
1584
+ #~ msgstr ""
1585
+ #~ "Dette skal svare til separator defineret i Ecto 'Templates', 'Tags', 'Tag "
1586
+ #~ "separator'"
1587
+ #~ msgid "Your module positions have been saved"
1588
+ #~ msgstr "Dine modulers positioner er blevet gemt"
1589
+ #~ msgid "add"
1590
+ #~ msgstr "tilføj"
1591
+ #~ msgid "go"
1592
+ #~ msgstr "gå"
1593
+
locale/de_DE.mo ADDED
Binary file
locale/de_DE.po ADDED
@@ -0,0 +1,905 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2007-10-03 17:01+0100\n"
12
+ "Last-Translator: Mario Schubert <mario@schubert.de>\n"
13
+ "Language-Team: Mario Schubert <mario@schubert.de>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Poedit-Language: German\n"
19
+ "X-Poedit-Country: GERMANY\n"
20
+
21
+ #: headspace.php:387
22
+ #, php-format
23
+ msgid "%d items were imported from %s"
24
+ msgstr "Es wurden %d Elemente aus %s importiert"
25
+
26
+ #: view/admin/version.php:5
27
+ #, php-format
28
+ msgid "%s ago"
29
+ msgstr "%s her"
30
+
31
+ #: view/admin/import.php:13
32
+ msgid "(not available in UTW and Simple Tagging)"
33
+ msgstr "(nicht verfügbar in UTW und Simple Tagging)"
34
+
35
+ #: models/inline_tags.php:163
36
+ #, php-format
37
+ msgid "(page %d of %d)"
38
+ msgstr "(Seite %d von %d)"
39
+
40
+ #: headspace.php:105
41
+ msgid "404 Page"
42
+ msgstr "404 Seite"
43
+
44
+ #: ajax.php:64
45
+ msgid "<p style=\"color: red\">That function is not defined</p>"
46
+ msgstr "<p style=\"color:red\">Diese Funktion ist nicht definiert</p>"
47
+
48
+ #: ajax.php:57
49
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
50
+ msgstr "<p style=\"color: red\">Sie haben keine Berechtigung, zum Zugriff auf diese Ressource</p>"
51
+
52
+ #: modules/page/tags.php:125
53
+ msgid "<p>Tags: "
54
+ msgstr "<p>Tags: "
55
+
56
+ #: modules/page/plugin.php:139
57
+ msgid "Add Plugin"
58
+ msgstr "Plugin hinzufügen"
59
+
60
+ #: modules/page/tags.php:175
61
+ msgid "Add tags to dictionary"
62
+ msgstr "Tags zum Wörterbuch hinzufügen"
63
+
64
+ #: modules/site/crazyegg.php:38
65
+ msgid "Adds CrazyEgg tracking code to all pages"
66
+ msgstr "Fügt den Code zur Nachferfolgung mit CrazyEgg in alle Seiten ein"
67
+
68
+ #: modules/site/analytics.php:39
69
+ msgid "Adds Google Analytic tracking code to all pages"
70
+ msgstr "Fügt den Code zur Nachferfolgung mit Google Analytic in alle Seiten ein"
71
+
72
+ #: modules/site/mint.php:38
73
+ msgid "Adds Mint tracking code to all pages"
74
+ msgstr "Fügt den Code zur Nachferfolgung mit Mint in alle Seiten ein"
75
+
76
+ #: modules/site/statcounter.php:40
77
+ msgid "Adds StatCounter tracking code to all pages"
78
+ msgstr "Fügt den Code zur Nachferfolgung mit StatCounter in alle Seiten ein"
79
+
80
+ #: modules/site/rpc.php:37
81
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
82
+ msgstr "Fügt zusätzliche Funktionen zur Benutzung von Tags mit Bloggingtools wie Ecto ein"
83
+
84
+ #: view/admin/modules.php:13
85
+ msgid "Advanced"
86
+ msgstr "Erweitert"
87
+
88
+ #: modules/page/page_title.php:109
89
+ msgid "After"
90
+ msgstr "Nach"
91
+
92
+ #: modules/page/description.php:73
93
+ msgid "All descriptions will be trimmed to this length"
94
+ msgstr "Alle Beschreibungen werden auf diese Länge gekürzt"
95
+
96
+ #: modules/import/all-in-one-seo.php:28
97
+ msgid "All-in-one SEO"
98
+ msgstr "All-in-one SEO"
99
+
100
+ #: modules/page/javascript.php:55
101
+ msgid "Allow external JavaScript files to be referenced"
102
+ msgstr "Ermöglicht die Referenzierung externer JavaScripts"
103
+
104
+ #: modules/page/page_title.php:89
105
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
106
+ msgstr "Ermöglicht die Änderung der Seitentitel (z.B. der Titelzeile im Browserfenster)"
107
+
108
+ #: modules/page/stylesheet.php:55
109
+ msgid "Allows CSS stylesheets to be added to a page"
110
+ msgstr "Ermöglicht das Hinzufügen von CSS Sylesheets zu einer Seite"
111
+
112
+ #: modules/page/theme.php:69
113
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
114
+ msgstr "Ermöglicht das Überschreiben des Standardtheme mit einem seitenspezifischen Theme"
115
+
116
+ #: modules/page/noindex.php:56
117
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
118
+ msgstr "Ermöglicht das Setzen einer no-index/no-follow Option, um Suchmaschinen und Robots von der Indexierung der aktuellen Seite, bzw. verknüpfter Seiten abzuhalten"
119
+
120
+ #: modules/page/description.php:61
121
+ msgid "Allows a short description about the page that is used by search engines"
122
+ msgstr "Ermöglicht die Eingabe einer kurzen Beschreibung der Seite, die von Suchmaschinen verwendet wird"
123
+
124
+ #: modules/page/plugin.php:87
125
+ msgid "Allows disabled plugins to be enabled on specific pages"
126
+ msgstr "Ermöglicht es, deaktivierte Plugins auf bestimmten Seiten zu aktivieren"
127
+
128
+ #: modules/page/raw.php:48
129
+ msgid "Allows raw data to be inserted into the page meta section"
130
+ msgstr "Ermöglicht das Hinzufügen von RAW Daten zum Metabereich der Seite"
131
+
132
+ #: modules/page/rss_tagline.php:62
133
+ msgid "Allows site RSS description to be changed"
134
+ msgstr "Ermöglicht die Änderung der RSS-Beschreibung der Seite"
135
+
136
+ #: modules/page/rss_name.php:62
137
+ msgid "Allows site RSS name to be changed"
138
+ msgstr "Ermöglicht die Änderung des RSS-Namens der Seite"
139
+
140
+ #: modules/page/site_tagline.php:61
141
+ msgid "Allows site description to be changed (i.e. the tagline)"
142
+ msgstr "Ermöglicht die Änderung der Seitenbeschreibung (z.B. den Untertitel des Weblogs) "
143
+
144
+ #: modules/page/site_name.php:61
145
+ msgid "Allows site name to be changed (i.e your blog name)"
146
+ msgstr "Ermöglicht die Änderung des Seitentitels (z.B. den Blogtitel)"
147
+
148
+ #: modules/page/tags.php:162
149
+ msgid "Allows tags/keywords to be added to pages"
150
+ msgstr "Ermöglicht das Hinzufügen von Tags/Schlagwörtern"
151
+
152
+ #: modules/page/more_text.php:56
153
+ msgid "Allows the 'more' text to be changed"
154
+ msgstr "Ermöglicht die Änderung des 'weiter lesen' - Textes"
155
+
156
+ #: modules/site/wp_formatting.php:37
157
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
158
+ msgstr "Ermöglicht es, verschiedene WordPress Autoformatierungen zu aktivieren oder deaktivieren"
159
+
160
+ #: modules/page/tags.php:186
161
+ msgid "Alphabetically order tags"
162
+ msgstr "Tags alphabetisch Sortieren"
163
+
164
+ #: modules/page/tags.php:201
165
+ #: modules/page/tags.php:210
166
+ msgid "Always"
167
+ msgstr "Immer"
168
+
169
+ #: headspace.php:100
170
+ #: modules/site/page_counts.php:114
171
+ msgid "Archives"
172
+ msgstr "Archive"
173
+
174
+ #: view/admin/import.php:16
175
+ 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."
176
+ msgstr "Wie bei jeder Änderung an der Datenbank, sollten Sie <strong>vor dem Import eine Sicherungskopie der Datenbank erstellen</strong>. Es wird keine Verantwortung dafür übernommen, falls während des Vorgangs kleine, süße Kätzchen zu Schaden kommen."
177
+
178
+ #: headspace.php:103
179
+ msgid "Author Pages"
180
+ msgstr "Autorenseiten"
181
+
182
+ #: modules/site/wp_formatting.php:97
183
+ msgid "Auto-fancy quotes"
184
+ msgstr "Auto-Anführungszeichen"
185
+
186
+ #: modules/site/wp_formatting.php:90
187
+ msgid "Auto-formatting"
188
+ msgstr "Auto-Formatierung"
189
+
190
+ #: modules/site/wp_formatting.php:104
191
+ msgid "Auto-link"
192
+ msgstr "Auto-Link"
193
+
194
+ #: modules/page/tags.php:178
195
+ msgid "Automatically add new tags to dictionary"
196
+ msgstr "Füge automatisch neue Tags in das Wörterbuch ein"
197
+
198
+ #: modules/page/page_title.php:108
199
+ msgid "Before"
200
+ msgstr "Vor"
201
+
202
+ #: view/admin/edit_ajax.php:5
203
+ #: view/admin/module_edit.php:8
204
+ #: view/admin/site_module_edit.php:16
205
+ msgid "Cancel"
206
+ msgstr "Abbruch"
207
+
208
+ #: headspace.php:101
209
+ msgid "Categories"
210
+ msgstr "Kategorien"
211
+
212
+ #: view/admin/options.php:16
213
+ msgid "Check for updates"
214
+ msgstr "Prüfe auf Updates"
215
+
216
+ #: view/admin/options.php:17
217
+ msgid "Check for updates from within HeadSpace"
218
+ msgstr "Prüfe innerhalb von HeadSpace auf Updates "
219
+
220
+ #: modules/site/crazyegg.php:33
221
+ msgid "CrazyEgg"
222
+ msgstr "CrazyEgg"
223
+
224
+ #: modules/site/crazyegg.php:122
225
+ msgid "CrazyEgg ID"
226
+ msgstr "CrazyEgg ID"
227
+
228
+ #: modules/page/theme.php:80
229
+ msgid "Current theme"
230
+ msgstr "Aktuelles Theme"
231
+
232
+ #: modules/site/page_counts.php:38
233
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
234
+ msgstr "Passe die Anzahl angezeigter Beiträge auf der Archiv- und Suchseite an und entscheide, ob ein Auszug oder der gesamte Inhalt angezeigt werden soll"
235
+
236
+ #: view/admin/options.php:37
237
+ msgid "Delete HeadSpace"
238
+ msgstr "HeadSpace löschen"
239
+
240
+ #: modules/page/description.php:88
241
+ msgid "Description"
242
+ msgstr "Beschreibung"
243
+
244
+ #: modules/page/tags.php:222
245
+ msgid "Dictionary"
246
+ msgstr "Wörterbuch"
247
+
248
+ #: view/admin/modules.php:19
249
+ msgid "Disabled"
250
+ msgstr "Deaktiviert"
251
+
252
+ #: view/admin/edit_category.php:5
253
+ msgid "Edit Category &raquo;"
254
+ msgstr "Kategorie bearbeiten &raquo;"
255
+
256
+ #: modules/site/analytics.php:184
257
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
258
+ msgstr "URL zur Nachverfolgung ausgehender Links eingeben oder leer lassen, falls keine Nachverfolgung gewünscht ist"
259
+
260
+ #: modules/site/analytics.php:163
261
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
262
+ msgstr "Vollständigen Google JavaScript Trackingcode eingeben oder nur die <code>_uacct</code> Nummer."
263
+
264
+ #: modules/site/mint.php:124
265
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
266
+ msgstr "Relative URL zu Ihrer Mint Installation eingeben (z.B. <code>/mint/</code>)."
267
+
268
+ #: modules/site/crazyegg.php:125
269
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
270
+ msgstr "Vollständige <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a> eingeben"
271
+
272
+ #: modules/site/analytics.php:170
273
+ #: modules/site/crazyegg.php:132
274
+ #: modules/site/mint.php:131
275
+ #: modules/site/statcounter.php:158
276
+ msgid "Everyone"
277
+ msgstr "Jeden"
278
+
279
+ #: view/admin/options.php:3
280
+ msgid "General Options"
281
+ msgstr "Allgemeine Optionen"
282
+
283
+ #: headspace.php:98
284
+ msgid "Global Settings"
285
+ msgstr "Globale Einstellungen"
286
+
287
+ #: modules/site/analytics.php:34
288
+ msgid "Google Analytics"
289
+ msgstr "Google Analytics"
290
+
291
+ #: modules/site/google-ad-wrap.php:28
292
+ msgid "Google Section Targeting"
293
+ msgstr "Google Section Targeting"
294
+
295
+ #: modules/import/head_meta_description.php:28
296
+ msgid "Head META Description"
297
+ msgstr "Head META Description"
298
+
299
+ #: headspace.php:133
300
+ msgid "HeadSpace"
301
+ msgstr "HeadSpace"
302
+
303
+ #: view/admin/edit_post.php:6
304
+ msgid "HeadSpace Meta data"
305
+ msgstr "HeadSpace Meta Daten"
306
+
307
+ #: view/admin/edit_category.php:1
308
+ #: view/admin/settings.php:2
309
+ msgid "HeadSpace Settings"
310
+ msgstr "HeadSpace Einstellungen"
311
+
312
+ #: headspace.php:342
313
+ msgid "HeadSpace has been removed"
314
+ msgstr "HeadSpace wurde entfernt"
315
+
316
+ #: modules/import/headspace_tags.php:31
317
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
318
+ msgstr "HeadSpace Tags (zu WordPress 2.3 Tags konvertieren)"
319
+
320
+ #: view/admin/version.php:2
321
+ msgid "HeadSpace2 News"
322
+ msgstr "HeadSpace2 News"
323
+
324
+ #: headspace.php:99
325
+ msgid "Home Page"
326
+ msgstr "Startseite"
327
+
328
+ #: plugin.php:593
329
+ msgid "How many widgets would you like?"
330
+ msgstr "Wie viele Widgets möchten Sie?"
331
+
332
+ #: view/admin/import.php:2
333
+ #: view/admin/import.php:12
334
+ #: view/admin/submenu.php:5
335
+ msgid "Import"
336
+ msgstr "Importieren"
337
+
338
+ #: view/admin/import.php:13
339
+ msgid "Import and remove original data"
340
+ msgstr "Importieren und ursprüngliche Daten entfernen"
341
+
342
+ #: view/admin/options.php:9
343
+ msgid "Inherit from global settings"
344
+ msgstr "Von globalen Einstellungen vererben"
345
+
346
+ #: view/admin/options.php:8
347
+ msgid "Inherit settings"
348
+ msgstr "Vererbe Einstellungen"
349
+
350
+ #: ajax.php:141
351
+ #: ajax.php:152
352
+ #: ajax.php:163
353
+ #: ajax.php:174
354
+ #: ajax.php:188
355
+ msgid "Invalid module"
356
+ msgstr "Ungültiges Modul"
357
+
358
+ #: modules/page/javascript.php:50
359
+ #: modules/page/javascript.php:66
360
+ msgid "JavaScript"
361
+ msgstr "JavaScript"
362
+
363
+ #: modules/import/jerome.php:28
364
+ msgid "Jerome's Keywords"
365
+ msgstr "Jerome's Keywords"
366
+
367
+ #: modules/page/page_title.php:101
368
+ msgid "Leave blank to use theme default"
369
+ msgstr "Leer lassen, um Vorgabe des Themes zu verwenden"
370
+
371
+ #: modules/site/wp_formatting.php:107
372
+ msgid "Makes links clickable in comments"
373
+ msgstr "Macht Links in Kommentaren klickbar"
374
+
375
+ #: view/admin/mass_edit.php:2
376
+ msgid "Mass Edit Meta-data"
377
+ msgstr "Masseneditierung von Meta-Daten"
378
+
379
+ #: modules/page/description.php:70
380
+ msgid "Max length"
381
+ msgstr "Maximale Länge"
382
+
383
+ #: headspace.php:134
384
+ msgid "Meta-data"
385
+ msgstr "Meta-Daten"
386
+
387
+ #: modules/site/mint.php:33
388
+ msgid "Mint"
389
+ msgstr "Mint"
390
+
391
+ #: modules/site/mint.php:121
392
+ msgid "Mint path"
393
+ msgstr "Mint Pfad"
394
+
395
+ #: view/admin/submenu.php:3
396
+ msgid "Modules"
397
+ msgstr "Module"
398
+
399
+ #: view/admin/modules.php:20
400
+ msgid "Modules are disabled and do not appear"
401
+ msgstr "Module sind deaktiviert und werden nicht angezeigt"
402
+
403
+ #: view/admin/modules.php:8
404
+ msgid "Modules will always appear on edit screens"
405
+ msgstr "Module werden auf der Bearbeitungsseite immer angezeigt"
406
+
407
+ #: view/admin/modules.php:14
408
+ msgid "Modules will be hidden behind a link"
409
+ msgstr "Module werden hinter einem Link verborgen"
410
+
411
+ #: modules/import/more_unique.php:28
412
+ msgid "More Unique"
413
+ msgstr "More Unique"
414
+
415
+ #: modules/mass/more_text.php:28
416
+ #: modules/mass/more_text.php:50
417
+ #: modules/page/more_text.php:51
418
+ #: modules/page/more_text.php:70
419
+ msgid "More text"
420
+ msgstr "Mehr Text"
421
+
422
+ #: modules/page/tags.php:200
423
+ #: modules/page/tags.php:209
424
+ msgid "Never"
425
+ msgstr "Niemals"
426
+
427
+ #: models/pager.php:387
428
+ msgid "Next"
429
+ msgstr "Weiter"
430
+
431
+ #: modules/page/noindex.php:70
432
+ msgid "No Index"
433
+ msgstr "No Index"
434
+
435
+ #: modules/page/noindex.php:51
436
+ msgid "No Index/No Follow"
437
+ msgstr "No Index/No Follow"
438
+
439
+ #: view/admin/submenu.php:4
440
+ msgid "Options"
441
+ msgstr "Optionen"
442
+
443
+ #: modules/page/tags.php:183
444
+ msgid "Order tags"
445
+ msgstr "Tags sortieren"
446
+
447
+ #: modules/site/page_counts.php:33
448
+ msgid "Page Counts"
449
+ msgstr "Seitenzahlen"
450
+
451
+ #: view/admin/modules.php:2
452
+ msgid "Page Modules"
453
+ msgstr "Seiten-Module"
454
+
455
+ #: view/admin/submenu.php:2
456
+ msgid "Page Settings"
457
+ msgstr "Seiten-Einstellungen"
458
+
459
+ #: modules/page/page_title.php:125
460
+ msgid "Page Title"
461
+ msgstr "Seitentitel"
462
+
463
+ #: modules/mass/description.php:28
464
+ #: modules/mass/description.php:50
465
+ #: modules/page/description.php:56
466
+ msgid "Page description"
467
+ msgstr "Seitenbeschreibung"
468
+
469
+ #: view/admin/modules.php:3
470
+ 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."
471
+ msgstr "Seiten-Module werden auf einzelne Seiten angewendet. Ziehe Module in den entsprechenden Bereich. Module können verschoben werden, um ihre Position auf der Bearbeitungsseite zu ändern."
472
+
473
+ # page slug is inadequately translated in the german wordpress localization.
474
+ #: modules/mass/page_slug.php:28
475
+ msgid "Page slug"
476
+ msgstr "Seitenform"
477
+
478
+ #: modules/mass/page_title.php:28
479
+ #: modules/mass/page_title.php:50
480
+ #: modules/page/page_title.php:84
481
+ msgid "Page title"
482
+ msgstr "Seitentitel"
483
+
484
+ #: modules/page/plugin.php:82
485
+ msgid "Page-specific Plugins"
486
+ msgstr "Seitenspezifische Plugins"
487
+
488
+ #: modules/page/theme.php:57
489
+ msgid "Page-specific Themes"
490
+ msgstr "Seitenspezifische Themes"
491
+
492
+ #: modules/site/statcounter.php:142
493
+ msgid "Partition ID"
494
+ msgstr "Partitions ID"
495
+
496
+ #: view/admin/pager.php:14
497
+ msgid "Per page"
498
+ msgstr "pro Seite"
499
+
500
+ #: modules/page/plugin.php:132
501
+ msgid "Plugins"
502
+ msgstr "Plugins"
503
+
504
+ #: modules/mass/page_slug.php:50
505
+ msgid "Post slug"
506
+ msgstr "Titelform"
507
+
508
+ #: modules/mass/description.php:49
509
+ #: modules/mass/more_text.php:49
510
+ #: modules/mass/page_slug.php:49
511
+ #: modules/mass/page_title.php:49
512
+ #: modules/mass/site_description.php:49
513
+ #: modules/mass/site_name.php:49
514
+ #: modules/mass/tags.php:49
515
+ msgid "Post title"
516
+ msgstr "Beitragstitel"
517
+
518
+ #: headspace.php:102
519
+ msgid "Posts &amp; Pages"
520
+ msgstr "Beiträge &amp; Seiten"
521
+
522
+ #: headspace.php:297
523
+ msgid "Posts successfully updated"
524
+ msgstr "Beitrag erfolgreich aktualisiert"
525
+
526
+ # could be used as adjective or substantiated.
527
+ #: models/pager.php:386
528
+ msgid "Previous"
529
+ msgstr "Vorherige"
530
+
531
+ #: modules/site/statcounter.php:136
532
+ msgid "Project ID"
533
+ msgstr "Project ID"
534
+
535
+ #: modules/site/rpc.php:32
536
+ msgid "RPC support for Ecto"
537
+ msgstr "RPC Unterstützung für Ecto"
538
+
539
+ #: modules/page/rss_tagline.php:57
540
+ #: modules/page/rss_tagline.php:76
541
+ msgid "RSS Description"
542
+ msgstr "RSS Beschreibung"
543
+
544
+ #: modules/page/rss_name.php:57
545
+ #: modules/page/rss_name.php:76
546
+ msgid "RSS Name"
547
+ msgstr "RSS Name"
548
+
549
+ #: modules/page/raw.php:43
550
+ #: modules/page/raw.php:55
551
+ msgid "Raw data"
552
+ msgstr "RAW Daten"
553
+
554
+ #: view/admin/options.php:32
555
+ msgid "Remove HeadSpace"
556
+ msgstr "HeadSpace entfernen"
557
+
558
+ #: view/admin/help.php:9
559
+ msgid "Replaced with the category description"
560
+ msgstr "Ersetzt mit der Kategoriebeschreibung"
561
+
562
+ #: view/admin/help.php:16
563
+ msgid "Replaced with the current date"
564
+ msgstr "Ersetzt durch das aktuelle Datum"
565
+
566
+ #: view/admin/help.php:17
567
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
568
+ msgstr "Ersetzt durch die aktuelle Seitenzahl (z.B. Seite 2 von 4)"
569
+
570
+ #: view/admin/help.php:14
571
+ msgid "Replaced with the current search phrase"
572
+ msgstr "Ersetzt durch den aktuellen Suchbegriff"
573
+
574
+ #: view/admin/help.php:15
575
+ msgid "Replaced with the current time"
576
+ msgstr "Ersetzt durch die aktuellen Zeit"
577
+
578
+ #: view/admin/help.php:5
579
+ msgid "Replaced with the date of the post/page"
580
+ msgstr "Ersetzt durch das Datum der Seite / des Beitrags"
581
+
582
+ #: view/admin/help.php:8
583
+ msgid "Replaced with the post categories (comma seperated)"
584
+ msgstr "Ersetzt durch die Kategorien des Beitrags (getrennt durch Komma)"
585
+
586
+ #: view/admin/help.php:11
587
+ msgid "Replaced with the post/page ID"
588
+ msgstr "Ersetzt durch die ID der Seite / des Beitrags"
589
+
590
+ #: view/admin/help.php:12
591
+ msgid "Replaced with the post/page author's 'nicename'"
592
+ msgstr "Ersetzt durch den 'richtigen' Autorennamen der Seite / des Beitrags"
593
+
594
+ #: view/admin/help.php:13
595
+ msgid "Replaced with the post/page author's userid"
596
+ msgstr "Ersetzt durch den Benutzernamen des Autors der Seite / des Beitrags"
597
+
598
+ #: view/admin/help.php:7
599
+ msgid "Replaced with the post/page excerpt"
600
+ msgstr "Ersetzt durch die Kurzfassung der Seite / des Beitrags"
601
+
602
+ #: view/admin/help.php:10
603
+ msgid "Replaced with the post/page modified time"
604
+ msgstr "Ersetzt durch das Änderungsdatum der Seite / des Beitrags"
605
+
606
+ #: view/admin/help.php:6
607
+ msgid "Replaced with the title of the post/page"
608
+ msgstr "Ersetzt durch den Titel der Seite / des Beitrags"
609
+
610
+ #: modules/import/seo-title-tags.php:28
611
+ msgid "SEO Title Tags"
612
+ msgstr "SEO Titel Tags"
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 "Speichern"
620
+
621
+ #: view/admin/mass_edit.php:37
622
+ msgid "Save all data"
623
+ msgstr "Alle Daten Speichern"
624
+
625
+ #: view/admin/modules.php:37
626
+ msgid "Save module order"
627
+ msgstr "Modul-Anordnung speichern"
628
+
629
+ #: view/admin/pager.php:11
630
+ msgid "Search"
631
+ msgstr "Suchen"
632
+
633
+ #: headspace.php:104
634
+ msgid "Search Pages"
635
+ msgstr "Suchseiten"
636
+
637
+ #: modules/site/page_counts.php:126
638
+ msgid "Searches"
639
+ msgstr "Suchen"
640
+
641
+ #: modules/site/statcounter.php:148
642
+ msgid "Security ID"
643
+ msgstr "Sicherheits ID"
644
+
645
+ #: modules/page/page_title.php:105
646
+ msgid "Separator position"
647
+ msgstr "Position des Trenners"
648
+
649
+ #: view/admin/settings.php:15
650
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
651
+ msgstr "Die Einstellungen können für einzelne Beiträge &amp; Seiten auf der jeweiligen <strong>Bearbeitungsseite</strong> und für einzelne Kategorien über <strong>Kategorie bearbeiten</strong> geändert werden."
652
+
653
+ #: modules/page/plugin.php:103
654
+ msgid "Show in admin"
655
+ msgstr "In Verwaltung anzeigen"
656
+
657
+ #: modules/page/tags.php:206
658
+ msgid "Show tags in pages"
659
+ msgstr "Tags in Seiten anzeigen"
660
+
661
+ #: modules/page/tags.php:197
662
+ msgid "Show tags in posts"
663
+ msgstr "Tags in Beiträgen anzeigen"
664
+
665
+ #: modules/page/plugin.php:106
666
+ msgid "Shows page-specific plugins in the administration menus"
667
+ msgstr "Zeige seitenspezifische Plugins in der Verwaltung"
668
+
669
+ #: view/admin/modules.php:7
670
+ msgid "Simple"
671
+ msgstr "Einfach"
672
+
673
+ #: modules/import/simple-tagging.php:28
674
+ msgid "Simple Tagging"
675
+ msgstr "Simple Tagging"
676
+
677
+ #: modules/import/simple-tags.php:28
678
+ msgid "Simple Tags"
679
+ msgstr "Simple Tags"
680
+
681
+ # the word for 'page' and 'site' is the same in German.
682
+ #: view/admin/modules.php:42
683
+ msgid "Site Modules"
684
+ msgstr "Site-Module"
685
+
686
+ #: modules/mass/site_description.php:28
687
+ #: modules/mass/site_description.php:50
688
+ #: modules/page/site_tagline.php:56
689
+ #: modules/page/site_tagline.php:75
690
+ msgid "Site description"
691
+ msgstr "Site-Beschreibung"
692
+
693
+ #: view/admin/modules.php:43
694
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
695
+ msgstr "Site-Module werden auf die gesamte Seite angewendet. Nur markierte Module werden ausgeführt (bei richtiger Konfiguration)."
696
+
697
+ #: modules/mass/site_name.php:28
698
+ #: modules/mass/site_name.php:50
699
+ #: modules/page/site_name.php:56
700
+ #: modules/page/site_name.php:75
701
+ msgid "Site name"
702
+ msgstr "Site-Name"
703
+
704
+ #: view/admin/help.php:2
705
+ msgid "Special Tags"
706
+ msgstr "Spezielle Tags"
707
+
708
+ #: modules/site/statcounter.php:35
709
+ msgid "StatCounter"
710
+ msgstr "StatCounter"
711
+
712
+ #: modules/page/stylesheet.php:50
713
+ #: modules/page/stylesheet.php:66
714
+ msgid "Stylesheets"
715
+ msgstr "Stylesheets"
716
+
717
+ #: modules/page/tags.php:342
718
+ msgid "Suggest tags based on content"
719
+ msgstr "Empfehle Tags basierend auf dem Inhalt"
720
+
721
+ #: modules/page/tags.php:316
722
+ msgid "Suggested tags"
723
+ msgstr "Empfohlene Tags"
724
+
725
+ #: modules/site/rpc.php:74
726
+ msgid "Tag separator"
727
+ msgstr "Tag-Trenner"
728
+
729
+ #: modules/page/tags.php:157
730
+ msgid "Tags (keywords)"
731
+ msgstr "Tags (Schlagwörter)"
732
+
733
+ #: modules/mass/tags.php:28
734
+ #: modules/mass/tags.php:50
735
+ #: modules/page/tags.php:272
736
+ msgid "Tags/keywords"
737
+ msgstr "Tags/Schlagwörter"
738
+
739
+ #: modules/page/theme.php:77
740
+ msgid "Theme"
741
+ msgstr "Theme"
742
+
743
+ #: modules/site/rpc.php:77
744
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
745
+ msgstr "Dies muss zum Trenner passen, der in Ecto 'Templates', 'Tags' und 'Tag seperator' definiert ist."
746
+
747
+ #: view/admin/options.php:34
748
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
749
+ msgstr "Diese Option wird HeadSpace entfernen und alle Einstellungen, Tags und Meta-Daten löschen"
750
+
751
+ #: view/admin/import.php:3
752
+ 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."
753
+ msgstr "Diese Seite erlaubt es, Meta-Daten von anderen WordPress Plugins zu importieren. Die anderen Plugins müssen dazu nicht aktiviert sein."
754
+
755
+ #: modules/page/page_title.php:98
756
+ msgid "Title separator"
757
+ msgstr "Titel-Trenner"
758
+
759
+ #: modules/site/analytics.php:181
760
+ msgid "Track outbound links"
761
+ msgstr "Ausgehende Links verfolgen"
762
+
763
+ #: modules/site/analytics.php:160
764
+ msgid "Tracking code"
765
+ msgstr "Tracking code"
766
+
767
+ #: modules/import/utw.php:28
768
+ msgid "Ultimate Tag Warrior"
769
+ msgstr "Ultimate Tag Warrior"
770
+
771
+ #: view/admin/options.php:26
772
+ msgid "Update Options &raquo;"
773
+ msgstr "Optionen aktualisieren &raquo;"
774
+
775
+ #: modules/site/wp_formatting.php:93
776
+ msgid "Use <code>wpautop</code> to format paragraphs"
777
+ msgstr "Nutze <code>wpautop</code> um Absätze zu formatieren"
778
+
779
+ #: modules/site/wp_formatting.php:100
780
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
781
+ msgstr "Nutze <code>wptexturize</code> um Anführungszeichen zu ersetzen."
782
+
783
+ #: modules/site/analytics.php:177
784
+ #: modules/site/crazyegg.php:139
785
+ #: modules/site/mint.php:138
786
+ #: modules/site/statcounter.php:165
787
+ msgid "Users of the specified role or less will be tracked"
788
+ msgstr "Benutzer mit der spezifizierten Rolle oder geringer werden verfolgt"
789
+
790
+ #: modules/site/analytics.php:167
791
+ #: modules/site/crazyegg.php:129
792
+ #: modules/site/mint.php:128
793
+ #: modules/site/statcounter.php:155
794
+ msgid "Who to track"
795
+ msgstr "Wen verfolgen"
796
+
797
+ #: modules/site/wp_formatting.php:32
798
+ msgid "WordPress content formatting"
799
+ msgstr "WordPress Inhalts-Formatierung"
800
+
801
+ #: modules/site/google-ad-wrap.php:33
802
+ msgid "Wraps all post and page content inside a Google targeted section"
803
+ msgstr "Umschließt den gesamten Inhalt einer Seite oder eines Beitrags in einer Google Zielsektion"
804
+
805
+ #: modules/page/tags.php:321
806
+ msgid "Yahoo"
807
+ msgstr "Yahoo"
808
+
809
+ #: modules/page/tags.php:215
810
+ msgid "Yahoo ZoneTag"
811
+ msgstr "Yahoo ZoneTag"
812
+
813
+ #: headspace.php:362
814
+ msgid "Your module positions have been saved"
815
+ msgstr "Die Modul-Anordnung wurde gespeichert"
816
+
817
+ #: headspace.php:335
818
+ msgid "Your options have been updated"
819
+ msgstr "Die Optionen wurden aktualisiert"
820
+
821
+ #: modules/page/javascript.php:72
822
+ #: modules/page/stylesheet.php:72
823
+ msgid "add"
824
+ msgstr "hinzufügen"
825
+
826
+ #: modules/page/tags.php:318
827
+ msgid "add all"
828
+ msgstr "alle hinzufügen"
829
+
830
+ #: view/admin/edit.php:17
831
+ msgid "advanced"
832
+ msgstr "Erweitert"
833
+
834
+ #: headspace.php:103
835
+ msgid "applied to author pages"
836
+ msgstr "angewendet auf Autorenseiten"
837
+
838
+ #: headspace.php:101
839
+ msgid "applied to category pages without specific settings"
840
+ msgstr "angewendet auf Kategorieseiten ohne spezifische Einstellungen"
841
+
842
+ #: headspace.php:98
843
+ msgid "applied to everything unless otherwise specified"
844
+ msgstr "angewendet auf alles, sofern nicht anderweitig vorgegeben"
845
+
846
+ #: headspace.php:102
847
+ msgid "applied to posts &amp; pages without specific settings"
848
+ msgstr "angewendet auf Beiträge &amp; Seiten ohne spezifische Einstellungen"
849
+
850
+ #: headspace.php:99
851
+ msgid "applied to the home page"
852
+ msgstr "angewendet auf die Startseite"
853
+
854
+ #: headspace.php:105
855
+ msgid "applied when viewing a 404 error"
856
+ msgstr "angewendet, wenn ein 404 Fehler angezeigt wird"
857
+
858
+ #: headspace.php:104
859
+ msgid "applied when viewing search results"
860
+ msgstr "angewendet, wenn ein Suchresultat angezeigt wird"
861
+
862
+ #: headspace.php:100
863
+ msgid "applied when viewing the archives"
864
+ msgstr "angewendet, wenn ein Archiv angezeigt wird"
865
+
866
+ #: modules/site/page_counts.php:119
867
+ #: modules/site/page_counts.php:131
868
+ msgid "content"
869
+ msgstr "den gesamten Inhalt"
870
+
871
+ #: modules/site/page_counts.php:118
872
+ #: modules/site/page_counts.php:130
873
+ msgid "default"
874
+ msgstr "nach Vorgabe"
875
+
876
+ #: modules/site/page_counts.php:120
877
+ #: modules/site/page_counts.php:132
878
+ msgid "excerpt"
879
+ msgstr "die Kurzfassung"
880
+
881
+ #: view/admin/pager.php:21
882
+ msgid "go"
883
+ msgstr "los"
884
+
885
+ #: modules/import/lud.icro.us.php:28
886
+ msgid "lud.icro.us HeadMeta"
887
+ msgstr "lud.icro.us HeadMeta"
888
+
889
+ #: modules/page/noindex.php:73
890
+ msgid "no-follow"
891
+ msgstr "no-follow"
892
+
893
+ #: modules/site/page_counts.php:116
894
+ #: modules/site/page_counts.php:128
895
+ msgid "posts, showing the"
896
+ msgstr "Beiträge, zeige"
897
+
898
+ #: modules/site/page_counts.php:134
899
+ msgid "set number of posts to 0 for theme default"
900
+ msgstr "Anzahl der Beiträge auf 0 setzen, um Vorgabe des Themes zu verwenden"
901
+
902
+ #: modules/page/tags.php:319
903
+ msgid "suggest"
904
+ msgstr "vorschlagen"
905
+
locale/es_ES.mo ADDED
Binary file
locale/es_ES.po ADDED
@@ -0,0 +1,903 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2007-11-23 18:32-0300\n"
12
+ "Last-Translator: Juanpa! <juanpa.manson@gmail.com>\n"
13
+ "Language-Team: Juanpa! <Juanpa.manson@gmail.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Spanish\n"
18
+ "X-Poedit-Country: ARGENTINA\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+ "X-Poedit-KeywordsList: Translation by Juanpa! http://www.minuncajamas.com;Traducción por Juanpa! http://www.minuncajamas.com\n"
21
+
22
+ #: headspace.php:387
23
+ #, php-format
24
+ msgid "%d items were imported from %s"
25
+ msgstr "%d items fueron importados desde %s"
26
+
27
+ #: view/admin/version.php:5
28
+ #, php-format
29
+ msgid "%s ago"
30
+ msgstr "hace %"
31
+
32
+ #: view/admin/import.php:13
33
+ msgid "(not available in UTW and Simple Tagging)"
34
+ msgstr "(no disponible en UTW y Simple Tagging)"
35
+
36
+ #: models/inline_tags.php:163
37
+ #, php-format
38
+ msgid "(page %d of %d)"
39
+ msgstr "(página %d de %d)"
40
+
41
+ #: headspace.php:105
42
+ msgid "404 Page"
43
+ msgstr "Página 404 (de error)"
44
+
45
+ #: ajax.php:64
46
+ msgid "<p style=\"color: red\">That function is not defined</p>"
47
+ msgstr "<p style=\"color: red\">Esa función no está definida</p>"
48
+
49
+ #: ajax.php:57
50
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
51
+ msgstr "<p style=\"color: red\">No tienes acceso a este recurso</p>"
52
+
53
+ #: modules/page/tags.php:125
54
+ msgid "<p>Tags: "
55
+ msgstr "<p>Etiquetas:"
56
+
57
+ #: modules/page/plugin.php:139
58
+ msgid "Add Plugin"
59
+ msgstr "Agregar Plugin"
60
+
61
+ #: modules/page/tags.php:175
62
+ msgid "Add tags to dictionary"
63
+ msgstr "Agregar etiquetas al diccionario"
64
+
65
+ #: modules/site/crazyegg.php:38
66
+ msgid "Adds CrazyEgg tracking code to all pages"
67
+ msgstr "Agregar código de seguimiento de CrazyEgg"
68
+
69
+ #: modules/site/analytics.php:39
70
+ msgid "Adds Google Analytic tracking code to all pages"
71
+ msgstr "Agregar código de seguimiento de Google Analytics"
72
+
73
+ #: modules/site/mint.php:38
74
+ msgid "Adds Mint tracking code to all pages"
75
+ msgstr "Agregar código de seguimiento de Mint"
76
+
77
+ #: modules/site/statcounter.php:40
78
+ msgid "Adds StatCounter tracking code to all pages"
79
+ msgstr "Agregar código de seguimiento de StatCounter"
80
+
81
+ #: modules/site/rpc.php:37
82
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
83
+ msgstr "Añade funciones adicionales para para permitir el uso de etiquetas con herramientas como Ecto"
84
+
85
+ #: view/admin/modules.php:13
86
+ msgid "Advanced"
87
+ msgstr "Avanzado"
88
+
89
+ #: modules/page/page_title.php:109
90
+ msgid "After"
91
+ msgstr "Después"
92
+
93
+ #: modules/page/description.php:73
94
+ msgid "All descriptions will be trimmed to this length"
95
+ msgstr "Todas las descripciones serán recortadas a esta longitud"
96
+
97
+ #: modules/import/all-in-one-seo.php:28
98
+ msgid "All-in-one SEO"
99
+ msgstr "All-in-one SEO"
100
+
101
+ #: modules/page/javascript.php:55
102
+ msgid "Allow external JavaScript files to be referenced"
103
+ msgstr "Permitir archivos JavaScript externos para ser referidos"
104
+
105
+ #: modules/page/page_title.php:89
106
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
107
+ msgstr "Permitir el cambio del título de la página (ej: el título en la ventana del navegador)"
108
+
109
+ #: modules/page/stylesheet.php:55
110
+ msgid "Allows CSS stylesheets to be added to a page"
111
+ msgstr "Permite agregar hojas de estilo CSS a la página"
112
+
113
+ #: modules/page/theme.php:69
114
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
115
+ msgstr "Permite theme específico para ciertas páginas sin tener en cuenta el theme por defecto"
116
+
117
+ #: modules/page/noindex.php:56
118
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
119
+ msgstr "Permite usar una opción no-index/no-follow para prevenir a los buscadores de indexar o \"seguir\" las páginas"
120
+
121
+ #: modules/page/description.php:61
122
+ msgid "Allows a short description about the page that is used by search engines"
123
+ msgstr "Permite una breve descripción acerca de la página que es usada por los buscadores"
124
+
125
+ #: modules/page/plugin.php:87
126
+ msgid "Allows disabled plugins to be enabled on specific pages"
127
+ msgstr "Permite que los plugins desactivados funcionen en páginas específicas"
128
+
129
+ #: modules/page/raw.php:48
130
+ msgid "Allows raw data to be inserted into the page meta section"
131
+ msgstr "Permite la inserción de datos fuente en la sección meta de la página"
132
+
133
+ #: modules/page/rss_tagline.php:62
134
+ msgid "Allows site RSS description to be changed"
135
+ msgstr "Permite cambiar la descripción del feed RSS"
136
+
137
+ #: modules/page/rss_name.php:62
138
+ msgid "Allows site RSS name to be changed"
139
+ msgstr "Permite cambiar el nombre del RSS del sitio"
140
+
141
+ #: modules/page/site_tagline.php:61
142
+ msgid "Allows site description to be changed (i.e. the tagline)"
143
+ msgstr "Permite el cambio de la descripción del sitio (ej: el slogan)"
144
+
145
+ #: modules/page/site_name.php:61
146
+ msgid "Allows site name to be changed (i.e your blog name)"
147
+ msgstr "Permite cambiar el nombre del sitio (ej: el nombre de tu blog)"
148
+
149
+ #: modules/page/tags.php:162
150
+ msgid "Allows tags/keywords to be added to pages"
151
+ msgstr "Permite agregar tags/keywords a las páginas"
152
+
153
+ #: modules/page/more_text.php:56
154
+ msgid "Allows the 'more' text to be changed"
155
+ msgstr "Permite cambiar el texto 'more'"
156
+
157
+ #: modules/site/wp_formatting.php:37
158
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
159
+ msgstr "Permite que actives o desactives varios auto-formatos de wordpress (incluyendo wpautop)"
160
+
161
+ #: modules/page/tags.php:186
162
+ msgid "Alphabetically order tags"
163
+ msgstr "Etiquetas ordenadas alfabeticamente"
164
+
165
+ #: modules/page/tags.php:201
166
+ #: modules/page/tags.php:210
167
+ msgid "Always"
168
+ msgstr "Siempre"
169
+
170
+ #: headspace.php:100
171
+ #: modules/site/page_counts.php:114
172
+ msgid "Archives"
173
+ msgstr "Archivo"
174
+
175
+ #: view/admin/import.php:16
176
+ 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."
177
+ msgstr "Recomendamos que <strong>hagas un backup de tu Base de Datos ANTES de importar</strong>. No nos hacemos responsables si algún gatito muere en el proceso... :P"
178
+
179
+ #: headspace.php:103
180
+ msgid "Author Pages"
181
+ msgstr "Páginas de Autor"
182
+
183
+ #: modules/site/wp_formatting.php:97
184
+ msgid "Auto-fancy quotes"
185
+ msgstr "Auto estilizar citas"
186
+
187
+ #: modules/site/wp_formatting.php:90
188
+ msgid "Auto-formatting"
189
+ msgstr "Auto Formato"
190
+
191
+ #: modules/site/wp_formatting.php:104
192
+ msgid "Auto-link"
193
+ msgstr "Auto-Link"
194
+
195
+ #: modules/page/tags.php:178
196
+ msgid "Automatically add new tags to dictionary"
197
+ msgstr "Agregar nuevas etiquetas al diccionario automáticamente"
198
+
199
+ #: modules/page/page_title.php:108
200
+ msgid "Before"
201
+ msgstr "Antes"
202
+
203
+ #: view/admin/edit_ajax.php:5
204
+ #: view/admin/module_edit.php:8
205
+ #: view/admin/site_module_edit.php:16
206
+ msgid "Cancel"
207
+ msgstr "Cancelar"
208
+
209
+ #: headspace.php:101
210
+ msgid "Categories"
211
+ msgstr "Categorías"
212
+
213
+ #: view/admin/options.php:16
214
+ msgid "Check for updates"
215
+ msgstr "Buscar actualizaciones"
216
+
217
+ #: view/admin/options.php:17
218
+ msgid "Check for updates from within HeadSpace"
219
+ msgstr "Buscar actualizaciones de HeadSpace"
220
+
221
+ #: modules/site/crazyegg.php:33
222
+ msgid "CrazyEgg"
223
+ msgstr "Crazy Egg"
224
+
225
+ #: modules/site/crazyegg.php:122
226
+ msgid "CrazyEgg ID"
227
+ msgstr "CrazyEgg ID"
228
+
229
+ #: modules/page/theme.php:80
230
+ msgid "Current theme"
231
+ msgstr "Theme actual"
232
+
233
+ #: modules/site/page_counts.php:38
234
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
235
+ msgstr "Elegir el número de posts que serán mostrados en el archivo y en los resultados de búsqueda, y decidir si mostrar todo el contenido o un resumen"
236
+
237
+ #: view/admin/options.php:37
238
+ msgid "Delete HeadSpace"
239
+ msgstr "Eliminar HeadSpace"
240
+
241
+ #: modules/page/description.php:88
242
+ msgid "Description"
243
+ msgstr "Descripción"
244
+
245
+ #: modules/page/tags.php:222
246
+ msgid "Dictionary"
247
+ msgstr "Diccionario"
248
+
249
+ #: view/admin/modules.php:19
250
+ msgid "Disabled"
251
+ msgstr "Deshabilitado"
252
+
253
+ #: view/admin/edit_category.php:5
254
+ msgid "Edit Category &raquo;"
255
+ msgstr "Editar Categoría &raquo;"
256
+
257
+ #: modules/site/analytics.php:184
258
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
259
+ msgstr "Introduzca la URL que quieres que sea analizada de los links salientes"
260
+
261
+ #: modules/site/analytics.php:163
262
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
263
+ msgstr "Introduzca el código JavaScript completo de seguimiento de Google Analytics, o solo el número de <code>_uacct</code>"
264
+
265
+ #: modules/site/mint.php:124
266
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
267
+ msgstr "Introduzca la URL de tu instalació de Mint (ej: <code>/mint/</code>"
268
+
269
+ #: modules/site/crazyegg.php:125
270
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
271
+ msgstr "Introduzca su <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID completa</a>"
272
+
273
+ #: modules/site/analytics.php:170
274
+ #: modules/site/crazyegg.php:132
275
+ #: modules/site/mint.php:131
276
+ #: modules/site/statcounter.php:158
277
+ msgid "Everyone"
278
+ msgstr "Todos"
279
+
280
+ #: view/admin/options.php:3
281
+ msgid "General Options"
282
+ msgstr "Opciones Generales"
283
+
284
+ #: headspace.php:98
285
+ msgid "Global Settings"
286
+ msgstr "Configuración Global"
287
+
288
+ #: modules/site/analytics.php:34
289
+ msgid "Google Analytics"
290
+ msgstr "Google Analytics"
291
+
292
+ #: modules/site/google-ad-wrap.php:28
293
+ msgid "Google Section Targeting"
294
+ msgstr "Sección target de Google"
295
+
296
+ #: modules/import/head_meta_description.php:28
297
+ msgid "Head META Description"
298
+ msgstr "Descripción Meta"
299
+
300
+ #: headspace.php:133
301
+ msgid "HeadSpace"
302
+ msgstr "HeadSpace"
303
+
304
+ #: view/admin/edit_post.php:6
305
+ msgid "HeadSpace Meta data"
306
+ msgstr "Datos Meta de HeadSpace"
307
+
308
+ #: view/admin/edit_category.php:1
309
+ #: view/admin/settings.php:2
310
+ msgid "HeadSpace Settings"
311
+ msgstr "Configuración de HeadSpace"
312
+
313
+ #: headspace.php:342
314
+ msgid "HeadSpace has been removed"
315
+ msgstr "HeadSpace ha sido eliminado"
316
+
317
+ #: modules/import/headspace_tags.php:31
318
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
319
+ msgstr "Etiquetas HeadSpace (convertidas de WordPress 2.3)"
320
+
321
+ #: view/admin/version.php:2
322
+ msgid "HeadSpace2 News"
323
+ msgstr "Noticias de HeadSpace2"
324
+
325
+ #: headspace.php:99
326
+ msgid "Home Page"
327
+ msgstr "Página Principal"
328
+
329
+ #: plugin.php:593
330
+ msgid "How many widgets would you like?"
331
+ msgstr "Cuántos Widgets te gustarían?"
332
+
333
+ #: view/admin/import.php:2
334
+ #: view/admin/import.php:12
335
+ #: view/admin/submenu.php:5
336
+ msgid "Import"
337
+ msgstr "Importar"
338
+
339
+ #: view/admin/import.php:13
340
+ msgid "Import and remove original data"
341
+ msgstr "Importar y remover los datos originales"
342
+
343
+ #: view/admin/options.php:9
344
+ msgid "Inherit from global settings"
345
+ msgstr "Aplicar desde Configuración Global"
346
+
347
+ #: view/admin/options.php:8
348
+ msgid "Inherit settings"
349
+ msgstr "Aplicar Configuración"
350
+
351
+ #: ajax.php:141
352
+ #: ajax.php:152
353
+ #: ajax.php:163
354
+ #: ajax.php:174
355
+ #: ajax.php:188
356
+ msgid "Invalid module"
357
+ msgstr "Módulo inválido"
358
+
359
+ #: modules/page/javascript.php:50
360
+ #: modules/page/javascript.php:66
361
+ msgid "JavaScript"
362
+ msgstr "JavaScript"
363
+
364
+ #: modules/import/jerome.php:28
365
+ msgid "Jerome's Keywords"
366
+ msgstr "Keywords de Jerome"
367
+
368
+ #: modules/page/page_title.php:101
369
+ msgid "Leave blank to use theme default"
370
+ msgstr "Dejar en blanco para usar el theme actual"
371
+
372
+ #: modules/site/wp_formatting.php:107
373
+ msgid "Makes links clickable in comments"
374
+ msgstr "Hacer clickeable los links en comentarios"
375
+
376
+ #: view/admin/mass_edit.php:2
377
+ msgid "Mass Edit Meta-data"
378
+ msgstr "Editar de forma masiva los datos de Meta"
379
+
380
+ #: modules/page/description.php:70
381
+ msgid "Max length"
382
+ msgstr "Longitud Máxima"
383
+
384
+ #: headspace.php:134
385
+ msgid "Meta-data"
386
+ msgstr "Datos de Meta"
387
+
388
+ #: modules/site/mint.php:33
389
+ msgid "Mint"
390
+ msgstr "Mint"
391
+
392
+ #: modules/site/mint.php:121
393
+ msgid "Mint path"
394
+ msgstr "Ubicación de Mint"
395
+
396
+ #: view/admin/submenu.php:3
397
+ msgid "Modules"
398
+ msgstr "Módulos"
399
+
400
+ #: view/admin/modules.php:20
401
+ msgid "Modules are disabled and do not appear"
402
+ msgstr "Los módulos están deshabilitados y no aparecen"
403
+
404
+ #: view/admin/modules.php:8
405
+ msgid "Modules will always appear on edit screens"
406
+ msgstr "Los módulos siempre aparecen en las opciones de HeadSpace"
407
+
408
+ #: view/admin/modules.php:14
409
+ msgid "Modules will be hidden behind a link"
410
+ msgstr "Los módulos estarán ocultos detrás de un link"
411
+
412
+ #: modules/import/more_unique.php:28
413
+ msgid "More Unique"
414
+ msgstr "Más único"
415
+
416
+ #: modules/mass/more_text.php:28
417
+ #: modules/mass/more_text.php:50
418
+ #: modules/page/more_text.php:51
419
+ #: modules/page/more_text.php:70
420
+ msgid "More text"
421
+ msgstr "Más texto"
422
+
423
+ #: modules/page/tags.php:200
424
+ #: modules/page/tags.php:209
425
+ msgid "Never"
426
+ msgstr "Nunca"
427
+
428
+ #: models/pager.php:387
429
+ msgid "Next"
430
+ msgstr "Siguiente"
431
+
432
+ #: modules/page/noindex.php:70
433
+ msgid "No Index"
434
+ msgstr "No Index"
435
+
436
+ #: modules/page/noindex.php:51
437
+ msgid "No Index/No Follow"
438
+ msgstr "No Index/No Follow"
439
+
440
+ #: view/admin/submenu.php:4
441
+ msgid "Options"
442
+ msgstr "Opciones"
443
+
444
+ #: modules/page/tags.php:183
445
+ msgid "Order tags"
446
+ msgstr "Orden de etiquetas"
447
+
448
+ #: modules/site/page_counts.php:33
449
+ msgid "Page Counts"
450
+ msgstr "Cuenta de páginas"
451
+
452
+ #: view/admin/modules.php:2
453
+ msgid "Page Modules"
454
+ msgstr "Módulos de página"
455
+
456
+ #: view/admin/submenu.php:2
457
+ msgid "Page Settings"
458
+ msgstr "Título de página"
459
+
460
+ #: modules/page/page_title.php:125
461
+ msgid "Page Title"
462
+ msgstr "Descripción de página"
463
+
464
+ #: modules/mass/description.php:28
465
+ #: modules/mass/description.php:50
466
+ #: modules/page/description.php:56
467
+ msgid "Page description"
468
+ msgstr "Descripción de página"
469
+
470
+ #: view/admin/modules.php:3
471
+ 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."
472
+ msgstr "Los módulos de página se aplican a páginas individuales. Arrastre y suelte los módulos en el área apropiada. Los módulos pueden ser reordenados para cambiar su posición en la pantalla de configuración"
473
+
474
+ #: modules/mass/page_slug.php:28
475
+ msgid "Page slug"
476
+ msgstr "Nombre de página"
477
+
478
+ #: modules/mass/page_title.php:28
479
+ #: modules/mass/page_title.php:50
480
+ #: modules/page/page_title.php:84
481
+ msgid "Page title"
482
+ msgstr "Título de página"
483
+
484
+ #: modules/page/plugin.php:82
485
+ msgid "Page-specific Plugins"
486
+ msgstr "Plugins específicos de página"
487
+
488
+ #: modules/page/theme.php:57
489
+ msgid "Page-specific Themes"
490
+ msgstr "Themes específicos de página"
491
+
492
+ #: modules/site/statcounter.php:142
493
+ msgid "Partition ID"
494
+ msgstr "Partition ID"
495
+
496
+ #: view/admin/pager.php:14
497
+ msgid "Per page"
498
+ msgstr "Por página"
499
+
500
+ #: modules/page/plugin.php:132
501
+ msgid "Plugins"
502
+ msgstr "Plugins"
503
+
504
+ #: modules/mass/page_slug.php:50
505
+ msgid "Post slug"
506
+ msgstr "Nombre del post"
507
+
508
+ #: modules/mass/description.php:49
509
+ #: modules/mass/more_text.php:49
510
+ #: modules/mass/page_slug.php:49
511
+ #: modules/mass/page_title.php:49
512
+ #: modules/mass/site_description.php:49
513
+ #: modules/mass/site_name.php:49
514
+ #: modules/mass/tags.php:49
515
+ msgid "Post title"
516
+ msgstr "Título del post"
517
+
518
+ #: headspace.php:102
519
+ msgid "Posts &amp; Pages"
520
+ msgstr "Posts &amp; Páginas"
521
+
522
+ #: headspace.php:297
523
+ msgid "Posts successfully updated"
524
+ msgstr "Posts actualizados correctamente"
525
+
526
+ #: models/pager.php:386
527
+ msgid "Previous"
528
+ msgstr "Anterior"
529
+
530
+ #: modules/site/statcounter.php:136
531
+ msgid "Project ID"
532
+ msgstr "Project ID"
533
+
534
+ #: modules/site/rpc.php:32
535
+ msgid "RPC support for Ecto"
536
+ msgstr "Soporte RPC para Ecto"
537
+
538
+ #: modules/page/rss_tagline.php:57
539
+ #: modules/page/rss_tagline.php:76
540
+ msgid "RSS Description"
541
+ msgstr "Descripción del RSS"
542
+
543
+ #: modules/page/rss_name.php:57
544
+ #: modules/page/rss_name.php:76
545
+ msgid "RSS Name"
546
+ msgstr "Nombre del RSS"
547
+
548
+ #: modules/page/raw.php:43
549
+ #: modules/page/raw.php:55
550
+ msgid "Raw data"
551
+ msgstr "Datos fuente"
552
+
553
+ #: view/admin/options.php:32
554
+ msgid "Remove HeadSpace"
555
+ msgstr "Quitar HeadSpace"
556
+
557
+ #: view/admin/help.php:9
558
+ msgid "Replaced with the category description"
559
+ msgstr "Reemplazado con la descripción de la categoría"
560
+
561
+ #: view/admin/help.php:16
562
+ msgid "Replaced with the current date"
563
+ msgstr "Reemplazado con la fecha actual"
564
+
565
+ #: view/admin/help.php:17
566
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
567
+ msgstr "Reemplazado con el número de página (ej: página 2 de 4)"
568
+
569
+ #: view/admin/help.php:14
570
+ msgid "Replaced with the current search phrase"
571
+ msgstr "Reemplazado con la frase de búsqueda"
572
+
573
+ #: view/admin/help.php:15
574
+ msgid "Replaced with the current time"
575
+ msgstr "Reemplazado con la hora actual"
576
+
577
+ #: view/admin/help.php:5
578
+ msgid "Replaced with the date of the post/page"
579
+ msgstr "Reemplazado con la fecha del post/página"
580
+
581
+ #: view/admin/help.php:8
582
+ msgid "Replaced with the post categories (comma seperated)"
583
+ msgstr "Reemplazado con la categoría del post (separado por comas)"
584
+
585
+ #: view/admin/help.php:11
586
+ msgid "Replaced with the post/page ID"
587
+ msgstr "Reemplazado con la ID del post/página"
588
+
589
+ #: view/admin/help.php:12
590
+ msgid "Replaced with the post/page author's 'nicename'"
591
+ msgstr "Reemplazado con el apodo del autor del post/página"
592
+
593
+ #: view/admin/help.php:13
594
+ msgid "Replaced with the post/page author's userid"
595
+ msgstr "Reemplazado con la ID del autor del post/página"
596
+
597
+ #: view/admin/help.php:7
598
+ msgid "Replaced with the post/page excerpt"
599
+ msgstr "Reemplazado con el resumen del post/página"
600
+
601
+ #: view/admin/help.php:10
602
+ msgid "Replaced with the post/page modified time"
603
+ msgstr "Reemplazado con la fecha de modificación del post"
604
+
605
+ #: view/admin/help.php:6
606
+ msgid "Replaced with the title of the post/page"
607
+ msgstr "Reemplazado con el título del post/página"
608
+
609
+ #: modules/import/seo-title-tags.php:28
610
+ msgid "SEO Title Tags"
611
+ msgstr "Título de etiquetas SEO"
612
+
613
+ #: plugin.php:600
614
+ #: view/admin/edit_ajax.php:4
615
+ #: view/admin/module_edit.php:7
616
+ #: view/admin/site_module_edit.php:15
617
+ msgid "Save"
618
+ msgstr "Guardar"
619
+
620
+ #: view/admin/mass_edit.php:37
621
+ msgid "Save all data"
622
+ msgstr "Guardar todos los datos"
623
+
624
+ #: view/admin/modules.php:37
625
+ msgid "Save module order"
626
+ msgstr "Guardar el orden de los módulos"
627
+
628
+ #: view/admin/pager.php:11
629
+ msgid "Search"
630
+ msgstr "Buscar"
631
+
632
+ #: headspace.php:104
633
+ msgid "Search Pages"
634
+ msgstr "Buscar páginas"
635
+
636
+ #: modules/site/page_counts.php:126
637
+ msgid "Searches"
638
+ msgstr "Búsquedas"
639
+
640
+ #: modules/site/statcounter.php:148
641
+ msgid "Security ID"
642
+ msgstr "ID de seguridad"
643
+
644
+ #: modules/page/page_title.php:105
645
+ msgid "Separator position"
646
+ msgstr "Posición del separador"
647
+
648
+ #: view/admin/settings.php:15
649
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
650
+ msgstr "Las configuraciones pueden ser aplicadas desde la <strong>edición de post</strong>, y la categoría desde la página de <strong>editar categorías</strong>"
651
+
652
+ #: modules/page/plugin.php:103
653
+ msgid "Show in admin"
654
+ msgstr "Mostrar en administración"
655
+
656
+ #: modules/page/tags.php:206
657
+ msgid "Show tags in pages"
658
+ msgstr "Mostrar etiquetas en las páginas"
659
+
660
+ #: modules/page/tags.php:197
661
+ msgid "Show tags in posts"
662
+ msgstr "Mostrar etiquetas en los posts"
663
+
664
+ #: modules/page/plugin.php:106
665
+ msgid "Shows page-specific plugins in the administration menus"
666
+ msgstr "Mostrar los plugins específicos de una página en el menú de administración"
667
+
668
+ #: view/admin/modules.php:7
669
+ msgid "Simple"
670
+ msgstr "Simple"
671
+
672
+ #: modules/import/simple-tagging.php:28
673
+ msgid "Simple Tagging"
674
+ msgstr "Etiquetar de forma simple"
675
+
676
+ #: modules/import/simple-tags.php:28
677
+ msgid "Simple Tags"
678
+ msgstr "Etiquetas simple"
679
+
680
+ #: view/admin/modules.php:42
681
+ msgid "Site Modules"
682
+ msgstr "Módulos del sitio"
683
+
684
+ #: modules/mass/site_description.php:28
685
+ #: modules/mass/site_description.php:50
686
+ #: modules/page/site_tagline.php:56
687
+ #: modules/page/site_tagline.php:75
688
+ msgid "Site description"
689
+ msgstr "Descripción del sitio"
690
+
691
+ #: view/admin/modules.php:43
692
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
693
+ msgstr "Los módulos se aplican a todo el sitio. Sólo los módulos marcados funcionarán (cuando estén configurados correctamente)"
694
+
695
+ #: modules/mass/site_name.php:28
696
+ #: modules/mass/site_name.php:50
697
+ #: modules/page/site_name.php:56
698
+ #: modules/page/site_name.php:75
699
+ msgid "Site name"
700
+ msgstr "Nombre del sitio"
701
+
702
+ #: view/admin/help.php:2
703
+ msgid "Special Tags"
704
+ msgstr "Etiquetas especiales"
705
+
706
+ #: modules/site/statcounter.php:35
707
+ msgid "StatCounter"
708
+ msgstr "StatCounter"
709
+
710
+ #: modules/page/stylesheet.php:50
711
+ #: modules/page/stylesheet.php:66
712
+ msgid "Stylesheets"
713
+ msgstr "Hojas de estilo"
714
+
715
+ #: modules/page/tags.php:342
716
+ msgid "Suggest tags based on content"
717
+ msgstr "Sugerir etiquetas basadas en el contenido"
718
+
719
+ #: modules/page/tags.php:316
720
+ msgid "Suggested tags"
721
+ msgstr "Etiquetas sugeridas"
722
+
723
+ #: modules/site/rpc.php:74
724
+ msgid "Tag separator"
725
+ msgstr "Separador de etiquetas"
726
+
727
+ #: modules/page/tags.php:157
728
+ msgid "Tags (keywords)"
729
+ msgstr "Etiquetas (keywords)"
730
+
731
+ #: modules/mass/tags.php:28
732
+ #: modules/mass/tags.php:50
733
+ #: modules/page/tags.php:272
734
+ msgid "Tags/keywords"
735
+ msgstr "Etiquetas/Keywords"
736
+
737
+ #: modules/page/theme.php:77
738
+ msgid "Theme"
739
+ msgstr "Theme"
740
+
741
+ #: modules/site/rpc.php:77
742
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
743
+ msgstr "Esto debe coincidir con el separador definido en Ecto 'Plantillas', 'Etiquetas', 'Separador de etiquetas'"
744
+
745
+ #: view/admin/options.php:34
746
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
747
+ msgstr "Esta opción removerá HeadSpace y borrará toda la configuración, etiquetas y información meta"
748
+
749
+ #: view/admin/import.php:3
750
+ 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."
751
+ msgstr "Esta página te permite importar información meta de otros plugins para WordPress. No es necesario que los otros plugins estén activados para importar"
752
+
753
+ #: modules/page/page_title.php:98
754
+ msgid "Title separator"
755
+ msgstr "Separador de título"
756
+
757
+ #: modules/site/analytics.php:181
758
+ msgid "Track outbound links"
759
+ msgstr "Analizar links salientes"
760
+
761
+ #: modules/site/analytics.php:160
762
+ msgid "Tracking code"
763
+ msgstr "Código de seguimiento"
764
+
765
+ #: modules/import/utw.php:28
766
+ msgid "Ultimate Tag Warrior"
767
+ msgstr "Ultimate Tag Warrior"
768
+
769
+ #: view/admin/options.php:26
770
+ msgid "Update Options &raquo;"
771
+ msgstr "Actualizar Opciones &raquo;"
772
+
773
+ #: modules/site/wp_formatting.php:93
774
+ msgid "Use <code>wpautop</code> to format paragraphs"
775
+ msgstr "Usar <code>wpautop</code> para darle formato a los párrafos"
776
+
777
+ #: modules/site/wp_formatting.php:100
778
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
779
+ msgstr "Usar <code>wptexturize</code> para convertir citas en \"citas fantásticas\""
780
+
781
+ #: modules/site/analytics.php:177
782
+ #: modules/site/crazyegg.php:139
783
+ #: modules/site/mint.php:138
784
+ #: modules/site/statcounter.php:165
785
+ msgid "Users of the specified role or less will be tracked"
786
+ msgstr "Usuarios con estos permisos o menos serán analizados"
787
+
788
+ #: modules/site/analytics.php:167
789
+ #: modules/site/crazyegg.php:129
790
+ #: modules/site/mint.php:128
791
+ #: modules/site/statcounter.php:155
792
+ msgid "Who to track"
793
+ msgstr "Quién analizar?"
794
+
795
+ #: modules/site/wp_formatting.php:32
796
+ msgid "WordPress content formatting"
797
+ msgstr "Formateo del contenido de Wordpress"
798
+
799
+ #: modules/site/google-ad-wrap.php:33
800
+ msgid "Wraps all post and page content inside a Google targeted section"
801
+ msgstr "Agrupa todos el contenido de posts y páginas en una sección target de Google"
802
+
803
+ #: modules/page/tags.php:321
804
+ msgid "Yahoo"
805
+ msgstr "Yahoo"
806
+
807
+ #: modules/page/tags.php:215
808
+ msgid "Yahoo ZoneTag"
809
+ msgstr "Yahoo ZoneTag"
810
+
811
+ #: headspace.php:362
812
+ msgid "Your module positions have been saved"
813
+ msgstr "TU posición de tu módulos ha sido guardada"
814
+
815
+ #: headspace.php:335
816
+ msgid "Your options have been updated"
817
+ msgstr "Tus opciones han sido actualizadas"
818
+
819
+ #: modules/page/javascript.php:72
820
+ #: modules/page/stylesheet.php:72
821
+ msgid "add"
822
+ msgstr "añadir"
823
+
824
+ #: modules/page/tags.php:318
825
+ msgid "add all"
826
+ msgstr "añadir todas"
827
+
828
+ #: view/admin/edit.php:17
829
+ msgid "advanced"
830
+ msgstr "avanzado"
831
+
832
+ #: headspace.php:103
833
+ msgid "applied to author pages"
834
+ msgstr "aplicado a páginas de autor"
835
+
836
+ #: headspace.php:101
837
+ msgid "applied to category pages without specific settings"
838
+ msgstr "aplicado a páginas de categorías sin las configuraciones específicas"
839
+
840
+ #: headspace.php:98
841
+ msgid "applied to everything unless otherwise specified"
842
+ msgstr "aplicada a todo el sitio, excepto en las secciones que se configure otra cosa"
843
+
844
+ #: headspace.php:102
845
+ msgid "applied to posts &amp; pages without specific settings"
846
+ msgstr "aplicado a los posts/páginas sin configuración específica"
847
+
848
+ #: headspace.php:99
849
+ msgid "applied to the home page"
850
+ msgstr "aplicado a la página principal"
851
+
852
+ #: headspace.php:105
853
+ msgid "applied when viewing a 404 error"
854
+ msgstr "aplicado cuando hay un error 404"
855
+
856
+ #: headspace.php:104
857
+ msgid "applied when viewing search results"
858
+ msgstr "aplicado cuando se muestran resultados de búsqueda"
859
+
860
+ #: headspace.php:100
861
+ msgid "applied when viewing the archives"
862
+ msgstr "aplicado cuando se muestra el archivo"
863
+
864
+ #: modules/site/page_counts.php:119
865
+ #: modules/site/page_counts.php:131
866
+ msgid "content"
867
+ msgstr "contenido"
868
+
869
+ #: modules/site/page_counts.php:118
870
+ #: modules/site/page_counts.php:130
871
+ msgid "default"
872
+ msgstr "por defecto"
873
+
874
+ #: modules/site/page_counts.php:120
875
+ #: modules/site/page_counts.php:132
876
+ msgid "excerpt"
877
+ msgstr "resumen"
878
+
879
+ #: view/admin/pager.php:21
880
+ msgid "go"
881
+ msgstr "ir"
882
+
883
+ #: modules/import/lud.icro.us.php:28
884
+ msgid "lud.icro.us HeadMeta"
885
+ msgstr "lud.icro.us HeadMeta"
886
+
887
+ #: modules/page/noindex.php:73
888
+ msgid "no-follow"
889
+ msgstr "no-follow"
890
+
891
+ #: modules/site/page_counts.php:116
892
+ #: modules/site/page_counts.php:128
893
+ msgid "posts, showing the"
894
+ msgstr "posts, mostrando el"
895
+
896
+ #: modules/site/page_counts.php:134
897
+ msgid "set number of posts to 0 for theme default"
898
+ msgstr "establecer el número de posts para el theme por defecto"
899
+
900
+ #: modules/page/tags.php:319
901
+ msgid "suggest"
902
+ msgstr "sugerir"
903
+
locale/et.mo ADDED
Binary file
locale/et.po ADDED
@@ -0,0 +1,1768 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ET\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2009-11-16 22:22+0200\n"
11
+ "PO-Revision-Date: 2010-01-23 23:51+0200\n"
12
+ "Last-Translator: Lembit Kivisik <lembit@designux.com>\n"
13
+ "Language-Team: Lembit Kivisik <lembit@designux.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: Estonian\n"
18
+ "X-Poedit-Country: ESTONIA\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+ "X-Poedit-KeywordsList: _e;__\n"
21
+ "X-Poedit-Basepath: .\n"
22
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
23
+ "X-Poedit-SearchPath-0: ..\n"
24
+
25
+ #: ../headspace.php:92
26
+ msgid "Settings"
27
+ msgstr "Seaded"
28
+
29
+ #: ../headspace.php:99
30
+ #: ../headspace.php:151
31
+ #: ../headspace.php:483
32
+ #: ../headspace.php:484
33
+ msgid "HeadSpace"
34
+ msgstr "HeadSpace"
35
+
36
+ #: ../headspace.php:152
37
+ msgid "Meta-data"
38
+ msgstr "Metaandmed"
39
+
40
+ #: ../headspace.php:296
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 "<code>wp_head</code> funktsiooni ei leitud failis <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">dokumentatsioon</a>)"
43
+
44
+ #: ../headspace.php:303
45
+ msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
46
+ msgstr "<code>wp_footer</code> funktsiooni ei leitud failis <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">dokumentatsioon</a>)"
47
+
48
+ #: ../headspace.php:331
49
+ 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."
50
+ msgstr "HeadSpace haldusliides toetab nüüd ainult WordPressi versioone 2.3 ja uuemaid. Metaandmed on alles ja saidil kasutusel, kuid peaksid uuendama oma WordPressi või installima vanema HeadSpace versiooni."
51
+
52
+ #: ../headspace.php:395
53
+ msgid "Posts successfully updated"
54
+ msgstr "Postitused edukalt uuendatud"
55
+
56
+ #: ../headspace.php:434
57
+ msgid "Your options have been updated"
58
+ msgstr "Seaded salvestatud"
59
+
60
+ #: ../headspace.php:440
61
+ msgid "HeadSpace has been removed"
62
+ msgstr "HeadSpace on eemaldatud"
63
+
64
+ #: ../headspace.php:474
65
+ #, php-format
66
+ msgid "%d items were imported from %s"
67
+ msgstr "%d ühikut imporditi pluginast %s"
68
+
69
+ #: ../headspace.php:485
70
+ msgid "Tags"
71
+ msgstr "Sildid"
72
+
73
+ # Doesn't show in UI
74
+ # It's a bug in 'headspace2/models/headspace.php' line 96
75
+ #: ../headspace.php:571
76
+ msgid "HeadSpace Help"
77
+ msgstr "HeadSpace abiinfo"
78
+
79
+ #: ../headspace.php:572
80
+ msgid "HeadSpace Documentation"
81
+ msgstr "HeadSpace dokumentatsioon"
82
+
83
+ #: ../headspace.php:573
84
+ msgid "HeadSpace Support Forum"
85
+ msgstr "HeadSpace foorum"
86
+
87
+ #: ../headspace.php:574
88
+ msgid "HeadSpace Bug Tracker"
89
+ msgstr "HeadSpace <em>bug tracker</em>"
90
+
91
+ #: ../headspace.php:575
92
+ msgid "HeadSpace FAQ"
93
+ msgstr "HeadSpace KKK"
94
+
95
+ #: ../headspace.php:576
96
+ msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
97
+ msgstr "Palun tutvu dokumentatsiooni, KKK ning <em>bug tracker</em>'iga, enne, kui teatad veast või pöördud autori poole."
98
+
99
+ #: ../models/headspace.php:94
100
+ msgid "Global Settings"
101
+ msgstr "Üldine"
102
+
103
+ #: ../models/headspace.php:94
104
+ msgid "applied to everything unless otherwise specified"
105
+ msgstr "rakendatakse kõigile lehtedele"
106
+
107
+ #: ../models/headspace.php:95
108
+ msgid "Home Page"
109
+ msgstr "Esileht"
110
+
111
+ #: ../models/headspace.php:95
112
+ msgid "applied to the home page (or blog page)"
113
+ msgstr "rakendatakse esilehele"
114
+
115
+ #: ../models/headspace.php:96
116
+ msgid "Front Page"
117
+ msgstr "Staatiline esileht"
118
+
119
+ # Doesn't show in UI
120
+ # It's a bug in 'headspace2/models/headspace.php' line 96
121
+ #: ../models/headspace.php:96
122
+ msgid "applied to front page (if you have set WordPress to use a static page)"
123
+ msgstr "rakendatakse, kui esileht näitab staatilist lehte (vt. <em>Seaded > Lugemisseaded</em >)"
124
+
125
+ #: ../models/headspace.php:97
126
+ msgid "Taxonomy Archives"
127
+ msgstr "Sildiarhiiv"
128
+
129
+ #: ../models/headspace.php:97
130
+ msgid "applied when viewing a taxonomy archive"
131
+ msgstr "rakendatakse sildiarhiivide lehtedele"
132
+
133
+ #: ../models/headspace.php:108
134
+ msgid "Taxonomy Archives - "
135
+ msgstr "Sildiarhiiv - "
136
+
137
+ #: ../models/headspace.php:108
138
+ msgid "applied when viewing a taxonomy archive for the "
139
+ msgstr "rakendatakse sildiarhiivide lehtedele"
140
+
141
+ #: ../models/headspace.php:113
142
+ msgid "Archives"
143
+ msgstr "Arhiiv"
144
+
145
+ #: ../models/headspace.php:113
146
+ msgid "applied when viewing the archives"
147
+ msgstr "rakendatakse arhiivide lehtedele"
148
+
149
+ #: ../models/headspace.php:114
150
+ msgid "Categories"
151
+ msgstr "Rubriigid"
152
+
153
+ #: ../models/headspace.php:114
154
+ msgid "applied to category pages without specific settings"
155
+ msgstr "rakendatakse rubriikide lehtedele"
156
+
157
+ #: ../models/headspace.php:115
158
+ msgid "Posts"
159
+ msgstr "Postitused"
160
+
161
+ #: ../models/headspace.php:115
162
+ msgid "applied to posts without specific settings"
163
+ msgstr "rakendatakse postitustele"
164
+
165
+ #: ../models/headspace.php:116
166
+ msgid "Pages"
167
+ msgstr "Lehed"
168
+
169
+ #: ../models/headspace.php:116
170
+ msgid "applied to pages without specific settings"
171
+ msgstr "rakendatakse lehtedele"
172
+
173
+ #: ../models/headspace.php:117
174
+ msgid "Author Pages"
175
+ msgstr "Autoriarhiiv"
176
+
177
+ #: ../models/headspace.php:117
178
+ msgid "applied to author pages"
179
+ msgstr "rakendatakse autorite lehtedele"
180
+
181
+ #: ../models/headspace.php:118
182
+ msgid "Search Pages"
183
+ msgstr "Otsing"
184
+
185
+ #: ../models/headspace.php:118
186
+ msgid "applied when viewing search results"
187
+ msgstr "rakendatakse otsingutulemuste lehtedele"
188
+
189
+ #: ../models/headspace.php:119
190
+ msgid "404 Page"
191
+ msgstr "404 vealeht"
192
+
193
+ #: ../models/headspace.php:119
194
+ msgid "applied when viewing a 404 error"
195
+ msgstr "rakendatakse HTTP 404 ('ei leitud') vealehele"
196
+
197
+ #: ../models/headspace.php:120
198
+ msgid "Tag Pages"
199
+ msgstr "Sildilehed"
200
+
201
+ #: ../models/headspace.php:120
202
+ msgid "applied when viewing tag pages"
203
+ msgstr "rakendatakse siltide lehtedele"
204
+
205
+ # Doesn't show in UI
206
+ # It's a bug in 'headspace2/models/headspace.php' line 121
207
+ #: ../models/headspace.php:121
208
+ msgid "Attachment Pages"
209
+ msgstr "Manuselehed"
210
+
211
+ #: ../models/headspace.php:121
212
+ msgid "applied when viewing an attachment"
213
+ msgstr "rakendatakse manuste (meediafailide) lehtedele"
214
+
215
+ #: ../models/headspace.php:122
216
+ msgid "Login Pages"
217
+ msgstr "Halduslehed"
218
+
219
+ #: ../models/headspace.php:122
220
+ msgid "applied when viewing login, logout, or registration pages"
221
+ msgstr "rakendatakse sisse- ja väljalogimise ning registreerumise lehtedele"
222
+
223
+ #: ../models/inline_tags.php:348
224
+ #, php-format
225
+ msgid "page %d of %d"
226
+ msgstr "lk %d / %d"
227
+
228
+ #: ../models/pager.php:380
229
+ msgid "Previous"
230
+ msgstr "Eelmised"
231
+
232
+ #: ../models/pager.php:381
233
+ msgid "Next"
234
+ msgstr "Järgmised"
235
+
236
+ #: ../models/pager.php:434
237
+ #, php-format
238
+ msgid "%d per-page"
239
+ msgstr "%d / lk"
240
+
241
+ #: ../models/pager.php:442
242
+ #, php-format
243
+ msgid "Displaying %s&#8211;%s of %s"
244
+ msgstr "Kuvatakse %s&#8211;%s %s-st"
245
+
246
+ #: ../modules/import/all-in-one-seo.php:28
247
+ msgid "All-in-one SEO"
248
+ msgstr "All-in-one SEO"
249
+
250
+ #: ../modules/import/headspace_tags.php:28
251
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
252
+ msgstr "HeadSpace sildid (teisenda WordPress 2.3+ siltideks)"
253
+
254
+ #: ../modules/import/head_meta_description.php:28
255
+ msgid "Head META Description"
256
+ msgstr "Head META Description"
257
+
258
+ #: ../modules/import/jerome.php:28
259
+ msgid "Jerome's Keywords"
260
+ msgstr "Jerome's Keywords"
261
+
262
+ #: ../modules/import/lud.icro.us.php:28
263
+ msgid "lud.icro.us HeadMeta"
264
+ msgstr "lud.icro.us HeadMeta"
265
+
266
+ #: ../modules/import/more_unique.php:28
267
+ msgid "More Unique"
268
+ msgstr "More Unique"
269
+
270
+ #: ../modules/import/seo-title-tags.php:28
271
+ msgid "SEO Title Tags"
272
+ msgstr "SEO Titel Tags"
273
+
274
+ #: ../modules/import/simple-tagging.php:28
275
+ msgid "Simple Tagging"
276
+ msgstr "Simple Tagging"
277
+
278
+ #: ../modules/import/simple-tags.php:28
279
+ msgid "Simple Tags (old version)"
280
+ msgstr "Simple Tags (old version)"
281
+
282
+ #: ../modules/import/utw.php:28
283
+ msgid "Ultimate Tag Warrior"
284
+ msgstr "Ultimate Tag Warrior"
285
+
286
+ #: ../modules/mass/description.php:28
287
+ #: ../modules/mass/description.php:50
288
+ msgid "Page description"
289
+ msgstr "Meta kirjeldus"
290
+
291
+ #: ../modules/mass/description.php:49
292
+ #: ../modules/mass/more_text.php:49
293
+ #: ../modules/mass/page_slug.php:49
294
+ #: ../modules/mass/page_title.php:49
295
+ #: ../modules/mass/site_description.php:49
296
+ #: ../modules/mass/site_name.php:49
297
+ #: ../modules/mass/tags.php:49
298
+ msgid "Post title"
299
+ msgstr "Pealkiri"
300
+
301
+ #: ../modules/mass/more_text.php:28
302
+ #: ../modules/mass/more_text.php:50
303
+ msgid "More text"
304
+ msgstr "'More' tekst"
305
+
306
+ #: ../modules/mass/page_slug.php:28
307
+ msgid "Page slug"
308
+ msgstr "Lühikirjeldus (slug)"
309
+
310
+ #: ../modules/mass/page_slug.php:50
311
+ msgid "Post slug"
312
+ msgstr "Lühikirjeldus (slug)"
313
+
314
+ #: ../modules/mass/page_title.php:28
315
+ #: ../modules/mass/page_title.php:50
316
+ msgid "Page title"
317
+ msgstr "Kohandatud pealkiri"
318
+
319
+ #: ../modules/mass/site_description.php:28
320
+ #: ../modules/mass/site_description.php:50
321
+ msgid "Site description"
322
+ msgstr "Saidi kirjeldus"
323
+
324
+ #: ../modules/mass/site_name.php:28
325
+ #: ../modules/mass/site_name.php:50
326
+ msgid "Site name"
327
+ msgstr "Saidi nimi"
328
+
329
+ #: ../modules/mass/tags.php:50
330
+ msgid "Tags/keywords"
331
+ msgstr "Sildid / võtmesõnad"
332
+
333
+ #: ../modules/page/custom.php:44
334
+ msgid "Custom data"
335
+ msgstr "Kohandatud andmed (<a href=\"http://bit.ly/1P2zsr\" target=\"_blank\" title=\"Urban Giraffe Support - How to use Custom data\">?</a>)"
336
+
337
+ #: ../modules/page/custom.php:48
338
+ msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
339
+ msgstr "Globaalne seade: võimaldab kohandatud metaandmete lisamist teemasse (mallidesse), kasutades MetaData::get_custom()"
340
+
341
+ #: ../modules/page/custom.php:85
342
+ msgid "Fields"
343
+ msgstr "Väljad"
344
+
345
+ #: ../modules/page/description.php:59
346
+ msgid "Allows a short description about the page that is used by search engines"
347
+ msgstr "Võimaldab meta kirjelduse lisamist lehtedele – seda kasutavad ja kuvavad otsingumootorid"
348
+
349
+ #: ../modules/page/description.php:67
350
+ #: ../modules/page/keywords.php:81
351
+ #: ../modules/page/page_title.php:151
352
+ msgid "Max length"
353
+ msgstr "Maks. pikkus"
354
+
355
+ #: ../modules/page/description.php:70
356
+ msgid "All descriptions will be trimmed to this length"
357
+ msgstr "Kirjelduste maksimaalne pikkus"
358
+
359
+ #: ../modules/page/description.php:88
360
+ msgid "Description"
361
+ msgstr "Meta kirjeldus"
362
+
363
+ #: ../modules/page/description.php:97
364
+ #: ../modules/page/keywords.php:116
365
+ #: ../modules/page/page_title.php:185
366
+ msgid "remaining"
367
+ msgstr "veel"
368
+
369
+ #: ../modules/page/follow-links.php:32
370
+ msgid "Archive Links"
371
+ msgstr "Arhiiviviited"
372
+
373
+ #: ../modules/page/follow-links.php:33
374
+ msgid "Category Links"
375
+ msgstr "Rubriigiviited"
376
+
377
+ #: ../modules/page/follow-links.php:34
378
+ #: ../modules/page/page-links.php:146
379
+ msgid "Page Links"
380
+ msgstr "Leheviited"
381
+
382
+ #: ../modules/page/follow-links.php:35
383
+ msgid "Tag Links"
384
+ msgstr "Sildiviited"
385
+
386
+ #: ../modules/page/follow-links.php:36
387
+ msgid "Comm. Author Links"
388
+ msgstr "Komm. autorite viited"
389
+
390
+ #: ../modules/page/follow-links.php:37
391
+ msgid "Comm. Text Links"
392
+ msgstr "Viited komm. tekstis"
393
+
394
+ #: ../modules/page/follow-links.php:38
395
+ msgid "Next/Prev Posts Link"
396
+ msgstr "Eelmise / järgmise postituse viited"
397
+
398
+ #: ../modules/page/follow-links.php:109
399
+ msgid "Follow Links"
400
+ msgstr "Viidete <code>follow</code> omadus"
401
+
402
+ #: ../modules/page/follow-links.php:113
403
+ msgid "Allows follow/no-follow to be set for various links"
404
+ msgstr "Võimaldab follow/no-follow atribuudi lisamist viidetele – juhiseks otsingumootoritele"
405
+
406
+ #: ../modules/page/follow-links.php:121
407
+ msgid "Follow"
408
+ msgstr "<em>Follow</em>"
409
+
410
+ #: ../modules/page/follow-links.php:122
411
+ #: ../modules/page/noindex.php:36
412
+ msgid "No-follow"
413
+ msgstr "<em>No-follow</em>"
414
+
415
+ #: ../modules/page/follow-links.php:123
416
+ msgid "Default"
417
+ msgstr "vaikimisi"
418
+
419
+ #: ../modules/page/javascript.php:45
420
+ #: ../modules/page/javascript.php:60
421
+ msgid "JavaScript"
422
+ msgstr "JavaScript"
423
+
424
+ #: ../modules/page/javascript.php:49
425
+ msgid "Allow external JavaScript files to be referenced"
426
+ msgstr "Võimaldab lisada JavaScripti skripte eraldi üksikutele lehtedele"
427
+
428
+ #: ../modules/page/keywords.php:62
429
+ #: ../modules/page/keywords.php:107
430
+ msgid "Keywords"
431
+ msgstr "Võtmesõnad"
432
+
433
+ # (if necessary, disable keyword display in the Tags module)
434
+ #: ../modules/page/keywords.php:66
435
+ msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
436
+ msgstr "Võimaldab meta võtmesõnade lisamist siltidest sõltumatult"
437
+
438
+ #: ../modules/page/keywords.php:74
439
+ msgid "Use tags"
440
+ msgstr "Kasuta silte"
441
+
442
+ #: ../modules/page/keywords.php:77
443
+ msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
444
+ msgstr "Märkides selle valiku, kasutatakse meta võtmesõnadena silte <em>(tags)</em> ja sa ei saa neid eraldi hallata"
445
+
446
+ #: ../modules/page/keywords.php:84
447
+ msgid "Keywords will be trimmed to this length"
448
+ msgstr "Meta võtmesõnade maksimaalne kogupikkus (soovituslik, ületamisel kuvatakse hoiatus halduslehtedel)"
449
+
450
+ #: ../modules/page/more_text.php:85
451
+ msgid "Allows the 'more' text to be changed"
452
+ msgstr "Võimaldab 'more' e. 'loe edasi' teksti muutmist"
453
+
454
+ #: ../modules/page/more_text.php:118
455
+ msgid "Enable on excerpts"
456
+ msgstr "Luba väljavõtetes"
457
+
458
+ #: ../modules/page/more_text.php:124
459
+ msgid "Pattern"
460
+ msgstr "Regulaaravaldis"
461
+
462
+ #: ../modules/page/more_text.php:127
463
+ msgid "Advanced - the regular expression pattern to select the more link from your posts"
464
+ msgstr "Peenseade – regulaaravaldis, mida kasutatakse <em>'more'</em> lingi tuvastamiseks postituste ja lehtede sisust"
465
+
466
+ #: ../modules/page/more_text.php:131
467
+ msgid "Replace"
468
+ msgstr "Asenda"
469
+
470
+ #: ../modules/page/more_text.php:133
471
+ msgid "Advanced - the regular expression replacement text"
472
+ msgstr "Peenseade – regulaaravaldis teostab asenduse, nagu siin määratud"
473
+
474
+ #: ../modules/page/noindex.php:35
475
+ msgid "No-index"
476
+ msgstr "<em>No-index</em>"
477
+
478
+ #: ../modules/page/noindex.php:37
479
+ msgid "No-archive"
480
+ msgstr "<em>No-archive</em>"
481
+
482
+ #: ../modules/page/noindex.php:38
483
+ msgid "No-ODP"
484
+ msgstr "<em>No-ODP</em>"
485
+
486
+ #: ../modules/page/noindex.php:39
487
+ msgid "No-Yahoo Dir"
488
+ msgstr "<em>No-Yahoo Dir</em>"
489
+
490
+ #: ../modules/page/noindex.php:83
491
+ #: ../modules/page/noindex.php:99
492
+ msgid "Meta-Robots"
493
+ msgstr "Meta-Robots (<a href=\"http://bit.ly/19dPkw\" target=\"_blank\" title=\"Wikipedia - Meta element - The robots attribute\">?</a>)"
494
+
495
+ #: ../modules/page/noindex.php:87
496
+ msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
497
+ msgstr "Võimaldab meta-robots seadete kasutamist, keelamaks otsingumootorite robotitel lehe indekseerimise ja/või sel olevate linkide kaudu edasi liikumise"
498
+
499
+ #: ../modules/page/page-links.php:150
500
+ msgid "Allows options to be set for wp_list_pages links"
501
+ msgstr "Globaalne seade: võimaldab wp_list_pages funktsiooni omaduste muutmist, mida kasutatakse eelkõige menüüde genereerimisel"
502
+
503
+ #: ../modules/page/page-links.php:159
504
+ msgid "Page Link Text"
505
+ msgstr "Leheviite tekst"
506
+
507
+ #: ../modules/page/page-links.php:164
508
+ msgid "Page Link Title"
509
+ msgstr "Leheviite pealkiri"
510
+
511
+ #: ../modules/page/page-links.php:169
512
+ msgid "Page Link Options"
513
+ msgstr "Leheviite omadused"
514
+
515
+ #: ../modules/page/page-links.php:171
516
+ msgid "Exclude from list"
517
+ msgstr "Jäta loenditest (menüüdest) välja"
518
+
519
+ #: ../modules/page/page-links.php:172
520
+ msgid "Nofollow"
521
+ msgstr "<em>No-follow</em>"
522
+
523
+ #: ../modules/page/page-links.php:173
524
+ msgid "Open in new window"
525
+ msgstr "Ava uues aknas"
526
+
527
+ #: ../modules/page/page-links.php:204
528
+ msgid "Display"
529
+ msgstr "Viite HTML-kood"
530
+
531
+ #: ../modules/page/page-links.php:207
532
+ msgid "How a link is displayed. Use %link% for the link itself"
533
+ msgstr "Muutuja %link% tähistab viidet ennast."
534
+
535
+ #: ../modules/page/page-links.php:211
536
+ msgid "Before HTML"
537
+ msgstr "Viidete loendi eel"
538
+
539
+ #: ../modules/page/page-links.php:214
540
+ msgid "HTML added to start of list"
541
+ msgstr "HTML, mis lisatakse viidete loendite (menüüd) ette"
542
+
543
+ #: ../modules/page/page-links.php:218
544
+ msgid "After HTML"
545
+ msgstr "Viidete loendi järel"
546
+
547
+ #: ../modules/page/page-links.php:221
548
+ msgid "HTML added to end of list"
549
+ msgstr "HTML, mis lisatakse viidete loendite (menüüd) järele"
550
+
551
+ #: ../modules/page/page_title.php:115
552
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
553
+ msgstr "Võimaldab lehe pealkirja muutmist (tekst brauserite ülaribal e. <title>)"
554
+
555
+ #: ../modules/page/page_title.php:123
556
+ msgid "Title separator"
557
+ msgstr "Eraldaja"
558
+
559
+ #: ../modules/page/page_title.php:126
560
+ msgid "Leave blank to use theme default"
561
+ msgstr "Jäta tühjaks, kasutamaks teema seadet"
562
+
563
+ #: ../modules/page/page_title.php:130
564
+ msgid "Separator position"
565
+ msgstr "Eraldaja asukoht"
566
+
567
+ #: ../modules/page/page_title.php:133
568
+ msgid "Before"
569
+ msgstr "enne"
570
+
571
+ #: ../modules/page/page_title.php:134
572
+ msgid "After"
573
+ msgstr "peale"
574
+
575
+ #: ../modules/page/page_title.php:139
576
+ msgid "Force title rewrite"
577
+ msgstr "Brute-force"
578
+
579
+ #: ../modules/page/page_title.php:146
580
+ 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."
581
+ msgstr "Puhverdab lehed ja jõustab kohandatud pealkirjad n-ö toore jõuga <em>(brute-force)</em>. Ehkki see võib olla mugav, sest sa ei pea muutma saidi teema faile, tõstab see serveri mälukasutust ning võib seega põhjustada jõudluse vähenemist."
582
+
583
+ #: ../modules/page/page_title.php:176
584
+ msgid "Page Title"
585
+ msgstr "Kohandatud pealkiri"
586
+
587
+ #: ../modules/page/plugin.php:89
588
+ msgid "Page-specific Plugins"
589
+ msgstr "Lehe-spetsiifilised pluginad"
590
+
591
+ #: ../modules/page/plugin.php:93
592
+ msgid "Allows disabled plugins to be enabled on specific pages"
593
+ msgstr "Võimaldab kasutamata (mitteaktiivsete) pluginate aktiveerimist üksikutel lehtedel"
594
+
595
+ # Lehe-spetsiifilised pluginad
596
+ #: ../modules/page/plugin.php:107
597
+ msgid "Show in admin"
598
+ msgstr "Luba"
599
+
600
+ #: ../modules/page/plugin.php:110
601
+ msgid "Shows page-specific plugins in the administration menus"
602
+ msgstr "Näita pluginate valikut halduslehtedel"
603
+
604
+ #: ../modules/page/plugin.php:134
605
+ msgid "Plugins"
606
+ msgstr "Pluginad"
607
+
608
+ #: ../modules/page/raw-footer.php:44
609
+ #: ../modules/page/raw-footer.php:54
610
+ msgid "Raw footer data"
611
+ msgstr "Kood/tekst <code>body</code> lõppu"
612
+
613
+ #: ../modules/page/raw-footer.php:48
614
+ msgid "Allows raw data to be inserted into the page footer"
615
+ msgstr "Võimaldab koodi ja/või teksti lisamist lehtede lähtekoodi lõppu, vahetult enne </body>"
616
+
617
+ #: ../modules/page/raw.php:40
618
+ #: ../modules/page/raw.php:50
619
+ msgid "Raw data"
620
+ msgstr "Kood/tekst <code>head</code> osasse"
621
+
622
+ #: ../modules/page/raw.php:44
623
+ msgid "Allows raw data to be inserted into the page meta section"
624
+ msgstr "Võimaldab koodi ja/või teksti lisamist lehtede lähtekoodi päise ossa (<head>)"
625
+
626
+ #: ../modules/page/relative-links.php:96
627
+ #: ../modules/page/relative-links.php:106
628
+ msgid "Relative Links"
629
+ msgstr "Meta <code>rel</code> viited"
630
+
631
+ #: ../modules/page/relative-links.php:100
632
+ msgid "Allows options to be set for relative meta links (WP 2.8+)"
633
+ msgstr "Võimaldab meta viidete lisamist lehtedele (WP 2.8+)"
634
+
635
+ #: ../modules/page/relative-links.php:119
636
+ msgid "Start"
637
+ msgstr "<em>Start</em>"
638
+
639
+ #: ../modules/page/relative-links.php:124
640
+ msgid "End"
641
+ msgstr "<em>End</em>"
642
+
643
+ #: ../modules/page/relative-links.php:129
644
+ msgid "Parent"
645
+ msgstr "<em>Parent</em>"
646
+
647
+ #: ../modules/page/rss_name.php:53
648
+ #: ../modules/page/rss_name.php:69
649
+ msgid "RSS Name"
650
+ msgstr "RSS pealkiri"
651
+
652
+ #: ../modules/page/rss_name.php:57
653
+ msgid "Allows site RSS name to be changed"
654
+ msgstr "Võimaldab RSS-voogude pealkirjade täiendamist (RSS-voo pealkiri algab alati saidi nimega)"
655
+
656
+ #: ../modules/page/rss_tagline.php:53
657
+ msgid "RSS Description"
658
+ msgstr "RSS kirjeldus"
659
+
660
+ #: ../modules/page/rss_tagline.php:57
661
+ msgid "Allows site RSS description to be changed"
662
+ msgstr "Võimaldab RSS-voogude kirjelduste muutmist"
663
+
664
+ #: ../modules/page/rss_tagline.php:69
665
+ msgid "RSS Desc."
666
+ msgstr "RSS kirjeldus"
667
+
668
+ #: ../modules/page/site_name.php:58
669
+ msgid "Allows site name to be changed (i.e your blog name)"
670
+ msgstr "Võimaldab saidi nime muutmist"
671
+
672
+ #: ../modules/page/site_tagline.php:52
673
+ #: ../modules/page/site_tagline.php:68
674
+ msgid "Site Tagline"
675
+ msgstr "Saidi lühikirjeldus"
676
+
677
+ #: ../modules/page/site_tagline.php:56
678
+ msgid "Allows site description to be changed (i.e. the tagline)"
679
+ msgstr "Võimaldab saidi lühikirjelduse (tagline) muutmist"
680
+
681
+ #: ../modules/page/stylesheet.php:54
682
+ #: ../modules/page/stylesheet.php:69
683
+ msgid "Stylesheets"
684
+ msgstr "CSS"
685
+
686
+ #: ../modules/page/stylesheet.php:58
687
+ msgid "Allows CSS stylesheets to be added to a page"
688
+ msgstr "Võimaldab lisada CSS-stiilifaile eraldi üksikutele lehtedele"
689
+
690
+ #: ../modules/page/stylesheet.php:101
691
+ msgid "Do not output CSS"
692
+ msgstr "Ära väljasta lehtedele lisatud CSS-stiilifaile"
693
+
694
+ #: ../modules/page/tags.php:123
695
+ msgid "<p>Tags: "
696
+ msgstr "<p>Sildid: "
697
+
698
+ #: ../modules/page/tags.php:153
699
+ msgid "Allows tags to be added to pages"
700
+ msgstr "Võimaldab siltide / meta võtmesõnade lisamist lehtedele"
701
+
702
+ #: ../modules/page/tags.php:161
703
+ msgid "Force tags in posts"
704
+ msgstr "Sildid postituste juures"
705
+
706
+ #: ../modules/page/tags.php:164
707
+ #: ../modules/page/tags.php:174
708
+ msgid "No"
709
+ msgstr "Ei"
710
+
711
+ #: ../modules/page/tags.php:165
712
+ #: ../modules/page/tags.php:175
713
+ msgid "Yes"
714
+ msgstr "Jah"
715
+
716
+ #: ../modules/page/tags.php:167
717
+ #: ../modules/page/tags.php:177
718
+ msgid "Your theme may overrule this setting"
719
+ msgstr "Teema võib siinse seade tühistada"
720
+
721
+ #: ../modules/page/tags.php:171
722
+ msgid "Force tags in pages"
723
+ msgstr "Sildid lehtedel"
724
+
725
+ #: ../modules/page/tags.php:181
726
+ msgid "Show pages"
727
+ msgstr "Kuva lehti"
728
+
729
+ #: ../modules/page/tags.php:184
730
+ msgid "Show pages in tag archives"
731
+ msgstr "Kuva lehti sildilehtede loendites"
732
+
733
+ #: ../modules/page/tags.php:188
734
+ msgid "Disable Suggestions"
735
+ msgstr "Lülita sildisoovitused välja"
736
+
737
+ #: ../modules/page/tags.php:191
738
+ msgid "In case of low memory issues"
739
+ msgstr "Kasuta mälu- või jõudluseprobleemide korral"
740
+
741
+ #: ../modules/page/tags.php:195
742
+ msgid "Yahoo ZoneTag"
743
+ msgstr "Yahoo ZoneTag"
744
+
745
+ #: ../modules/page/tags.php:198
746
+ msgid "enable"
747
+ msgstr "lülita sisse"
748
+
749
+ #: ../modules/page/tags.php:280
750
+ msgid "Suggested tags"
751
+ msgstr "Sildisoovitused"
752
+
753
+ #: ../modules/page/tags.php:282
754
+ msgid "add all"
755
+ msgstr "lisa kõik"
756
+
757
+ #: ../modules/page/tags.php:285
758
+ msgid "suggest"
759
+ msgstr "uus analüüs"
760
+
761
+ #: ../modules/page/tags.php:290
762
+ msgid "Yahoo"
763
+ msgstr "uus Yahoo analüüs"
764
+
765
+ #: ../modules/page/tags.php:309
766
+ msgid "Suggest tags based on content"
767
+ msgstr "Soovita silte postituse sisu põhjal"
768
+
769
+ #: ../modules/page/tags.php:314
770
+ msgid "Yahoo Suggest"
771
+ msgstr "Yahoo Suggest"
772
+
773
+ #: ../modules/page/theme.php:64
774
+ msgid "Page-specific Theme"
775
+ msgstr "Lehe-spetsiifiline teema"
776
+
777
+ #: ../modules/page/theme.php:74
778
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
779
+ msgstr "Võimaldab erinevate teemade (kujundusmallide) kasutamist lehtedel"
780
+
781
+ #: ../modules/page/theme.php:81
782
+ msgid "Theme"
783
+ msgstr "Teema"
784
+
785
+ #: ../modules/page/theme.php:84
786
+ msgid "Current theme"
787
+ msgstr "Kasutatav teema"
788
+
789
+ #: ../modules/site/103bees.php:31
790
+ msgid "103bees"
791
+ msgstr "103bees"
792
+
793
+ #: ../modules/site/103bees.php:36
794
+ msgid "Adds 103bees tracking code to all pages"
795
+ msgstr "Lisab 103bees jälgimiskoodi kõigile lehtedele"
796
+
797
+ #: ../modules/site/103bees.php:111
798
+ msgid "Tracking code"
799
+ msgstr "Jälgimiskood"
800
+
801
+ #: ../modules/site/103bees.php:114
802
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
803
+ msgstr "Sisesta JavaScripti koodilõik nagu näidatud sinu 103bees konto lehel"
804
+
805
+ #: ../modules/site/103bees.php:118
806
+ #: ../modules/site/analytics.php:253
807
+ #: ../modules/site/apture.php:118
808
+ #: ../modules/site/awstats.php:121
809
+ #: ../modules/site/crazyegg.php:124
810
+ msgid "Who to track"
811
+ msgstr "Keda jälgida"
812
+
813
+ #: ../modules/site/103bees.php:121
814
+ #: ../modules/site/analytics.php:256
815
+ #: ../modules/site/apture.php:121
816
+ #: ../modules/site/awstats.php:124
817
+ #: ../modules/site/crazyegg.php:127
818
+ msgid "Everyone"
819
+ msgstr "Kõik"
820
+
821
+ #: ../modules/site/103bees.php:127
822
+ #: ../modules/site/analytics.php:263
823
+ #: ../modules/site/apture.php:128
824
+ #: ../modules/site/awstats.php:131
825
+ #: ../modules/site/crazyegg.php:134
826
+ msgid "Users of the specified role or less will be tracked"
827
+ msgstr "Jälgitakse valitud ja madalama taseme kasutajaid"
828
+
829
+ #: ../modules/site/analytics.php:39
830
+ msgid "Google Analytics"
831
+ msgstr "Google Analytics"
832
+
833
+ #: ../modules/site/analytics.php:44
834
+ msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
835
+ msgstr "Lisab Google Analytics jälgimiskoodi kõigile lehtedele (funktsiooni <code>wp_footer</code> kaudu)"
836
+
837
+ #: ../modules/site/analytics.php:237
838
+ #: ../modules/site/feedburner-stats.php:67
839
+ msgid "Account ID"
840
+ msgstr "ID"
841
+
842
+ #: ../modules/site/analytics.php:240
843
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
844
+ msgstr "Sisesta Google Analytics koodilõik või ainult selle saidi <code>_uacct</code> number <em>(UA-XXXXXXX-X)</em>."
845
+
846
+ #: ../modules/site/analytics.php:244
847
+ msgid "Version"
848
+ msgstr "Versioon"
849
+
850
+ #: ../modules/site/analytics.php:247
851
+ msgid "Urchin (urchin.js)"
852
+ msgstr "Urchin (urchin.js)"
853
+
854
+ #: ../modules/site/analytics.php:248
855
+ msgid "New Google Analytics (ga.js)"
856
+ msgstr "Google Analytics (ga.js)"
857
+
858
+ #: ../modules/site/analytics.php:267
859
+ msgid "Track outbound links"
860
+ msgstr "Loenda klikke väljuvatele linkidele"
861
+
862
+ #: ../modules/site/analytics.php:270
863
+ msgid "Enter the URL you want outbound links tracked to"
864
+ msgstr "Virtuaalne URL, mille alla kogutakse klikid väljuvatele linkidele (nt. <em>domeen.com/outbound</em>)"
865
+
866
+ #: ../modules/site/analytics.php:274
867
+ msgid "Virtual Pages"
868
+ msgstr "Virtuaalsed lehed"
869
+
870
+ #: ../modules/site/analytics.php:277
871
+ msgid "Change what appears in reports"
872
+ msgstr "Lisa kohandatud vaateid GA raportitesse (vt. <a href=\"http://bit.ly/3pH5GZ\">Google Analytics Help</a>)"
873
+
874
+ #: ../modules/site/analytics.php:281
875
+ msgid "Domain Name"
876
+ msgstr "Juurdomeen"
877
+
878
+ #: ../modules/site/analytics.php:284
879
+ msgid "Set to a root domain when tracking across sub-domains"
880
+ msgstr "Kui antud sait hõlmab alamdomeene (nt. <em>alam.domeen.com</em>), mida samuti GA-ga jälgid, sisesta siia peadomeen"
881
+
882
+ #: ../modules/site/analytics.php:288
883
+ msgid "Raw Code"
884
+ msgstr "Töötlemata kood"
885
+
886
+ #: ../modules/site/analytics.php:291
887
+ msgid "Enter any additional Google Analytics code"
888
+ msgstr "Sisesta muu, kohandatud JavaScripti kood, mida soovid GA põhikoodile lisada"
889
+
890
+ #: ../modules/site/analytics.php:295
891
+ msgid "Include on login page"
892
+ msgstr "Lisa sisselogimise lehele"
893
+
894
+ #: ../modules/site/analytics.php:298
895
+ msgid "Include Google Analytics on the WordPress login page"
896
+ msgstr "Lisab Google Analytics jälgimiskoodi sisselogimise lehele"
897
+
898
+ #: ../modules/site/apture.php:31
899
+ msgid "Apture"
900
+ msgstr "Apture"
901
+
902
+ #: ../modules/site/apture.php:36
903
+ msgid "Add Apture to all pages"
904
+ msgstr "Lisab Apture jälgimiskoodi kõigile lehtedele"
905
+
906
+ #: ../modules/site/apture.php:111
907
+ msgid "Site token"
908
+ msgstr "<em>Site token</em>"
909
+
910
+ #: ../modules/site/apture.php:114
911
+ msgid "Enter your site token."
912
+ msgstr "Sisesta selle saidi <em>token</em> e. jälgimis-ID"
913
+
914
+ #: ../modules/site/awstats.php:31
915
+ msgid "AWStats JavaScript Tracking"
916
+ msgstr "AWStats"
917
+
918
+ #: ../modules/site/awstats.php:36
919
+ msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
920
+ msgstr "Lisab AWStats jälgimiskoodi kõigile lehtedele (funktsiooni <code>wp_footer</code> kaudu)"
921
+
922
+ #: ../modules/site/crazyegg.php:33
923
+ msgid "CrazyEgg"
924
+ msgstr "CrazyEgg"
925
+
926
+ #: ../modules/site/crazyegg.php:38
927
+ msgid "Adds CrazyEgg tracking code to all pages"
928
+ msgstr "Lisab CrazyEgg jälgimiskoodi kõigile lehtedele"
929
+
930
+ #: ../modules/site/crazyegg.php:117
931
+ msgid "CrazyEgg ID"
932
+ msgstr "CrazyEgg ID"
933
+
934
+ #: ../modules/site/crazyegg.php:120
935
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
936
+ msgstr "Sisesta <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg koodilõik</a>"
937
+
938
+ #: ../modules/site/disable_visual_editing.php:28
939
+ msgid "Disable Visual Editing"
940
+ msgstr "WordPressi visuaalredaktor"
941
+
942
+ #: ../modules/site/disable_visual_editing.php:33
943
+ msgid "Disable visual editing"
944
+ msgstr "Lülitab visuaalredaktori välja korraga kõigil kasutajatel"
945
+
946
+ #: ../modules/site/feedburner-stats.php:30
947
+ msgid "Feedburner Stats Pro"
948
+ msgstr "Feedburner Stats Pro"
949
+
950
+ # rudiment
951
+ #: ../modules/site/feedburner-stats.php:35
952
+ msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
953
+ msgstr "Lisab FeedBurner Stats Pro kasutamiseks vajaliku lähtekoodi"
954
+
955
+ #: ../modules/site/feedburner-stats.php:70
956
+ msgid "This is your FeedBurner username"
957
+ msgstr "Sinu FeedBurneri kasutajanimi"
958
+
959
+ #: ../modules/site/first-time-visitor.php:34
960
+ msgid "First Time Visitor"
961
+ msgstr "Esmakordne külastaja"
962
+
963
+ #: ../modules/site/first-time-visitor.php:39
964
+ msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
965
+ msgstr "Kuvab esmakordsele külastajale suunatud teate (idee: <a href=\"http://bit.ly/4bb3lD\">Seth Godin</a>)"
966
+
967
+ #: ../modules/site/first-time-visitor.php:93
968
+ #, php-format
969
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
970
+ msgstr "<p>Tere tulemast! Telli <a href=\"%s/feed/\">RSS-voog</a>.</p>"
971
+
972
+ #: ../modules/site/first-time-visitor.php:124
973
+ msgid "Message to display"
974
+ msgstr "Teade"
975
+
976
+ #: ../modules/site/first-time-visitor.php:130
977
+ msgid "Repeat"
978
+ msgstr "Korda"
979
+
980
+ #: ../modules/site/first-time-visitor.php:131
981
+ msgid "Enter 0 for always"
982
+ msgstr "0 – pidevalt"
983
+
984
+ #: ../modules/site/first-time-visitor.php:134
985
+ msgid "Display position"
986
+ msgstr "Kuvamise koht"
987
+
988
+ #: ../modules/site/first-time-visitor.php:137
989
+ msgid "Before content"
990
+ msgstr "Sisu eel"
991
+
992
+ #: ../modules/site/first-time-visitor.php:138
993
+ msgid "After content"
994
+ msgstr "Sisu järel"
995
+
996
+ #: ../modules/site/first-time-visitor.php:143
997
+ msgid "Ignore Bots"
998
+ msgstr "Ignoreeri roboteid"
999
+
1000
+ #: ../modules/site/frame-breaker.php:32
1001
+ msgid "Frame Breaker"
1002
+ msgstr "Freimilõhkuja"
1003
+
1004
+ #: ../modules/site/frame-breaker.php:37
1005
+ msgid "Stops your site being loaded in a frame."
1006
+ msgstr "Tõkestab sinu veebilehe laadimise freimidesse (frames) teistel saitidel, lisades vastava JavaScripti lehtede <code>head</code> osasse"
1007
+
1008
+ #: ../modules/site/google-ad-wrap.php:28
1009
+ msgid "Google Section Targeting"
1010
+ msgstr "Google AdSense Section Targeting"
1011
+
1012
+ #: ../modules/site/google-ad-wrap.php:33
1013
+ msgid "Wraps all post and page content inside a Google targeted section"
1014
+ msgstr "Märgistab põhilise sisu lehtedel Google AdSense reklaamide sihtimise jaoks, vt. <a href=\"http://bit.ly/4nRwj6\">AdSense Help</a>"
1015
+
1016
+ #: ../modules/site/google_webmaster.php:30
1017
+ msgid "Google Webmaster"
1018
+ msgstr "Google Webmaster Tools"
1019
+
1020
+ #: ../modules/site/google_webmaster.php:35
1021
+ msgid "Adds Google Webmaster tracking code to your home page"
1022
+ msgstr "Lisab <a href=\"http://bit.ly/IIU2s\">Google Webmaster Tools</a> kinnituskoodi esilehele"
1023
+
1024
+ #: ../modules/site/google_webmaster.php:70
1025
+ msgid "Enter Google Webmaster tracking code."
1026
+ msgstr "Google Webmaster Tools kinnituskood selle saidi jaoks"
1027
+
1028
+ #: ../modules/site/hittail.php:31
1029
+ msgid "HitTail"
1030
+ msgstr "HitTail"
1031
+
1032
+ #: ../modules/site/hittail.php:36
1033
+ msgid "Adds HitTail tracking code to all pages"
1034
+ msgstr "Lisab HitTail jälgimiskoodi kõigile lehtedele"
1035
+
1036
+ #: ../modules/site/hittail.php:114
1037
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
1038
+ msgstr "Sisesta HitTail JavaScripti koodilõik"
1039
+
1040
+ #: ../modules/site/microsoft-live.php:30
1041
+ msgid "Microsoft Live Verification / Bing Webmaster"
1042
+ msgstr "Microsoft Live / Bing Webmaster"
1043
+
1044
+ #: ../modules/site/microsoft-live.php:35
1045
+ msgid "Adds Microsoft Live verification / Bing Webmaster code to your home page"
1046
+ msgstr "Lisab <a href=\"http://bit.ly/175bkO\">Microsoft Live / Bing Webmaster</a> kinnituskoodi esilehele"
1047
+
1048
+ #: ../modules/site/microsoft-live.php:67
1049
+ msgid "Verification code"
1050
+ msgstr "Jälgimiskood"
1051
+
1052
+ #: ../modules/site/microsoft-live.php:70
1053
+ msgid "Enter Microsoft Live verification code."
1054
+ msgstr "Microsoft Live / Bing Webmaster kinnituskood selle saidi jaoks"
1055
+
1056
+ #: ../modules/site/mint.php:33
1057
+ msgid "Mint"
1058
+ msgstr "Mint"
1059
+
1060
+ #: ../modules/site/mint.php:38
1061
+ msgid "Adds Mint tracking code to all pages"
1062
+ msgstr "Lisab Mint jälgimiskoodi kõigile lehtedele"
1063
+
1064
+ #: ../modules/site/mint.php:121
1065
+ msgid "Mint path"
1066
+ msgstr "Minti asukoht"
1067
+
1068
+ #: ../modules/site/mint.php:124
1069
+ msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
1070
+ msgstr "Sisesta oma Mint-kataloogi URL (nt. <code>/mint/</code>)"
1071
+
1072
+ #: ../modules/site/page_counts.php:33
1073
+ msgid "Page Counts"
1074
+ msgstr "Väljavõtteid lehel"
1075
+
1076
+ #: ../modules/site/page_counts.php:38
1077
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
1078
+ msgstr "Määrab, mitu lehe/postituse sissejuhatust kuvada arhiivide ja otsingutulemuste lehtedel"
1079
+
1080
+ # Saidi moodulid > Väljavõtteid lehel
1081
+ #: ../modules/site/page_counts.php:116
1082
+ #: ../modules/site/page_counts.php:128
1083
+ msgid "posts, showing the"
1084
+ msgstr "postitust, kuvatakse"
1085
+
1086
+ #: ../modules/site/page_counts.php:118
1087
+ #: ../modules/site/page_counts.php:130
1088
+ msgid "default"
1089
+ msgstr "vaikimisi"
1090
+
1091
+ #: ../modules/site/page_counts.php:119
1092
+ #: ../modules/site/page_counts.php:131
1093
+ msgid "content"
1094
+ msgstr "sisu"
1095
+
1096
+ #: ../modules/site/page_counts.php:120
1097
+ #: ../modules/site/page_counts.php:132
1098
+ msgid "excerpt"
1099
+ msgstr "väljavõte"
1100
+
1101
+ #: ../modules/site/page_counts.php:122
1102
+ msgid "(set number of posts to 0 for theme default)"
1103
+ msgstr "(0 sisestamisel kasutatakse teemas määratud arvu)"
1104
+
1105
+ #: ../modules/site/page_counts.php:126
1106
+ msgid "Searches"
1107
+ msgstr "Otsingud"
1108
+
1109
+ #: ../modules/site/page_counts.php:134
1110
+ msgid "set number of posts to 0 for theme default"
1111
+ msgstr "0 sisestamisel kasutatakse teemas määratud arvu"
1112
+
1113
+ #: ../modules/site/piwik.php:37
1114
+ msgid "Piwik"
1115
+ msgstr "Piwik"
1116
+
1117
+ #: ../modules/site/piwik.php:42
1118
+ msgid "Adds Piwik tracking code to all pages"
1119
+ msgstr "Lisab Piwik jälgimiskoodi kõigile lehtedele"
1120
+
1121
+ #: ../modules/site/piwik.php:180
1122
+ msgid "Piwik Site ID"
1123
+ msgstr "Piwik saidi ID"
1124
+
1125
+ #: ../modules/site/piwik.php:183
1126
+ msgid "If you are monitoring multiple sites this allows you to identify each"
1127
+ msgstr "Kui jälgid Piwikiga mitut saiti, on igaühel oma ID"
1128
+
1129
+ #: ../modules/site/piwik.php:187
1130
+ msgid "Piwik PHP"
1131
+ msgstr "Piwik PHP"
1132
+
1133
+ #: ../modules/site/piwik.php:190
1134
+ msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
1135
+ msgstr "Piwiki PHP-faili asukoht (e. <code>/piwik/piwik.php</code>)"
1136
+
1137
+ #: ../modules/site/piwik.php:194
1138
+ msgid "Piwik JavaScript"
1139
+ msgstr "Piwik JavaScript"
1140
+
1141
+ #: ../modules/site/piwik.php:197
1142
+ msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
1143
+ msgstr "Piwiki JavaScript-faili asukoht (e. <code>/piwik/piwik.js</code>)"
1144
+
1145
+ #: ../modules/site/piwik.php:201
1146
+ msgid "Track downloads"
1147
+ msgstr "Loenda failide allalaadimisi"
1148
+
1149
+ #: ../modules/site/piwik.php:204
1150
+ msgid "Clear to disable download tracking"
1151
+ msgstr "Tühjenda faililaiendite loetelu laadimiste loendamise väljalülitamiseks"
1152
+
1153
+ #: ../modules/site/piwik.php:204
1154
+ msgid "reset to default"
1155
+ msgstr "taasta algseade"
1156
+
1157
+ #: ../modules/site/piwik.php:208
1158
+ msgid "Tracker pause"
1159
+ msgstr "Paus allalaadimisel"
1160
+
1161
+ #: ../modules/site/piwik.php:211
1162
+ msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
1163
+ msgstr "Faili allalaadimisel lisatakse märgitud pikkusega paus (millisekundites)"
1164
+
1165
+ #: ../modules/site/piwik.php:215
1166
+ msgid "Host aliases"
1167
+ msgstr "Hosti (saidi) aliased"
1168
+
1169
+ #: ../modules/site/piwik.php:218
1170
+ msgid "Enter each host on a separate line"
1171
+ msgstr "Lisa iga host eraldi reale"
1172
+
1173
+ #: ../modules/site/statcounter.php:35
1174
+ msgid "StatCounter"
1175
+ msgstr "StatCounter"
1176
+
1177
+ #: ../modules/site/statcounter.php:40
1178
+ msgid "Adds StatCounter tracking code to all pages"
1179
+ msgstr "Lisab StatCounter jälgimiskoodi kõigile lehtedele"
1180
+
1181
+ #: ../modules/site/statcounter.php:136
1182
+ msgid "Project ID"
1183
+ msgstr "Project ID"
1184
+
1185
+ #: ../modules/site/statcounter.php:142
1186
+ msgid "Partition ID"
1187
+ msgstr "Partitions ID"
1188
+
1189
+ #: ../modules/site/statcounter.php:148
1190
+ msgid "Security ID"
1191
+ msgstr "Security ID"
1192
+
1193
+ #: ../modules/site/system-settings.php:32
1194
+ msgid "System Settings"
1195
+ msgstr "PHP seaded"
1196
+
1197
+ #: ../modules/site/system-settings.php:37
1198
+ msgid "Configure PHP memory limits, time-outs, and error reporting"
1199
+ msgstr "Võimaldab PHP mälupiirangu, taimaudi ja vigade aruandluse seadistamist"
1200
+
1201
+ #: ../modules/site/system-settings.php:84
1202
+ #: ../modules/site/system-settings.php:94
1203
+ #: ../modules/site/system-settings.php:99
1204
+ msgid "System default"
1205
+ msgstr "Süsteemi vaikeseade"
1206
+
1207
+ #: ../modules/site/system-settings.php:85
1208
+ msgid "30 seconds"
1209
+ msgstr "kuni 30 sekundit"
1210
+
1211
+ #: ../modules/site/system-settings.php:86
1212
+ msgid "60 seconds"
1213
+ msgstr "kuni 60 sekundit"
1214
+
1215
+ #: ../modules/site/system-settings.php:87
1216
+ msgid "10 minutes"
1217
+ msgstr "kuni 10 minutit"
1218
+
1219
+ #: ../modules/site/system-settings.php:88
1220
+ msgid "1 hour"
1221
+ msgstr "kuni 1 tund"
1222
+
1223
+ #: ../modules/site/system-settings.php:89
1224
+ msgid "No timeout limit"
1225
+ msgstr "piiramatu"
1226
+
1227
+ #: ../modules/site/system-settings.php:100
1228
+ msgid "Show only errors"
1229
+ msgstr "Kuva ainult vead"
1230
+
1231
+ #: ../modules/site/system-settings.php:101
1232
+ msgid "Show all errors &amp; warnings"
1233
+ msgstr "Kuva vead ja hoiatused"
1234
+
1235
+ #: ../modules/site/system-settings.php:102
1236
+ msgid "Show no errors or warnings"
1237
+ msgstr "Ära kuva"
1238
+
1239
+ #: ../modules/site/system-settings.php:106
1240
+ msgid "Memory Limit"
1241
+ msgstr "Mälupiirang"
1242
+
1243
+ #: ../modules/site/system-settings.php:116
1244
+ msgid "PHP Script Timeout"
1245
+ msgstr "PHP skriptide käitamisaeg"
1246
+
1247
+ #: ../modules/site/system-settings.php:126
1248
+ msgid "PHP Error Reporting"
1249
+ msgstr "PHP vigade aruandlus"
1250
+
1251
+ #: ../modules/site/widgets.php:30
1252
+ msgid "Disable WordPress Widgets"
1253
+ msgstr "WordPressi moodulid"
1254
+
1255
+ #: ../modules/site/widgets.php:35
1256
+ msgid "Allows you to enable or disable various WordPress Widgets"
1257
+ msgstr "Võimaldab WordPressi moodulite sisse- ja väljalülitamist"
1258
+
1259
+ # ? topelt see loetelu
1260
+ #: ../modules/site/widgets.php:67
1261
+ #: ../modules/site/widgets.php:68
1262
+ msgid "Calendar"
1263
+ msgstr "Kalender"
1264
+
1265
+ #: ../modules/site/widgets.php:79
1266
+ msgid "Links"
1267
+ msgstr "Viited"
1268
+
1269
+ #: ../modules/site/widgets.php:84
1270
+ #: ../modules/site/widgets.php:85
1271
+ msgid "Meta"
1272
+ msgstr "Meta"
1273
+
1274
+ #: ../modules/site/widgets.php:90
1275
+ msgid "Search"
1276
+ msgstr "Otsi"
1277
+
1278
+ #: ../modules/site/widgets.php:95
1279
+ #: ../modules/site/widgets.php:96
1280
+ msgid "Recent Posts"
1281
+ msgstr "Värsked postitused"
1282
+
1283
+ #: ../modules/site/widgets.php:101
1284
+ #: ../modules/site/widgets.php:102
1285
+ msgid "Tag Cloud"
1286
+ msgstr "Sildipilv"
1287
+
1288
+ #: ../modules/site/widgets.php:141
1289
+ msgid "categories"
1290
+ msgstr "Rubriigid"
1291
+
1292
+ #: ../modules/site/widgets.php:142
1293
+ msgid "text"
1294
+ msgstr "Tekst"
1295
+
1296
+ #: ../modules/site/widgets.php:143
1297
+ msgid "rss"
1298
+ msgstr "RSS"
1299
+
1300
+ #: ../modules/site/widgets.php:144
1301
+ msgid "recent comments"
1302
+ msgstr "Värsked kommentaarid"
1303
+
1304
+ #: ../modules/site/widgets.php:145
1305
+ msgid "pages"
1306
+ msgstr "Lehed"
1307
+
1308
+ #: ../modules/site/widgets.php:146
1309
+ msgid "search"
1310
+ msgstr "Otsi"
1311
+
1312
+ #: ../modules/site/widgets.php:147
1313
+ msgid "calendar"
1314
+ msgstr "Kalender"
1315
+
1316
+ #: ../modules/site/widgets.php:148
1317
+ msgid "archives"
1318
+ msgstr "Arhiiv"
1319
+
1320
+ #: ../modules/site/widgets.php:149
1321
+ msgid "links"
1322
+ msgstr "Viited"
1323
+
1324
+ #: ../modules/site/widgets.php:150
1325
+ msgid "meta"
1326
+ msgstr "Meta"
1327
+
1328
+ #: ../modules/site/widgets.php:151
1329
+ msgid "recent entries"
1330
+ msgstr "Värsked postitused"
1331
+
1332
+ #: ../modules/site/widgets.php:152
1333
+ msgid "tag cloud"
1334
+ msgstr "Sildipilv"
1335
+
1336
+ #: ../modules/site/widgets.php:156
1337
+ msgid "Enabled Widgets"
1338
+ msgstr "Sisselülitatud"
1339
+
1340
+ #: ../modules/site/wp_formatting.php:32
1341
+ msgid "WordPress content formatting"
1342
+ msgstr "WordPressi automaatvormindus"
1343
+
1344
+ #: ../modules/site/wp_formatting.php:37
1345
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
1346
+ msgstr "Võimaldab WordPressi automaatvorminduse sisse- ja välja lülitamist (k.a. wpautop)"
1347
+
1348
+ #: ../modules/site/wp_formatting.php:91
1349
+ msgid "Auto-formatting"
1350
+ msgstr "Automaatvormindus"
1351
+
1352
+ #: ../modules/site/wp_formatting.php:94
1353
+ msgid "Use <code>wpautop</code> to format paragraphs"
1354
+ msgstr "<code>wpautop</code> automaatne tekstilõikude vormindamine"
1355
+
1356
+ #: ../modules/site/wp_formatting.php:98
1357
+ msgid "Auto-fancy quotes"
1358
+ msgstr "Automaat-jutumärgid"
1359
+
1360
+ #: ../modules/site/wp_formatting.php:101
1361
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
1362
+ msgstr "<code>wptexturize</code> automaatne jutumärkide vormindamine"
1363
+
1364
+ #: ../modules/site/wp_formatting.php:105
1365
+ msgid "Auto-link"
1366
+ msgstr "Automaatviitamine"
1367
+
1368
+ #: ../modules/site/wp_formatting.php:108
1369
+ msgid "Makes links clickable in comments"
1370
+ msgstr "Muudab kommentaarides olevad viited klikitavaks"
1371
+
1372
+ #: ../modules/site/yahoo-site-explorer.php:30
1373
+ msgid "Yahoo! Site Explorer"
1374
+ msgstr "Yahoo! Site Explorer"
1375
+
1376
+ #: ../modules/site/yahoo-site-explorer.php:35
1377
+ msgid "Adds Yahoo! Site Explorer tracking code to your home page"
1378
+ msgstr "Lisab <a href=\"http://bit.ly/1lEdPX/\">Yahoo! Site Explorer</a> kinnituskoodi esilehele"
1379
+
1380
+ #: ../modules/site/yahoo-site-explorer.php:70
1381
+ msgid "Enter Yahoo! Site Explorer tracking code."
1382
+ msgstr "Yahoo! Site Explorer kinnituskood selle saidi jaoks"
1383
+
1384
+ #: ../view/admin/edit_category.php:1
1385
+ msgid "HeadSpace Settings"
1386
+ msgstr "HeadSpace seaded"
1387
+
1388
+ #: ../view/admin/edit_category.php:5
1389
+ msgid "Edit Category &raquo;"
1390
+ msgstr "Muuda rubriiki &raquo;"
1391
+
1392
+ #: ../view/admin/edit_post.php:7
1393
+ msgid "HeadSpace Meta data"
1394
+ msgstr "HeadSpace metaandmed"
1395
+
1396
+ # ?
1397
+ #: ../view/admin/head_admin.php:5
1398
+ msgid "Are you sure you want to merge that tag?"
1399
+ msgstr "Oled kindel, et soovid teisendada selle sildi?"
1400
+
1401
+ #: ../view/admin/head_admin.php:6
1402
+ msgid "A problem occured retrieving data from the server. If this persists please check that you have installed the plugin correctly."
1403
+ msgstr "Probleem ühendumisel serveriga. Palun kontrolli, kas oled installinud plugina korrektselt."
1404
+
1405
+ #: ../view/admin/help.php:3
1406
+ msgid "Special Tags"
1407
+ msgstr "Muutujad"
1408
+
1409
+ #: ../view/admin/help.php:4
1410
+ msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
1411
+ msgstr "Loetletud muutujate kasutamisel HeadSpace moodulites, asendatakse need kirjeldatud moel."
1412
+
1413
+ #: ../view/admin/help.php:10
1414
+ msgid "Replaced with the date of the post/page"
1415
+ msgstr "Asendatakse postituse või lehe kuupäevaga"
1416
+
1417
+ #: ../view/admin/help.php:11
1418
+ msgid "Replaced with the title of the post/page"
1419
+ msgstr "Asendatakse postituse või lehe pealkirjaga"
1420
+
1421
+ #: ../view/admin/help.php:12
1422
+ msgid "The site's name"
1423
+ msgstr "Asendatakse saidi nimega"
1424
+
1425
+ #: ../view/admin/help.php:13
1426
+ msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
1427
+ msgstr "Asendatakse postituse või lehe väljavõttega (puudumisel genereeritakse automaatselt)"
1428
+
1429
+ #: ../view/admin/help.php:14
1430
+ msgid "Replaced with the post/page excerpt (without auto-generation)"
1431
+ msgstr "Asendatakse postituse või lehe väljavõttega (ei genereerita automaatselt)"
1432
+
1433
+ #: ../view/admin/help.php:15
1434
+ msgid "Replaced with the current tag/tags"
1435
+ msgstr "Asendatakse sildi või siltidega"
1436
+
1437
+ #: ../view/admin/help.php:16
1438
+ msgid "Replaced with the post categories (comma separated)"
1439
+ msgstr "Asendatakse rubriikide loeteluga (komadega eraldatud)"
1440
+
1441
+ #: ../view/admin/help.php:17
1442
+ msgid "Replaced with the category description"
1443
+ msgstr "Asendatakse rubriigi kirjeldusega"
1444
+
1445
+ #: ../view/admin/help.php:18
1446
+ msgid "Replaced with the tag description"
1447
+ msgstr "Asendatakse sildi kirjeldusega"
1448
+
1449
+ #: ../view/admin/help.php:19
1450
+ msgid "Replaced with the term description"
1451
+ msgstr "Asendatakse termini kirjeldusega"
1452
+
1453
+ #: ../view/admin/help.php:20
1454
+ msgid "Replaced with the term name"
1455
+ msgstr "Asendatakse terminiga"
1456
+
1457
+ #: ../view/admin/help.php:21
1458
+ msgid "Replaced with the post/page modified time"
1459
+ msgstr "Asendatakse postituse või lehe muutmise kuupäevaga"
1460
+
1461
+ #: ../view/admin/help.php:22
1462
+ msgid "Replaced with the post/page ID"
1463
+ msgstr "Asendatakse postituse või lehe ID-ga"
1464
+
1465
+ #: ../view/admin/help.php:23
1466
+ msgid "Replaced with the post/page author's 'nicename'"
1467
+ msgstr "Asendatakse postituse või lehe autori nimega"
1468
+
1469
+ #: ../view/admin/help.php:24
1470
+ msgid "Replaced with the post/page author's userid"
1471
+ msgstr "Asendatakse postituse või lehe autori kasutajanimega"
1472
+
1473
+ #: ../view/admin/help.php:25
1474
+ msgid "Replaced with the current search phrase"
1475
+ msgstr "Asendatakse kasutatud otsingufraasiga"
1476
+
1477
+ #: ../view/admin/help.php:26
1478
+ msgid "Replaced with the current time"
1479
+ msgstr "Asendatakse jooksva kellaajaga"
1480
+
1481
+ #: ../view/admin/help.php:27
1482
+ msgid "Replaced with the current date"
1483
+ msgstr "Asendatakse jooksva kuupäevaga"
1484
+
1485
+ #: ../view/admin/help.php:28
1486
+ msgid "Replaced with the current month"
1487
+ msgstr "Asendatakse jooksva kuuga"
1488
+
1489
+ #: ../view/admin/help.php:29
1490
+ msgid "Replaced with the current year"
1491
+ msgstr "Asendatakse jooksva aastaga"
1492
+
1493
+ #: ../view/admin/help.php:30
1494
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
1495
+ msgstr "Asendatakse jooksva lehenumbriga (nt. leht 2 4-st)"
1496
+
1497
+ #: ../view/admin/help.php:31
1498
+ msgid "Replaced with the current page total"
1499
+ msgstr "Asendatakse lehtede koguarvuga"
1500
+
1501
+ #: ../view/admin/help.php:32
1502
+ msgid "Replaced with the current page number"
1503
+ msgstr "Asendatakse jooksva lk numbriga"
1504
+
1505
+ #: ../view/admin/help.php:33
1506
+ msgid "Attachment caption"
1507
+ msgstr "Asendatakse meediafaili pealkirjaga"
1508
+
1509
+ #: ../view/admin/import.php:6
1510
+ #, php-format
1511
+ msgid "%s | Import"
1512
+ msgstr "%s | Impordi"
1513
+
1514
+ #: ../view/admin/import.php:10
1515
+ 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."
1516
+ msgstr "Siin lehel saad importida metaandmeid teistest WordPressi pluginatest. Vastavad pluginad peavad olema kasutusel (aktiivsed)."
1517
+
1518
+ #: ../view/admin/import.php:21
1519
+ msgid "Import"
1520
+ msgstr "Impordi"
1521
+
1522
+ #: ../view/admin/import.php:22
1523
+ msgid "Import and remove original data"
1524
+ msgstr "Impordi ja eemalda algsed andmed"
1525
+
1526
+ #: ../view/admin/import.php:22
1527
+ msgid "(not available in UTW and Simple Tagging)"
1528
+ msgstr "(ei sobi pluginatega UTW ja Simple Tagging)"
1529
+
1530
+ #: ../view/admin/import.php:25
1531
+ 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."
1532
+ msgstr "Nagu alati enne toiminguid, mis teevad muudatusi andmebaasis, peaksid <strong>importimise eel tegema saidi andmebaasist varukoopia</strong>. Keegi teine ei vastuta nunnude kiisukeste eest, kes võivad protsessi käigus hukka saada."
1533
+
1534
+ #: ../view/admin/mass_edit.php:29
1535
+ msgid "Filter"
1536
+ msgstr "Filter"
1537
+
1538
+ #: ../view/admin/mass_edit.php:66
1539
+ msgid "Save all data"
1540
+ msgstr "Salvesta kõik andmed"
1541
+
1542
+ #: ../view/admin/options.php:7
1543
+ #, php-format
1544
+ msgid "%s | General Options"
1545
+ msgstr "%s | Seaded"
1546
+
1547
+ #: ../view/admin/options.php:16
1548
+ msgid "Inherit settings"
1549
+ msgstr "Kasuta seadeid"
1550
+
1551
+ #: ../view/admin/options.php:20
1552
+ msgid "Inherit from global settings"
1553
+ msgstr "Kasuta globaalseid seadeid"
1554
+
1555
+ #: ../view/admin/options.php:24
1556
+ msgid "Process excerpt with plugins"
1557
+ msgstr "Töötle väljavõtet pluginatega"
1558
+
1559
+ #: ../view/admin/options.php:28
1560
+ msgid "Will allow plugins to modify generated excerpts"
1561
+ msgstr "Lubab pluginatel muuta automaatselt genereeritud väljavõtteid"
1562
+
1563
+ #: ../view/admin/options.php:32
1564
+ msgid "Plugin Support"
1565
+ msgstr "Toeta plugina arendust"
1566
+
1567
+ #: ../view/admin/options.php:35
1568
+ msgid "I'm a nice person and I have helped support the author of this plugin"
1569
+ msgstr "Mina olen <strong>hea</strong> ning olen toetanud autorit selle plugina arendamisel"
1570
+
1571
+ #: ../view/admin/options.php:39
1572
+ msgid "Debug"
1573
+ msgstr "<em>Debug</em>"
1574
+
1575
+ #: ../view/admin/options.php:43
1576
+ msgid "Enable debug option"
1577
+ msgstr "Väljasta silumisteated"
1578
+
1579
+ #: ../view/admin/options.php:49
1580
+ msgid "Update Options &raquo;"
1581
+ msgstr "Salvesta muudatused &raquo;"
1582
+
1583
+ #: ../view/admin/options.php:57
1584
+ msgid "Remove HeadSpace"
1585
+ msgstr "Kustuta HeadSpace"
1586
+
1587
+ #: ../view/admin/options.php:59
1588
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
1589
+ msgstr "See valik eemaldab HeadSpace'i koos kõigi seadete, siltide ja metaandmetega – ära kasuta tormakalt!"
1590
+
1591
+ #: ../view/admin/options.php:64
1592
+ msgid "Delete HeadSpace"
1593
+ msgstr "Kustuta HeadSpace"
1594
+
1595
+ #: ../view/admin/page-module-edit.php:11
1596
+ #: ../view/admin/page-settings-edit-ajax.php:5
1597
+ #: ../view/admin/site-module-edit.php:17
1598
+ msgid "Save"
1599
+ msgstr "Salvesta"
1600
+
1601
+ #: ../view/admin/page-module-edit.php:12
1602
+ #: ../view/admin/page-settings-edit-ajax.php:6
1603
+ #: ../view/admin/site-module-edit.php:18
1604
+ msgid "Cancel"
1605
+ msgstr "Loobu"
1606
+
1607
+ #: ../view/admin/page-modules.php:7
1608
+ #, php-format
1609
+ msgid "%s | Page Modules"
1610
+ msgstr "%s | Lehe moodulid"
1611
+
1612
+ #: ../view/admin/page-modules.php:11
1613
+ 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."
1614
+ msgstr "Lehe moodulid rakenduvad üksikutele lehtedele ja postitustele. Klõpsa ja lohista soovitud moodul sobivasse alasse. Mooduleid saab ümber järjestada, vastavalt muutub ka nende järjestus halduslehtedel."
1615
+
1616
+ #: ../view/admin/page-modules.php:15
1617
+ msgid "Simple"
1618
+ msgstr "Kasutusel"
1619
+
1620
+ #: ../view/admin/page-modules.php:16
1621
+ msgid "Modules will always appear on edit screens"
1622
+ msgstr "Need moodulid on aktiivsed halduslehtedel ja <em>Lehtede seaded</em> all"
1623
+
1624
+ #: ../view/admin/page-modules.php:21
1625
+ msgid "Advanced"
1626
+ msgstr "Kasutusel, peenhäälestus"
1627
+
1628
+ #: ../view/admin/page-modules.php:22
1629
+ msgid "Modules will be hidden behind a link"
1630
+ msgstr "Need moodulid on aktiivsed halduslehtedel ja <em>Lehtede seaded</em> all, <br />avanevad viitest <em>Peenhäälestus</em>"
1631
+
1632
+ #: ../view/admin/page-modules.php:32
1633
+ msgid "Disabled"
1634
+ msgstr "Kasutamata"
1635
+
1636
+ #: ../view/admin/page-modules.php:33
1637
+ msgid "Modules are disabled and do not appear"
1638
+ msgstr "Deaktiveeritud moodulid"
1639
+
1640
+ #: ../view/admin/page-settings-edit.php:19
1641
+ msgid "advanced"
1642
+ msgstr "Peenhäälestus"
1643
+
1644
+ #: ../view/admin/page-settings.php:7
1645
+ #, php-format
1646
+ msgid "%s | Page Settings"
1647
+ msgstr "%s | Lehtede seaded"
1648
+
1649
+ #: ../view/admin/page-settings.php:11
1650
+ msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
1651
+ msgstr "Kliki lehe tüübile seadete muutmiseks. <strong>Lehe moodulite</strong> aktiveerimisel lisanduvad vastavad seaded ka siia."
1652
+
1653
+ #: ../view/admin/page-settings.php:23
1654
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1655
+ msgstr "Seadeid saab rakendada igale üksikule postitusele, lehele või rubriigile eraldi, selle <strong>halduslehel</strong>."
1656
+
1657
+ #: ../view/admin/site-modules.php:6
1658
+ #, php-format
1659
+ msgid "%s | Site Modules"
1660
+ msgstr "%s | Saidi moodulid"
1661
+
1662
+ #: ../view/admin/site-modules.php:10
1663
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1664
+ msgstr "Saidi moodulid rakenduvad kogu veebilehele tervikuna. Ainult märgitud moodulid käivitatakse."
1665
+
1666
+ #: ../view/admin/submenu.php:3
1667
+ msgid "Page Settings"
1668
+ msgstr "Lehtede seaded"
1669
+
1670
+ #: ../view/admin/submenu.php:4
1671
+ msgid "Page Modules"
1672
+ msgstr "Lehe moodulid"
1673
+
1674
+ #: ../view/admin/submenu.php:5
1675
+ msgid "Site Modules"
1676
+ msgstr "Saidi moodulid"
1677
+
1678
+ #: ../view/admin/submenu.php:6
1679
+ msgid "Options"
1680
+ msgstr "Seaded"
1681
+
1682
+ #: ../view/admin/support.php:5
1683
+ msgid "HeadSpace | Support"
1684
+ msgstr "HeadSpace | Tugi"
1685
+
1686
+ #: ../view/admin/support.php:7
1687
+ 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."
1688
+ msgstr "Siit leiad viited plugina autori <strong>John Godley</strong> toetamiseks, kes on näinud palju vaeva, et see tarkvara <strong>tasuta</strong> Sinu jaoks valmistada. Järgneb tema enda ingliskeelne tekst.<br/><br/><em>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.</em>"
1689
+
1690
+ #: ../view/admin/support.php:28
1691
+ 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>."
1692
+ msgstr "<em>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>.</em>"
1693
+
1694
+ #: ../view/admin/support.php:30
1695
+ msgid "The support message can be disabled at any time from the options page"
1696
+ msgstr "<em>The support message can be disabled at any time from the options page.</em>"
1697
+
1698
+ #: ../view/admin/version.php:2
1699
+ msgid "HeadSpace2 News"
1700
+ msgstr "HeadSpace2 uudised"
1701
+
1702
+ #: ../view/admin/version.php:5
1703
+ #, php-format
1704
+ msgid "%s ago"
1705
+ msgstr "%s tagasi"
1706
+
1707
+ #~ msgid ""
1708
+ #~ "This notice will only be shown at periodic intervals and can be disabled "
1709
+ #~ "easily."
1710
+ #~ msgstr ""
1711
+ #~ "Questo messaggio verrà mostrato ad intervalli periodici e può essere "
1712
+ #~ "disattivato con facilità."
1713
+ #~ msgid "<p style=\"color: red\">That function is not defined</p>"
1714
+ #~ msgstr "<p style=\"color:red\">Funktsioon defineerimata</p>"
1715
+ #~ msgid ""
1716
+ #~ "<p style=\"color: red\">You are not allowed access to this resource</p>"
1717
+ #~ msgstr "<p style=\"color: red\">Puudub juurdepääs ressursile</p>"
1718
+ #~ msgid "Invalid module"
1719
+ #~ msgstr "Vigane moodul"
1720
+ #~ msgid "Posts &amp; Pages"
1721
+ #~ msgstr "Postitused &amp; lehed"
1722
+ #~ msgid "How many widgets would you like?"
1723
+ #~ msgstr "Mitu moodulit?"
1724
+ #~ msgid "Add Plugin"
1725
+ #~ msgstr "Lisa plugin"
1726
+ #~ msgid "Add tags to dictionary"
1727
+ #~ msgstr "Lisa sildid sõnastikku"
1728
+ #~ msgid ""
1729
+ #~ "Adds additional functions to allow blogging tools such as Ecto to use "
1730
+ #~ "tagging"
1731
+ #~ msgstr "Lisab siltide kasutamise toe blogitoimetite – nagu nt. Ecto – jaoks"
1732
+ #~ msgid "Alphabetically order tags"
1733
+ #~ msgstr "Sordi sildid tähestiku järgi"
1734
+ #~ msgid "Always"
1735
+ #~ msgstr "Alati"
1736
+ #~ msgid "Automatically add new tags to dictionary"
1737
+ #~ msgstr "Lisa sildid automaatselt sõnastikku"
1738
+ #~ msgid "Check for updates"
1739
+ #~ msgstr "Otsi uuendusi"
1740
+ #~ msgid "Check for updates from within HeadSpace"
1741
+ #~ msgstr "Otsi uuendusi HeadSpace'i kaudu"
1742
+ #~ msgid "Dictionary"
1743
+ #~ msgstr "Sõnastik"
1744
+ #~ msgid "Mass Edit Meta-data"
1745
+ #~ msgstr "Massmuutmine"
1746
+ #~ msgid "Modules"
1747
+ #~ msgstr "Moodulid"
1748
+ #~ msgid "Never"
1749
+ #~ msgstr "Mitte kunagi"
1750
+ #~ msgid "No Index/No Follow"
1751
+ #~ msgstr "No Index/No Follow"
1752
+ #~ msgid "RPC support for Ecto"
1753
+ #~ msgstr "RPC tugi Ecto jaoks"
1754
+ #~ msgid "Save module order"
1755
+ #~ msgstr "Salvesta moodulite järjekord"
1756
+ #~ msgid "Simple Tags"
1757
+ #~ msgstr "Simple Tags"
1758
+ #~ msgid "Tag separator"
1759
+ #~ msgstr "Siltide eraldaja"
1760
+ #~ msgid "Tags (keywords)"
1761
+ #~ msgstr "Sildid (võtmesõnad)"
1762
+ #~ msgid ""
1763
+ #~ "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag "
1764
+ #~ "separator'"
1765
+ #~ msgstr ""
1766
+ #~ "Peab olema sama nagu eraldaja, mis on määratud Ecto seadetes 'Templates', "
1767
+ #~ "'Tags', 'Tag separator'"
1768
+
locale/fr_FR.mo ADDED
Binary file
locale/fr_FR.po ADDED
@@ -0,0 +1,1633 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: headspace2 3.6.16\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-06-08 22:09+0100\n"
6
+ "PO-Revision-Date: 2009-06-08 22:22+0100\n"
7
+ "Last-Translator: serge rauber <http://wp.kalyxstudio.com/contact>\n"
8
+ "Language-Team: serge rauber <http://wp.kalyxstudio.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: French\n"
13
+ "X-Poedit-Country: FRANCE\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: _e;__\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPath-1: ..\n"
19
+
20
+ #: ../headspace.php:109
21
+ msgid "Settings"
22
+ msgstr "Réglages"
23
+
24
+ #: ../headspace.php:116
25
+ #: ../headspace.php:168
26
+ #: ../headspace.php:499
27
+ #: ../headspace.php:500
28
+ msgid "HeadSpace"
29
+ msgstr "HeadSpace"
30
+
31
+ #: ../headspace.php:169
32
+ msgid "Meta-data"
33
+ msgstr "Données de l'entête"
34
+
35
+ #: ../headspace.php:313
36
+ 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>)"
37
+ msgstr "<code>wp_head</code> n'a pas été trouvé dans <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">documentation</a>)"
38
+
39
+ #: ../headspace.php:320
40
+ msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
41
+ msgstr "<code>wp_footer</code> n'a pas été trouvé dans <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
42
+
43
+ #: ../headspace.php:347
44
+ msgid "The HeadSpace administration interface is now WordPress 2.3+ only. Your meta-data will continue to function butyou should either upgrade your WordPress or downgrade HeadSpace."
45
+ msgstr "L'interface d'administration n'est compatible qu'avec les versions WP 2.3 et suivantes. Vous devez soit mettre à jour WordPress, soit utiliser une ancienne version de HeadSpace."
46
+
47
+ #: ../headspace.php:411
48
+ msgid "Posts successfully updated"
49
+ msgstr "Les articles ont été mis à jour"
50
+
51
+ #: ../headspace.php:450
52
+ msgid "Your options have been updated"
53
+ msgstr "Vos options ont été mises à jour"
54
+
55
+ # D:\Mes
56
+ #: ../headspace.php:456
57
+ msgid "HeadSpace has been removed"
58
+ msgstr "HeadSpace a été supprimé"
59
+
60
+ #: ../headspace.php:490
61
+ #, php-format
62
+ msgid "%d items were imported from %s"
63
+ msgstr "%d items ont été importés de %s"
64
+
65
+ # D:\Mes
66
+ #: ../headspace.php:501
67
+ msgid "Tags"
68
+ msgstr "Tags"
69
+
70
+ #: ../headspace.php:587
71
+ msgid "HeadSpace Help"
72
+ msgstr "Aide"
73
+
74
+ #: ../headspace.php:588
75
+ msgid "HeadSpace Documentation"
76
+ msgstr "Documentation"
77
+
78
+ #: ../headspace.php:589
79
+ msgid "HeadSpace Support Forum"
80
+ msgstr "Forum"
81
+
82
+ #: ../headspace.php:590
83
+ msgid "HeadSpace Bug Tracker"
84
+ msgstr "Bug Tracker"
85
+
86
+ #: ../headspace.php:591
87
+ msgid "HeadSpace FAQ"
88
+ msgstr "FAQ"
89
+
90
+ #: ../headspace.php:592
91
+ msgid "Please read the documentation and FAQ, and check the bug tracker, before asking a question."
92
+ msgstr "Avant de poser une question, consultez la FAQ, la documentation et la liste de bugs"
93
+
94
+ #: ../models/headspace.php:92
95
+ msgid "Global Settings"
96
+ msgstr "Réglages généraux"
97
+
98
+ #: ../models/headspace.php:92
99
+ msgid "applied to everything unless otherwise specified"
100
+ msgstr "appliqués partout sauf indication contraire"
101
+
102
+ #: ../models/headspace.php:93
103
+ msgid "Home Page"
104
+ msgstr "Page d'accueil"
105
+
106
+ #: ../models/headspace.php:93
107
+ msgid "applied to the home page (or blog page)"
108
+ msgstr "appliqués à la page Accueil (ou la page du blog)"
109
+
110
+ #: ../models/headspace.php:94
111
+ msgid "Front Page"
112
+ msgstr "Page d'accueil"
113
+
114
+ #: ../models/headspace.php:94
115
+ msgid "applied to front page (if you have set WordPress to use a static page)"
116
+ msgstr "appliqué à la page d'accueil"
117
+
118
+ #: ../models/headspace.php:95
119
+ msgid "Archives"
120
+ msgstr "Archives"
121
+
122
+ #: ../models/headspace.php:95
123
+ msgid "applied when viewing the archives"
124
+ msgstr "appliqués aux pages Archives"
125
+
126
+ #: ../models/headspace.php:96
127
+ msgid "Categories"
128
+ msgstr "Catégories"
129
+
130
+ #: ../models/headspace.php:96
131
+ msgid "applied to category pages without specific settings"
132
+ msgstr "appliqués aux pages Catégorie n'ayant pas de réglages spécifiques"
133
+
134
+ #: ../models/headspace.php:97
135
+ msgid "Posts"
136
+ msgstr "Articles"
137
+
138
+ #: ../models/headspace.php:97
139
+ msgid "applied to posts without specific settings"
140
+ msgstr "appliqués aux articles n'ayant pas de réglages spécifiques"
141
+
142
+ #: ../models/headspace.php:98
143
+ msgid "Pages"
144
+ msgstr "Pages"
145
+
146
+ #: ../models/headspace.php:98
147
+ msgid "applied to pages without specific settings"
148
+ msgstr "appliqués aux pages n'ayant pas de réglages spécifiques"
149
+
150
+ #: ../models/headspace.php:99
151
+ msgid "Author Pages"
152
+ msgstr "Pages Auteur"
153
+
154
+ #: ../models/headspace.php:99
155
+ msgid "applied to author pages"
156
+ msgstr "appliqués aux pages Auteur"
157
+
158
+ #: ../models/headspace.php:100
159
+ msgid "Search Pages"
160
+ msgstr "Pages Recherche"
161
+
162
+ #: ../models/headspace.php:100
163
+ msgid "applied when viewing search results"
164
+ msgstr "appliqués aux pages de résultats de recherche"
165
+
166
+ #: ../models/headspace.php:101
167
+ msgid "404 Page"
168
+ msgstr "Page 404"
169
+
170
+ #: ../models/headspace.php:101
171
+ msgid "applied when viewing a 404 error"
172
+ msgstr "appliqués à la page d'erreur 404"
173
+
174
+ #: ../models/headspace.php:102
175
+ msgid "Tag Pages"
176
+ msgstr "Pages Tag"
177
+
178
+ #: ../models/headspace.php:102
179
+ msgid "applied when viewing tag pages"
180
+ msgstr "appliqués aux pages Tag"
181
+
182
+ #: ../models/headspace.php:103
183
+ msgid "Attachment Pages"
184
+ msgstr "Pages Fichiers Joints"
185
+
186
+ #: ../models/headspace.php:103
187
+ msgid "applied when viewing an attachment"
188
+ msgstr "appliqués aux pages fichiers"
189
+
190
+ #: ../models/headspace.php:104
191
+ msgid "Login Pages"
192
+ msgstr "Pages de connexion"
193
+
194
+ #: ../models/headspace.php:104
195
+ msgid "applied when viewing login, logout, or registration pages"
196
+ msgstr "appliqués aux pages de connexion/deconnexion/enregistrement"
197
+
198
+ #: ../models/inline_tags.php:288
199
+ #, php-format
200
+ msgid "page %d of %d"
201
+ msgstr "(page %d sur %d)"
202
+
203
+ #: ../models/pager.php:381
204
+ msgid "Previous"
205
+ msgstr "Précédent"
206
+
207
+ #: ../models/pager.php:382
208
+ msgid "Next"
209
+ msgstr "Suivant"
210
+
211
+ #: ../models/pager.php:435
212
+ #, php-format
213
+ msgid "%d per-page"
214
+ msgstr "%d par page"
215
+
216
+ #: ../models/pager.php:443
217
+ #, php-format
218
+ msgid "Displaying %s&#8211;%s of %s"
219
+ msgstr "Affichage %s&#8211;%s sur %s"
220
+
221
+ #: ../modules/import/all-in-one-seo.php:28
222
+ msgid "All-in-one SEO"
223
+ msgstr "All-in-one SEO"
224
+
225
+ #: ../modules/import/head_meta_description.php:28
226
+ msgid "Head META Description"
227
+ msgstr "Head META Description"
228
+
229
+ # D:\Mes
230
+ #: ../modules/import/headspace_tags.php:28
231
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
232
+ msgstr "HeadSpace tags (convertir en tags WordPress 2.3)"
233
+
234
+ #: ../modules/import/jerome.php:28
235
+ msgid "Jerome's Keywords"
236
+ msgstr "Jerome's Keywords"
237
+
238
+ #: ../modules/import/lud.icro.us.php:28
239
+ msgid "lud.icro.us HeadMeta"
240
+ msgstr "lud.icro.us HeadMeta"
241
+
242
+ #: ../modules/import/more_unique.php:28
243
+ msgid "More Unique"
244
+ msgstr "More Unique"
245
+
246
+ #: ../modules/import/seo-title-tags.php:28
247
+ msgid "SEO Title Tags"
248
+ msgstr "SEO Title Tags"
249
+
250
+ #: ../modules/import/simple-tagging.php:28
251
+ msgid "Simple Tagging"
252
+ msgstr "Simple Tagging"
253
+
254
+ #: ../modules/import/simple-tags.php:28
255
+ msgid "Simple Tags (old version)"
256
+ msgstr "Simple Tags (ancienne version)"
257
+
258
+ #: ../modules/import/utw.php:28
259
+ msgid "Ultimate Tag Warrior"
260
+ msgstr "Ultimate Tag Warrior"
261
+
262
+ #: ../modules/mass/description.php:28
263
+ #: ../modules/mass/description.php:50
264
+ msgid "Page description"
265
+ msgstr "Description de la page"
266
+
267
+ #: ../modules/mass/description.php:49
268
+ #: ../modules/mass/more_text.php:49
269
+ #: ../modules/mass/page_slug.php:49
270
+ #: ../modules/mass/page_title.php:49
271
+ #: ../modules/mass/site_description.php:49
272
+ #: ../modules/mass/site_name.php:49
273
+ #: ../modules/mass/tags.php:49
274
+ msgid "Post title"
275
+ msgstr "Titre de l'article"
276
+
277
+ #: ../modules/mass/more_text.php:28
278
+ #: ../modules/mass/more_text.php:50
279
+ msgid "More text"
280
+ msgstr "Texte pour lire la suite de l'article"
281
+
282
+ #: ../modules/mass/page_slug.php:28
283
+ msgid "Page slug"
284
+ msgstr "Identifiant de la page"
285
+
286
+ #: ../modules/mass/page_slug.php:50
287
+ msgid "Post slug"
288
+ msgstr "Identifiant de l'article"
289
+
290
+ #: ../modules/mass/page_title.php:28
291
+ #: ../modules/mass/page_title.php:50
292
+ msgid "Page title"
293
+ msgstr "Titre de la page"
294
+
295
+ #: ../modules/mass/site_description.php:28
296
+ #: ../modules/mass/site_description.php:50
297
+ msgid "Site description"
298
+ msgstr "Description du site"
299
+
300
+ #: ../modules/mass/site_name.php:28
301
+ #: ../modules/mass/site_name.php:50
302
+ msgid "Site name"
303
+ msgstr "Nom du site"
304
+
305
+ #: ../modules/mass/tags.php:50
306
+ msgid "Tags/keywords"
307
+ msgstr "Mots clés"
308
+
309
+ #: ../modules/page/custom.php:44
310
+ msgid "Custom data"
311
+ msgstr "Autres données"
312
+
313
+ #: ../modules/page/custom.php:48
314
+ msgid "Allows custom data to be inserted anywhere in your theme using MetaData::custom ()"
315
+ msgstr "Permet d'insérér d'autres données n'importe où dans votre thème en utilisant la fonction MetaData::custom ()"
316
+
317
+ #: ../modules/page/custom.php:81
318
+ msgid "Fields"
319
+ msgstr "Champs"
320
+
321
+ #: ../modules/page/description.php:59
322
+ msgid "Allows a short description about the page that is used by search engines"
323
+ msgstr "Courte description de la page utilisée par les moteurs de recherche"
324
+
325
+ #: ../modules/page/description.php:67
326
+ #: ../modules/page/keywords.php:81
327
+ #: ../modules/page/page_title.php:151
328
+ msgid "Max length"
329
+ msgstr "Taille maxi"
330
+
331
+ #: ../modules/page/description.php:70
332
+ msgid "All descriptions will be trimmed to this length"
333
+ msgstr "Toutes les descriptions seront réduites à cette longueur"
334
+
335
+ #: ../modules/page/description.php:88
336
+ msgid "Description"
337
+ msgstr "Description"
338
+
339
+ #: ../modules/page/description.php:97
340
+ #: ../modules/page/keywords.php:117
341
+ #: ../modules/page/page_title.php:185
342
+ msgid "remaining"
343
+ msgstr "restant"
344
+
345
+ #: ../modules/page/follow-links.php:32
346
+ msgid "Archive Links"
347
+ msgstr "Liens Archives"
348
+
349
+ #: ../modules/page/follow-links.php:33
350
+ msgid "Category Links"
351
+ msgstr "Liens Catégories"
352
+
353
+ #: ../modules/page/follow-links.php:34
354
+ msgid "Page Links"
355
+ msgstr "Liens Pages"
356
+
357
+ # D:\Mes
358
+ #: ../modules/page/follow-links.php:35
359
+ msgid "Tag Links"
360
+ msgstr "Liens Tags"
361
+
362
+ #: ../modules/page/follow-links.php:36
363
+ msgid "Comm. Author Links"
364
+ msgstr "Liens Auteur Comment."
365
+
366
+ #: ../modules/page/follow-links.php:37
367
+ msgid "Comm. Text Links"
368
+ msgstr "Liens commentaires"
369
+
370
+ #: ../modules/page/follow-links.php:38
371
+ msgid "Next/Prev Posts Link"
372
+ msgstr "Lien précédent/suivant des articles"
373
+
374
+ #: ../modules/page/follow-links.php:109
375
+ msgid "Follow Links"
376
+ msgstr "Liens à suivre"
377
+
378
+ #: ../modules/page/follow-links.php:113
379
+ msgid "Allows follow/no-follow to be set for various links"
380
+ msgstr "Permet le réglage follow/no-follow pour divers type de liens"
381
+
382
+ # D:\Mes
383
+ #: ../modules/page/follow-links.php:121
384
+ msgid "Follow"
385
+ msgstr "Follow"
386
+
387
+ # D:\Mes
388
+ #: ../modules/page/follow-links.php:122
389
+ #: ../modules/page/noindex.php:36
390
+ msgid "No-follow"
391
+ msgstr "No-follow"
392
+
393
+ #: ../modules/page/follow-links.php:123
394
+ msgid "Default"
395
+ msgstr "par défaut"
396
+
397
+ #: ../modules/page/javascript.php:45
398
+ #: ../modules/page/javascript.php:60
399
+ msgid "JavaScript"
400
+ msgstr "JavaScript"
401
+
402
+ #: ../modules/page/javascript.php:49
403
+ msgid "Allow external JavaScript files to be referenced"
404
+ msgstr "Permet d'appeler des Javascripts externes"
405
+
406
+ #: ../modules/page/keywords.php:62
407
+ #: ../modules/page/keywords.php:108
408
+ msgid "Keywords"
409
+ msgstr "Mots clés"
410
+
411
+ #: ../modules/page/keywords.php:66
412
+ msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
413
+ msgstr "Pemret de définier les mots clés (meta keywords) séparément des tags (si nécessaire, désactive l'affichage des mots clés dans le module tags)"
414
+
415
+ #: ../modules/page/keywords.php:74
416
+ msgid "Use tags"
417
+ msgstr "Utiliser les tags"
418
+
419
+ #: ../modules/page/keywords.php:77
420
+ msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
421
+ msgstr "Vos tags seront utilisés comme mots clés et vous ne pourrez pas modifier les mots clés séparement"
422
+
423
+ #: ../modules/page/keywords.php:84
424
+ msgid "Keywords will be trimmed to this length"
425
+ msgstr "La liste de mots clés sera réduite à cette longueur"
426
+
427
+ #: ../modules/page/more_text.php:85
428
+ msgid "Allows the 'more' text to be changed"
429
+ msgstr "Permet de changer le texte \"lire la suite...\""
430
+
431
+ # D:\Mes
432
+ #: ../modules/page/more_text.php:118
433
+ msgid "Enable on excerpts"
434
+ msgstr "Activer pour les extraits"
435
+
436
+ #: ../modules/page/more_text.php:124
437
+ msgid "Pattern"
438
+ msgstr "Pattern"
439
+
440
+ #: ../modules/page/more_text.php:127
441
+ msgid "Advanced - the regular expression pattern to select the more link from your posts"
442
+ msgstr "Avancé - expression régulière pour sélectionner le lien lire la suite dans vos articles"
443
+
444
+ #: ../modules/page/more_text.php:131
445
+ msgid "Replace"
446
+ msgstr "Remplacer"
447
+
448
+ #: ../modules/page/more_text.php:133
449
+ msgid "Advanced - the regular expression replacement text"
450
+ msgstr "Avancé - texte de remplacement"
451
+
452
+ #: ../modules/page/noindex.php:35
453
+ msgid "No-index"
454
+ msgstr "No-index"
455
+
456
+ #: ../modules/page/noindex.php:37
457
+ msgid "No-archive"
458
+ msgstr "No-archive"
459
+
460
+ #: ../modules/page/noindex.php:38
461
+ msgid "No-ODP"
462
+ msgstr "No-ODP"
463
+
464
+ #: ../modules/page/noindex.php:39
465
+ msgid "No-Yahoo Dir"
466
+ msgstr "No-Yahoo Dir"
467
+
468
+ #: ../modules/page/noindex.php:83
469
+ #: ../modules/page/noindex.php:99
470
+ msgid "Meta-Robots"
471
+ msgstr "Meta-Robots"
472
+
473
+ #: ../modules/page/noindex.php:87
474
+ msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
475
+ msgstr "Permet de régler diverses option méta-robot afin d'empêcher les moteurs de recherche et les robots d'indexer ou de suivre des pages"
476
+
477
+ #: ../modules/page/page_title.php:115
478
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
479
+ msgstr "Permet de changer le titre de la page (càd le titre dans la barre du navigateur)"
480
+
481
+ #: ../modules/page/page_title.php:123
482
+ msgid "Title separator"
483
+ msgstr "Séparateur de titre"
484
+
485
+ #: ../modules/page/page_title.php:126
486
+ msgid "Leave blank to use theme default"
487
+ msgstr "Laisser vide pour utiliser le thème par défaut"
488
+
489
+ #: ../modules/page/page_title.php:130
490
+ msgid "Separator position"
491
+ msgstr "Position du séparateur"
492
+
493
+ #: ../modules/page/page_title.php:133
494
+ msgid "Before"
495
+ msgstr "Avant"
496
+
497
+ #: ../modules/page/page_title.php:134
498
+ msgid "After"
499
+ msgstr "Après"
500
+
501
+ #: ../modules/page/page_title.php:139
502
+ msgid "Force title rewrite"
503
+ msgstr "Forcer la réécriture du titre"
504
+
505
+ #: ../modules/page/page_title.php:146
506
+ 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."
507
+ msgstr "Met la page en cache et force le changement du titre. Bien que ce soit pratique parce que vous n'avez pas besoin de changer votre thème, ceci entraîne une augmentation de l'usage mémoire et une réduction des performances."
508
+
509
+ #: ../modules/page/page_title.php:176
510
+ msgid "Page Title"
511
+ msgstr "Titre de la page"
512
+
513
+ #: ../modules/page/plugin.php:89
514
+ msgid "Page-specific Plugins"
515
+ msgstr "Plugins spécifiques à la page"
516
+
517
+ #: ../modules/page/plugin.php:93
518
+ msgid "Allows disabled plugins to be enabled on specific pages"
519
+ msgstr "Permet à des plugins désactivés, d'être activés sur une page spécifique."
520
+
521
+ #: ../modules/page/plugin.php:107
522
+ msgid "Show in admin"
523
+ msgstr "Options des plugins"
524
+
525
+ #: ../modules/page/plugin.php:110
526
+ msgid "Shows page-specific plugins in the administration menus"
527
+ msgstr "Afficher les onglets des plugins spécifiques activés dans le menu de l'administration"
528
+
529
+ #: ../modules/page/plugin.php:134
530
+ msgid "Plugins"
531
+ msgstr "Plugins"
532
+
533
+ #: ../modules/page/raw-footer.php:44
534
+ #: ../modules/page/raw-footer.php:54
535
+ msgid "Raw footer data"
536
+ msgstr "Code brut en pied de page"
537
+
538
+ #: ../modules/page/raw-footer.php:48
539
+ msgid "Allows raw data to be inserted into the page footer"
540
+ msgstr "Permet d'insérér du code dans le pied de page"
541
+
542
+ #: ../modules/page/raw.php:40
543
+ #: ../modules/page/raw.php:50
544
+ msgid "Raw data"
545
+ msgstr "Autres balises"
546
+
547
+ #: ../modules/page/raw.php:44
548
+ msgid "Allows raw data to be inserted into the page meta section"
549
+ msgstr "Permet d'insérér d'autres balises dans la section META de la page (par exemple pour indiquer l'url de base des images : <code><base href=\"http://yoursite.com/images/\" /></code>, ou pour d'autres balises meta)"
550
+
551
+ #: ../modules/page/rss_name.php:53
552
+ #: ../modules/page/rss_name.php:69
553
+ msgid "RSS Name"
554
+ msgstr "Nom du flux RSS"
555
+
556
+ #: ../modules/page/rss_name.php:57
557
+ msgid "Allows site RSS name to be changed"
558
+ msgstr "Permet de changer le nom du flux RSS "
559
+
560
+ #: ../modules/page/rss_tagline.php:53
561
+ msgid "RSS Description"
562
+ msgstr "Description du flux RSS"
563
+
564
+ #: ../modules/page/rss_tagline.php:57
565
+ msgid "Allows site RSS description to be changed"
566
+ msgstr "Permet de changer la description du flux RSS"
567
+
568
+ #: ../modules/page/rss_tagline.php:69
569
+ msgid "RSS Desc."
570
+ msgstr "Description du flux RSS"
571
+
572
+ #: ../modules/page/site_name.php:58
573
+ msgid "Allows site name to be changed (i.e your blog name)"
574
+ msgstr "Permet de changer le nom du site (càd le nom de votre blog)"
575
+
576
+ #: ../modules/page/site_tagline.php:52
577
+ #: ../modules/page/site_tagline.php:68
578
+ msgid "Site Tagline"
579
+ msgstr "Description du site"
580
+
581
+ #: ../modules/page/site_tagline.php:56
582
+ msgid "Allows site description to be changed (i.e. the tagline)"
583
+ msgstr "Permet de changer la description du site"
584
+
585
+ #: ../modules/page/stylesheet.php:54
586
+ #: ../modules/page/stylesheet.php:69
587
+ msgid "Stylesheets"
588
+ msgstr "Feuilles de styles"
589
+
590
+ #: ../modules/page/stylesheet.php:58
591
+ msgid "Allows CSS stylesheets to be added to a page"
592
+ msgstr "Permet d'ajouter une feuille de styles à la page"
593
+
594
+ # D:\Mes
595
+ #: ../modules/page/stylesheet.php:101
596
+ msgid "Do not output CSS"
597
+ msgstr "Ne pas appliquer les CSS"
598
+
599
+ # D:\Mes
600
+ #: ../modules/page/tags.php:123
601
+ msgid "<p>Tags: "
602
+ msgstr "<p>Tags: "
603
+
604
+ #: ../modules/page/tags.php:153
605
+ msgid "Allows tags to be added to pages"
606
+ msgstr "Permet d'ajouter des tags aux pages"
607
+
608
+ #: ../modules/page/tags.php:161
609
+ msgid "Force tags in posts"
610
+ msgstr "Afficher les tags dans les articles"
611
+
612
+ #: ../modules/page/tags.php:164
613
+ #: ../modules/page/tags.php:174
614
+ msgid "No"
615
+ msgstr "Non"
616
+
617
+ #: ../modules/page/tags.php:165
618
+ #: ../modules/page/tags.php:175
619
+ msgid "Yes"
620
+ msgstr "Oui"
621
+
622
+ #: ../modules/page/tags.php:167
623
+ #: ../modules/page/tags.php:177
624
+ msgid "Your theme may overrule this setting"
625
+ msgstr "Votre thème peut passer outre ce réglage"
626
+
627
+ #: ../modules/page/tags.php:171
628
+ msgid "Force tags in pages"
629
+ msgstr "Afficher les tags dans les pages"
630
+
631
+ #: ../modules/page/tags.php:181
632
+ msgid "Show pages"
633
+ msgstr "Afficher les pages"
634
+
635
+ #: ../modules/page/tags.php:184
636
+ msgid "Show pages in tag archives"
637
+ msgstr "Afficher les pages dans les archives"
638
+
639
+ #: ../modules/page/tags.php:188
640
+ msgid "Disable Suggestions"
641
+ msgstr "Désactiver les suggestions"
642
+
643
+ #: ../modules/page/tags.php:191
644
+ msgid "In case of low memory issues"
645
+ msgstr "En cas de peu de mémoire"
646
+
647
+ # D:\Mes
648
+ #: ../modules/page/tags.php:195
649
+ msgid "Yahoo ZoneTag"
650
+ msgstr "Yahoo ZoneTag"
651
+
652
+ #: ../modules/page/tags.php:198
653
+ msgid "enable"
654
+ msgstr "Activer"
655
+
656
+ #: ../modules/page/tags.php:280
657
+ msgid "Suggested tags"
658
+ msgstr "Tags suggérés"
659
+
660
+ #: ../modules/page/tags.php:282
661
+ msgid "add all"
662
+ msgstr "Tout ajouter"
663
+
664
+ # D:\Mes
665
+ #: ../modules/page/tags.php:285
666
+ msgid "suggest"
667
+ msgstr "suggérer"
668
+
669
+ # D:\Mes
670
+ #: ../modules/page/tags.php:290
671
+ msgid "Yahoo"
672
+ msgstr "Yahoo"
673
+
674
+ #: ../modules/page/tags.php:309
675
+ msgid "Suggest tags based on content"
676
+ msgstr "Suggérer des mots clés relatifs au contenu"
677
+
678
+ # D:\Mes
679
+ #: ../modules/page/tags.php:314
680
+ msgid "Yahoo Suggest"
681
+ msgstr "Suggestion Yahoo"
682
+
683
+ #: ../modules/page/theme.php:64
684
+ msgid "Page-specific Theme"
685
+ msgstr "Thème spécifique"
686
+
687
+ #: ../modules/page/theme.php:74
688
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
689
+ msgstr "Permet de changer de thème pour une page spécifique"
690
+
691
+ #: ../modules/page/theme.php:81
692
+ msgid "Theme"
693
+ msgstr "Thème"
694
+
695
+ #: ../modules/page/theme.php:84
696
+ msgid "Current theme"
697
+ msgstr "Thème actuel"
698
+
699
+ #: ../modules/site/103bees.php:31
700
+ msgid "103bees"
701
+ msgstr "103bees"
702
+
703
+ #: ../modules/site/103bees.php:36
704
+ msgid "Adds 103bees tracking code to all pages"
705
+ msgstr "Ajoute le le code 103bees à toutes les pages"
706
+
707
+ #: ../modules/site/103bees.php:111
708
+ #: ../modules/site/google_webmaster.php:67
709
+ msgid "Tracking code"
710
+ msgstr "Code"
711
+
712
+ #: ../modules/site/103bees.php:114
713
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
714
+ msgstr "Entrez le code javascript complet fourni sur votre compte 103bees"
715
+
716
+ #: ../modules/site/103bees.php:118
717
+ #: ../modules/site/analytics.php:254
718
+ #: ../modules/site/apture.php:118
719
+ #: ../modules/site/awstats.php:121
720
+ #: ../modules/site/crazyegg.php:124
721
+ msgid "Who to track"
722
+ msgstr "Qui pister?"
723
+
724
+ #: ../modules/site/103bees.php:121
725
+ #: ../modules/site/analytics.php:257
726
+ #: ../modules/site/apture.php:121
727
+ #: ../modules/site/awstats.php:124
728
+ #: ../modules/site/crazyegg.php:127
729
+ msgid "Everyone"
730
+ msgstr "Tout le monde"
731
+
732
+ #: ../modules/site/103bees.php:127
733
+ #: ../modules/site/analytics.php:264
734
+ #: ../modules/site/apture.php:128
735
+ #: ../modules/site/awstats.php:131
736
+ #: ../modules/site/crazyegg.php:134
737
+ msgid "Users of the specified role or less will be tracked"
738
+ msgstr "Les utilisateurs ayant le rôle indiqué ou moins seront pistés"
739
+
740
+ #: ../modules/site/analytics.php:39
741
+ msgid "Google Analytics"
742
+ msgstr "Google Analytics"
743
+
744
+ #: ../modules/site/analytics.php:44
745
+ msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
746
+ msgstr "Ajoute le code pour Google Analytics à toutes les pages ( dans <code>wp-footer</code>)"
747
+
748
+ #: ../modules/site/analytics.php:238
749
+ #: ../modules/site/feedburner-stats.php:67
750
+ msgid "Account ID"
751
+ msgstr "ID du compte"
752
+
753
+ #: ../modules/site/analytics.php:241
754
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
755
+ msgstr "Entrer le javascript complet fourni par Google Analytics ou simplement votre numéro de code (_uacct)."
756
+
757
+ #: ../modules/site/analytics.php:245
758
+ msgid "Version"
759
+ msgstr "Version"
760
+
761
+ #: ../modules/site/analytics.php:248
762
+ msgid "Urchin (urchin.js)"
763
+ msgstr "Urchin (urchin.js)"
764
+
765
+ #: ../modules/site/analytics.php:249
766
+ msgid "New Google Analytics (ga.js)"
767
+ msgstr "Nouveau Google Analytics (ga.js)"
768
+
769
+ #: ../modules/site/analytics.php:268
770
+ msgid "Track outbound links"
771
+ msgstr "Liens sortants"
772
+
773
+ #: ../modules/site/analytics.php:271
774
+ msgid "Enter the URL you want outbound links tracked to"
775
+ msgstr "Entrer les URL des sites dont vous voulez suivre les liens sortants."
776
+
777
+ #: ../modules/site/analytics.php:275
778
+ msgid "Virtual Pages"
779
+ msgstr "Pages virtuelles"
780
+
781
+ #: ../modules/site/analytics.php:278
782
+ msgid "Change what appears in reports"
783
+ msgstr "Permet le suivi de clic sur des éléments de la page (téléchargement, lecture de vidéo...)"
784
+
785
+ #: ../modules/site/analytics.php:282
786
+ msgid "Domain Name"
787
+ msgstr "Nom de domaine"
788
+
789
+ #: ../modules/site/analytics.php:285
790
+ msgid "Set to a root domain when tracking across sub-domains"
791
+ msgstr "Indiquez le domaine racine pour suivre des sous-domaines"
792
+
793
+ #: ../modules/site/analytics.php:289
794
+ msgid "Raw Code"
795
+ msgstr "Code"
796
+
797
+ #: ../modules/site/analytics.php:292
798
+ msgid "Enter any additional Google Analytics code"
799
+ msgstr "Entrez ici tout code additionnel pour Google Analytics"
800
+
801
+ #: ../modules/site/analytics.php:296
802
+ msgid "Include on login page"
803
+ msgstr "Inclure la page de connexion"
804
+
805
+ #: ../modules/site/analytics.php:299
806
+ msgid "Include Google Analytics on the WordPress login page"
807
+ msgstr "Ajoute le code Google Analytics à la page de connexion"
808
+
809
+ #: ../modules/site/apture.php:31
810
+ msgid "Apture"
811
+ msgstr "Apture"
812
+
813
+ #: ../modules/site/apture.php:36
814
+ msgid "Add Apture to all pages"
815
+ msgstr "Ajoute Apture à toutes les pages"
816
+
817
+ #: ../modules/site/apture.php:111
818
+ msgid "Site token"
819
+ msgstr "Site symbolique"
820
+
821
+ #: ../modules/site/apture.php:114
822
+ msgid "Enter your site token."
823
+ msgstr "Entrer votre site symbolique"
824
+
825
+ #: ../modules/site/awstats.php:31
826
+ msgid "AWStats JavaScript Tracking"
827
+ msgstr "AWStats"
828
+
829
+ #: ../modules/site/awstats.php:36
830
+ msgid "Adds AWStats JavaScript tracking to all pages (through <code>wp_footer</code>)"
831
+ msgstr "Ajoute le code pour AWStats à toutes les pages ( dans <code>wp-footer</code>)"
832
+
833
+ #: ../modules/site/crazyegg.php:33
834
+ msgid "CrazyEgg"
835
+ msgstr "CrazyEgg"
836
+
837
+ #: ../modules/site/crazyegg.php:38
838
+ msgid "Adds CrazyEgg tracking code to all pages"
839
+ msgstr "Ajoute le code CrazyEgg à toutes les pages"
840
+
841
+ #: ../modules/site/crazyegg.php:117
842
+ msgid "CrazyEgg ID"
843
+ msgstr "CrazyEgg ID"
844
+
845
+ #: ../modules/site/crazyegg.php:120
846
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
847
+ msgstr "Entrer votre <a href=\"http://crazyegg.com/pages/instructions\">code CrazyEgg </a>complet."
848
+
849
+ #: ../modules/site/disable_visual_editing.php:28
850
+ msgid "Disable Visual Editing"
851
+ msgstr "Désactiver l'éditeur visuel"
852
+
853
+ #: ../modules/site/disable_visual_editing.php:33
854
+ msgid "Disable visual editing"
855
+ msgstr "Désactiver l'éditeur visuel"
856
+
857
+ #: ../modules/site/feedburner-stats.php:30
858
+ msgid "Feedburner Stats Pro"
859
+ msgstr "Feedburner Stats Pro"
860
+
861
+ #: ../modules/site/feedburner-stats.php:35
862
+ msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
863
+ msgstr "Ajoute le code approprié à vos articles pour activer FeedBurner Stats Pro"
864
+
865
+ #: ../modules/site/feedburner-stats.php:70
866
+ msgid "This is your FeedBurner username"
867
+ msgstr "Votre nom d'utilisateur Feedburner"
868
+
869
+ #: ../modules/site/first-time-visitor.php:34
870
+ msgid "First Time Visitor"
871
+ msgstr "Nouveau visiteur"
872
+
873
+ #: ../modules/site/first-time-visitor.php:39
874
+ msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
875
+ msgstr "Affiche un message aux nouveaux visiteurs"
876
+
877
+ #: ../modules/site/first-time-visitor.php:93
878
+ #, php-format
879
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
880
+ msgstr "<p>Bienvenue. Pour vous tenir au courant des actualités de ce site vous pouvez vous abonner à notre <a href=\"%s/feed/\">RSS</a>flux RSS.</p>"
881
+
882
+ #: ../modules/site/first-time-visitor.php:119
883
+ msgid "Message to display"
884
+ msgstr "Message à afficher"
885
+
886
+ #: ../modules/site/first-time-visitor.php:125
887
+ msgid "Repeat"
888
+ msgstr "Répéter"
889
+
890
+ #: ../modules/site/first-time-visitor.php:126
891
+ msgid "Enter 0 for always"
892
+ msgstr "Entrez 0 pour toujours"
893
+
894
+ #: ../modules/site/first-time-visitor.php:129
895
+ msgid "Display position"
896
+ msgstr "Position d'affichage"
897
+
898
+ #: ../modules/site/first-time-visitor.php:132
899
+ msgid "Before content"
900
+ msgstr "Avant le contenu"
901
+
902
+ #: ../modules/site/first-time-visitor.php:133
903
+ msgid "After content"
904
+ msgstr "Après le contenu"
905
+
906
+ #: ../modules/site/first-time-visitor.php:138
907
+ msgid "Ignore Bots"
908
+ msgstr "Ignorer les robots"
909
+
910
+ # D:\Mes
911
+ #: ../modules/site/frame-breaker.php:32
912
+ msgid "Frame Breaker"
913
+ msgstr "Bloqueur de Frame"
914
+
915
+ # D:\Mes
916
+ #: ../modules/site/frame-breaker.php:37
917
+ msgid "Stops your site being loaded in a frame."
918
+ msgstr "Empêche votre site d'être affiché dans une frame."
919
+
920
+ #: ../modules/site/google-ad-wrap.php:28
921
+ msgid "Google Section Targeting"
922
+ msgstr "Ciblage par sections Google AdSense"
923
+
924
+ #: ../modules/site/google-ad-wrap.php:33
925
+ msgid "Wraps all post and page content inside a Google targeted section"
926
+ msgstr "Entoure le contenu des articles et des pages par les balises de commentaires &#60;!-- google_ad_section_start --&#62; et &#60;!-- google_ad_section_end --&#62; <a href=\"https://www.google.com/adsense/support/bin/answer.py?hlrm=en&answer=23168\">plus d'infos sur le support Google AdSense</a>"
927
+
928
+ #: ../modules/site/google_webmaster.php:30
929
+ msgid "Google Webmaster"
930
+ msgstr "Google Webmaster"
931
+
932
+ #: ../modules/site/google_webmaster.php:35
933
+ msgid "Adds Google Webmaster tracking code to your home page"
934
+ msgstr "Ajoute le code pour Google Webmaster à la page d'accueil"
935
+
936
+ #: ../modules/site/google_webmaster.php:70
937
+ msgid "Enter Google Webmaster tracking code."
938
+ msgstr "Entrez votre code Google Webmaster"
939
+
940
+ #: ../modules/site/hittail.php:31
941
+ msgid "HitTail"
942
+ msgstr "HitTail"
943
+
944
+ #: ../modules/site/hittail.php:36
945
+ msgid "Adds HitTail tracking code to all pages"
946
+ msgstr "Ajoute le code HitTail à toutes les pages"
947
+
948
+ #: ../modules/site/hittail.php:114
949
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
950
+ msgstr "Entrez le code javascript complet fourni par HitTail"
951
+
952
+ #: ../modules/site/microsoft-live.php:30
953
+ msgid "Microsoft Live Verification"
954
+ msgstr "Vérification Microsoft Live"
955
+
956
+ #: ../modules/site/microsoft-live.php:35
957
+ msgid "Adds Microsoft Live verification code to your home page"
958
+ msgstr "Ajoute le code Microsoft Live à la page d'accueil"
959
+
960
+ #: ../modules/site/microsoft-live.php:67
961
+ msgid "Verification code"
962
+ msgstr "Code de vérification"
963
+
964
+ #: ../modules/site/microsoft-live.php:70
965
+ msgid "Enter Microsoft Live verification code."
966
+ msgstr "Entrez votre code Microsoft Live"
967
+
968
+ #: ../modules/site/mint.php:33
969
+ msgid "Mint"
970
+ msgstr "Mint"
971
+
972
+ #: ../modules/site/mint.php:38
973
+ msgid "Adds Mint tracking code to all pages"
974
+ msgstr "Ajoute le code Mint à toutes les pages"
975
+
976
+ #: ../modules/site/mint.php:121
977
+ msgid "Mint path"
978
+ msgstr "Adresse Mint"
979
+
980
+ #: ../modules/site/mint.php:124
981
+ msgid "Enter the URL of your Mint installation (i.e. <code>/mint/</code>)."
982
+ msgstr "Entrer l'URL relative de votre installation Mint (càd <code>/mint/</code>)."
983
+
984
+ #: ../modules/site/page_counts.php:33
985
+ msgid "Page Counts"
986
+ msgstr "Nombre d'articles par page"
987
+
988
+ #: ../modules/site/page_counts.php:38
989
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
990
+ msgstr "personnalise le nombre d'articles affichés dans les pages d'archives et de recherche, et permet de choisir entre l'affichage complet du contenu ou seulement du résumé."
991
+
992
+ #: ../modules/site/page_counts.php:116
993
+ #: ../modules/site/page_counts.php:128
994
+ msgid "posts, showing the"
995
+ msgstr "articles, affichage "
996
+
997
+ #: ../modules/site/page_counts.php:118
998
+ #: ../modules/site/page_counts.php:130
999
+ msgid "default"
1000
+ msgstr "par défaut"
1001
+
1002
+ #: ../modules/site/page_counts.php:119
1003
+ #: ../modules/site/page_counts.php:131
1004
+ msgid "content"
1005
+ msgstr "du contenu"
1006
+
1007
+ #: ../modules/site/page_counts.php:120
1008
+ #: ../modules/site/page_counts.php:132
1009
+ msgid "excerpt"
1010
+ msgstr "du résumé"
1011
+
1012
+ #: ../modules/site/page_counts.php:122
1013
+ msgid "(set number of posts to 0 for theme default)"
1014
+ msgstr "laisser le nombre d'articles à 0 pour utiliser le thème par défaut"
1015
+
1016
+ #: ../modules/site/page_counts.php:126
1017
+ msgid "Searches"
1018
+ msgstr "Recherches"
1019
+
1020
+ #: ../modules/site/page_counts.php:134
1021
+ msgid "set number of posts to 0 for theme default"
1022
+ msgstr "laisser le nombre d'articles à 0 pour utiliser le thème par défaut"
1023
+
1024
+ #: ../modules/site/piwik.php:37
1025
+ msgid "Piwik"
1026
+ msgstr "Piwik"
1027
+
1028
+ #: ../modules/site/piwik.php:42
1029
+ msgid "Adds Piwik tracking code to all pages"
1030
+ msgstr "Ajoute le code Piwik à toutes vos pages"
1031
+
1032
+ #: ../modules/site/piwik.php:180
1033
+ msgid "Piwik Site ID"
1034
+ msgstr "Piwik Site ID"
1035
+
1036
+ #: ../modules/site/piwik.php:183
1037
+ msgid "If you are monitoring multiple sites this allows you to identify each"
1038
+ msgstr "Si vous gérez plusieurs sites ceci vous permet de les identifier"
1039
+
1040
+ #: ../modules/site/piwik.php:187
1041
+ msgid "Piwik PHP"
1042
+ msgstr "Piwik PHP"
1043
+
1044
+ #: ../modules/site/piwik.php:190
1045
+ msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
1046
+ msgstr "Adresse du fichier PHP (<code>/piwik/piwik.php</code>)"
1047
+
1048
+ #: ../modules/site/piwik.php:194
1049
+ msgid "Piwik JavaScript"
1050
+ msgstr "Piwik JavaScript"
1051
+
1052
+ #: ../modules/site/piwik.php:197
1053
+ msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
1054
+ msgstr "Adresse du fichier javascript (<code>/piwik/piwik.js</code>)"
1055
+
1056
+ #: ../modules/site/piwik.php:201
1057
+ msgid "Track downloads"
1058
+ msgstr "Compter les téléchargements"
1059
+
1060
+ #: ../modules/site/piwik.php:204
1061
+ msgid "Clear to disable download tracking"
1062
+ msgstr "Effacer pour désactiver le comptage des téléchargements"
1063
+
1064
+ #: ../modules/site/piwik.php:204
1065
+ msgid "reset to default"
1066
+ msgstr "réinitialiser"
1067
+
1068
+ #: ../modules/site/piwik.php:208
1069
+ msgid "Tracker pause"
1070
+ msgstr "Pause"
1071
+
1072
+ #: ../modules/site/piwik.php:211
1073
+ msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
1074
+ msgstr "Une pause (millisecondes) ajoutée lorsqu'un fichier est téléchargé. Les petites valeurs risquent de ne pas être reconnue."
1075
+
1076
+ #: ../modules/site/piwik.php:215
1077
+ msgid "Host aliases"
1078
+ msgstr "Alias d'hôtes"
1079
+
1080
+ #: ../modules/site/piwik.php:218
1081
+ msgid "Enter each host on a separate line"
1082
+ msgstr "Entrez chaque hôte sur une ligne séparée"
1083
+
1084
+ #: ../modules/site/statcounter.php:35
1085
+ msgid "StatCounter"
1086
+ msgstr "StatCounter"
1087
+
1088
+ #: ../modules/site/statcounter.php:40
1089
+ msgid "Adds StatCounter tracking code to all pages"
1090
+ msgstr "Ajoute le code StatCounter à toutes les pages"
1091
+
1092
+ #: ../modules/site/statcounter.php:136
1093
+ msgid "Project ID"
1094
+ msgstr "Project ID"
1095
+
1096
+ #: ../modules/site/statcounter.php:142
1097
+ msgid "Partition ID"
1098
+ msgstr "Partition ID"
1099
+
1100
+ #: ../modules/site/statcounter.php:148
1101
+ msgid "Security ID"
1102
+ msgstr "Security ID"
1103
+
1104
+ #: ../modules/site/system-settings.php:32
1105
+ msgid "System Settings"
1106
+ msgstr "Réglages système"
1107
+
1108
+ #: ../modules/site/system-settings.php:37
1109
+ msgid "Configure PHP memory limits, time-outs, and error reporting"
1110
+ msgstr "Configure PHP : limite mémoire, durée de script, rapport d'erreur"
1111
+
1112
+ #: ../modules/site/system-settings.php:84
1113
+ #: ../modules/site/system-settings.php:94
1114
+ #: ../modules/site/system-settings.php:99
1115
+ msgid "System default"
1116
+ msgstr "par défaut"
1117
+
1118
+ #: ../modules/site/system-settings.php:85
1119
+ msgid "30 seconds"
1120
+ msgstr "30 secondes"
1121
+
1122
+ #: ../modules/site/system-settings.php:86
1123
+ msgid "60 seconds"
1124
+ msgstr "60 secondes"
1125
+
1126
+ #: ../modules/site/system-settings.php:87
1127
+ msgid "10 minutes"
1128
+ msgstr "10 minutes"
1129
+
1130
+ #: ../modules/site/system-settings.php:88
1131
+ msgid "1 hour"
1132
+ msgstr "1 heure"
1133
+
1134
+ #: ../modules/site/system-settings.php:89
1135
+ msgid "No timeout limit"
1136
+ msgstr "Pas de limite"
1137
+
1138
+ #: ../modules/site/system-settings.php:100
1139
+ msgid "Show only errors"
1140
+ msgstr "Deulement les erreurs"
1141
+
1142
+ #: ../modules/site/system-settings.php:101
1143
+ msgid "Show all errors &amp; warnings"
1144
+ msgstr "Erreurs et avertissements"
1145
+
1146
+ #: ../modules/site/system-settings.php:102
1147
+ msgid "Show no errors or warnings"
1148
+ msgstr "Ni les erreurs, ni les avertisssements"
1149
+
1150
+ #: ../modules/site/system-settings.php:106
1151
+ msgid "Memory Limit"
1152
+ msgstr "Limite de la mémoire"
1153
+
1154
+ #: ../modules/site/system-settings.php:116
1155
+ msgid "PHP Script Timeout"
1156
+ msgstr "Durée de script PHP"
1157
+
1158
+ #: ../modules/site/system-settings.php:126
1159
+ msgid "PHP Error Reporting"
1160
+ msgstr "Rapport d'erreurs PHP"
1161
+
1162
+ # D:\Mes
1163
+ #: ../modules/site/widgets.php:30
1164
+ msgid "Disable WordPress Widgets"
1165
+ msgstr "Désactiver des widgets de WordPress"
1166
+
1167
+ #: ../modules/site/widgets.php:35
1168
+ msgid "Allows you to enable or disable various WordPress Widgets"
1169
+ msgstr "Permet de désactiver des widgets de WordPress"
1170
+
1171
+ # D:\Mes
1172
+ #: ../modules/site/widgets.php:67
1173
+ #: ../modules/site/widgets.php:68
1174
+ msgid "Calendar"
1175
+ msgstr "Calendrier"
1176
+
1177
+ # D:\Mes
1178
+ #: ../modules/site/widgets.php:79
1179
+ msgid "Links"
1180
+ msgstr "Liens"
1181
+
1182
+ #: ../modules/site/widgets.php:84
1183
+ #: ../modules/site/widgets.php:85
1184
+ msgid "Meta"
1185
+ msgstr "Méta"
1186
+
1187
+ #: ../modules/site/widgets.php:90
1188
+ msgid "Search"
1189
+ msgstr "Recherche"
1190
+
1191
+ # D:\Mes
1192
+ #: ../modules/site/widgets.php:95
1193
+ #: ../modules/site/widgets.php:96
1194
+ msgid "Recent Posts"
1195
+ msgstr "Articles récents"
1196
+
1197
+ # D:\Mes
1198
+ #: ../modules/site/widgets.php:101
1199
+ #: ../modules/site/widgets.php:102
1200
+ msgid "Tag Cloud"
1201
+ msgstr "Nuage de tags"
1202
+
1203
+ #: ../modules/site/widgets.php:141
1204
+ msgid "categories"
1205
+ msgstr "Catégories"
1206
+
1207
+ #: ../modules/site/widgets.php:142
1208
+ msgid "text"
1209
+ msgstr "Texte"
1210
+
1211
+ # D:\Mes
1212
+ #: ../modules/site/widgets.php:143
1213
+ msgid "rss"
1214
+ msgstr "RSS"
1215
+
1216
+ # D:\Mes
1217
+ #: ../modules/site/widgets.php:144
1218
+ msgid "recent comments"
1219
+ msgstr "Commentaires récents"
1220
+
1221
+ #: ../modules/site/widgets.php:145
1222
+ msgid "pages"
1223
+ msgstr "Pages"
1224
+
1225
+ #: ../modules/site/widgets.php:146
1226
+ msgid "search"
1227
+ msgstr "Recherche"
1228
+
1229
+ # D:\Mes
1230
+ #: ../modules/site/widgets.php:147
1231
+ msgid "calendar"
1232
+ msgstr "Calendrier"
1233
+
1234
+ #: ../modules/site/widgets.php:148
1235
+ msgid "archives"
1236
+ msgstr "Archives"
1237
+
1238
+ #: ../modules/site/widgets.php:149
1239
+ msgid "links"
1240
+ msgstr "Liens"
1241
+
1242
+ # D:\Mes
1243
+ #: ../modules/site/widgets.php:150
1244
+ msgid "meta"
1245
+ msgstr "Méta"
1246
+
1247
+ # D:\Mes
1248
+ #: ../modules/site/widgets.php:151
1249
+ msgid "recent entries"
1250
+ msgstr "Inscriptions récentes"
1251
+
1252
+ # D:\Mes
1253
+ #: ../modules/site/widgets.php:152
1254
+ msgid "tag cloud"
1255
+ msgstr "Nuage de tags"
1256
+
1257
+ # D:\Mes
1258
+ #: ../modules/site/widgets.php:156
1259
+ msgid "Enabled Widgets"
1260
+ msgstr "Widgets activés"
1261
+
1262
+ #: ../modules/site/wp_formatting.php:32
1263
+ msgid "WordPress content formatting"
1264
+ msgstr "Options de formatage"
1265
+
1266
+ #: ../modules/site/wp_formatting.php:37
1267
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
1268
+ msgstr "Permet d'activer ou de désactiver certaines fonctions de formatage de WordPress (notamment wpautop)"
1269
+
1270
+ #: ../modules/site/wp_formatting.php:91
1271
+ msgid "Auto-formatting"
1272
+ msgstr "Auto-formatage"
1273
+
1274
+ #: ../modules/site/wp_formatting.php:94
1275
+ msgid "Use <code>wpautop</code> to format paragraphs"
1276
+ msgstr "Utiliser <code>wpautop</code> pour formater les paragraphes"
1277
+
1278
+ #: ../modules/site/wp_formatting.php:98
1279
+ msgid "Auto-fancy quotes"
1280
+ msgstr "Guillemets"
1281
+
1282
+ #: ../modules/site/wp_formatting.php:101
1283
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
1284
+ msgstr "Utiliser <code>wptexturize</code> pour changer les guillemets en guillemets fantaisistes."
1285
+
1286
+ #: ../modules/site/wp_formatting.php:105
1287
+ msgid "Auto-link"
1288
+ msgstr "Liens automatiques"
1289
+
1290
+ #: ../modules/site/wp_formatting.php:108
1291
+ msgid "Makes links clickable in comments"
1292
+ msgstr "transformer les urls dans les commentaires en lien cliquable"
1293
+
1294
+ #: ../modules/site/yahoo-site-explorer.php:30
1295
+ msgid "Yahoo! Site Explorer"
1296
+ msgstr "Yahoo! Site Explorer"
1297
+
1298
+ #: ../modules/site/yahoo-site-explorer.php:35
1299
+ msgid "Adds Yahoo! Site Explorer tracking code to your home page"
1300
+ msgstr "Ajoute le code Yahoo! Site Explorer à votre page d'accueil"
1301
+
1302
+ #: ../modules/site/yahoo-site-explorer.php:70
1303
+ msgid "Enter Yahoo! Site Explorer tracking code."
1304
+ msgstr "Entrez votre code Yahoo! Site Explorer"
1305
+
1306
+ #: ../view/admin/edit_category.php:1
1307
+ msgid "HeadSpace Settings"
1308
+ msgstr "Contenus des entêtes (pour le référencement)"
1309
+
1310
+ #: ../view/admin/edit_category.php:5
1311
+ msgid "Edit Category &raquo;"
1312
+ msgstr "Editer Categorie &raquo;"
1313
+
1314
+ #: ../view/admin/edit_post.php:7
1315
+ msgid "HeadSpace Meta data"
1316
+ msgstr "Données de l'entête"
1317
+
1318
+ # D:\Mes
1319
+ #: ../view/admin/head_admin.php:5
1320
+ msgid "Are you sure you want to merge that tag?"
1321
+ msgstr "Etes-vous sûr de vouloir fusionner ces tags ?"
1322
+
1323
+ #: ../view/admin/head_admin.php:6
1324
+ msgid "A problem occured retrieving data from the server. If this persists please check that you have installed the plugin correctly."
1325
+ msgstr "Un problème est survenu. S'il persiste, vérifiez que le plugin est correctement installé."
1326
+
1327
+ #: ../view/admin/help.php:3
1328
+ msgid "Special Tags"
1329
+ msgstr "Tags spéciaux"
1330
+
1331
+ #: ../view/admin/help.php:4
1332
+ msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
1333
+ msgstr "Ces tags peuvent être inclus et seront remplacés par HeadSpace lorsqu'une page est affichée."
1334
+
1335
+ #: ../view/admin/help.php:10
1336
+ msgid "Replaced with the date of the post/page"
1337
+ msgstr "Insère la date de l'article/de la page"
1338
+
1339
+ #: ../view/admin/help.php:11
1340
+ msgid "Replaced with the title of the post/page"
1341
+ msgstr "Insère le titre de l'article/de la page"
1342
+
1343
+ #: ../view/admin/help.php:12
1344
+ msgid "The site's name"
1345
+ msgstr "Le nom du site"
1346
+
1347
+ #: ../view/admin/help.php:13
1348
+ msgid "Replaced with the post/page excerpt (or auto-generated if it does not exist)"
1349
+ msgstr "Remplacé par le résumé de l'article/de la page (ou généré s'il n'existe pas)"
1350
+
1351
+ #: ../view/admin/help.php:14
1352
+ msgid "Replaced with the post/page excerpt (without auto-generation)"
1353
+ msgstr "Remplacé par le résumé de l'article/de la page (sans le générer)"
1354
+
1355
+ #: ../view/admin/help.php:15
1356
+ msgid "Replaced with the current tag/tags"
1357
+ msgstr "Insère les tags de l'article/de la page"
1358
+
1359
+ #: ../view/admin/help.php:16
1360
+ msgid "Replaced with the post categories (comma separated)"
1361
+ msgstr "Remplacé par les catégories de l'article ( séparées par des virgules)"
1362
+
1363
+ #: ../view/admin/help.php:17
1364
+ msgid "Replaced with the category description"
1365
+ msgstr "Insère la description de la catégorie"
1366
+
1367
+ #: ../view/admin/help.php:18
1368
+ msgid "Replaced with the tag description"
1369
+ msgstr "Insère la description du tag"
1370
+
1371
+ #: ../view/admin/help.php:19
1372
+ msgid "Replaced with the post/page modified time"
1373
+ msgstr "Insère la date de modification de l'article/de la page"
1374
+
1375
+ #: ../view/admin/help.php:20
1376
+ msgid "Replaced with the post/page ID"
1377
+ msgstr "Insère l'ID de l'article/de la page"
1378
+
1379
+ #: ../view/admin/help.php:21
1380
+ msgid "Replaced with the post/page author's 'nicename'"
1381
+ msgstr "Insère le surnom de l'auteur de l'article/de la page"
1382
+
1383
+ #: ../view/admin/help.php:22
1384
+ msgid "Replaced with the post/page author's userid"
1385
+ msgstr "Insère l'ID de l'auteur de l'article/de la page"
1386
+
1387
+ #: ../view/admin/help.php:23
1388
+ msgid "Replaced with the current search phrase"
1389
+ msgstr "Insère la requête de la recherche"
1390
+
1391
+ #: ../view/admin/help.php:24
1392
+ msgid "Replaced with the current time"
1393
+ msgstr "Insère l'heure courante"
1394
+
1395
+ #: ../view/admin/help.php:25
1396
+ msgid "Replaced with the current date"
1397
+ msgstr "Insère par la date courante"
1398
+
1399
+ #: ../view/admin/help.php:26
1400
+ msgid "Replaced with the current month"
1401
+ msgstr "Insère le mois courante"
1402
+
1403
+ #: ../view/admin/help.php:27
1404
+ msgid "Replaced with the current year"
1405
+ msgstr "Insère l'année courante"
1406
+
1407
+ #: ../view/admin/help.php:28
1408
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
1409
+ msgstr "Insère le numéro de page courant (c.à.d page 2 / 4)"
1410
+
1411
+ #: ../view/admin/help.php:29
1412
+ msgid "Replaced with the current page total"
1413
+ msgstr "Insère le nombre de page total"
1414
+
1415
+ #: ../view/admin/help.php:30
1416
+ msgid "Replaced with the current page number"
1417
+ msgstr "Insère le numéro de la page"
1418
+
1419
+ #: ../view/admin/help.php:31
1420
+ msgid "Attachment caption"
1421
+ msgstr "Légende de fichier"
1422
+
1423
+ #: ../view/admin/import.php:6
1424
+ #, php-format
1425
+ msgid "%s | Import"
1426
+ msgstr "%s | Importer"
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 "Cette page vous permet d'importer des données depuis d'autres plugins. Ces plugins n'ont pas besoin d'être actif durant l'importation."
1431
+
1432
+ #: ../view/admin/import.php:21
1433
+ msgid "Import"
1434
+ msgstr "Importer"
1435
+
1436
+ #: ../view/admin/import.php:22
1437
+ msgid "Import and remove original data"
1438
+ msgstr "Importer et supprimer les données d'origine."
1439
+
1440
+ #: ../view/admin/import.php:22
1441
+ msgid "(not available in UTW and Simple Tagging)"
1442
+ msgstr "(non disponible pour UTW et Simple Tagging)"
1443
+
1444
+ #: ../view/admin/import.php:25
1445
+ 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."
1446
+ msgstr "Par précaution, vous devriez <strong> faire une sauvegarde de votre base de données avant de lancer l'importation</strong>. Nous ne pourrions être tenu pour responsable de la perte de données pendant le processus."
1447
+
1448
+ #: ../view/admin/mass_edit.php:27
1449
+ msgid "Filter"
1450
+ msgstr "Filtrer"
1451
+
1452
+ #: ../view/admin/mass_edit.php:64
1453
+ msgid "Save all data"
1454
+ msgstr "Enregistrer"
1455
+
1456
+ #: ../view/admin/options.php:7
1457
+ #, php-format
1458
+ msgid "%s | General Options"
1459
+ msgstr "%s | Options Générales"
1460
+
1461
+ #: ../view/admin/options.php:16
1462
+ msgid "Inherit settings"
1463
+ msgstr "Hériter des réglages parents"
1464
+
1465
+ #: ../view/admin/options.php:20
1466
+ msgid "Inherit from global settings"
1467
+ msgstr "Permet l'héritage des réglages des pages (càd un article hérite des réglages de sa catégorie, des réglages généraux)"
1468
+
1469
+ #: ../view/admin/options.php:24
1470
+ msgid "Process excerpt with plugins"
1471
+ msgstr "Extension pour les extraits"
1472
+
1473
+ #: ../view/admin/options.php:28
1474
+ msgid "Will allow plugins to modify generated excerpts"
1475
+ msgstr "Permet à des extensions de générer les extraits"
1476
+
1477
+ #: ../view/admin/options.php:32
1478
+ msgid "Plugin Support"
1479
+ msgstr "Aide du plugin"
1480
+
1481
+ #: ../view/admin/options.php:35
1482
+ msgid "I'm a nice person and I have helped support the author of this plugin"
1483
+ msgstr "Je suis un type bien et j'ai aidé l'auteur de ce plugin."
1484
+
1485
+ #: ../view/admin/options.php:39
1486
+ msgid "Debug"
1487
+ msgstr "Debugger"
1488
+
1489
+ #: ../view/admin/options.php:43
1490
+ msgid "Enable debug option"
1491
+ msgstr "Activer l'option debuggage"
1492
+
1493
+ #: ../view/admin/options.php:49
1494
+ msgid "Update Options &raquo;"
1495
+ msgstr "Mettre à jour les options &raquo;"
1496
+
1497
+ #: ../view/admin/options.php:57
1498
+ msgid "Remove HeadSpace"
1499
+ msgstr "Désinstaller HeadSpace"
1500
+
1501
+ # D:\Mes
1502
+ #: ../view/admin/options.php:59
1503
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
1504
+ msgstr "Cette option supprime HeadSpace, tous les réglages, les tags et les meta-data. Si c'est ce que tu veux! Clique."
1505
+
1506
+ #: ../view/admin/options.php:64
1507
+ msgid "Delete HeadSpace"
1508
+ msgstr "Désinstaller HeadSpace"
1509
+
1510
+ #: ../view/admin/page-module-edit.php:11
1511
+ #: ../view/admin/page-settings-edit-ajax.php:5
1512
+ #: ../view/admin/site-module-edit.php:17
1513
+ msgid "Save"
1514
+ msgstr "Enregistrer"
1515
+
1516
+ #: ../view/admin/page-module-edit.php:12
1517
+ #: ../view/admin/page-settings-edit-ajax.php:6
1518
+ #: ../view/admin/site-module-edit.php:18
1519
+ msgid "Cancel"
1520
+ msgstr "Annuler"
1521
+
1522
+ #: ../view/admin/page-modules.php:7
1523
+ #, php-format
1524
+ msgid "%s | Page Modules"
1525
+ msgstr "%s | Modules des pages"
1526
+
1527
+ #: ../view/admin/page-modules.php:11
1528
+ 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."
1529
+ msgstr "Glissez les modules dans la zone appropriée et organisez-les à votre guise."
1530
+
1531
+ #: ../view/admin/page-modules.php:15
1532
+ msgid "Simple"
1533
+ msgstr "Standard"
1534
+
1535
+ #: ../view/admin/page-modules.php:16
1536
+ msgid "Modules will always appear on edit screens"
1537
+ msgstr "Les modules apparaîtront toujours dans les zones d'éditions"
1538
+
1539
+ #: ../view/admin/page-modules.php:21
1540
+ msgid "Advanced"
1541
+ msgstr "Avancé"
1542
+
1543
+ #: ../view/admin/page-modules.php:22
1544
+ msgid "Modules will be hidden behind a link"
1545
+ msgstr "Les modules seront cachés derrière un lien"
1546
+
1547
+ #: ../view/admin/page-modules.php:32
1548
+ msgid "Disabled"
1549
+ msgstr "Désactivé"
1550
+
1551
+ #: ../view/admin/page-modules.php:33
1552
+ msgid "Modules are disabled and do not appear"
1553
+ msgstr "Ces modules sont désactivés et n'apparaîtront pas"
1554
+
1555
+ #: ../view/admin/page-settings-edit.php:19
1556
+ msgid "advanced"
1557
+ msgstr "avancé"
1558
+
1559
+ #: ../view/admin/page-settings.php:7
1560
+ #, php-format
1561
+ msgid "%s | Page Settings"
1562
+ msgstr "%s | Réglages des pages"
1563
+
1564
+ #: ../view/admin/page-settings.php:11
1565
+ msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
1566
+ msgstr "Cliquer sur le type de page pour modifier les réglages. Vous pouvez activer d'autres modules pour avoir plus de choix."
1567
+
1568
+ #: ../view/admin/page-settings.php:23
1569
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1570
+ msgstr "Des réglages particuliers peuvent être spécifiés pour un article, une page ou une catégorie lorsque vous l'éditez. (écrire/modifier un article, une page ; modifier une catégorie)"
1571
+
1572
+ #: ../view/admin/site-modules.php:6
1573
+ #, php-format
1574
+ msgid "%s | Site Modules"
1575
+ msgstr "%s | Modules du site"
1576
+
1577
+ #: ../view/admin/site-modules.php:10
1578
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1579
+ msgstr "Ces modules s'appliquent à l'ensemble de votre site. Seuls les modules cochés fonctionneront (une fois correctement configurés)."
1580
+
1581
+ #: ../view/admin/submenu.php:3
1582
+ msgid "Page Settings"
1583
+ msgstr "Réglages des pages"
1584
+
1585
+ #: ../view/admin/submenu.php:4
1586
+ msgid "Page Modules"
1587
+ msgstr "Modules des pages"
1588
+
1589
+ #: ../view/admin/submenu.php:5
1590
+ msgid "Site Modules"
1591
+ msgstr "Modules du site"
1592
+
1593
+ #: ../view/admin/submenu.php:6
1594
+ msgid "Options"
1595
+ msgstr "Options"
1596
+
1597
+ #: ../view/admin/support.php:5
1598
+ msgid "HeadSpace | Support"
1599
+ msgstr "Aide HeadSpace"
1600
+
1601
+ #: ../view/admin/support.php:7
1602
+ 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 $8</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."
1603
+ msgstr "Le developpement de Headspace a exigé beaucoup de temps et d'efforts. Si cette extension vous est utile, vous pouvez soutenir ce développement en <strong> faisant un petit don de 8 $ </ strong>. Cet encouragement me permet de continuer à développer, en fournissant d'innombrables heures de soutien, et de faire les améliorations qui sont suggérées."
1604
+
1605
+ #: ../view/admin/support.php:28
1606
+ 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>."
1607
+ msgstr "Si vous êtes multilingue, vous pouvez traduire ce plugin. Tous les fichiers nécessaires sont inclus et j'ai écris un <a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">guide complet du procesdus de traduction</a>"
1608
+
1609
+ #: ../view/admin/support.php:30
1610
+ msgid "The support message can be disabled at any time from the options page"
1611
+ msgstr "Le message de support peut être supprimé depuis la page options"
1612
+
1613
+ #: ../view/admin/version.php:2
1614
+ msgid "HeadSpace2 News"
1615
+ msgstr "HeadSpace2 Infos"
1616
+
1617
+ #: ../view/admin/version.php:5
1618
+ #, php-format
1619
+ msgid "%s ago"
1620
+ msgstr "il y a %s"
1621
+
1622
+ #~ msgid "<p style=\"color: red\">That function is not defined</p>"
1623
+ #~ msgstr "<p style=\"color: red\">Cette fonction n&#8217;est pas définie</p>"
1624
+ #~ msgid ""
1625
+ #~ "<p style=\"color: red\">You are not allowed access to this resource</p>"
1626
+ #~ msgstr ""
1627
+ #~ "<p style=\"color: red\">Vous ne pouvez pas utiliser cette fonctionnalité</"
1628
+ #~ "p>"
1629
+ #~ msgid "Invalid module"
1630
+ #~ msgstr "Module invalide"
1631
+ #~ msgid "Posts &amp; Pages"
1632
+ #~ msgstr "Articles &amp; Pages"
1633
+
locale/id_ID.mo ADDED
Binary file
locale/id_ID.po ADDED
@@ -0,0 +1,899 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2008-09-26 12:37+0700\n"
12
+ "Last-Translator: Hendry Lee <hendry.lee@gmail.com>\n"
13
+ "Language-Team: Hendry Lee <hendry.lee@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
+
18
+ #: headspace.php:387
19
+ #, php-format
20
+ msgid "%d items were imported from %s"
21
+ msgstr "%d item telah diimpor dari %s"
22
+
23
+ #: view/admin/version.php:5
24
+ #, php-format
25
+ msgid "%s ago"
26
+ msgstr "%s yang lalu"
27
+
28
+ #: view/admin/import.php:13
29
+ msgid "(not available in UTW and Simple Tagging)"
30
+ msgstr "(tidak terdapat di UTW dan Simple Tagging)"
31
+
32
+ #: models/inline_tags.php:163
33
+ #, php-format
34
+ msgid "(page %d of %d)"
35
+ msgstr "(halaman %d dari %d)"
36
+
37
+ #: headspace.php:105
38
+ msgid "404 Page"
39
+ msgstr "Halaman 404"
40
+
41
+ #: ajax.php:64
42
+ msgid "<p style=\"color: red\">That function is not defined</p>"
43
+ msgstr "<p style=\"color: red\">Fungsi itu tidak terdefinisikan</p>"
44
+
45
+ #: ajax.php:57
46
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
47
+ msgstr "<p style=\"color: red\">Anda tidak diijinkan mengakses sumber daya ini</p>"
48
+
49
+ #: modules/page/tags.php:125
50
+ msgid "<p>Tags: "
51
+ msgstr "<p>Tags:"
52
+
53
+ #: modules/page/plugin.php:139
54
+ msgid "Add Plugin"
55
+ msgstr "Tambah Plugin"
56
+
57
+ #: modules/page/tags.php:175
58
+ msgid "Add tags to dictionary"
59
+ msgstr "Tambahkan tag ke kamus"
60
+
61
+ #: modules/site/crazyegg.php:38
62
+ msgid "Adds CrazyEgg tracking code to all pages"
63
+ msgstr "Tambahkan kode pelacakan CrazyEgg ke semua halaman"
64
+
65
+ #: modules/site/analytics.php:39
66
+ msgid "Adds Google Analytic tracking code to all pages"
67
+ msgstr "Tambahkan kode pelacakan Google Analytics ke semua halaman"
68
+
69
+ #: modules/site/mint.php:38
70
+ msgid "Adds Mint tracking code to all pages"
71
+ msgstr "Tambahkan kode pelacakan Mint ke semua halaman"
72
+
73
+ #: modules/site/statcounter.php:40
74
+ msgid "Adds StatCounter tracking code to all pages"
75
+ msgstr "Tambahkan kode pelacakan StatCounter ke semua halaman"
76
+
77
+ #: modules/site/rpc.php:37
78
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
79
+ msgstr "Tambahkan fungsi tambahan untuk mengizinkan alat bantu blogging seperti Ecto untuk menggunakan tagging"
80
+
81
+ #: view/admin/modules.php:13
82
+ msgid "Advanced"
83
+ msgstr "Tingkat lanjutan"
84
+
85
+ #: modules/page/page_title.php:109
86
+ msgid "After"
87
+ msgstr "Setelah"
88
+
89
+ #: modules/page/description.php:73
90
+ msgid "All descriptions will be trimmed to this length"
91
+ msgstr "Semua deskripsi akan dipotong sepanjang ini"
92
+
93
+ #: modules/import/all-in-one-seo.php:28
94
+ msgid "All-in-one SEO"
95
+ msgstr "All-in-one SEO"
96
+
97
+ #: modules/page/javascript.php:55
98
+ msgid "Allow external JavaScript files to be referenced"
99
+ msgstr "Izinkan berkas JavaScript eksternal direferensikan"
100
+
101
+ #: modules/page/page_title.php:89
102
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
103
+ msgstr "Izinkan judul halaman diganti (yaitu judul di bagian judul jendela peramban)"
104
+
105
+ #: modules/page/stylesheet.php:55
106
+ msgid "Allows CSS stylesheets to be added to a page"
107
+ msgstr "Izinkan stylesheet CSS ditambahkan ke halaman"
108
+
109
+ #: modules/page/theme.php:69
110
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
111
+ msgstr "Izinkan tema ubahan yang spesifik ke halaman untuk ditimpa dengan tema bawaan"
112
+
113
+ #: modules/page/noindex.php:56
114
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
115
+ msgstr "Izinkan opsi no-index/no-follow diset untuk mencegah mesin pencari dan robot mengindeks atau mengikuti halaman"
116
+
117
+ #: modules/page/description.php:61
118
+ msgid "Allows a short description about the page that is used by search engines"
119
+ msgstr "Izinkan deskripsi pendek tentang halaman dipergunakan oleh mesin pencari"
120
+
121
+ #: modules/page/plugin.php:87
122
+ msgid "Allows disabled plugins to be enabled on specific pages"
123
+ msgstr "Izinkan plugin yang dimatikan agar diaktifkan oleh halaman tertentu"
124
+
125
+ #: modules/page/raw.php:48
126
+ msgid "Allows raw data to be inserted into the page meta section"
127
+ msgstr "Izinkan data mentah dimasukkan ke dalam bagian meta dari halaman"
128
+
129
+ #: modules/page/rss_tagline.php:62
130
+ msgid "Allows site RSS description to be changed"
131
+ msgstr "Izinkan deskripsi RSS pada situs diganti"
132
+
133
+ #: modules/page/rss_name.php:62
134
+ msgid "Allows site RSS name to be changed"
135
+ msgstr "Izinkan nama RSS pada situs diganti"
136
+
137
+ #: modules/page/site_tagline.php:61
138
+ msgid "Allows site description to be changed (i.e. the tagline)"
139
+ msgstr "Izinkan deskripsi dari situs diganti (contoh: slogan)"
140
+
141
+ #: modules/page/site_name.php:61
142
+ msgid "Allows site name to be changed (i.e your blog name)"
143
+ msgstr "Izinkan nama situs diganti (contoh: nama blog Anda)"
144
+
145
+ #: modules/page/tags.php:162
146
+ msgid "Allows tags/keywords to be added to pages"
147
+ msgstr "Izinkan tag/kata kunci ditambahkan ke halaman"
148
+
149
+ #: modules/page/more_text.php:56
150
+ msgid "Allows the 'more' text to be changed"
151
+ msgstr "Izinkan pergantian tulisan 'more'"
152
+
153
+ #: modules/site/wp_formatting.php:37
154
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
155
+ msgstr "Mengizinkan Anda mengaktifkan atau mematikan beberapa pemformatan otomatis WordPress (termasuk wpautop)"
156
+
157
+ #: modules/page/tags.php:186
158
+ msgid "Alphabetically order tags"
159
+ msgstr "Urutkan tag secara alfabet"
160
+
161
+ #: modules/page/tags.php:201
162
+ #: modules/page/tags.php:210
163
+ msgid "Always"
164
+ msgstr "Selalu"
165
+
166
+ #: headspace.php:100
167
+ #: modules/site/page_counts.php:114
168
+ msgid "Archives"
169
+ msgstr "Arsip"
170
+
171
+ #: view/admin/import.php:16
172
+ 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."
173
+ msgstr "Seperti hal lain yang memodifikasi database Anda dianjurkan <strong>menyalin data Anda sebelum menjalankan impor</strong>. Tidak ada pertanggungjawaban atas kucing yang mungkin terbunuh dalam proses."
174
+
175
+ #: headspace.php:103
176
+ msgid "Author Pages"
177
+ msgstr "Halaman-Halaman Penulis"
178
+
179
+ #: modules/site/wp_formatting.php:97
180
+ msgid "Auto-fancy quotes"
181
+ msgstr "Kutipan indah otomatis"
182
+
183
+ #: modules/site/wp_formatting.php:90
184
+ msgid "Auto-formatting"
185
+ msgstr "Pemformatan otomatis"
186
+
187
+ #: modules/site/wp_formatting.php:104
188
+ msgid "Auto-link"
189
+ msgstr "Taut otomatis"
190
+
191
+ #: modules/page/tags.php:178
192
+ msgid "Automatically add new tags to dictionary"
193
+ msgstr "Secara otomatis tambahkan tag baru ke dalam kamus"
194
+
195
+ #: modules/page/page_title.php:108
196
+ msgid "Before"
197
+ msgstr "Sebelum"
198
+
199
+ #: view/admin/edit_ajax.php:5
200
+ #: view/admin/module_edit.php:8
201
+ #: view/admin/site_module_edit.php:16
202
+ msgid "Cancel"
203
+ msgstr "Batal"
204
+
205
+ #: headspace.php:101
206
+ msgid "Categories"
207
+ msgstr "Kategori"
208
+
209
+ #: view/admin/options.php:16
210
+ msgid "Check for updates"
211
+ msgstr "Cek pembaharuan"
212
+
213
+ #: view/admin/options.php:17
214
+ msgid "Check for updates from within HeadSpace"
215
+ msgstr "Cek pembaharuan dari dalam HeadSpace"
216
+
217
+ #: modules/site/crazyegg.php:33
218
+ msgid "CrazyEgg"
219
+ msgstr "CrazyEgg"
220
+
221
+ #: modules/site/crazyegg.php:122
222
+ msgid "CrazyEgg ID"
223
+ msgstr "ID CrazyEgg"
224
+
225
+ #: modules/page/theme.php:80
226
+ msgid "Current theme"
227
+ msgstr "Tema sekarang"
228
+
229
+ #: modules/site/page_counts.php:38
230
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
231
+ msgstr "Ubah jumlah tulisan yang ditampilkan dalam halaman arsip dan pencarian, dan putuskan apakah akan menampilkan kontek penuh atau cuplikan"
232
+
233
+ #: view/admin/options.php:37
234
+ msgid "Delete HeadSpace"
235
+ msgstr "Hapus HeadSpace"
236
+
237
+ #: modules/page/description.php:88
238
+ msgid "Description"
239
+ msgstr "Deskripsi"
240
+
241
+ #: modules/page/tags.php:222
242
+ msgid "Dictionary"
243
+ msgstr "Kamus"
244
+
245
+ #: view/admin/modules.php:19
246
+ msgid "Disabled"
247
+ msgstr "Dimatikan"
248
+
249
+ #: view/admin/edit_category.php:5
250
+ msgid "Edit Category &raquo;"
251
+ msgstr "Sunting Kategori &raquo;"
252
+
253
+ #: modules/site/analytics.php:184
254
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
255
+ msgstr "Masukkan URL yang Anda ingin lacak taut keluarnya, atau biarkan kosong untuk tidak melacak keluar"
256
+
257
+ #: modules/site/analytics.php:163
258
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
259
+ msgstr "Masukkan kode JavaScript pelacakan penuh Google, atau hanya nomor <code>_uacct</code."
260
+
261
+ #: modules/site/mint.php:124
262
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
263
+ msgstr "Masukkan URL relatif ke instalasi Mint Anda (contoh: <code>/mint/</code>)."
264
+
265
+ #: modules/site/crazyegg.php:125
266
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
267
+ msgstr "Masukkan <a href=\"http://crazyegg.com/pages/instructions\">ID CrazyEgg</a> penuh Anda"
268
+
269
+ #: modules/site/analytics.php:170
270
+ #: modules/site/crazyegg.php:132
271
+ #: modules/site/mint.php:131
272
+ #: modules/site/statcounter.php:158
273
+ msgid "Everyone"
274
+ msgstr "Setiap orang"
275
+
276
+ #: view/admin/options.php:3
277
+ msgid "General Options"
278
+ msgstr "Opsi umum"
279
+
280
+ #: headspace.php:98
281
+ msgid "Global Settings"
282
+ msgstr "Pengaturan Global"
283
+
284
+ #: modules/site/analytics.php:34
285
+ msgid "Google Analytics"
286
+ msgstr "Google Analytics"
287
+
288
+ #: modules/site/google-ad-wrap.php:28
289
+ msgid "Google Section Targeting"
290
+ msgstr "Penargetan Kelompok Google"
291
+
292
+ #: modules/import/head_meta_description.php:28
293
+ msgid "Head META Description"
294
+ msgstr "Deskripsi Head META"
295
+
296
+ #: headspace.php:133
297
+ msgid "HeadSpace"
298
+ msgstr "HeadSpace"
299
+
300
+ #: view/admin/edit_post.php:6
301
+ msgid "HeadSpace Meta data"
302
+ msgstr "Meta data HeadSpace"
303
+
304
+ #: view/admin/edit_category.php:1
305
+ #: view/admin/settings.php:2
306
+ msgid "HeadSpace Settings"
307
+ msgstr "Pengaturan HeadSpace"
308
+
309
+ #: headspace.php:342
310
+ msgid "HeadSpace has been removed"
311
+ msgstr "HeadSpace telah disingkirkan"
312
+
313
+ #: modules/import/headspace_tags.php:31
314
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
315
+ msgstr "Tag HeadSpace (diterjemahkan dari tag WordPress 2.3)"
316
+
317
+ #: view/admin/version.php:2
318
+ msgid "HeadSpace2 News"
319
+ msgstr "Berita HeadSpace2"
320
+
321
+ #: headspace.php:99
322
+ msgid "Home Page"
323
+ msgstr "Halaman Muka"
324
+
325
+ #: plugin.php:593
326
+ msgid "How many widgets would you like?"
327
+ msgstr "Berapa widget yang Anda inginkan?"
328
+
329
+ #: view/admin/import.php:2
330
+ #: view/admin/import.php:12
331
+ #: view/admin/submenu.php:5
332
+ msgid "Import"
333
+ msgstr "Impor"
334
+
335
+ #: view/admin/import.php:13
336
+ msgid "Import and remove original data"
337
+ msgstr "Impor dan singkirkan data asli"
338
+
339
+ #: view/admin/options.php:9
340
+ msgid "Inherit from global settings"
341
+ msgstr "Turunkan dari pengaturan global"
342
+
343
+ #: view/admin/options.php:8
344
+ msgid "Inherit settings"
345
+ msgstr "Turunkan pengaturan-pengaturan"
346
+
347
+ #: ajax.php:141
348
+ #: ajax.php:152
349
+ #: ajax.php:163
350
+ #: ajax.php:174
351
+ #: ajax.php:188
352
+ msgid "Invalid module"
353
+ msgstr "Modul yang tidak valid"
354
+
355
+ #: modules/page/javascript.php:50
356
+ #: modules/page/javascript.php:66
357
+ msgid "JavaScript"
358
+ msgstr "JavaScript"
359
+
360
+ #: modules/import/jerome.php:28
361
+ msgid "Jerome's Keywords"
362
+ msgstr "Keyword Jerome"
363
+
364
+ #: modules/page/page_title.php:101
365
+ msgid "Leave blank to use theme default"
366
+ msgstr "Biarkan kosong untuk menggunakan tema bawaan"
367
+
368
+ #: modules/site/wp_formatting.php:107
369
+ msgid "Makes links clickable in comments"
370
+ msgstr "Buat taut dapat diklik di dalam komentar"
371
+
372
+ #: view/admin/mass_edit.php:2
373
+ msgid "Mass Edit Meta-data"
374
+ msgstr "Sunting Data meta secara massal"
375
+
376
+ #: modules/page/description.php:70
377
+ msgid "Max length"
378
+ msgstr "Panjang maks"
379
+
380
+ #: headspace.php:134
381
+ msgid "Meta-data"
382
+ msgstr "Data meta"
383
+
384
+ #: modules/site/mint.php:33
385
+ msgid "Mint"
386
+ msgstr "Mint"
387
+
388
+ #: modules/site/mint.php:121
389
+ msgid "Mint path"
390
+ msgstr "Lokasi Mint"
391
+
392
+ #: view/admin/submenu.php:3
393
+ msgid "Modules"
394
+ msgstr "Modul"
395
+
396
+ #: view/admin/modules.php:20
397
+ msgid "Modules are disabled and do not appear"
398
+ msgstr "Modul-modul dimatikan dan tidak ditampilkan"
399
+
400
+ #: view/admin/modules.php:8
401
+ msgid "Modules will always appear on edit screens"
402
+ msgstr "Modules akan selalu ditampilkan di layar sunting"
403
+
404
+ #: view/admin/modules.php:14
405
+ msgid "Modules will be hidden behind a link"
406
+ msgstr "Module akan disembunyikan di belakang sebuah taut"
407
+
408
+ #: modules/import/more_unique.php:28
409
+ msgid "More Unique"
410
+ msgstr "Lebih unik"
411
+
412
+ #: modules/mass/more_text.php:28
413
+ #: modules/mass/more_text.php:50
414
+ #: modules/page/more_text.php:51
415
+ #: modules/page/more_text.php:70
416
+ msgid "More text"
417
+ msgstr "Lebih banyak teks"
418
+
419
+ #: modules/page/tags.php:200
420
+ #: modules/page/tags.php:209
421
+ msgid "Never"
422
+ msgstr "Tidak pernah"
423
+
424
+ #: models/pager.php:387
425
+ msgid "Next"
426
+ msgstr "Berikutnya"
427
+
428
+ #: modules/page/noindex.php:70
429
+ msgid "No Index"
430
+ msgstr "No Index (Tidak Diindex)"
431
+
432
+ #: modules/page/noindex.php:51
433
+ msgid "No Index/No Follow"
434
+ msgstr "No Index (Tidak Diindex) / No Follow (Tidak Diikuti)"
435
+
436
+ #: view/admin/submenu.php:4
437
+ msgid "Options"
438
+ msgstr "Opsi-opsi"
439
+
440
+ #: modules/page/tags.php:183
441
+ msgid "Order tags"
442
+ msgstr "Urut tag"
443
+
444
+ #: modules/site/page_counts.php:33
445
+ msgid "Page Counts"
446
+ msgstr "Hitungan halaman"
447
+
448
+ #: view/admin/modules.php:2
449
+ msgid "Page Modules"
450
+ msgstr "Modul Halaman"
451
+
452
+ #: view/admin/submenu.php:2
453
+ msgid "Page Settings"
454
+ msgstr "Pengaturan Halaman"
455
+
456
+ #: modules/page/page_title.php:125
457
+ msgid "Page Title"
458
+ msgstr "Judul Halaman"
459
+
460
+ #: modules/mass/description.php:28
461
+ #: modules/mass/description.php:50
462
+ #: modules/page/description.php:56
463
+ msgid "Page description"
464
+ msgstr "Deskripsi halaman"
465
+
466
+ #: view/admin/modules.php:3
467
+ 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."
468
+ msgstr "Modul halaman diaplikasikan ke semua halaman individual. Seret-dan-lepas module ke dalam area yang cocok. Modul dapat diurutkan kembali dengan mengubah posisinya dalam layar edit."
469
+
470
+ #: modules/mass/page_slug.php:28
471
+ msgid "Page slug"
472
+ msgstr "Slug halaman"
473
+
474
+ #: modules/mass/page_title.php:28
475
+ #: modules/mass/page_title.php:50
476
+ #: modules/page/page_title.php:84
477
+ msgid "Page title"
478
+ msgstr "Judul halaman"
479
+
480
+ #: modules/page/plugin.php:82
481
+ msgid "Page-specific Plugins"
482
+ msgstr "Plugin spesifik Halaman"
483
+
484
+ #: modules/page/theme.php:57
485
+ msgid "Page-specific Themes"
486
+ msgstr "Tema spesifik Halaman"
487
+
488
+ #: modules/site/statcounter.php:142
489
+ msgid "Partition ID"
490
+ msgstr "ID Partisi"
491
+
492
+ #: view/admin/pager.php:14
493
+ msgid "Per page"
494
+ msgstr "Per halaman"
495
+
496
+ #: modules/page/plugin.php:132
497
+ msgid "Plugins"
498
+ msgstr "Plugin"
499
+
500
+ #: modules/mass/page_slug.php:50
501
+ msgid "Post slug"
502
+ msgstr "Slug Tulisan"
503
+
504
+ #: modules/mass/description.php:49
505
+ #: modules/mass/more_text.php:49
506
+ #: modules/mass/page_slug.php:49
507
+ #: modules/mass/page_title.php:49
508
+ #: modules/mass/site_description.php:49
509
+ #: modules/mass/site_name.php:49
510
+ #: modules/mass/tags.php:49
511
+ msgid "Post title"
512
+ msgstr "Judul tulisan"
513
+
514
+ #: headspace.php:102
515
+ msgid "Posts &amp; Pages"
516
+ msgstr "Tulisan &amp; Halaman"
517
+
518
+ #: headspace.php:297
519
+ msgid "Posts successfully updated"
520
+ msgstr "Tulisan telah sukses diperbarui"
521
+
522
+ #: models/pager.php:386
523
+ msgid "Previous"
524
+ msgstr "Sebelumnya"
525
+
526
+ #: modules/site/statcounter.php:136
527
+ msgid "Project ID"
528
+ msgstr "ID Projek"
529
+
530
+ #: modules/site/rpc.php:32
531
+ msgid "RPC support for Ecto"
532
+ msgstr "Dukungan RPC untuk Ecto"
533
+
534
+ #: modules/page/rss_tagline.php:57
535
+ #: modules/page/rss_tagline.php:76
536
+ msgid "RSS Description"
537
+ msgstr "Deskripsi RSS"
538
+
539
+ #: modules/page/rss_name.php:57
540
+ #: modules/page/rss_name.php:76
541
+ msgid "RSS Name"
542
+ msgstr "Nama RSS"
543
+
544
+ #: modules/page/raw.php:43
545
+ #: modules/page/raw.php:55
546
+ msgid "Raw data"
547
+ msgstr "Data mentah"
548
+
549
+ #: view/admin/options.php:32
550
+ msgid "Remove HeadSpace"
551
+ msgstr "Singkirkan HeadSpace"
552
+
553
+ #: view/admin/help.php:9
554
+ msgid "Replaced with the category description"
555
+ msgstr "Ganti dengan deskripsi kategori"
556
+
557
+ #: view/admin/help.php:16
558
+ msgid "Replaced with the current date"
559
+ msgstr "Ganti dengan tanggal sekarang"
560
+
561
+ #: view/admin/help.php:17
562
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
563
+ msgstr "Ganti dengan nomor halaman terkini (contoh: halaman 2 dari 4)"
564
+
565
+ #: view/admin/help.php:14
566
+ msgid "Replaced with the current search phrase"
567
+ msgstr "Ganti dengan kata pencarian terkini"
568
+
569
+ #: view/admin/help.php:15
570
+ msgid "Replaced with the current time"
571
+ msgstr "Ganti dengan waktu sekarang"
572
+
573
+ #: view/admin/help.php:5
574
+ msgid "Replaced with the date of the post/page"
575
+ msgstr "Ganti dengan tanggal tulisan/halaman"
576
+
577
+ #: view/admin/help.php:8
578
+ msgid "Replaced with the post categories (comma seperated)"
579
+ msgstr "Ganti dengan kategori tulisan (dipisahkan dengan koma)"
580
+
581
+ #: view/admin/help.php:11
582
+ msgid "Replaced with the post/page ID"
583
+ msgstr "Ganti dengan ID tulisan/halaman"
584
+
585
+ #: view/admin/help.php:12
586
+ msgid "Replaced with the post/page author's 'nicename'"
587
+ msgstr "Ganti dengan 'nama cantik' dari penulis tulisan/halaman"
588
+
589
+ #: view/admin/help.php:13
590
+ msgid "Replaced with the post/page author's userid"
591
+ msgstr "Ganti dengan id user penulis tulisan/halaman"
592
+
593
+ #: view/admin/help.php:7
594
+ msgid "Replaced with the post/page excerpt"
595
+ msgstr "Ganti dengan cuplikan tulisan/halaman"
596
+
597
+ #: view/admin/help.php:10
598
+ msgid "Replaced with the post/page modified time"
599
+ msgstr "Ganti dengan waktu perubahan tulisan/halaman"
600
+
601
+ #: view/admin/help.php:6
602
+ msgid "Replaced with the title of the post/page"
603
+ msgstr "Ganti dengan judul tulisan/halaman"
604
+
605
+ #: modules/import/seo-title-tags.php:28
606
+ msgid "SEO Title Tags"
607
+ msgstr "Tag Judul SEO"
608
+
609
+ #: plugin.php:600
610
+ #: view/admin/edit_ajax.php:4
611
+ #: view/admin/module_edit.php:7
612
+ #: view/admin/site_module_edit.php:15
613
+ msgid "Save"
614
+ msgstr "Simpan"
615
+
616
+ #: view/admin/mass_edit.php:37
617
+ msgid "Save all data"
618
+ msgstr "Simpan semua data"
619
+
620
+ #: view/admin/modules.php:37
621
+ msgid "Save module order"
622
+ msgstr "Simpan urutan modul"
623
+
624
+ #: view/admin/pager.php:11
625
+ msgid "Search"
626
+ msgstr "Cari"
627
+
628
+ #: headspace.php:104
629
+ msgid "Search Pages"
630
+ msgstr "Cari Halaman"
631
+
632
+ #: modules/site/page_counts.php:126
633
+ msgid "Searches"
634
+ msgstr "Pencarian"
635
+
636
+ #: modules/site/statcounter.php:148
637
+ msgid "Security ID"
638
+ msgstr "ID Pengamanan"
639
+
640
+ #: modules/page/page_title.php:105
641
+ msgid "Separator position"
642
+ msgstr "Posisi pemisah"
643
+
644
+ #: view/admin/settings.php:15
645
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
646
+ msgstr "Pengaturan dapat diaplikasikan secara spesifik ke tulisan &amp; halaman dari <strong>halaman penyunting tulisan</strong>, dan ke kategori spesifik di halaman <strong>penyunting kategori</strong>."
647
+
648
+ #: modules/page/plugin.php:103
649
+ msgid "Show in admin"
650
+ msgstr "Tunjukkan di admin"
651
+
652
+ #: modules/page/tags.php:206
653
+ msgid "Show tags in pages"
654
+ msgstr "Tunjukkan tag di halaman"
655
+
656
+ #: modules/page/tags.php:197
657
+ msgid "Show tags in posts"
658
+ msgstr "Tunjukkan tag di tulisan"
659
+
660
+ #: modules/page/plugin.php:106
661
+ msgid "Shows page-specific plugins in the administration menus"
662
+ msgstr "Tunjukkan plugin yang spesifik untuk halaman di menu administrasi"
663
+
664
+ #: view/admin/modules.php:7
665
+ msgid "Simple"
666
+ msgstr "Sederhana"
667
+
668
+ #: modules/import/simple-tagging.php:28
669
+ msgid "Simple Tagging"
670
+ msgstr "Simple Tagging"
671
+
672
+ #: modules/import/simple-tags.php:28
673
+ msgid "Simple Tags"
674
+ msgstr "Tag Sederhana"
675
+
676
+ #: view/admin/modules.php:42
677
+ msgid "Site Modules"
678
+ msgstr "Modul Situs"
679
+
680
+ #: modules/mass/site_description.php:28
681
+ #: modules/mass/site_description.php:50
682
+ #: modules/page/site_tagline.php:56
683
+ #: modules/page/site_tagline.php:75
684
+ msgid "Site description"
685
+ msgstr "Deskripsi situs"
686
+
687
+ #: view/admin/modules.php:43
688
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
689
+ msgstr "Modul situs diaplikasikan ke situs secara keseluruhan. Hanya modul yang tercentang akan dijalankan (jika dikonfigurasi dengan benar)."
690
+
691
+ #: modules/mass/site_name.php:28
692
+ #: modules/mass/site_name.php:50
693
+ #: modules/page/site_name.php:56
694
+ #: modules/page/site_name.php:75
695
+ msgid "Site name"
696
+ msgstr "Nama situs"
697
+
698
+ #: view/admin/help.php:2
699
+ msgid "Special Tags"
700
+ msgstr "Tag Spesial"
701
+
702
+ #: modules/site/statcounter.php:35
703
+ msgid "StatCounter"
704
+ msgstr "StatCounter"
705
+
706
+ #: modules/page/stylesheet.php:50
707
+ #: modules/page/stylesheet.php:66
708
+ msgid "Stylesheets"
709
+ msgstr "StyleSheets"
710
+
711
+ #: modules/page/tags.php:342
712
+ msgid "Suggest tags based on content"
713
+ msgstr "Sarankan tag berdasarkan isi"
714
+
715
+ #: modules/page/tags.php:316
716
+ msgid "Suggested tags"
717
+ msgstr "Tag yang disarankan"
718
+
719
+ #: modules/site/rpc.php:74
720
+ msgid "Tag separator"
721
+ msgstr "Pemisah tag"
722
+
723
+ #: modules/page/tags.php:157
724
+ msgid "Tags (keywords)"
725
+ msgstr "Tag (kata kunci)"
726
+
727
+ #: modules/mass/tags.php:28
728
+ #: modules/mass/tags.php:50
729
+ #: modules/page/tags.php:272
730
+ msgid "Tags/keywords"
731
+ msgstr "Tag/kata kunci"
732
+
733
+ #: modules/page/theme.php:77
734
+ msgid "Theme"
735
+ msgstr "Tema"
736
+
737
+ #: modules/site/rpc.php:77
738
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
739
+ msgstr "Ini harus dicocokkan dengan pemisah yang didefiniskan di 'Templates', 'Tags', 'Tag separator' Ecto"
740
+
741
+ #: view/admin/options.php:34
742
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
743
+ msgstr "Opsi ini akan menyingkirkan HeadSpace dan hapus semua pengaturan, tag dan meta-data."
744
+
745
+ #: view/admin/import.php:3
746
+ 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."
747
+ msgstr "Denne side tillader dig at importere meta-data fra andre WordPress plugins. De andre plugins behøver ikke være aktiverede for at importeringen virker."
748
+
749
+ #: modules/page/page_title.php:98
750
+ msgid "Title separator"
751
+ msgstr "Pemisah judul"
752
+
753
+ #: modules/site/analytics.php:181
754
+ msgid "Track outbound links"
755
+ msgstr "Lacak taut keluar"
756
+
757
+ #: modules/site/analytics.php:160
758
+ msgid "Tracking code"
759
+ msgstr "Kode pelacakan"
760
+
761
+ #: modules/import/utw.php:28
762
+ msgid "Ultimate Tag Warrior"
763
+ msgstr "Ultimate Tag Warrior"
764
+
765
+ #: view/admin/options.php:26
766
+ msgid "Update Options &raquo;"
767
+ msgstr "Perbarui Opsi &raquo;"
768
+
769
+ #: modules/site/wp_formatting.php:93
770
+ msgid "Use <code>wpautop</code> to format paragraphs"
771
+ msgstr "Pakai <code>wpautop</code> untuk memformat paragraf"
772
+
773
+ #: modules/site/wp_formatting.php:100
774
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
775
+ msgstr "Pakai <code>wptexturize</code> untuk mengubah kutipan menjadi kutipan indah"
776
+
777
+ #: modules/site/analytics.php:177
778
+ #: modules/site/crazyegg.php:139
779
+ #: modules/site/mint.php:138
780
+ #: modules/site/statcounter.php:165
781
+ msgid "Users of the specified role or less will be tracked"
782
+ msgstr "Pemakai peranan tertentu atau kurang akan dilacak"
783
+
784
+ #: modules/site/analytics.php:167
785
+ #: modules/site/crazyegg.php:129
786
+ #: modules/site/mint.php:128
787
+ #: modules/site/statcounter.php:155
788
+ msgid "Who to track"
789
+ msgstr "Siapa yang dilacak"
790
+
791
+ #: modules/site/wp_formatting.php:32
792
+ msgid "WordPress content formatting"
793
+ msgstr "Pemformatan konten WordPress"
794
+
795
+ #: modules/site/google-ad-wrap.php:33
796
+ msgid "Wraps all post and page content inside a Google targeted section"
797
+ msgstr "Selubungi semua konten tulisan dan halaman di dalam sebuah bagian tertarget Google"
798
+
799
+ #: modules/page/tags.php:321
800
+ msgid "Yahoo"
801
+ msgstr "Yahoo"
802
+
803
+ #: modules/page/tags.php:215
804
+ msgid "Yahoo ZoneTag"
805
+ msgstr "Yahoo ZoneTag"
806
+
807
+ #: headspace.php:362
808
+ msgid "Your module positions have been saved"
809
+ msgstr "Posisi modul Anda telah disimpan"
810
+
811
+ #: headspace.php:335
812
+ msgid "Your options have been updated"
813
+ msgstr "Opsi-opsi Anda telah diperbarui"
814
+
815
+ #: modules/page/javascript.php:72
816
+ #: modules/page/stylesheet.php:72
817
+ msgid "add"
818
+ msgstr "tambah"
819
+
820
+ #: modules/page/tags.php:318
821
+ msgid "add all"
822
+ msgstr "tambah semua"
823
+
824
+ #: view/admin/edit.php:17
825
+ msgid "advanced"
826
+ msgstr "tingkat lanjutan"
827
+
828
+ #: headspace.php:103
829
+ msgid "applied to author pages"
830
+ msgstr "diaplikasikan ke halaman penulis"
831
+
832
+ #: headspace.php:101
833
+ msgid "applied to category pages without specific settings"
834
+ msgstr "diaplikasikan ke halaman kategori tanpa pengaturan spesifik"
835
+
836
+ #: headspace.php:98
837
+ msgid "applied to everything unless otherwise specified"
838
+ msgstr "diaplikasikan ke semua kecuali dicantumkan sebaliknya"
839
+
840
+ #: headspace.php:102
841
+ msgid "applied to posts &amp; pages without specific settings"
842
+ msgstr "diaplikasikan ke tulisan &amp; halaman tanpa pengaturan spesifik"
843
+
844
+ #: headspace.php:99
845
+ msgid "applied to the home page"
846
+ msgstr "diaplikaskan ke halaman muka"
847
+
848
+ #: headspace.php:105
849
+ msgid "applied when viewing a 404 error"
850
+ msgstr "diaplikasikan ketika menampilkan error 404"
851
+
852
+ #: headspace.php:104
853
+ msgid "applied when viewing search results"
854
+ msgstr "diaplikasikan ketika menampilkan hasil pencarian"
855
+
856
+ #: headspace.php:100
857
+ msgid "applied when viewing the archives"
858
+ msgstr "diaplikasikan ketika menampilkan arsip"
859
+
860
+ #: modules/site/page_counts.php:119
861
+ #: modules/site/page_counts.php:131
862
+ msgid "content"
863
+ msgstr "konten"
864
+
865
+ #: modules/site/page_counts.php:118
866
+ #: modules/site/page_counts.php:130
867
+ msgid "default"
868
+ msgstr "bawaan"
869
+
870
+ #: modules/site/page_counts.php:120
871
+ #: modules/site/page_counts.php:132
872
+ msgid "excerpt"
873
+ msgstr "cuplikan"
874
+
875
+ #: view/admin/pager.php:21
876
+ msgid "go"
877
+ msgstr "laksanakan"
878
+
879
+ #: modules/import/lud.icro.us.php:28
880
+ msgid "lud.icro.us HeadMeta"
881
+ msgstr "lud.icro.us HeadMeta"
882
+
883
+ #: modules/page/noindex.php:73
884
+ msgid "no-follow"
885
+ msgstr "no-follow"
886
+
887
+ #: modules/site/page_counts.php:116
888
+ #: modules/site/page_counts.php:128
889
+ msgid "posts, showing the"
890
+ msgstr "tulisan, menampilkan"
891
+
892
+ #: modules/site/page_counts.php:134
893
+ msgid "set number of posts to 0 for theme default"
894
+ msgstr "set jumlah tulisan ke 0 untuk tema bawaan"
895
+
896
+ #: modules/page/tags.php:319
897
+ msgid "suggest"
898
+ msgstr "sarankan"
899
+
locale/it_IT.mo ADDED
Binary file
locale/it_IT.po ADDED
@@ -0,0 +1,2469 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: HeadSpace2 SEO in italiano\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-06-21 15:11+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.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"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-SourceCharset: utf-8\n"
14
+ "X-Poedit-Language: Italian\n"
15
+ "X-Poedit-Country: ITALY\n"
16
+
17
+ #: C:\Documents
18
+ #: and
19
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:122
20
+ msgid "Settings"
21
+ msgstr "Impostazioni"
22
+
23
+ #: C:\Documents
24
+ #: and
25
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:129
26
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:181
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
+ #: C:\Documents
33
+ #: and
34
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:182
35
+ msgid "Meta-data"
36
+ msgstr "Meta-dati"
37
+
38
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
69
+ #: and
70
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:470
71
+ msgid "HeadSpace has been removed"
72
+ msgstr "HeadSpace é stato rimosso"
73
+
74
+ #: C:\Documents
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
+ #: C:\Documents
82
+ #: and
83
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:515
84
+ msgid "Tags"
85
+ msgstr "Tags"
86
+
87
+ #: C:\Documents
88
+ #: and
89
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:601
90
+ msgid "HeadSpace Help"
91
+ msgstr "HeadSpace Aiuto"
92
+
93
+ #: C:\Documents
94
+ #: and
95
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:602
96
+ msgid "HeadSpace Documentation"
97
+ msgstr "Documentazione HeadSpace"
98
+
99
+ #: C:\Documents
100
+ #: and
101
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:603
102
+ msgid "HeadSpace Support Forum"
103
+ msgstr "Forum di supporto HeadSpace"
104
+
105
+ #: C:\Documents
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
+ #: C:\Documents
112
+ #: and
113
+ #: Settings\Gianni\Desktop\headspace2\headspace2/headspace.php:605
114
+ msgid "HeadSpace FAQ"
115
+ msgstr "FAQ HeadSpace"
116
+
117
+ #: C:\Documents
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
+ #: C:\Documents
124
+ #: and
125
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:92
126
+ msgid "Global Settings"
127
+ msgstr "Impostazioni generali"
128
+
129
+ #: C:\Documents
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
+ #: C:\Documents
136
+ #: and
137
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:93
138
+ msgid "Home Page"
139
+ msgstr "Home Page"
140
+
141
+ #: C:\Documents
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
+ #: C:\Documents
148
+ #: and
149
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:94
150
+ msgid "Front Page"
151
+ msgstr "Front Page"
152
+
153
+ #: C:\Documents
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
+ #: C:\Documents
160
+ #: and
161
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:95
162
+ msgid "Archives"
163
+ msgstr "Archivi"
164
+
165
+ #: C:\Documents
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
+ #: C:\Documents
172
+ #: and
173
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:96
174
+ msgid "Categories"
175
+ msgstr "Categorie"
176
+
177
+ #: C:\Documents
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
+ #: C:\Documents
184
+ #: and
185
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:97
186
+ msgid "Posts"
187
+ msgstr "Articoli"
188
+
189
+ #: C:\Documents
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
+ #: C:\Documents
196
+ #: and
197
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:98
198
+ msgid "Pages"
199
+ msgstr "Pagine"
200
+
201
+ #: C:\Documents
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
+ #: C:\Documents
208
+ #: and
209
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:99
210
+ msgid "Author Pages"
211
+ msgstr "Pagine autore"
212
+
213
+ #: C:\Documents
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
+ #: C:\Documents
220
+ #: and
221
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:100
222
+ msgid "Search Pages"
223
+ msgstr "Pagine ricerca"
224
+
225
+ #: C:\Documents
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
+ #: C:\Documents
232
+ #: and
233
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:101
234
+ msgid "404 Page"
235
+ msgstr "Pagina 404"
236
+
237
+ #: C:\Documents
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
+ #: C:\Documents
244
+ #: and
245
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:102
246
+ msgid "Tag Pages"
247
+ msgstr "Marcatori pagina"
248
+
249
+ #: C:\Documents
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
+ #: C:\Documents
256
+ #: and
257
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:103
258
+ msgid "Attachment Pages"
259
+ msgstr "Pagine allegato"
260
+
261
+ #: C:\Documents
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
+ #: C:\Documents
268
+ #: and
269
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/headspace.php:104
270
+ msgid "Login Pages"
271
+ msgstr "Pagine login"
272
+
273
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
287
+ #: and
288
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/pager.php:380
289
+ msgid "Previous"
290
+ msgstr "Precedente"
291
+
292
+ #: C:\Documents
293
+ #: and
294
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/pager.php:381
295
+ msgid "Next"
296
+ msgstr "Successiva"
297
+
298
+ #: C:\Documents
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
+ #: C:\Documents
306
+ #: and
307
+ #: Settings\Gianni\Desktop\headspace2\headspace2/models/pager.php:442
308
+ #, php-format
309
+ msgid "Displaying %s&#8211;%s of %s"
310
+ msgstr "Mostra %s&#8211;%s di %s"
311
+
312
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
343
+ #: and
344
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/more_unique.php:28
345
+ msgid "More Unique"
346
+ msgstr "More Unico"
347
+
348
+ #: C:\Documents
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
+ #: C:\Documents
355
+ #: and
356
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/import/simple-tagging.php:28
357
+ msgid "Simple Tagging"
358
+ msgstr "Simple Tagging"
359
+
360
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
373
+ #: and
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
+ #: C:\Documents
380
+ #: and
381
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/description.php:49
382
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/more_text.php:49
383
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_slug.php:49
384
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_title.php:49
385
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/site_description.php:49
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
+ #: C:\Documents
392
+ #: and
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
+ #: C:\Documents
399
+ #: and
400
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_slug.php:28
401
+ msgid "Page slug"
402
+ msgstr "Slug pagina"
403
+
404
+ #: C:\Documents
405
+ #: and
406
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/page_slug.php:50
407
+ msgid "Post slug"
408
+ msgstr "Slug articolo"
409
+
410
+ #: C:\Documents
411
+ #: and
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
+ #: C:\Documents
418
+ #: and
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
+ #: C:\Documents
425
+ #: and
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
+ #: C:\Documents
432
+ #: and
433
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/mass/tags.php:50
434
+ msgid "Tags/keywords"
435
+ msgstr "Tags/keywords"
436
+
437
+ #: C:\Documents
438
+ #: and
439
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/custom.php:44
440
+ msgid "Custom data"
441
+ msgstr "Personalizzazione dati"
442
+
443
+ #: C:\Documents
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
+ #: C:\Documents
450
+ #: and
451
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/custom.php:85
452
+ msgid "Fields"
453
+ msgstr "Campi"
454
+
455
+ #: C:\Documents
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
+ #: C:\Documents
462
+ #: and
463
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/description.php:67
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
+ #: C:\Documents
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
+ #: C:\Documents
476
+ #: and
477
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/description.php:88
478
+ msgid "Description"
479
+ msgstr "Descrizione"
480
+
481
+ #: C:\Documents
482
+ #: and
483
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/description.php:97
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
+ #: C:\Documents
490
+ #: and
491
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:32
492
+ msgid "Archive Links"
493
+ msgstr "Link archivio"
494
+
495
+ #: C:\Documents
496
+ #: and
497
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:33
498
+ msgid "Category Links"
499
+ msgstr "Link categoria"
500
+
501
+ #: C:\Documents
502
+ #: and
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
+ #: C:\Documents
509
+ #: and
510
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:35
511
+ msgid "Tag Links"
512
+ msgstr "Link tag"
513
+
514
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
533
+ #: and
534
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:109
535
+ msgid "Follow Links"
536
+ msgstr "Link follow"
537
+
538
+ #: C:\Documents
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
+ #: C:\Documents
545
+ #: and
546
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:121
547
+ msgid "Follow"
548
+ msgstr "Follow"
549
+
550
+ #: C:\Documents
551
+ #: and
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
+ #: C:\Documents
558
+ #: and
559
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/follow-links.php:123
560
+ msgid "Default"
561
+ msgstr "Predefinito"
562
+
563
+ #: C:\Documents
564
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
577
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
590
+ #: and
591
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/keywords.php:74
592
+ msgid "Use tags"
593
+ msgstr "Utilizzo tags"
594
+
595
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
620
+ #: and
621
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:124
622
+ msgid "Pattern"
623
+ msgstr "Pattern"
624
+
625
+ #: C:\Documents
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
+ #: C:\Documents
632
+ #: and
633
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/more_text.php:131
634
+ msgid "Replace"
635
+ msgstr "Sostituisci"
636
+
637
+ #: C:\Documents
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
+ #: C:\Documents
644
+ #: and
645
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:35
646
+ msgid "No-index"
647
+ msgstr "No-index"
648
+
649
+ #: C:\Documents
650
+ #: and
651
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:37
652
+ msgid "No-archive"
653
+ msgstr "No-archive"
654
+
655
+ #: C:\Documents
656
+ #: and
657
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/noindex.php:38
658
+ msgid "No-ODP"
659
+ msgstr "No-ODP"
660
+
661
+ #: C:\Documents
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
+ #: C:\Documents
668
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
711
+ #: and
712
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:172
713
+ msgid "Nofollow"
714
+ msgstr "Nofollow"
715
+
716
+ #: C:\Documents
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
+ #: C:\Documents
723
+ #: and
724
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:204
725
+ msgid "Display"
726
+ msgstr "MOstra"
727
+
728
+ #: C:\Documents
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
+ #: C:\Documents
735
+ #: and
736
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page-links.php:211
737
+ msgid "Before HTML"
738
+ msgstr "Davanti HTML"
739
+
740
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
783
+ #: and
784
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:133
785
+ msgid "Before"
786
+ msgstr "Davanti"
787
+
788
+ #: C:\Documents
789
+ #: and
790
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:134
791
+ msgid "After"
792
+ msgstr "A seguire"
793
+
794
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
807
+ #: and
808
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/page_title.php:176
809
+ msgid "Page Title"
810
+ msgstr "Titolo pagina"
811
+
812
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
837
+ #: and
838
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/plugin.php:134
839
+ msgid "Plugins"
840
+ msgstr "Plugins"
841
+
842
+ #: C:\Documents
843
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
856
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
869
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
882
+ #: and
883
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:119
884
+ msgid "Start"
885
+ msgstr "Avvio"
886
+
887
+ #: C:\Documents
888
+ #: and
889
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:124
890
+ msgid "End"
891
+ msgstr "Fine"
892
+
893
+ #: C:\Documents
894
+ #: and
895
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/relative-links.php:129
896
+ msgid "Parent"
897
+ msgstr "Parent"
898
+
899
+ #: C:\Documents
900
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
913
+ #: and
914
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_tagline.php:53
915
+ msgid "RSS Description"
916
+ msgstr "Descrizione RSS"
917
+
918
+ #: C:\Documents
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
+ #: C:\Documents
925
+ #: and
926
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/rss_tagline.php:69
927
+ msgid "RSS Desc."
928
+ msgstr "Descr. RSS"
929
+
930
+ #: C:\Documents
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
+ #: C:\Documents
937
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
950
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
969
+ #: and
970
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:123
971
+ msgid "<p>Tags: "
972
+ msgstr "<p>Tags: "
973
+
974
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
987
+ #: and
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
+ #: C:\Documents
994
+ #: and
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
+ #: C:\Documents
1001
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
1014
+ #: and
1015
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:181
1016
+ msgid "Show pages"
1017
+ msgstr "Mostra le pagine"
1018
+
1019
+ #: C:\Documents
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
+ #: C:\Documents
1026
+ #: and
1027
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:188
1028
+ msgid "Disable Suggestions"
1029
+ msgstr "Disabilita suggerimenti"
1030
+
1031
+ #: C:\Documents
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
+ #: C:\Documents
1038
+ #: and
1039
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:195
1040
+ msgid "Yahoo ZoneTag"
1041
+ msgstr "Yahoo ZoneTag"
1042
+
1043
+ #: C:\Documents
1044
+ #: and
1045
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:198
1046
+ msgid "enable"
1047
+ msgstr "attiva"
1048
+
1049
+ #: C:\Documents
1050
+ #: and
1051
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:280
1052
+ msgid "Suggested tags"
1053
+ msgstr "Tags suggeriti"
1054
+
1055
+ #: C:\Documents
1056
+ #: and
1057
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:282
1058
+ msgid "add all"
1059
+ msgstr "aggiungi tutti"
1060
+
1061
+ #: C:\Documents
1062
+ #: and
1063
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:285
1064
+ msgid "suggest"
1065
+ msgstr "suggeriti"
1066
+
1067
+ #: C:\Documents
1068
+ #: and
1069
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:290
1070
+ msgid "Yahoo"
1071
+ msgstr "Yahoo"
1072
+
1073
+ #: C:\Documents
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
+ #: C:\Documents
1080
+ #: and
1081
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/tags.php:314
1082
+ msgid "Yahoo Suggest"
1083
+ msgstr "Suggeriti da Yahoo"
1084
+
1085
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1098
+ #: and
1099
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/theme.php:81
1100
+ msgid "Theme"
1101
+ msgstr "Tema"
1102
+
1103
+ #: C:\Documents
1104
+ #: and
1105
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/page/theme.php:84
1106
+ msgid "Current theme"
1107
+ msgstr "Tema in uso"
1108
+
1109
+ #: C:\Documents
1110
+ #: and
1111
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:31
1112
+ msgid "103bees"
1113
+ msgstr "103bees"
1114
+
1115
+ #: C:\Documents
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
+ #: C:\Documents
1122
+ #: and
1123
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:111
1124
+ msgid "Tracking code"
1125
+ msgstr "Codice di tracciamento"
1126
+
1127
+ #: C:\Documents
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
+ #: C:\Documents
1134
+ #: and
1135
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:118
1136
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:253
1137
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:118
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
+ #: C:\Documents
1144
+ #: and
1145
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:121
1146
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:256
1147
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:121
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
+ #: C:\Documents
1154
+ #: and
1155
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/103bees.php:127
1156
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:263
1157
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:128
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
+ #: C:\Documents
1164
+ #: and
1165
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:39
1166
+ msgid "Google Analytics"
1167
+ msgstr "Google Analytics"
1168
+
1169
+ #: C:\Documents
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
+ #: C:\Documents
1176
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
1189
+ #: and
1190
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:244
1191
+ msgid "Version"
1192
+ msgstr "Versione"
1193
+
1194
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1219
+ #: and
1220
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:274
1221
+ msgid "Virtual Pages"
1222
+ msgstr "Pagine virtuali"
1223
+
1224
+ #: C:\Documents
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
+ #: C:\Documents
1231
+ #: and
1232
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:281
1233
+ msgid "Domain Name"
1234
+ msgstr "Nome del dominio"
1235
+
1236
+ #: C:\Documents
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
+ #: C:\Documents
1243
+ #: and
1244
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/analytics.php:288
1245
+ msgid "Raw Code"
1246
+ msgstr "Codice grezzo"
1247
+
1248
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1267
+ #: and
1268
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:31
1269
+ msgid "Apture"
1270
+ msgstr "Apture"
1271
+
1272
+ #: C:\Documents
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
+ #: C:\Documents
1279
+ #: and
1280
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/apture.php:111
1281
+ msgid "Site token"
1282
+ msgstr "Site token"
1283
+
1284
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1303
+ #: and
1304
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:33
1305
+ msgid "CrazyEgg"
1306
+ msgstr "CrazyEgg"
1307
+
1308
+ #: C:\Documents
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
+ #: C:\Documents
1315
+ #: and
1316
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/crazyegg.php:117
1317
+ msgid "CrazyEgg ID"
1318
+ msgstr "ID CrazyEgg"
1319
+
1320
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1382
+ #: and
1383
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/first-time-visitor.php:125
1384
+ msgid "Repeat"
1385
+ msgstr "Ripeti"
1386
+
1387
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1418
+ #: and
1419
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/frame-breaker.php:32
1420
+ msgid "Frame Breaker"
1421
+ msgstr "Blocco frame"
1422
+
1423
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1442
+ #: and
1443
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/google_webmaster.php:30
1444
+ msgid "Google Webmaster"
1445
+ msgstr "Google Webmaster"
1446
+
1447
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1460
+ #: and
1461
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/hittail.php:31
1462
+ msgid "HitTail"
1463
+ msgstr "HitTail"
1464
+
1465
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1478
+ #: and
1479
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/microsoft-live.php:30
1480
+ msgid "Microsoft Live Verification"
1481
+ msgstr "Verifica Microsoft Live"
1482
+
1483
+ #: C:\Documents
1484
+ #: and
1485
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/microsoft-live.php:35
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
+ #: C:\Documents
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
+ #: C:\Documents
1502
+ #: and
1503
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/mint.php:33
1504
+ msgid "Mint"
1505
+ msgstr "Mint"
1506
+
1507
+ #: C:\Documents
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
+ #: C:\Documents
1514
+ #: and
1515
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/mint.php:121
1516
+ msgid "Mint path"
1517
+ msgstr "Percorso Mint"
1518
+
1519
+ #: C:\Documents
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
+ #: C:\Documents
1526
+ #: and
1527
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:33
1528
+ msgid "Page Counts"
1529
+ msgstr "Pagine incluse"
1530
+
1531
+ #: C:\Documents
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
+ #: C:\Documents
1538
+ #: and
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
+ #: C:\Documents
1545
+ #: and
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
+ #: C:\Documents
1552
+ #: and
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
+ #: C:\Documents
1559
+ #: and
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
+ #: C:\Documents
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
+ #: C:\Documents
1572
+ #: and
1573
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/page_counts.php:126
1574
+ msgid "Searches"
1575
+ msgstr "Ricerche"
1576
+
1577
+ #: C:\Documents
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
+ #: C:\Documents
1584
+ #: and
1585
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:37
1586
+ msgid "Piwik"
1587
+ msgstr "Piwik"
1588
+
1589
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1608
+ #: and
1609
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:187
1610
+ msgid "Piwik PHP"
1611
+ msgstr "Piwik PHP"
1612
+
1613
+ #: C:\Documents
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
+ #: C:\Documents
1620
+ #: and
1621
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:194
1622
+ msgid "Piwik JavaScript"
1623
+ msgstr "JavaScript Piwik "
1624
+
1625
+ #: C:\Documents
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
+ #: C:\Documents
1632
+ #: and
1633
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:201
1634
+ msgid "Track downloads"
1635
+ msgstr "Tracciamento dei download"
1636
+
1637
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1650
+ #: and
1651
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:208
1652
+ msgid "Tracker pause"
1653
+ msgstr "Pausa tracciamento"
1654
+
1655
+ #: C:\Documents
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
+ #: C:\Documents
1662
+ #: and
1663
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/piwik.php:215
1664
+ msgid "Host aliases"
1665
+ msgstr "Host alias"
1666
+
1667
+ #: C:\Documents
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
+ #: C:\Documents
1674
+ #: and
1675
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:35
1676
+ msgid "StatCounter"
1677
+ msgstr "StatCounter"
1678
+
1679
+ #: C:\Documents
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
+ #: C:\Documents
1686
+ #: and
1687
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:136
1688
+ msgid "Project ID"
1689
+ msgstr "Project ID"
1690
+
1691
+ #: C:\Documents
1692
+ #: and
1693
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:142
1694
+ msgid "Partition ID"
1695
+ msgstr "Partition ID"
1696
+
1697
+ #: C:\Documents
1698
+ #: and
1699
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/statcounter.php:148
1700
+ msgid "Security ID"
1701
+ msgstr "Security ID"
1702
+
1703
+ #: C:\Documents
1704
+ #: and
1705
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:32
1706
+ msgid "System Settings"
1707
+ msgstr "Impostazini sistema"
1708
+
1709
+ #: C:\Documents
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
+ #: C:\Documents
1716
+ #: and
1717
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:84
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
+ #: C:\Documents
1724
+ #: and
1725
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:85
1726
+ msgid "30 seconds"
1727
+ msgstr "30 secondi"
1728
+
1729
+ #: C:\Documents
1730
+ #: and
1731
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:86
1732
+ msgid "60 seconds"
1733
+ msgstr "60 secondi"
1734
+
1735
+ #: C:\Documents
1736
+ #: and
1737
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:87
1738
+ msgid "10 minutes"
1739
+ msgstr "10 minuti"
1740
+
1741
+ #: C:\Documents
1742
+ #: and
1743
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:88
1744
+ msgid "1 hour"
1745
+ msgstr "1 ora"
1746
+
1747
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1760
+ #: and
1761
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:101
1762
+ msgid "Show all errors &amp; warnings"
1763
+ msgstr "Mostra tutti gli errori &amp; avvisi"
1764
+
1765
+ #: C:\Documents
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
+ #: C:\Documents
1772
+ #: and
1773
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/system-settings.php:106
1774
+ msgid "Memory Limit"
1775
+ msgstr "Limite memoria"
1776
+
1777
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1802
+ #: and
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
+ #: C:\Documents
1809
+ #: and
1810
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:79
1811
+ msgid "Links"
1812
+ msgstr "Link"
1813
+
1814
+ #: C:\Documents
1815
+ #: and
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
+ #: C:\Documents
1822
+ #: and
1823
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:90
1824
+ msgid "Search"
1825
+ msgstr "Cerca"
1826
+
1827
+ #: C:\Documents
1828
+ #: and
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
+ #: C:\Documents
1835
+ #: and
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
+ #: C:\Documents
1842
+ #: and
1843
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:141
1844
+ msgid "categories"
1845
+ msgstr "categorie"
1846
+
1847
+ #: C:\Documents
1848
+ #: and
1849
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:142
1850
+ msgid "text"
1851
+ msgstr "testo"
1852
+
1853
+ #: C:\Documents
1854
+ #: and
1855
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:143
1856
+ msgid "rss"
1857
+ msgstr "rss"
1858
+
1859
+ #: C:\Documents
1860
+ #: and
1861
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:144
1862
+ msgid "recent comments"
1863
+ msgstr "commenti recenti"
1864
+
1865
+ #: C:\Documents
1866
+ #: and
1867
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:145
1868
+ msgid "pages"
1869
+ msgstr "Pagine"
1870
+
1871
+ #: C:\Documents
1872
+ #: and
1873
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:146
1874
+ msgid "search"
1875
+ msgstr "cerca"
1876
+
1877
+ #: C:\Documents
1878
+ #: and
1879
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:147
1880
+ msgid "calendar"
1881
+ msgstr "calendario"
1882
+
1883
+ #: C:\Documents
1884
+ #: and
1885
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:148
1886
+ msgid "archives"
1887
+ msgstr "archivi"
1888
+
1889
+ #: C:\Documents
1890
+ #: and
1891
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:149
1892
+ msgid "links"
1893
+ msgstr "link"
1894
+
1895
+ #: C:\Documents
1896
+ #: and
1897
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:150
1898
+ msgid "meta"
1899
+ msgstr "meta"
1900
+
1901
+ #: C:\Documents
1902
+ #: and
1903
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:151
1904
+ msgid "recent entries"
1905
+ msgstr "aricoli recenti"
1906
+
1907
+ #: C:\Documents
1908
+ #: and
1909
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:152
1910
+ msgid "tag cloud"
1911
+ msgstr "tag cloud"
1912
+
1913
+ #: C:\Documents
1914
+ #: and
1915
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/widgets.php:156
1916
+ msgid "Enabled Widgets"
1917
+ msgstr "Attiva widget"
1918
+
1919
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1932
+ #: and
1933
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:91
1934
+ msgid "Auto-formatting"
1935
+ msgstr "Formattazione automatica"
1936
+
1937
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1956
+ #: and
1957
+ #: Settings\Gianni\Desktop\headspace2\headspace2/modules/site/wp_formatting.php:105
1958
+ msgid "Auto-link"
1959
+ msgstr "Auto-link"
1960
+
1961
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
1986
+ #: and
1987
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/edit_category.php:1
1988
+ msgid "HeadSpace Settings"
1989
+ msgstr "Impostazioni Settings"
1990
+
1991
+ #: C:\Documents
1992
+ #: and
1993
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/edit_category.php:5
1994
+ msgid "Edit Category &raquo;"
1995
+ msgstr "Modifica Categoria &raquo;"
1996
+
1997
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2016
+ #: and
2017
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:3
2018
+ msgid "Special Tags"
2019
+ msgstr "Tag speciali"
2020
+
2021
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2082
+ #: and
2083
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:19
2084
+ msgid "Replaced with the post/page modified time"
2085
+ msgstr "Sostituito con l'ora modificata dell'articolo/pagina"
2086
+
2087
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2154
+ #: and
2155
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/help.php:31
2156
+ msgid "Attachment caption"
2157
+ msgstr "Didascalia in allegato"
2158
+
2159
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2173
+ #: and
2174
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/import.php:21
2175
+ msgid "Import"
2176
+ msgstr "Importa"
2177
+
2178
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2197
+ #: and
2198
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/mass_edit.php:29
2199
+ msgid "Filter"
2200
+ msgstr "Filtro"
2201
+
2202
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2216
+ #: and
2217
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:16
2218
+ msgid "Inherit settings"
2219
+ msgstr "Impostazioni precedenti"
2220
+
2221
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2240
+ #: and
2241
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:32
2242
+ msgid "Plugin Support"
2243
+ msgstr "Supporto plugin"
2244
+
2245
+ #: C:\Documents
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
+ #: C:\Documents
2252
+ #: and
2253
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:39
2254
+ msgid "Debug"
2255
+ msgstr "Debug"
2256
+
2257
+ #: C:\Documents
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
+ #: C:\Documents
2264
+ #: and
2265
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:49
2266
+ msgid "Update Options &raquo;"
2267
+ msgstr "Aggiorna le opzioni &raquo;"
2268
+
2269
+ #: C:\Documents
2270
+ #: and
2271
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:57
2272
+ msgid "Remove HeadSpace"
2273
+ msgstr "Rimuovi HeadSpace"
2274
+
2275
+ #: C:\Documents
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
+ #: C:\Documents
2282
+ #: and
2283
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/options.php:64
2284
+ msgid "Delete HeadSpace"
2285
+ msgstr "Cancella HeadSpace"
2286
+
2287
+ #: C:\Documents
2288
+ #: and
2289
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-module-edit.php:11
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
+ #: C:\Documents
2296
+ #: and
2297
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-module-edit.php:12
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2317
+ #: and
2318
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:15
2319
+ msgid "Simple"
2320
+ msgstr "Semplice"
2321
+
2322
+ #: C:\Documents
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
+ #: C:\Documents
2329
+ #: and
2330
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:21
2331
+ msgid "Advanced"
2332
+ msgstr "Avanzato"
2333
+
2334
+ #: C:\Documents
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
+ #: C:\Documents
2341
+ #: and
2342
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-modules.php:32
2343
+ msgid "Disabled"
2344
+ msgstr "Disattivato"
2345
+
2346
+ #: C:\Documents
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
+ #: C:\Documents
2353
+ #: and
2354
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings-edit.php:19
2355
+ msgid "advanced"
2356
+ msgstr "avanzato"
2357
+
2358
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2372
+ #: and
2373
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/page-settings.php:23
2374
+ msgid "Settings can be applied to specific posts &amp; 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 &amp; pagine nella <strong>pagina modifiche post</strong> ed alle categorie specifiche nella pagina <strong>modifica categoria</strong>."
2376
+
2377
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2391
+ #: and
2392
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:3
2393
+ msgid "Page Settings"
2394
+ msgstr "Impostazioni pagina"
2395
+
2396
+ #: C:\Documents
2397
+ #: and
2398
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:4
2399
+ msgid "Page Modules"
2400
+ msgstr "Moduli pagina"
2401
+
2402
+ #: C:\Documents
2403
+ #: and
2404
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:5
2405
+ msgid "Site Modules"
2406
+ msgstr "Moduli sito"
2407
+
2408
+ #: C:\Documents
2409
+ #: and
2410
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/submenu.php:6
2411
+ msgid "Options"
2412
+ msgstr "Opzioni"
2413
+
2414
+ #: C:\Documents
2415
+ #: and
2416
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/support.php:5
2417
+ msgid "HeadSpace | Support"
2418
+ msgstr "Supporto | HeadSpace"
2419
+
2420
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
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
+ #: C:\Documents
2439
+ #: and
2440
+ #: Settings\Gianni\Desktop\headspace2\headspace2/view/admin/version.php:2
2441
+ msgid "HeadSpace2 News"
2442
+ msgstr "HeadSpace2 News"
2443
+
2444
+ #: C:\Documents
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 &amp; Pages"
2466
+ #~ msgstr "Articoli &amp; Pagine"
2467
+ #~ msgid "How many widgets would you like?"
2468
+ #~ msgstr "Quanti widget desideri?"
2469
+
locale/ja.mo ADDED
Binary file
locale/ja.po ADDED
@@ -0,0 +1,1181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: HeadSpace2 3.3.27\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-02-01 12:14+0900\n"
6
+ "PO-Revision-Date: 2008-02-01 12:20+0900\n"
7
+ "Last-Translator: Yoichi Kinoshita\n"
8
+ "Language-Team: http://www.ad-minister.net/ <http://www.ad-minister.net/mail/>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Japanese\n"
13
+ "X-Poedit-Country: JAPAN\n"
14
+ "X-Poedit-KeywordsList: _e;__\n"
15
+ "X-Poedit-Basepath: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/locale\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2\n"
18
+
19
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:60
20
+ msgid "<p style=\"color: red\">That function is not defined</p>"
21
+ msgstr "<p style=\"color: red\">その機能は定義されていません。</p>"
22
+
23
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:63
24
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
25
+ msgstr "<p style=\"color: red\">このリソースへのアクセスは許可されていません。</p>"
26
+
27
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:139
28
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:150
29
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:161
30
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:172
31
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:186
32
+ msgid "Invalid module"
33
+ msgstr "不正なモジュール"
34
+
35
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:113
36
+ msgid "Global Settings"
37
+ msgstr "全共通のセッティング"
38
+
39
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:113
40
+ msgid "applied to everything unless otherwise specified"
41
+ msgstr "他で設定がない限り、すべてに適用"
42
+
43
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:114
44
+ msgid "Home Page"
45
+ msgstr "ホームページ"
46
+
47
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:114
48
+ msgid "applied to the home page"
49
+ msgstr "ホームページに適用されます"
50
+
51
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:115
52
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:114
53
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:73
54
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:74
55
+ msgid "Archives"
56
+ msgstr "アーカイブ"
57
+
58
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:115
59
+ msgid "applied when viewing the archives"
60
+ msgstr "アーカイブに適用されます"
61
+
62
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:116
63
+ msgid "Categories"
64
+ msgstr "カテゴリー"
65
+
66
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:116
67
+ msgid "applied to category pages without specific settings"
68
+ msgstr "特定の設定のないカテゴリーページに適用されます"
69
+
70
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:117
71
+ msgid "Posts &amp; Pages"
72
+ msgstr "記事 &amp; ページ"
73
+
74
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:117
75
+ msgid "applied to posts &amp; pages without specific settings"
76
+ msgstr "特定の設定がなされていない記事/ページに適用されます"
77
+
78
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:118
79
+ msgid "Author Pages"
80
+ msgstr "著者のページ"
81
+
82
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:118
83
+ msgid "applied to author pages"
84
+ msgstr "著者ページに適用されます"
85
+
86
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:119
87
+ msgid "Search Pages"
88
+ msgstr "検索ページ"
89
+
90
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:119
91
+ msgid "applied when viewing search results"
92
+ msgstr "検索結果に適用されます"
93
+
94
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:120
95
+ msgid "404 Page"
96
+ msgstr "404ページ"
97
+
98
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:120
99
+ msgid "applied when viewing a 404 error"
100
+ msgstr "404エラーに適用されます"
101
+
102
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:121
103
+ msgid "Tag Pages"
104
+ msgstr "タグページ"
105
+
106
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:121
107
+ msgid "applied when viewing tag pages"
108
+ msgstr "タグページを見るときに適用されます"
109
+
110
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:149
111
+ msgid "HeadSpace"
112
+ msgstr "HeadSpace"
113
+
114
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:150
115
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:6
116
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu_meta.php:2
117
+ msgid "Meta-data"
118
+ msgstr "メタデータ"
119
+
120
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:321
121
+ msgid "Posts successfully updated"
122
+ msgstr "記事のアップデートに成功"
123
+
124
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:360
125
+ msgid "Your options have been updated"
126
+ msgstr "オプションが更新されました。"
127
+
128
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:367
129
+ msgid "HeadSpace has been removed"
130
+ msgstr "HeadSpace は除去されました"
131
+
132
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:419
133
+ msgid "Your module positions have been saved"
134
+ msgstr "新しいモジュール位置を保存しました。"
135
+
136
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:442
137
+ #, php-format
138
+ msgid "%d items were imported from %s"
139
+ msgstr "%sから%dがインポートされました。"
140
+
141
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/plugin.php:612
142
+ msgid "How many widgets would you like?"
143
+ msgstr "ウィジェットはいくつ必要ですか?"
144
+
145
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/plugin.php:619
146
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_ajax.php:4
147
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/module_edit.php:7
148
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/site_module_edit.php:15
149
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:15
150
+ msgid "Save"
151
+ msgstr "保存"
152
+
153
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/models/inline_tags.php:227
154
+ #, php-format
155
+ msgid "(page %d of %d)"
156
+ msgstr "(ページ %d の %d)"
157
+
158
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/models/pager.php:386
159
+ msgid "Previous"
160
+ msgstr "前"
161
+
162
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/models/pager.php:387
163
+ msgid "Next"
164
+ msgstr "次"
165
+
166
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/all-in-one-seo.php:28
167
+ msgid "All-in-one SEO"
168
+ msgstr "All-in-one SEO"
169
+
170
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/headspace_tags.php:31
171
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
172
+ msgstr "HeadSpace タグ(WordPress 2.3タグに変換)"
173
+
174
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/head_meta_description.php:28
175
+ msgid "Head META Description"
176
+ msgstr "Head META Description"
177
+
178
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/jerome.php:28
179
+ msgid "Jerome's Keywords"
180
+ msgstr "Jerome's Keywords"
181
+
182
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/lud.icro.us.php:28
183
+ msgid "lud.icro.us HeadMeta"
184
+ msgstr "lud.icro.us HeadMeta"
185
+
186
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/more_unique.php:28
187
+ msgid "More Unique"
188
+ msgstr "More Unique"
189
+
190
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/seo-title-tags.php:28
191
+ msgid "SEO Title Tags"
192
+ msgstr "SEO Title Tags"
193
+
194
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/simple-tagging.php:28
195
+ msgid "Simple Tagging"
196
+ msgstr "Simple Tagging"
197
+
198
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/simple-tags.php:28
199
+ msgid "Simple Tags"
200
+ msgstr "Simple Tagging"
201
+
202
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/utw.php:28
203
+ msgid "Ultimate Tag Warrior"
204
+ msgstr "Ultimate Tag Warrior"
205
+
206
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/description.php:28
207
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/description.php:50
208
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:56
209
+ msgid "Page description"
210
+ msgstr "ページ description(説明文)"
211
+
212
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/description.php:49
213
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/more_text.php:49
214
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_slug.php:49
215
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_title.php:49
216
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_description.php:49
217
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_name.php:49
218
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/tags.php:49
219
+ msgid "Post title"
220
+ msgstr "記事のタイトル"
221
+
222
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/more_text.php:28
223
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/more_text.php:50
224
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/more_text.php:51
225
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/more_text.php:70
226
+ msgid "More text"
227
+ msgstr "'more'(続きを読む)のテキスト"
228
+
229
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_slug.php:28
230
+ msgid "Page slug"
231
+ msgstr "ページスラッグ"
232
+
233
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_slug.php:50
234
+ msgid "Post slug"
235
+ msgstr "ページスラッグ"
236
+
237
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_title.php:28
238
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_title.php:50
239
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:88
240
+ msgid "Page title"
241
+ msgstr "ページのタイトル"
242
+
243
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_description.php:28
244
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_description.php:50
245
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_tagline.php:56
246
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_tagline.php:75
247
+ msgid "Site description"
248
+ msgstr "サイト description(説明文)"
249
+
250
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_name.php:28
251
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_name.php:50
252
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_name.php:56
253
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_name.php:75
254
+ msgid "Site name"
255
+ msgstr "サイト名"
256
+
257
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/tags.php:28
258
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/tags.php:50
259
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:264
260
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:281
261
+ msgid "Tags/keywords"
262
+ msgstr "タグ/キーワード"
263
+
264
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:61
265
+ msgid "Allows a short description about the page that is used by search engines"
266
+ msgstr "検索エンジンによって使われる特定のページのdescription(説明文)を挿入できる"
267
+
268
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:70
269
+ msgid "Max length"
270
+ msgstr "最大の長さ"
271
+
272
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:73
273
+ msgid "All descriptions will be trimmed to this length"
274
+ msgstr "すべての description(説明文)はこの長さに調整されます。"
275
+
276
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:88
277
+ msgid "Description"
278
+ msgstr "Description(説明文)"
279
+
280
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:50
281
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:66
282
+ msgid "JavaScript"
283
+ msgstr "JavaScript"
284
+
285
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:55
286
+ msgid "Allow external JavaScript files to be referenced"
287
+ msgstr "特定のページで外部JavaScriptファイルの参照を可能にする"
288
+
289
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:72
290
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:83
291
+ msgid "add"
292
+ msgstr "追加"
293
+
294
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/more_text.php:56
295
+ msgid "Allows the 'more' text to be changed"
296
+ msgstr "'more'(続きを読む)のテキスト変更を可能にする"
297
+
298
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:51
299
+ msgid "No Index/No Follow"
300
+ msgstr "No Index/No Follow"
301
+
302
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:56
303
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
304
+ msgstr "特定のページで検索エンジンやロボットの no-index/no-follow の指定を可能にする"
305
+
306
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:70
307
+ msgid "No Index"
308
+ msgstr "No Index"
309
+
310
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:73
311
+ msgid "no-follow"
312
+ msgstr "no-follow"
313
+
314
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:93
315
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
316
+ msgstr "ページのタイトルの変更を可能にする(この場合のタイトルとはブラウザのタイトルバーに表示されるもの)"
317
+
318
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:102
319
+ msgid "Title separator"
320
+ msgstr "タイトルの区切り記号"
321
+
322
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:105
323
+ msgid "Leave blank to use theme default"
324
+ msgstr "デフォルトのテーマを使用するには空白"
325
+
326
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:109
327
+ msgid "Separator position"
328
+ msgstr "区切りの位置"
329
+
330
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:112
331
+ msgid "Before"
332
+ msgstr "前に"
333
+
334
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:113
335
+ msgid "After"
336
+ msgstr "後に"
337
+
338
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:129
339
+ msgid "Page Title"
340
+ msgstr "ページタイトル"
341
+
342
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:88
343
+ msgid "Page-specific Plugins"
344
+ msgstr "ページ特定のプラグイン"
345
+
346
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:93
347
+ msgid "Allows disabled plugins to be enabled on specific pages"
348
+ msgstr "無効化しているプラグインを特定のページでのみ有効化することを可能にする"
349
+
350
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:109
351
+ msgid "Show in admin"
352
+ msgstr "管理画面で見せる"
353
+
354
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:112
355
+ msgid "Shows page-specific plugins in the administration menus"
356
+ msgstr "記事投稿画面に「ページ特定のプラグイン」を見せる"
357
+
358
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:138
359
+ msgid "Plugins"
360
+ msgstr "プラグイン"
361
+
362
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:145
363
+ msgid "Add Plugin"
364
+ msgstr "プラグインの追加"
365
+
366
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/raw.php:43
367
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/raw.php:55
368
+ msgid "Raw data"
369
+ msgstr "生データ"
370
+
371
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/raw.php:48
372
+ msgid "Allows raw data to be inserted into the page meta section"
373
+ msgstr "特定のページのメタ部分への生データの挿入を可能にする"
374
+
375
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_name.php:57
376
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_name.php:76
377
+ msgid "RSS Name"
378
+ msgstr "RSS名"
379
+
380
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_name.php:62
381
+ msgid "Allows site RSS name to be changed"
382
+ msgstr "サイトのRSS名称の変更を可能にする"
383
+
384
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_tagline.php:57
385
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_tagline.php:76
386
+ msgid "RSS Description"
387
+ msgstr "RSS Description(説明文)"
388
+
389
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_tagline.php:62
390
+ msgid "Allows site RSS description to be changed"
391
+ msgstr "サイトのRSS description(説明文)の変更を可能にする"
392
+
393
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_name.php:61
394
+ msgid "Allows site name to be changed (i.e your blog name)"
395
+ msgstr "サイト名の変更を可能にする"
396
+
397
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_tagline.php:61
398
+ msgid "Allows site description to be changed (i.e. the tagline)"
399
+ msgstr "サイトの description(説明文)の変更を可能にする(この場合の説明文とはタグライン、つまりデフォルトのテーマであればサイト名の下に表記されるもの)"
400
+
401
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:61
402
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:77
403
+ msgid "Stylesheets"
404
+ msgstr "スタイルシート"
405
+
406
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:66
407
+ msgid "Allows CSS stylesheets to be added to a page"
408
+ msgstr "特定のページにCSSの追加を可能にする"
409
+
410
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:108
411
+ msgid "Do not output CSS"
412
+ msgstr "CSSをアウトプットしない"
413
+
414
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:131
415
+ msgid "<p>Tags: "
416
+ msgstr "<p>タグ: "
417
+
418
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:163
419
+ msgid "Tags (keywords)"
420
+ msgstr "タグ(キーワード)"
421
+
422
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:168
423
+ msgid "Allows tags/keywords to be added to pages"
424
+ msgstr "ページにタグ/キーワードの追加を可能にする"
425
+
426
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:182
427
+ msgid "Add tags to dictionary"
428
+ msgstr "ディレクトリーにタグを追加"
429
+
430
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:185
431
+ msgid "Automatically add new tags to dictionary"
432
+ msgstr "自動的に新しいタグをディレクトリーに追加する"
433
+
434
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:190
435
+ msgid "Order tags"
436
+ msgstr "タグの順番"
437
+
438
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:193
439
+ msgid "Alphabetically order tags"
440
+ msgstr "タグをアルファベット順に並べる"
441
+
442
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:198
443
+ msgid "Show tags in posts"
444
+ msgstr "タグを記事で見せる"
445
+
446
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:201
447
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:210
448
+ msgid "Never"
449
+ msgstr "見せない"
450
+
451
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:202
452
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:211
453
+ msgid "Always"
454
+ msgstr "見せる"
455
+
456
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:207
457
+ msgid "Show tags in pages"
458
+ msgstr "タグをページで見せる"
459
+
460
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:216
461
+ msgid "Yahoo ZoneTag"
462
+ msgstr "Yahoo ZoneTag"
463
+
464
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:219
465
+ msgid "enable"
466
+ msgstr "有効化"
467
+
468
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:224
469
+ msgid "Dictionary"
470
+ msgstr "辞書"
471
+
472
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:338
473
+ msgid "Suggested tags"
474
+ msgstr "推薦タグ"
475
+
476
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:340
477
+ msgid "add all"
478
+ msgstr "すべてを追加"
479
+
480
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:341
481
+ msgid "suggest"
482
+ msgstr "推薦"
483
+
484
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:343
485
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:367
486
+ msgid "Yahoo"
487
+ msgstr "Yahoo"
488
+
489
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:365
490
+ msgid "Suggest tags based on content"
491
+ msgstr "コンテンツに基づいた推薦タグ"
492
+
493
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:61
494
+ msgid "Page-specific Themes"
495
+ msgstr "ページ特定のtheme(テーマ)"
496
+
497
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:73
498
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
499
+ msgstr "特定のページで特定のtheme(テーマ)への変更を可能にする"
500
+
501
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:81
502
+ msgid "Theme"
503
+ msgstr "theme(テーマ)"
504
+
505
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:84
506
+ msgid "Current theme"
507
+ msgstr "現在のtheme(テーマ)"
508
+
509
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:31
510
+ msgid "103bees"
511
+ msgstr "103bees"
512
+
513
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:36
514
+ msgid "Adds 103bees tracking code to all pages"
515
+ msgstr "すべてのページに「103bees」のトラッキングコードを追加"
516
+
517
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:111
518
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:111
519
+ msgid "Tracking code"
520
+ msgstr "トラッキングコード"
521
+
522
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:114
523
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
524
+ msgstr "103bees のアカウントページに記されている JavaScript のトラッキングコードを入力する"
525
+
526
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:118
527
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:247
528
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:129
529
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:118
530
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:128
531
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:155
532
+ msgid "Who to track"
533
+ msgstr "トラックするユーザー"
534
+
535
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:121
536
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:250
537
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:132
538
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:121
539
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:131
540
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:158
541
+ msgid "Everyone"
542
+ msgstr "全員"
543
+
544
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:128
545
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:257
546
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:139
547
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:128
548
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:138
549
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:165
550
+ msgid "Users of the specified role or less will be tracked"
551
+ msgstr "特定の権限のユーザー、あるいはそれ以下のユーザーはトラックされます"
552
+
553
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:38
554
+ msgid "Google Analytics"
555
+ msgstr "Google Analytics"
556
+
557
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:43
558
+ msgid "Adds Google Analytic tracking code to all pages"
559
+ msgstr "すべてのページに「Google Analytics」のトラッキングコードを追加"
560
+
561
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:231
562
+ msgid "Account ID"
563
+ msgstr "アカウントID"
564
+
565
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:234
566
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
567
+ msgstr "Google JavaScript のトラッキングコードを入力するか、<code>_uacct</code>の数字のみを入力"
568
+
569
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:238
570
+ msgid "Version"
571
+ msgstr "バージョン"
572
+
573
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:241
574
+ msgid "Urchin (urchin.js)"
575
+ msgstr "Urchin (urchin.js)"
576
+
577
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:242
578
+ msgid "New Google Analytics (ga.js)"
579
+ msgstr "新しい Google Analytics (ga.js)"
580
+
581
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:261
582
+ msgid "Track outbound links"
583
+ msgstr "外部へのリンクをトラックする"
584
+
585
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:264
586
+ msgid "Enter the URL you want outbound links tracked to"
587
+ msgstr "外部へのリンクを追跡したいURLを入力"
588
+
589
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:268
590
+ msgid "Virtual Pages"
591
+ msgstr "バーチャルページ"
592
+
593
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:271
594
+ msgid "Change what appears in reports"
595
+ msgstr "レポート表示を変更する"
596
+
597
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:275
598
+ msgid "Domain Name"
599
+ msgstr "ドメインネーム"
600
+
601
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:278
602
+ msgid "Set to a root domain when tracking across sub-domains"
603
+ msgstr "サブドメインをトラッキングする場合はルートドメインにセットしてください。"
604
+
605
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:283
606
+ msgid "Raw Code"
607
+ msgstr "生コード"
608
+
609
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:286
610
+ msgid "Enter any additional Google Analytics code"
611
+ msgstr "追加のGoogle Analytics コードを入力"
612
+
613
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:33
614
+ msgid "CrazyEgg"
615
+ msgstr "CrazyEgg"
616
+
617
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:38
618
+ msgid "Adds CrazyEgg tracking code to all pages"
619
+ msgstr "すべてのページに「CrazyEgg」のトラッキングコードを追加"
620
+
621
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:122
622
+ msgid "CrazyEgg ID"
623
+ msgstr "CrazyEgg ID"
624
+
625
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:125
626
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
627
+ msgstr "<a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a> を入力"
628
+
629
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:34
630
+ msgid "First Time Visitor"
631
+ msgstr "初めての訪問者"
632
+
633
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:39
634
+ msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
635
+ msgstr "初めての訪問者にメッセージを表示する(Seth Godin(セス・ゴーディン)のアイデアに基づく)"
636
+
637
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:93
638
+ #, php-format
639
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
640
+ msgstr "<p>初めてのご訪問にあたり、<a href=\"%s/feed/\">RSS</a>フィードでの購読登録はいかがでしょうか。</p>"
641
+
642
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:119
643
+ msgid "Message to display"
644
+ msgstr "表示するメッセージ"
645
+
646
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:125
647
+ msgid "Repeat"
648
+ msgstr "何回目まで表示するか"
649
+
650
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:126
651
+ msgid "Enter 0 for always"
652
+ msgstr "常に表示させるには0を入力"
653
+
654
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:129
655
+ msgid "Display position"
656
+ msgstr "表示の位置"
657
+
658
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:132
659
+ msgid "Before content"
660
+ msgstr "コンテンツの前"
661
+
662
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:133
663
+ msgid "After content"
664
+ msgstr "コンテンツのあと"
665
+
666
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:138
667
+ msgid "Ignore Bots"
668
+ msgstr "ボットを無視する"
669
+
670
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/frame-breaker.php:32
671
+ msgid "Frame Breaker"
672
+ msgstr "Frame Breaker"
673
+
674
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/frame-breaker.php:37
675
+ msgid "Stops your site being loaded in a frame"
676
+ msgstr "サイトのフレームへのロードを止める"
677
+
678
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/google-ad-wrap.php:28
679
+ msgid "Google Section Targeting"
680
+ msgstr "Google セクションのターゲティング"
681
+
682
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/google-ad-wrap.php:33
683
+ msgid "Wraps all post and page content inside a Google targeted section"
684
+ msgstr "すべての記事とページをGoogle のターゲットセクション(アドセンス)で囲む"
685
+
686
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:31
687
+ msgid "HitTail"
688
+ msgstr "HitTail"
689
+
690
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:36
691
+ msgid "Adds HitTail tracking code to all pages"
692
+ msgstr "すべてのページに「HitTail」のトラッキングコードを追加"
693
+
694
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:114
695
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
696
+ msgstr "HitTail によって提供されている JavaScript のトラッキングコードを入力する"
697
+
698
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:33
699
+ msgid "Mint"
700
+ msgstr "Mint"
701
+
702
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:38
703
+ msgid "Adds Mint tracking code to all pages"
704
+ msgstr "すべてのページに「Mint」のトラッキングコードを追加"
705
+
706
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:121
707
+ msgid "Mint path"
708
+ msgstr "Mint のパス"
709
+
710
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:124
711
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
712
+ msgstr "「Mint」の関連URLを入力(例えば、<code>/mint/</code>)"
713
+
714
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:33
715
+ msgid "Page Counts"
716
+ msgstr "ページ数"
717
+
718
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:38
719
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
720
+ msgstr "アーカイブと検索結果ページにおける一覧の記事数の指定、および全文表示か抜粋表示かの選択"
721
+
722
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:116
723
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:128
724
+ msgid "posts, showing the"
725
+ msgstr "記事数 見せ方は"
726
+
727
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:118
728
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:130
729
+ msgid "default"
730
+ msgstr "デフォルト"
731
+
732
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:119
733
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:131
734
+ msgid "content"
735
+ msgstr "コンテンツ"
736
+
737
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:120
738
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:132
739
+ msgid "excerpt"
740
+ msgstr "抜粋"
741
+
742
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:122
743
+ #, fuzzy
744
+ msgid "(set number of posts to 0 for theme default)"
745
+ msgstr "テーマのデフォルトには記事の数を0で設定"
746
+
747
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:126
748
+ msgid "Searches"
749
+ msgstr "検索結果"
750
+
751
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:134
752
+ msgid "set number of posts to 0 for theme default"
753
+ msgstr "テーマのデフォルトには記事の数を0で設定"
754
+
755
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:35
756
+ msgid "RPC support for Ecto"
757
+ msgstr "「Ecto」のRPCサポート"
758
+
759
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:40
760
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
761
+ msgstr "「ecto」のようなブログ投稿支援ツールにタギングの機能を追加する"
762
+
763
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:77
764
+ msgid "Tag separator"
765
+ msgstr "タグの区切り記号"
766
+
767
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:80
768
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
769
+ msgstr "これは「Ecto」の「Templates(テンプレート)」「Tags(タグ)」「Tags separator(タブ区切り)」で定義された separator(区切り)と合致しなければなりません。"
770
+
771
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:35
772
+ msgid "StatCounter"
773
+ msgstr "StatCounter"
774
+
775
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:40
776
+ msgid "Adds StatCounter tracking code to all pages"
777
+ msgstr "すべてのページに「StatCounter」のトラッキングコードを追加"
778
+
779
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:136
780
+ msgid "Project ID"
781
+ msgstr "プロジェクトID"
782
+
783
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:142
784
+ msgid "Partition ID"
785
+ msgstr "区分ID"
786
+
787
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:148
788
+ msgid "Security ID"
789
+ msgstr "セキュリティID"
790
+
791
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:30
792
+ msgid "Disable WordPress Widgets"
793
+ msgstr "WordPressウィジェットを無効にする"
794
+
795
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:35
796
+ msgid "Allows you to enable or disable various WordPress Widgets"
797
+ msgstr "WordPressの様々なウィジェットを有効または無効にできる"
798
+
799
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:61
800
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:62
801
+ msgid "Pages"
802
+ msgstr "ページ"
803
+
804
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:67
805
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:68
806
+ msgid "Calendar"
807
+ msgstr "カレンダー"
808
+
809
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:79
810
+ msgid "Links"
811
+ msgstr "リンク"
812
+
813
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:84
814
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:85
815
+ msgid "Meta"
816
+ msgstr "メタ"
817
+
818
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:90
819
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:11
820
+ msgid "Search"
821
+ msgstr "検索"
822
+
823
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:95
824
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:96
825
+ msgid "Recent Posts"
826
+ msgstr "最近の記事"
827
+
828
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:101
829
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:102
830
+ msgid "Tag Cloud"
831
+ msgstr "タグクラウド"
832
+
833
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:141
834
+ msgid "categories"
835
+ msgstr "カテゴリー"
836
+
837
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:142
838
+ msgid "text"
839
+ msgstr "テキスト"
840
+
841
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:143
842
+ msgid "rss"
843
+ msgstr "rss"
844
+
845
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:144
846
+ msgid "recent comments"
847
+ msgstr "最近のコメント"
848
+
849
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:145
850
+ msgid "pages"
851
+ msgstr "ページ"
852
+
853
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:146
854
+ msgid "search"
855
+ msgstr "検索"
856
+
857
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:147
858
+ msgid "calendar"
859
+ msgstr "カレンダー"
860
+
861
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:148
862
+ msgid "archives"
863
+ msgstr "アーカイブ"
864
+
865
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:149
866
+ msgid "links"
867
+ msgstr "リンク"
868
+
869
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:150
870
+ msgid "meta"
871
+ msgstr "メタ"
872
+
873
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:151
874
+ msgid "recent entries"
875
+ msgstr "最近の記事"
876
+
877
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:152
878
+ msgid "tag cloud"
879
+ msgstr "タグクラウド"
880
+
881
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:156
882
+ msgid "Enabled Widgets"
883
+ msgstr "有効化されたウィジェット"
884
+
885
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:32
886
+ msgid "WordPress content formatting"
887
+ msgstr "ワードプレスのコンテンツのフォーマッティング"
888
+
889
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:37
890
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
891
+ msgstr "WordPressの様々な自動書式化の有効/無効の指定を可能にする(wpautopを含む)"
892
+
893
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:91
894
+ msgid "Auto-formatting"
895
+ msgstr "自動書式化"
896
+
897
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:94
898
+ msgid "Use <code>wpautop</code> to format paragraphs"
899
+ msgstr "段落のフォーマットには <code>wpautop</code> を使用する"
900
+
901
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:98
902
+ msgid "Auto-fancy quotes"
903
+ msgstr "自動引用符"
904
+
905
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:101
906
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
907
+ msgstr "引用符をファンシー引用符にするには <code>wptexturize</code> を使用する"
908
+
909
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:105
910
+ msgid "Auto-link"
911
+ msgstr "自動リンク"
912
+
913
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:108
914
+ msgid "Makes links clickable in comments"
915
+ msgstr "コメントの中のリンクをクリック可にする"
916
+
917
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit.php:17
918
+ msgid "advanced"
919
+ msgstr "上級"
920
+
921
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_ajax.php:5
922
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/module_edit.php:8
923
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/site_module_edit.php:16
924
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:16
925
+ msgid "Cancel"
926
+ msgstr "キャンセル"
927
+
928
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_category.php:1
929
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/settings.php:2
930
+ msgid "HeadSpace Settings"
931
+ msgstr "HeadSpace セッティング"
932
+
933
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_category.php:5
934
+ msgid "Edit Category &raquo;"
935
+ msgstr "カテゴリーの編集 &raquo;"
936
+
937
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_post.php:6
938
+ msgid "HeadSpace Meta data"
939
+ msgstr "HeadSpace メタデータ"
940
+
941
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/head_admin.php:11
942
+ msgid "Are you sure you want to merge that tag?"
943
+ msgstr "本当にそのタグをマージ(融合)してもよろしいですか?"
944
+
945
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:2
946
+ msgid "Special Tags"
947
+ msgstr "使用できるメタ"
948
+
949
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:5
950
+ msgid "Replaced with the date of the post/page"
951
+ msgstr "記事/ページの日付と入れ替える"
952
+
953
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:6
954
+ msgid "Replaced with the title of the post/page"
955
+ msgstr "記事/ページのタイトルと入れ替える"
956
+
957
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:7
958
+ msgid "Replaced with the post/page excerpt"
959
+ msgstr "記事/ページの抜粋と入れ替える"
960
+
961
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:8
962
+ msgid "Replaced with the post categories (comma seperated)"
963
+ msgstr "記事カテゴリーと入れ替える(半角カンマ区切り)"
964
+
965
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:9
966
+ msgid "Replaced with the category description"
967
+ msgstr "カテゴリーdescription(説明文)と入れ替える"
968
+
969
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:10
970
+ msgid "Replaced with the post/page modified time"
971
+ msgstr "記事/ページの修正された時間と入れ替える"
972
+
973
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:11
974
+ msgid "Replaced with the post/page ID"
975
+ msgstr "記事/ページのIDと入れ替える"
976
+
977
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:12
978
+ msgid "Replaced with the post/page author's 'nicename'"
979
+ msgstr "記事/ページの著者のニックネームと入れ替える"
980
+
981
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:13
982
+ msgid "Replaced with the post/page author's userid"
983
+ msgstr "記事/ページの著者のユーザーidと入れ替える"
984
+
985
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:14
986
+ msgid "Replaced with the current search phrase"
987
+ msgstr "検索ワードと入れ替える"
988
+
989
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:15
990
+ msgid "Replaced with the current time"
991
+ msgstr "現在の時刻と入れ替える"
992
+
993
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:16
994
+ msgid "Replaced with the current date"
995
+ msgstr "現在の日付と入れ替える"
996
+
997
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:17
998
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
999
+ msgstr "ページ番号と入れ替える(ページ 2の4)"
1000
+
1001
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:2
1002
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:12
1003
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:5
1004
+ msgid "Import"
1005
+ msgstr "インポート"
1006
+
1007
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:3
1008
+ 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."
1009
+ msgstr "このページは他のワードプレスのプラグインからメタデータを取り込みます。この作業に他のプラグインが有効化されている必要はありません。"
1010
+
1011
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:13
1012
+ msgid "Import and remove original data"
1013
+ msgstr "インポートし、オリジナルのデータは削除"
1014
+
1015
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:13
1016
+ msgid "(not available in UTW and Simple Tagging)"
1017
+ msgstr "UTWとSimple Taggingではご利用になれません。"
1018
+
1019
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:16
1020
+ 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."
1021
+ msgstr "いかなるデータベースの修正と同様、<strong>インポート前には必ずデータベースのバックアップを行ってください</strong>。何か問題が生じても、一切の責任は負いかねます。"
1022
+
1023
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/mass_edit.php:2
1024
+ msgid "Mass Edit Meta-data"
1025
+ msgstr "メタデータの一覧編集"
1026
+
1027
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/mass_edit.php:37
1028
+ msgid "Save all data"
1029
+ msgstr "すべてのデータを保存"
1030
+
1031
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:2
1032
+ msgid "Page Modules"
1033
+ msgstr "ページモジュール"
1034
+
1035
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:3
1036
+ 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."
1037
+ msgstr "ページモジュールは個々のページに適応されます。モジュールを任意の場所にドラッグ&ドロップしてください。記事投稿画面上でのモジュールの表示順もここで調整できます。"
1038
+
1039
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:7
1040
+ msgid "Simple"
1041
+ msgstr "基本"
1042
+
1043
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:8
1044
+ msgid "Modules will always appear on edit screens"
1045
+ msgstr "記事投稿画面にモジュールが常駐します"
1046
+
1047
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:13
1048
+ msgid "Advanced"
1049
+ msgstr "上級"
1050
+
1051
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:14
1052
+ msgid "Modules will be hidden behind a link"
1053
+ msgstr "モジュールはリンクの裏に隠れています"
1054
+
1055
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:19
1056
+ msgid "Disabled"
1057
+ msgstr "停止中"
1058
+
1059
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:20
1060
+ msgid "Modules are disabled and do not appear"
1061
+ msgstr "モジュールが有効化されておらず表示されません"
1062
+
1063
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:37
1064
+ msgid "Save module order"
1065
+ msgstr "モジュールを保存"
1066
+
1067
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:42
1068
+ msgid "Site Modules"
1069
+ msgstr "サイトモジュール"
1070
+
1071
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:43
1072
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1073
+ msgstr "サイトのモジュールは全体に適応されます。選択されたモジュールだけが実行されます。"
1074
+
1075
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:3
1076
+ msgid "General Options"
1077
+ msgstr "全般のオプション"
1078
+
1079
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:7
1080
+ msgid "Inherit settings"
1081
+ msgstr "セッティングを受け継ぐ"
1082
+
1083
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:8
1084
+ msgid "Inherit from global settings"
1085
+ msgstr "全共通セッティングから受け継ぐ"
1086
+
1087
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:15
1088
+ msgid "Check for updates"
1089
+ msgstr "アップデートの確認"
1090
+
1091
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:16
1092
+ msgid "Check for updates from within HeadSpace"
1093
+ msgstr "HeadSpace内のアップデートを確認する"
1094
+
1095
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:23
1096
+ msgid "Debug"
1097
+ msgstr "デバッグ"
1098
+
1099
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:24
1100
+ msgid "Enable debug option"
1101
+ msgstr "デバッグのオプションを有効にする"
1102
+
1103
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:33
1104
+ msgid "Update Options &raquo;"
1105
+ msgstr "オプションの更新 &raquo;"
1106
+
1107
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:39
1108
+ msgid "Remove HeadSpace"
1109
+ msgstr "HeadSpaceを削除"
1110
+
1111
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:41
1112
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
1113
+ msgstr "このオプションはHeadSpaceを取り除き、すべての設定、タグ、そしてメタデータを削除します。"
1114
+
1115
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:44
1116
+ msgid "Delete HeadSpace"
1117
+ msgstr "HeadSpaceの削除"
1118
+
1119
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:14
1120
+ msgid "Per page"
1121
+ msgstr "一覧表示数"
1122
+
1123
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:21
1124
+ msgid "go"
1125
+ msgstr "変更"
1126
+
1127
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/settings.php:15
1128
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1129
+ msgstr "個々の設定は、特定の記事やページの場合は<strong>記事投稿画面</strong>のページから、そして特定のカテゴリーの場合は<strong>カテゴリー管理画面</strong>から行なえます。"
1130
+
1131
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:2
1132
+ msgid "Page Settings"
1133
+ msgstr "ページセッティング"
1134
+
1135
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:3
1136
+ msgid "Modules"
1137
+ msgstr "モジュール"
1138
+
1139
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:4
1140
+ msgid "Options"
1141
+ msgstr "オプション"
1142
+
1143
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu_meta.php:4
1144
+ msgid "Tags"
1145
+ msgstr "タグ"
1146
+
1147
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:2
1148
+ msgid "Tag Management"
1149
+ msgstr "タグ管理"
1150
+
1151
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:8
1152
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:4
1153
+ msgid "Tag"
1154
+ msgstr "タグ"
1155
+
1156
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:9
1157
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:8
1158
+ msgid "Slug"
1159
+ msgstr "スラッグ"
1160
+
1161
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:10
1162
+ msgid "Count"
1163
+ msgstr "数"
1164
+
1165
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:37
1166
+ msgid "Tags can be merged by clicking 'merge tags' and then dragging the tag you want to merge from and dropping over the tag you want to merge into."
1167
+ msgstr "「タグのマージ」をクリックし、対象となるタグ同士をドラッグ&ドロップすることで、タグはマージ(融合)できます。"
1168
+
1169
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:40
1170
+ msgid "You have no tags!"
1171
+ msgstr "タグがありません!"
1172
+
1173
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/version.php:2
1174
+ msgid "HeadSpace2 News"
1175
+ msgstr "HeadSpace2 ニュース"
1176
+
1177
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/version.php:5
1178
+ #, php-format
1179
+ msgid "%s ago"
1180
+ msgstr "%s 前"
1181
+
locale/messages.po ADDED
@@ -0,0 +1,1710 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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&#8211;%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 &raquo;"
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 &amp; 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 &amp; 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 &raquo;"
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 ""
locale/nl_NL.mo ADDED
Binary file
locale/nl_NL.po ADDED
@@ -0,0 +1,1164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Headspace2 - v3.4.3\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-08-17 18:57+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Matthias Houweling <barnabased@gmail.com>\n"
8
+ "Language-Team: Matthias Houweling <barnabased@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Dutch\n"
13
+ "X-Poedit-Country: NETHERLANDS\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-Basepath: C:\\Documents and Settings\\Mattvic\\Mijn documenten\\Webologie\\barnaSEO\\Translating Headspace2\\\n"
17
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Poedit-SearchPath-0: headspace2\n"
19
+
20
+ #: headspace2/ajax.php:60
21
+ msgid "<p style=\"color: red\">That function is not defined</p>"
22
+ msgstr "<p style=\"color: red\">Die functie is niet gedefinieerd</p>"
23
+
24
+ #: headspace2/ajax.php:63
25
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
26
+ msgstr "<p style=\"color: red\">Je hebt geen toegang tot deze bron</p>"
27
+
28
+ #: headspace2/ajax.php:137
29
+ #: headspace2/ajax.php:148
30
+ #: headspace2/ajax.php:159
31
+ #: headspace2/ajax.php:170
32
+ #: headspace2/ajax.php:184
33
+ msgid "Invalid module"
34
+ msgstr "Ongeldige module"
35
+
36
+ #: headspace2/headspace.php:101
37
+ msgid "Global Settings"
38
+ msgstr "Algemene Instellingen"
39
+
40
+ #: headspace2/headspace.php:101
41
+ msgid "applied to everything unless otherwise specified"
42
+ msgstr "toegepast op alles, tenzij anders gespecificeerd"
43
+
44
+ #: headspace2/headspace.php:102
45
+ msgid "Home Page"
46
+ msgstr "Homepage"
47
+
48
+ #: headspace2/headspace.php:102
49
+ msgid "applied to the home page"
50
+ msgstr "toegepast op de homepage"
51
+
52
+ #: headspace2/headspace.php:103
53
+ msgid "Archives"
54
+ msgstr "Archieven"
55
+
56
+ #: headspace2/headspace.php:103
57
+ msgid "applied when viewing the archives"
58
+ msgstr "toegepast als archieven getoond worden"
59
+
60
+ #: headspace2/headspace.php:104
61
+ msgid "Categories"
62
+ msgstr "Rubrieken"
63
+
64
+ #: headspace2/headspace.php:104
65
+ msgid "applied to category pages without specific settings"
66
+ msgstr "toegepast op rubriek pagina´s zonder specifieke instellingen"
67
+
68
+ #: headspace2/headspace.php:105
69
+ msgid "Posts &amp; Pages"
70
+ msgstr "Berichten &amp; Pagina´s"
71
+
72
+ #: headspace2/headspace.php:105
73
+ msgid "applied to posts &amp; pages without specific settings"
74
+ msgstr "toegepast op berichten &amp; pagina´s zonder specifieke instellingen"
75
+
76
+ #: headspace2/headspace.php:106
77
+ msgid "Author Pages"
78
+ msgstr "Auteurspagina’s"
79
+
80
+ #: headspace2/headspace.php:106
81
+ msgid "applied to author pages"
82
+ msgstr "toegepast op auteurspagina´s"
83
+
84
+ #: headspace2/headspace.php:107
85
+ msgid "Search Pages"
86
+ msgstr "Zoekpagina´s"
87
+
88
+ #: headspace2/headspace.php:107
89
+ msgid "applied when viewing search results"
90
+ msgstr "toegepast als zoekresultaten getoond worden"
91
+
92
+ #: headspace2/headspace.php:108
93
+ msgid "404 Page"
94
+ msgstr "404 Pagina"
95
+
96
+ #: headspace2/headspace.php:108
97
+ msgid "applied when viewing a 404 error"
98
+ msgstr "toegepast als een 404 pagina getoond wordt"
99
+
100
+ #: headspace2/headspace.php:109
101
+ msgid "Tag Pages"
102
+ msgstr "Tag-pagina´s"
103
+
104
+ #: headspace2/headspace.php:109
105
+ msgid "applied when viewing tag pages"
106
+ msgstr "toegepast als tag-pagina´s bekeken worden."
107
+
108
+ #: headspace2/headspace.php:137
109
+ msgid "HeadSpace"
110
+ msgstr "HeadSpace"
111
+
112
+ #: headspace2/headspace.php:138
113
+ msgid "Meta-data"
114
+ msgstr "Metadata"
115
+
116
+ #: headspace2/headspace.php:338
117
+ msgid "Posts successfully updated"
118
+ msgstr "Bericht succesvol geactualiseerd"
119
+
120
+ #: headspace2/headspace.php:377
121
+ msgid "Your options have been updated"
122
+ msgstr "Je opties zijn geactualiseerd"
123
+
124
+ #: headspace2/headspace.php:384
125
+ msgid "HeadSpace has been removed"
126
+ msgstr "HeadSpace is verwijderd"
127
+
128
+ #: headspace2/headspace.php:436
129
+ msgid "Your module positions have been saved"
130
+ msgstr "Je module-posities zijn opgeslagen"
131
+
132
+ #: headspace2/headspace.php:459
133
+ #, php-format
134
+ msgid "%d items were imported from %s"
135
+ msgstr "Er zijn %d items uit %s geïmporteerd"
136
+
137
+ #: headspace2/plugin.php:626
138
+ msgid "How many widgets would you like?"
139
+ msgstr "Hoeveel widgets wil je?"
140
+
141
+ #: headspace2/plugin.php:633
142
+ msgid "Save"
143
+ msgstr "Opslaan"
144
+
145
+ #: headspace2/models/inline_tags.php:236
146
+ #, php-format
147
+ msgid "(page %d of %d)"
148
+ msgstr "(pagina %d van %d)"
149
+
150
+ #: headspace2/models/pager.php:386
151
+ msgid "Previous"
152
+ msgstr "Vorige"
153
+
154
+ #: headspace2/models/pager.php:387
155
+ msgid "Next"
156
+ msgstr "Volgende"
157
+
158
+ #: headspace2/modules/import/all-in-one-seo.php:28
159
+ msgid "All-in-one SEO"
160
+ msgstr "All-in-one SEO"
161
+
162
+ #: headspace2/modules/import/headspace_tags.php:31
163
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
164
+ msgstr "HeadSpace tags (converteren naar WordPress 2.3 tags)"
165
+
166
+ #: headspace2/modules/import/head_meta_description.php:28
167
+ msgid "Head META Description"
168
+ msgstr "Head META Description"
169
+
170
+ #: headspace2/modules/import/jerome.php:28
171
+ msgid "Jerome's Keywords"
172
+ msgstr "Jerome's Keywords"
173
+
174
+ #: headspace2/modules/import/lud.icro.us.php:28
175
+ msgid "lud.icro.us HeadMeta"
176
+ msgstr "lud.icro.us HeadMeta"
177
+
178
+ #: headspace2/modules/import/more_unique.php:28
179
+ msgid "More Unique"
180
+ msgstr "More Unique"
181
+
182
+ #: headspace2/modules/import/seo-title-tags.php:28
183
+ msgid "SEO Title Tags"
184
+ msgstr "SEO Title Tags"
185
+
186
+ #: headspace2/modules/import/simple-tagging.php:28
187
+ msgid "Simple Tagging"
188
+ msgstr "Simple Tagging"
189
+
190
+ #: headspace2/modules/import/simple-tags.php:28
191
+ msgid "Simple Tags"
192
+ msgstr "Simple Tags"
193
+
194
+ #: headspace2/modules/import/utw.php:28
195
+ msgid "Ultimate Tag Warrior"
196
+ msgstr "Ultimate Tag Warrior"
197
+
198
+ #: headspace2/modules/mass/description.php:28
199
+ #: headspace2/modules/mass/description.php:50
200
+ #: headspace2/modules/page/description.php:56
201
+ msgid "Page description"
202
+ msgstr "Pagina beschrijving"
203
+
204
+ #: headspace2/modules/mass/description.php:49
205
+ #: headspace2/modules/mass/more_text.php:49
206
+ #: headspace2/modules/mass/page_slug.php:49
207
+ #: headspace2/modules/mass/page_title.php:49
208
+ #: headspace2/modules/mass/site_description.php:49
209
+ #: headspace2/modules/mass/site_name.php:49
210
+ #: headspace2/modules/mass/tags.php:49
211
+ msgid "Post title"
212
+ msgstr "Titel van het bericht"
213
+
214
+ #: headspace2/modules/mass/more_text.php:28
215
+ #: headspace2/modules/mass/more_text.php:50
216
+ msgid "More text"
217
+ msgstr "Meer tekst"
218
+
219
+ #: headspace2/modules/mass/page_slug.php:28
220
+ msgid "Page slug"
221
+ msgstr "Pagina slug"
222
+
223
+ #: headspace2/modules/mass/page_slug.php:50
224
+ msgid "Post slug"
225
+ msgstr "Bericht slug"
226
+
227
+ #: headspace2/modules/mass/page_title.php:28
228
+ #: headspace2/modules/mass/page_title.php:50
229
+ msgid "Page title"
230
+ msgstr "Pagina titel"
231
+
232
+ #: headspace2/modules/mass/site_description.php:28
233
+ #: headspace2/modules/mass/site_description.php:50
234
+ msgid "Site description"
235
+ msgstr "Beschrijving van je site"
236
+
237
+ #: headspace2/modules/mass/site_name.php:28
238
+ #: headspace2/modules/mass/site_name.php:50
239
+ msgid "Site name"
240
+ msgstr "Naam van je site"
241
+
242
+ #: headspace2/modules/mass/tags.php:28
243
+ #: headspace2/modules/mass/tags.php:50
244
+ msgid "Tags/keywords"
245
+ msgstr "Tags/sleutelwoorden"
246
+
247
+ #: headspace2/modules/page/description.php:61
248
+ msgid "Allows a short description about the page that is used by search engines"
249
+ msgstr "Hiermee kun je een korte beschrijving geven van de pagina, die door zoekmachines gebruikt kan worden."
250
+
251
+ #: headspace2/modules/page/description.php:70
252
+ msgid "Max length"
253
+ msgstr "Max. lengte"
254
+
255
+ #: headspace2/modules/page/description.php:73
256
+ msgid "All descriptions will be trimmed to this length"
257
+ msgstr "Alle beschrijvingen worden afgekort to deze lengte"
258
+
259
+ #: headspace2/modules/page/description.php:88
260
+ msgid "Description"
261
+ msgstr "Beschrijving"
262
+
263
+ #: headspace2/modules/page/javascript.php:50
264
+ #: headspace2/modules/page/javascript.php:66
265
+ msgid "JavaScript"
266
+ msgstr "JavaScript"
267
+
268
+ #: headspace2/modules/page/javascript.php:55
269
+ msgid "Allow external JavaScript files to be referenced"
270
+ msgstr "Hiermee kun je referen aan externe JavaScript bestanden"
271
+
272
+ #: headspace2/modules/page/javascript.php:72
273
+ msgid "add"
274
+ msgstr "toevoegen"
275
+
276
+ #: headspace2/modules/page/more_text.php:56
277
+ msgid "Allows the 'more' text to be changed"
278
+ msgstr "Hiermee kun je de ´lees verder´ text aanpassen"
279
+
280
+ #: headspace2/modules/page/noindex.php:51
281
+ msgid "No Index/No Follow"
282
+ msgstr "No Index/No Follow"
283
+
284
+ #: headspace2/modules/page/noindex.php:56
285
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
286
+ msgstr "Hiermee kun je de no-index/no-follow instellen om te voorkomen dat zoekmachines je pagina´s indexeren of de links volgen. "
287
+
288
+ #: headspace2/modules/page/noindex.php:70
289
+ msgid "No Index"
290
+ msgstr "No Index"
291
+
292
+ #: headspace2/modules/page/noindex.php:73
293
+ msgid "no-follow"
294
+ msgstr "no-follow"
295
+
296
+ #: headspace2/modules/page/page_title.php:93
297
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
298
+ msgstr "Hiermee kun je de pagina titel aanpassen (de titel boven je browser scherm)"
299
+
300
+ #: headspace2/modules/page/page_title.php:102
301
+ msgid "Title separator"
302
+ msgstr "Scheidingsteken van de titel"
303
+
304
+ #: headspace2/modules/page/page_title.php:105
305
+ msgid "Leave blank to use theme default"
306
+ msgstr "Laat leeg om de standaardinstellingen van je thema te gebruiken"
307
+
308
+ #: headspace2/modules/page/page_title.php:109
309
+ msgid "Separator position"
310
+ msgstr "Positie van het scheidingsteken"
311
+
312
+ #: headspace2/modules/page/page_title.php:112
313
+ msgid "Before"
314
+ msgstr "Voor"
315
+
316
+ #: headspace2/modules/page/page_title.php:113
317
+ msgid "After"
318
+ msgstr "Na"
319
+
320
+ #: headspace2/modules/page/page_title.php:129
321
+ msgid "Page Title"
322
+ msgstr "Pagina Titel"
323
+
324
+ #: headspace2/modules/page/plugin.php:88
325
+ msgid "Page-specific Plugins"
326
+ msgstr "Pagina-specifieke plugins"
327
+
328
+ #: headspace2/modules/page/plugin.php:93
329
+ msgid "Allows disabled plugins to be enabled on specific pages"
330
+ msgstr "Hiermee kun je uitgeschakelde plugins inschakelen op bepaalde pagina´s "
331
+
332
+ #: headspace2/modules/page/plugin.php:109
333
+ msgid "Show in admin"
334
+ msgstr "Toon in beheer"
335
+
336
+ #: headspace2/modules/page/plugin.php:112
337
+ msgid "Shows page-specific plugins in the administration menus"
338
+ msgstr "Toon pagina-specifieke plugins in de beheersmenu´s "
339
+
340
+ #: headspace2/modules/page/plugin.php:138
341
+ msgid "Plugins"
342
+ msgstr "Plugins"
343
+
344
+ #: headspace2/modules/page/plugin.php:145
345
+ msgid "Add Plugin"
346
+ msgstr "Voeg plugin toe"
347
+
348
+ #: headspace2/modules/page/raw.php:43
349
+ #: headspace2/modules/page/raw.php:55
350
+ msgid "Raw data"
351
+ msgstr "Ruwe data"
352
+
353
+ #: headspace2/modules/page/raw.php:48
354
+ msgid "Allows raw data to be inserted into the page meta section"
355
+ msgstr "Hiermee kun je ruwe data toevoegen aan het meta-gedeelte van de pagina "
356
+
357
+ #: headspace2/modules/page/rss_name.php:57
358
+ #: headspace2/modules/page/rss_name.php:76
359
+ msgid "RSS Name"
360
+ msgstr "RSS Naam"
361
+
362
+ #: headspace2/modules/page/rss_name.php:62
363
+ msgid "Allows site RSS name to be changed"
364
+ msgstr "Hiermee kun je de RSS naam van je site veranderen"
365
+
366
+ #: headspace2/modules/page/rss_tagline.php:57
367
+ #: headspace2/modules/page/rss_tagline.php:76
368
+ msgid "RSS Description"
369
+ msgstr "RSS Beschijving"
370
+
371
+ #: headspace2/modules/page/rss_tagline.php:62
372
+ msgid "Allows site RSS description to be changed"
373
+ msgstr "Hiermee kun je de RSS beschrijving aanpassen"
374
+
375
+ #: headspace2/modules/page/site_name.php:61
376
+ msgid "Allows site name to be changed (i.e your blog name)"
377
+ msgstr "Hiermee kun je ke site naam aanpassen (de naam van je blog)"
378
+
379
+ #: headspace2/modules/page/site_tagline.php:61
380
+ msgid "Allows site description to be changed (i.e. the tagline)"
381
+ msgstr "Hiermee kun je de beschrijving van je site aanpassen (de tagline)"
382
+
383
+ #: headspace2/modules/page/stylesheet.php:61
384
+ #: headspace2/modules/page/stylesheet.php:77
385
+ msgid "Stylesheets"
386
+ msgstr "Stylesheets"
387
+
388
+ #: headspace2/modules/page/stylesheet.php:66
389
+ msgid "Allows CSS stylesheets to be added to a page"
390
+ msgstr "Hiermee kun je CSS stylesheets toevoegen aan een pagina"
391
+
392
+ #: headspace2/modules/page/stylesheet.php:108
393
+ msgid "Do not output CSS"
394
+ msgstr "Toon geen CSS"
395
+
396
+ #: headspace2/modules/page/tags.php:145
397
+ msgid "<p>Tags: "
398
+ msgstr "<p>Tags: "
399
+
400
+ #: headspace2/modules/page/tags.php:177
401
+ msgid "Tags (keywords)"
402
+ msgstr "Tags (sleutelwoorden)"
403
+
404
+ #: headspace2/modules/page/tags.php:182
405
+ msgid "Allows tags/keywords to be added to pages"
406
+ msgstr "Hiermee kun je tags/sleutelwoorden toevoegen aan je pagina´s"
407
+
408
+ #: headspace2/modules/page/tags.php:196
409
+ msgid "Add tags to dictionary"
410
+ msgstr "Tags toevoegen aan woordenboek"
411
+
412
+ #: headspace2/modules/page/tags.php:199
413
+ msgid "Automatically add new tags to dictionary"
414
+ msgstr "Tags automatisch toevoegen aan woordenboek"
415
+
416
+ #: headspace2/modules/page/tags.php:204
417
+ msgid "Order tags"
418
+ msgstr "Tags rangschikken"
419
+
420
+ #: headspace2/modules/page/tags.php:207
421
+ msgid "Alphabetically order tags"
422
+ msgstr "Tags alfabetisch rangschikken"
423
+
424
+ #: headspace2/modules/page/tags.php:214
425
+ msgid "Show tags in posts"
426
+ msgstr "Toon tags in berichten"
427
+
428
+ #: headspace2/modules/page/tags.php:217
429
+ #: headspace2/modules/page/tags.php:226
430
+ msgid "Never"
431
+ msgstr "Nooit"
432
+
433
+ #: headspace2/modules/page/tags.php:218
434
+ #: headspace2/modules/page/tags.php:227
435
+ msgid "Always"
436
+ msgstr "Altijd"
437
+
438
+ #: headspace2/modules/page/tags.php:223
439
+ msgid "Show tags in pages"
440
+ msgstr "Toon tags in pagina´s"
441
+
442
+ #: headspace2/modules/page/tags.php:232
443
+ msgid "Max Keywords"
444
+ msgstr "Max. Sleutelwoorden"
445
+
446
+ #: headspace2/modules/page/tags.php:238
447
+ msgid "Yahoo ZoneTag"
448
+ msgstr "Yahoo ZoneTag"
449
+
450
+ #: headspace2/modules/page/tags.php:241
451
+ msgid "enable"
452
+ msgstr "aanzetten"
453
+
454
+ #: headspace2/modules/page/tags.php:246
455
+ msgid "Dictionary"
456
+ msgstr "Woordenboek"
457
+
458
+ #: headspace2/modules/page/tags.php:352
459
+ msgid "Suggested tags"
460
+ msgstr "Tags Suggesties"
461
+
462
+ #: headspace2/modules/page/tags.php:354
463
+ msgid "add all"
464
+ msgstr "alles toevoegen"
465
+
466
+ #: headspace2/modules/page/tags.php:355
467
+ msgid "suggest"
468
+ msgstr "aanbevelen"
469
+
470
+ #: headspace2/modules/page/tags.php:357
471
+ #: headspace2/modules/page/tags.php:381
472
+ msgid "Yahoo"
473
+ msgstr "Yahoo"
474
+
475
+ #: headspace2/modules/page/tags.php:379
476
+ msgid "Suggest tags based on content"
477
+ msgstr "Tags voorstellen op basis van inhoud"
478
+
479
+ #: headspace2/modules/page/theme.php:61
480
+ msgid "Page-specific Themes"
481
+ msgstr "Pagina-specifieke thema´s "
482
+
483
+ #: headspace2/modules/page/theme.php:73
484
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
485
+ msgstr "Hiermee kun je een aangepast pagina-specifiek thema het standaard thema laten overschrijven"
486
+
487
+ #: headspace2/modules/page/theme.php:81
488
+ msgid "Theme"
489
+ msgstr "Thema"
490
+
491
+ #: headspace2/modules/page/theme.php:84
492
+ msgid "Current theme"
493
+ msgstr "Huidig thema"
494
+
495
+ #: headspace2/modules/site/103bees.php:31
496
+ msgid "103bees"
497
+ msgstr "103bees"
498
+
499
+ #: headspace2/modules/site/103bees.php:36
500
+ msgid "Adds 103bees tracking code to all pages"
501
+ msgstr "Voegt de 103bees tracking code toe aan alle pagina´s"
502
+
503
+ #: headspace2/modules/site/103bees.php:111
504
+ msgid "Tracking code"
505
+ msgstr "Tracking code"
506
+
507
+ #: headspace2/modules/site/103bees.php:114
508
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
509
+ msgstr "Vul de volledige JavaScript tracking code in, die je kunt vinden op je 103bees beheerpagina. "
510
+
511
+ #: headspace2/modules/site/103bees.php:118
512
+ msgid "Who to track"
513
+ msgstr "Wie volgen"
514
+
515
+ #: headspace2/modules/site/103bees.php:121
516
+ msgid "Everyone"
517
+ msgstr "Iedereen"
518
+
519
+ #: headspace2/modules/site/103bees.php:128
520
+ msgid "Users of the specified role or less will be tracked"
521
+ msgstr "Gebruikers met die specifieke rol of minder worden gevolgd"
522
+
523
+ #: headspace2/modules/site/analytics.php:38
524
+ msgid "Google Analytics"
525
+ msgstr "Google Analytics"
526
+
527
+ #: headspace2/modules/site/analytics.php:43
528
+ msgid "Adds Google Analytic tracking code to all pages"
529
+ msgstr "Voegt Google Analytics code toe aan alle pagina´s"
530
+
531
+ #: headspace2/modules/site/analytics.php:231
532
+ msgid "Account ID"
533
+ msgstr "Account ID"
534
+
535
+ #: headspace2/modules/site/analytics.php:234
536
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
537
+ msgstr "Vul de volledige Google JavaScript tracking code in, of alleen je <code>_uacct</code> nummer. "
538
+
539
+ #: headspace2/modules/site/analytics.php:238
540
+ msgid "Version"
541
+ msgstr "Versie"
542
+
543
+ #: headspace2/modules/site/analytics.php:241
544
+ msgid "Urchin (urchin.js)"
545
+ msgstr "Urchin (urchin.js)"
546
+
547
+ #: headspace2/modules/site/analytics.php:242
548
+ msgid "New Google Analytics (ga.js)"
549
+ msgstr "Nieuwe Google Analytics (ga.js)"
550
+
551
+ #: headspace2/modules/site/analytics.php:261
552
+ msgid "Track outbound links"
553
+ msgstr "Track uitgaande links"
554
+
555
+ #: headspace2/modules/site/analytics.php:264
556
+ msgid "Enter the URL you want outbound links tracked to"
557
+ msgstr "Vul de URL in om uitgaande links te tracken"
558
+
559
+ #: headspace2/modules/site/analytics.php:268
560
+ msgid "Virtual Pages"
561
+ msgstr "Virtuele Pagina´s "
562
+
563
+ #: headspace2/modules/site/analytics.php:271
564
+ msgid "Change what appears in reports"
565
+ msgstr "Verander wat in rapporten getoond wordt"
566
+
567
+ #: headspace2/modules/site/analytics.php:275
568
+ msgid "Domain Name"
569
+ msgstr "Domeinnaam"
570
+
571
+ #: headspace2/modules/site/analytics.php:278
572
+ msgid "Set to a root domain when tracking across sub-domains"
573
+ msgstr "Stel een root domain in als je sub-domeinen analyseert"
574
+
575
+ #: headspace2/modules/site/analytics.php:283
576
+ msgid "Raw Code"
577
+ msgstr "Ruwe Code"
578
+
579
+ #: headspace2/modules/site/analytics.php:286
580
+ msgid "Enter any additional Google Analytics code"
581
+ msgstr "Hier kun je extra Google Analytics code invullen"
582
+
583
+ #: headspace2/modules/site/crazyegg.php:33
584
+ msgid "CrazyEgg"
585
+ msgstr "CrazyEgg"
586
+
587
+ #: headspace2/modules/site/crazyegg.php:38
588
+ msgid "Adds CrazyEgg tracking code to all pages"
589
+ msgstr "Voegt CrazyEgg tracking code toe aan alle pagina´s "
590
+
591
+ #: headspace2/modules/site/crazyegg.php:122
592
+ msgid "CrazyEgg ID"
593
+ msgstr "CrazyEgg ID"
594
+
595
+ #: headspace2/modules/site/crazyegg.php:125
596
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
597
+ msgstr "Vul je volledige <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a> in"
598
+
599
+ #: headspace2/modules/site/first-time-visitor.php:34
600
+ msgid "First Time Visitor"
601
+ msgstr "Nieuwe Bezoeker"
602
+
603
+ #: headspace2/modules/site/first-time-visitor.php:39
604
+ msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
605
+ msgstr "Toon een bericht aan bezoekers die je site voor het eerst zien (gebaseerd op een idee van Seth Godin)"
606
+
607
+ #: headspace2/modules/site/first-time-visitor.php:93
608
+ #, php-format
609
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
610
+ msgstr "<p>Als nieuwe bezoeker wil je je misschien aanmelden voor mijn <a href=\"%s/feed/\">RSS</a> feed.</p>"
611
+
612
+ #: headspace2/modules/site/first-time-visitor.php:119
613
+ msgid "Message to display"
614
+ msgstr "Te tonen bericht"
615
+
616
+ #: headspace2/modules/site/first-time-visitor.php:125
617
+ msgid "Repeat"
618
+ msgstr "Herhaal"
619
+
620
+ #: headspace2/modules/site/first-time-visitor.php:126
621
+ msgid "Enter 0 for always"
622
+ msgstr "Vul 0 in voor altijd"
623
+
624
+ #: headspace2/modules/site/first-time-visitor.php:129
625
+ msgid "Display position"
626
+ msgstr "Vertoningspositie"
627
+
628
+ #: headspace2/modules/site/first-time-visitor.php:132
629
+ msgid "Before content"
630
+ msgstr "Voor inhoud"
631
+
632
+ #: headspace2/modules/site/first-time-visitor.php:133
633
+ msgid "After content"
634
+ msgstr "Na inhoud"
635
+
636
+ #: headspace2/modules/site/first-time-visitor.php:138
637
+ msgid "Ignore Bots"
638
+ msgstr "Negeer Bots"
639
+
640
+ #: headspace2/modules/site/frame-breaker.php:32
641
+ msgid "Frame Breaker"
642
+ msgstr "Frame Breker"
643
+
644
+ #: headspace2/modules/site/frame-breaker.php:37
645
+ msgid "Stops your site being loaded in a frame"
646
+ msgstr "Voorkomt dat je site in een frame wordt geladen"
647
+
648
+ #: headspace2/modules/site/google-ad-wrap.php:28
649
+ msgid "Google Section Targeting"
650
+ msgstr "Google Section Targeting"
651
+
652
+ #: headspace2/modules/site/google-ad-wrap.php:33
653
+ msgid "Wraps all post and page content inside a Google targeted section"
654
+ msgstr "Voegt alle iinhoud van bericht en pagina samen in een Google targeted section"
655
+
656
+ #: headspace2/modules/site/hittail.php:31
657
+ msgid "HitTail"
658
+ msgstr "HitTail"
659
+
660
+ #: headspace2/modules/site/hittail.php:36
661
+ msgid "Adds HitTail tracking code to all pages"
662
+ msgstr "Voegt HitTail tracking code toe aan alle pagina´s"
663
+
664
+ #: headspace2/modules/site/hittail.php:114
665
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
666
+ msgstr "Vul de volledige JavaScript tracking code in, zoals die door HitTail is verstrekt."
667
+
668
+ #: headspace2/modules/site/mint.php:33
669
+ msgid "Mint"
670
+ msgstr "Mint"
671
+
672
+ #: headspace2/modules/site/mint.php:38
673
+ msgid "Adds Mint tracking code to all pages"
674
+ msgstr "Voegt Mint tracking code toe aan alle pagina´s"
675
+
676
+ #: headspace2/modules/site/mint.php:121
677
+ msgid "Mint path"
678
+ msgstr "Mint pad"
679
+
680
+ #: headspace2/modules/site/mint.php:124
681
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
682
+ msgstr "Vul de relatieve URL in naar je Mint installatie (b.v. <code>/mint/</code>)."
683
+
684
+ #: headspace2/modules/site/page_counts.php:33
685
+ msgid "Page Counts"
686
+ msgstr "Pagina Telling"
687
+
688
+ #: headspace2/modules/site/page_counts.php:38
689
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
690
+ msgstr "Pas het aantal berichten ana dat getoond wordt op de archief- en zoekpagina´s en bepaal of de volledige inhoud vertoond moet worden of alleen een korte samenvatting."
691
+
692
+ #: headspace2/modules/site/page_counts.php:116
693
+ #: headspace2/modules/site/page_counts.php:128
694
+ msgid "posts, showing the"
695
+ msgstr "Bericht, toon"
696
+
697
+ #: headspace2/modules/site/page_counts.php:118
698
+ #: headspace2/modules/site/page_counts.php:130
699
+ msgid "default"
700
+ msgstr "standaard"
701
+
702
+ #: headspace2/modules/site/page_counts.php:119
703
+ #: headspace2/modules/site/page_counts.php:131
704
+ msgid "content"
705
+ msgstr "inhoud"
706
+
707
+ #: headspace2/modules/site/page_counts.php:120
708
+ #: headspace2/modules/site/page_counts.php:132
709
+ msgid "excerpt"
710
+ msgstr "samenvatting"
711
+
712
+ #: headspace2/modules/site/page_counts.php:122
713
+ msgid "(set number of posts to 0 for theme default)"
714
+ msgstr "(Zet het aantal berichten op 0 om de standaardinstellingen van je thema te gebruiken)"
715
+
716
+ #: headspace2/modules/site/page_counts.php:126
717
+ msgid "Searches"
718
+ msgstr "Zoekopdrachten"
719
+
720
+ #: headspace2/modules/site/page_counts.php:134
721
+ msgid "set number of posts to 0 for theme default"
722
+ msgstr "Zet het aantal berichten op 0 om de standaardinstellingen van je thema te gebruiken"
723
+
724
+ #: headspace2/modules/site/rpc.php:35
725
+ msgid "RPC support for Ecto"
726
+ msgstr "RPC ondersteuning voor Ecto"
727
+
728
+ #: headspace2/modules/site/rpc.php:40
729
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
730
+ msgstr "Voegt extra functies toe om blog tools te kunnen gebruiken, zoals Ecto voor tagging. "
731
+
732
+ #: headspace2/modules/site/rpc.php:77
733
+ msgid "Tag separator"
734
+ msgstr "Tag scheidingsteken"
735
+
736
+ #: headspace2/modules/site/rpc.php:80
737
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
738
+ msgstr "Deze moet overeenkomen met het scheidingsteken dat ingesteld is in Ecto 'Templates', 'Tags', 'Tag separator' "
739
+
740
+ #: headspace2/modules/site/statcounter.php:35
741
+ msgid "StatCounter"
742
+ msgstr "StatCounter"
743
+
744
+ #: headspace2/modules/site/statcounter.php:40
745
+ msgid "Adds StatCounter tracking code to all pages"
746
+ msgstr "Voegt StatCounter tracking code toe aan alle pagina´s"
747
+
748
+ #: headspace2/modules/site/statcounter.php:136
749
+ msgid "Project ID"
750
+ msgstr "Project ID"
751
+
752
+ #: headspace2/modules/site/statcounter.php:142
753
+ msgid "Partition ID"
754
+ msgstr "Partities ID"
755
+
756
+ #: headspace2/modules/site/statcounter.php:148
757
+ msgid "Security ID"
758
+ msgstr "Veiligheids ID"
759
+
760
+ #: headspace2/modules/site/widgets.php:30
761
+ msgid "Disable WordPress Widgets"
762
+ msgstr "WordPress Widgets uitschakelen"
763
+
764
+ #: headspace2/modules/site/widgets.php:35
765
+ msgid "Allows you to enable or disable various WordPress Widgets"
766
+ msgstr "Hiermee kun je verschillende WordPress Widgets in- of uitschakelen"
767
+
768
+ #: headspace2/modules/site/widgets.php:61
769
+ #: headspace2/modules/site/widgets.php:62
770
+ msgid "Pages"
771
+ msgstr "Pagina´s"
772
+
773
+ #: headspace2/modules/site/widgets.php:67
774
+ #: headspace2/modules/site/widgets.php:68
775
+ msgid "Calendar"
776
+ msgstr "Kalender"
777
+
778
+ #: headspace2/modules/site/widgets.php:79
779
+ msgid "Links"
780
+ msgstr "Links"
781
+
782
+ #: headspace2/modules/site/widgets.php:84
783
+ #: headspace2/modules/site/widgets.php:85
784
+ msgid "Meta"
785
+ msgstr "Meta"
786
+
787
+ #: headspace2/modules/site/widgets.php:90
788
+ msgid "Search"
789
+ msgstr "Zoek"
790
+
791
+ #: headspace2/modules/site/widgets.php:95
792
+ #: headspace2/modules/site/widgets.php:96
793
+ msgid "Recent Posts"
794
+ msgstr "Recente Berichten"
795
+
796
+ #: headspace2/modules/site/widgets.php:101
797
+ #: headspace2/modules/site/widgets.php:102
798
+ msgid "Tag Cloud"
799
+ msgstr "Tags Woordenwolk"
800
+
801
+ #: headspace2/modules/site/widgets.php:141
802
+ msgid "categories"
803
+ msgstr "rubrieken"
804
+
805
+ #: headspace2/modules/site/widgets.php:142
806
+ msgid "text"
807
+ msgstr "tekst"
808
+
809
+ #: headspace2/modules/site/widgets.php:143
810
+ msgid "rss"
811
+ msgstr "rss"
812
+
813
+ #: headspace2/modules/site/widgets.php:144
814
+ msgid "recent comments"
815
+ msgstr "recente reacties"
816
+
817
+ #: headspace2/modules/site/widgets.php:145
818
+ msgid "pages"
819
+ msgstr "pagina´s"
820
+
821
+ #: headspace2/modules/site/widgets.php:146
822
+ msgid "search"
823
+ msgstr "zoek"
824
+
825
+ #: headspace2/modules/site/widgets.php:147
826
+ msgid "calendar"
827
+ msgstr "kalender"
828
+
829
+ #: headspace2/modules/site/widgets.php:148
830
+ msgid "archives"
831
+ msgstr "archieven"
832
+
833
+ #: headspace2/modules/site/widgets.php:149
834
+ msgid "links"
835
+ msgstr "links"
836
+
837
+ #: headspace2/modules/site/widgets.php:150
838
+ msgid "meta"
839
+ msgstr "meta"
840
+
841
+ #: headspace2/modules/site/widgets.php:151
842
+ msgid "recent entries"
843
+ msgstr "recente artikelen"
844
+
845
+ #: headspace2/modules/site/widgets.php:152
846
+ msgid "tag cloud"
847
+ msgstr "tags woordenwolk"
848
+
849
+ #: headspace2/modules/site/widgets.php:156
850
+ msgid "Enabled Widgets"
851
+ msgstr "Ingeschakelde Widgets"
852
+
853
+ #: headspace2/modules/site/wp_formatting.php:32
854
+ msgid "WordPress content formatting"
855
+ msgstr "Opmaak van Wordpress inhoud"
856
+
857
+ #: headspace2/modules/site/wp_formatting.php:37
858
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
859
+ msgstr "Hiermee kun je verschillende Wordpress auto-opmaak in- of uitschakelen (waaronder wpautop)"
860
+
861
+ #: headspace2/modules/site/wp_formatting.php:91
862
+ msgid "Auto-formatting"
863
+ msgstr "Auto-opmaak"
864
+
865
+ #: headspace2/modules/site/wp_formatting.php:94
866
+ msgid "Use <code>wpautop</code> to format paragraphs"
867
+ msgstr "Gebruik <code>wpautop</code> om paragrafen op te maken"
868
+
869
+ #: headspace2/modules/site/wp_formatting.php:98
870
+ msgid "Auto-fancy quotes"
871
+ msgstr "Auto-opvallende citaten"
872
+
873
+ #: headspace2/modules/site/wp_formatting.php:101
874
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
875
+ msgstr "Gebruik <code>wptexturize</code> om je citaten op te laten vallen"
876
+
877
+ #: headspace2/modules/site/wp_formatting.php:105
878
+ msgid "Auto-link"
879
+ msgstr "Auto-link"
880
+
881
+ #: headspace2/modules/site/wp_formatting.php:108
882
+ msgid "Makes links clickable in comments"
883
+ msgstr "Maakt links klikbaar in reacties "
884
+
885
+ #: headspace2/view/admin/edit.php:19
886
+ msgid "advanced"
887
+ msgstr "geavanceerd"
888
+
889
+ #: headspace2/view/admin/edit_ajax.php:5
890
+ msgid "Cancel"
891
+ msgstr "Annuleer"
892
+
893
+ #: headspace2/view/admin/edit_category.php:1
894
+ msgid "HeadSpace Settings"
895
+ msgstr "HeadSpace Instellingen"
896
+
897
+ #: headspace2/view/admin/edit_category.php:5
898
+ msgid "Edit Category &raquo;"
899
+ msgstr "Bewerk Rubriek &raquo;"
900
+
901
+ #: headspace2/view/admin/edit_page.php:2
902
+ msgid "Tags"
903
+ msgstr "Tags"
904
+
905
+ #: headspace2/view/admin/edit_post.php:5
906
+ msgid "HeadSpace Meta data"
907
+ msgstr "HeadSpace Meta data"
908
+
909
+ #: headspace2/view/admin/head_admin.php:11
910
+ msgid "Are you sure you want to merge that tag?"
911
+ msgstr "Weet je zeker dat je die tag wilt samenvoegen?"
912
+
913
+ #: headspace2/view/admin/help.php:2
914
+ msgid "Special Tags"
915
+ msgstr "Speciale Tags"
916
+
917
+ #: headspace2/view/admin/help.php:5
918
+ msgid "Replaced with the date of the post/page"
919
+ msgstr "Vervangen door de datum van het bericht of de pagina"
920
+
921
+ #: headspace2/view/admin/help.php:6
922
+ msgid "Replaced with the title of the post/page"
923
+ msgstr "Vervangen door de titel van het bericht of de pagina"
924
+
925
+ #: headspace2/view/admin/help.php:7
926
+ msgid "Replaced with the post/page excerpt"
927
+ msgstr "Vervangen door de korte samenvatting van het bericht of de samenvatting"
928
+
929
+ #: headspace2/view/admin/help.php:8
930
+ msgid "Replaced with the current tag/tags"
931
+ msgstr "Vervangen door de huidige tag/tags."
932
+
933
+ #: headspace2/view/admin/help.php:9
934
+ msgid "Replaced with the post categories (comma seperated)"
935
+ msgstr "Vervangen door de bericht rubrieken (door komma´s gescheiden) "
936
+
937
+ #: headspace2/view/admin/help.php:10
938
+ msgid "Replaced with the category description"
939
+ msgstr "Vervangen door de beschrijving van de rubriek"
940
+
941
+ #: headspace2/view/admin/help.php:11
942
+ msgid "Replaced with the post/page modified time"
943
+ msgstr "Vervangen door de tijd waarop het bericht of de pagina is aangepast"
944
+
945
+ #: headspace2/view/admin/help.php:12
946
+ msgid "Replaced with the post/page ID"
947
+ msgstr "Vervangen door het ID van je bericht/pagina"
948
+
949
+ #: headspace2/view/admin/help.php:13
950
+ msgid "Replaced with the post/page author's 'nicename'"
951
+ msgstr "Vervangen door de bijnaam van de bericht/pagina auteur"
952
+
953
+ #: headspace2/view/admin/help.php:14
954
+ msgid "Replaced with the post/page author's userid"
955
+ msgstr "Vervangen door het gebruikers-ID van de bericht/pagina auteur"
956
+
957
+ #: headspace2/view/admin/help.php:15
958
+ msgid "Replaced with the current search phrase"
959
+ msgstr "Vervangen door de huidige zoektermen"
960
+
961
+ #: headspace2/view/admin/help.php:16
962
+ msgid "Replaced with the current time"
963
+ msgstr "Vervangen door de huidige tijd"
964
+
965
+ #: headspace2/view/admin/help.php:17
966
+ msgid "Replaced with the current date"
967
+ msgstr "Vervangen door de huidige datum"
968
+
969
+ #: headspace2/view/admin/help.php:18
970
+ msgid "Replaced with the current month"
971
+ msgstr "Vervangen door de huidige maand"
972
+
973
+ #: headspace2/view/admin/help.php:19
974
+ msgid "Replaced with the current year"
975
+ msgstr "Vervangen door het huidige jaar"
976
+
977
+ #: headspace2/view/admin/help.php:20
978
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
979
+ msgstr "Vervangen door het huidige paginanummer (b.v. pagina 2 van 4)"
980
+
981
+ #: headspace2/view/admin/import.php:3
982
+ msgid "HeadSpace | Import"
983
+ msgstr "HeadSpace | Importeren"
984
+
985
+ #: headspace2/view/admin/import.php:7
986
+ 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."
987
+ msgstr "Op deze pagina kun je meta-data van andere Wordpress plugins importeren. Deze plugins hoeven niet ingeschakeld te zijn. "
988
+
989
+ #: headspace2/view/admin/import.php:16
990
+ #: headspace2/view/admin/submenu.php:6
991
+ msgid "Import"
992
+ msgstr "Importeren"
993
+
994
+ #: headspace2/view/admin/import.php:17
995
+ msgid "Import and remove original data"
996
+ msgstr "Importeren en originele data verwijderen"
997
+
998
+ #: headspace2/view/admin/import.php:17
999
+ msgid "(not available in UTW and Simple Tagging)"
1000
+ msgstr "(niet beschikbaar in UTW en Simple Tagging)"
1001
+
1002
+ #: headspace2/view/admin/import.php:20
1003
+ 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."
1004
+ msgstr "<strong>Maak een backup van je database voordat je gegevens importeert!</strong>."
1005
+
1006
+ #: headspace2/view/admin/mass_edit.php:3
1007
+ msgid "Mass Edit Meta-data"
1008
+ msgstr "Beheer Alle Meta-Data"
1009
+
1010
+ #: headspace2/view/admin/mass_edit.php:40
1011
+ msgid "Save all data"
1012
+ msgstr "Alle data opslaan"
1013
+
1014
+ #: headspace2/view/admin/modules.php:4
1015
+ msgid "HeadSpace | Page Modules"
1016
+ msgstr "HeadSpace | Pagina Modules"
1017
+
1018
+ #: headspace2/view/admin/modules.php:8
1019
+ 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."
1020
+ msgstr "Pagina-modules zijn van toepassing op individuele pagina´s. Sleep de modules naar de juiste sectie. Op het beheerscherm kun je de positie van de modules veranderen of herordenen. "
1021
+
1022
+ #: headspace2/view/admin/modules.php:12
1023
+ msgid "Simple"
1024
+ msgstr "Eenvoudig"
1025
+
1026
+ #: headspace2/view/admin/modules.php:13
1027
+ msgid "Modules will always appear on edit screens"
1028
+ msgstr "Modules altijd zichtbaar op beheer-pagina´s"
1029
+
1030
+ #: headspace2/view/admin/modules.php:18
1031
+ msgid "Advanced"
1032
+ msgstr "Geavanceerd"
1033
+
1034
+ #: headspace2/view/admin/modules.php:19
1035
+ msgid "Modules will be hidden behind a link"
1036
+ msgstr "Modules verstopt achter link"
1037
+
1038
+ #: headspace2/view/admin/modules.php:24
1039
+ msgid "Disabled"
1040
+ msgstr "Uitgeschakeld"
1041
+
1042
+ #: headspace2/view/admin/modules.php:25
1043
+ msgid "Modules are disabled and do not appear"
1044
+ msgstr "Modules zijn uitgeschakeld en worden niet getoond"
1045
+
1046
+ #: headspace2/view/admin/modules.php:42
1047
+ msgid "Save module order"
1048
+ msgstr "Rangschikking modules opslaan"
1049
+
1050
+ #: headspace2/view/admin/modules.php:47
1051
+ msgid "Site Modules"
1052
+ msgstr "Site Modules"
1053
+
1054
+ #: headspace2/view/admin/modules.php:48
1055
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1056
+ msgstr "Site modules zijn van toepassing op je hele website. Alleen aangevinkte modules zullen werken (als ze goed geconfigureerd zijn) "
1057
+
1058
+ #: headspace2/view/admin/options.php:5
1059
+ msgid "HeadSpace | General Options"
1060
+ msgstr "HeadSpace | Algemene Opties"
1061
+
1062
+ #: headspace2/view/admin/options.php:11
1063
+ msgid "Inherit settings"
1064
+ msgstr "Instellingen overnemen"
1065
+
1066
+ #: headspace2/view/admin/options.php:12
1067
+ msgid "Inherit from global settings"
1068
+ msgstr "Algemene instellingen overnemen"
1069
+
1070
+ #: headspace2/view/admin/options.php:19
1071
+ msgid "Check for updates"
1072
+ msgstr "Zoek updates"
1073
+
1074
+ #: headspace2/view/admin/options.php:20
1075
+ msgid "Check for updates from within HeadSpace"
1076
+ msgstr "Zoek updates vanuit HeadSpace"
1077
+
1078
+ #: headspace2/view/admin/options.php:27
1079
+ msgid "Debug"
1080
+ msgstr "Debug"
1081
+
1082
+ #: headspace2/view/admin/options.php:28
1083
+ msgid "Enable debug option"
1084
+ msgstr "Debug optie inschakelen"
1085
+
1086
+ #: headspace2/view/admin/options.php:37
1087
+ msgid "Update Options &raquo;"
1088
+ msgstr "Update Opties &raquo;"
1089
+
1090
+ #: headspace2/view/admin/options.php:43
1091
+ msgid "Remove HeadSpace"
1092
+ msgstr "HeadSpace Verwijderen"
1093
+
1094
+ #: headspace2/view/admin/options.php:45
1095
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
1096
+ msgstr "Deze optie verwijders HeadSpace en alle instellingen, tags en meta-data."
1097
+
1098
+ #: headspace2/view/admin/options.php:48
1099
+ msgid "Delete HeadSpace"
1100
+ msgstr "Verwijder HeadSpace"
1101
+
1102
+ #: headspace2/view/admin/pager.php:14
1103
+ msgid "Per page"
1104
+ msgstr "Per pagina"
1105
+
1106
+ #: headspace2/view/admin/pager.php:21
1107
+ msgid "go"
1108
+ msgstr "ga"
1109
+
1110
+ #: headspace2/view/admin/settings.php:4
1111
+ msgid "HeadSpace | Settings"
1112
+ msgstr "HeadSpace | Instellingen"
1113
+
1114
+ #: headspace2/view/admin/settings.php:22
1115
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1116
+ msgstr "Instellingen kunnen worden toegepast op specifieke berichten en &amp; pagina´s vanuit de pagina <strong>bericht bewerken</strong> en op specifieke rubrieken vanuit de <strong>rubriek bewerken</strong> pagina. "
1117
+
1118
+ #: headspace2/view/admin/submenu.php:3
1119
+ msgid "Page Settings"
1120
+ msgstr "Pagina Instellingen"
1121
+
1122
+ #: headspace2/view/admin/submenu.php:4
1123
+ msgid "Modules"
1124
+ msgstr "Modules"
1125
+
1126
+ #: headspace2/view/admin/submenu.php:5
1127
+ msgid "Options"
1128
+ msgstr "Opties"
1129
+
1130
+ #: headspace2/view/admin/tags.php:2
1131
+ msgid "Tag Management"
1132
+ msgstr "Tag Beheer"
1133
+
1134
+ #: headspace2/view/admin/tags.php:8
1135
+ #: headspace2/view/admin/tags_edit.php:4
1136
+ msgid "Tag"
1137
+ msgstr "Tag"
1138
+
1139
+ #: headspace2/view/admin/tags.php:9
1140
+ #: headspace2/view/admin/tags_edit.php:8
1141
+ msgid "Slug"
1142
+ msgstr "Slug"
1143
+
1144
+ #: headspace2/view/admin/tags.php:10
1145
+ msgid "Count"
1146
+ msgstr "Tel"
1147
+
1148
+ #: headspace2/view/admin/tags.php:37
1149
+ msgid "Tags can be merged by clicking 'merge tags' and then dragging the tag you want to merge from and dropping over the tag you want to merge into."
1150
+ msgstr "Tags kunnen worden samengevoegd door op ´tags samenvoegen´te klikken en vervolgens de bron-tag naar de doel-tag te slepen. "
1151
+
1152
+ #: headspace2/view/admin/tags.php:40
1153
+ msgid "You have no tags!"
1154
+ msgstr "Je hebt geen tags!"
1155
+
1156
+ #: headspace2/view/admin/version.php:2
1157
+ msgid "HeadSpace2 News"
1158
+ msgstr "HeadSpace2 Nieuws"
1159
+
1160
+ #: headspace2/view/admin/version.php:5
1161
+ #, php-format
1162
+ msgid "%s ago"
1163
+ msgstr "%s geleden"
1164
+
locale/pl_PL.mo ADDED
Binary file
locale/pl_PL.po ADDED
@@ -0,0 +1,902 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2007-09-25 18:08+0100\n"
12
+ "Last-Translator: Jacek Tyc <jacek.tyc@gmail.com>\n"
13
+ "Language-Team: JACEK TYC <jacek.tyc@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: Polish\n"
18
+ "X-Poedit-Country: POLAND\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+
21
+ #: headspace.php:387
22
+ #, php-format
23
+ msgid "%d items were imported from %s"
24
+ msgstr "Elementów zaimportowanych- <strong>%d</strong> | Wtyczka- <strong>%s</strong> "
25
+
26
+ #: view/admin/version.php:5
27
+ #, php-format
28
+ msgid "%s ago"
29
+ msgstr "%s ago"
30
+
31
+ #: view/admin/import.php:13
32
+ msgid "(not available in UTW and Simple Tagging)"
33
+ msgstr "(niedostępne dla UTW oraz Simple Tagging)"
34
+
35
+ #: models/inline_tags.php:163
36
+ #, php-format
37
+ msgid "(page %d of %d)"
38
+ msgstr "(strona %d z %d)"
39
+
40
+ #: headspace.php:105
41
+ msgid "404 Page"
42
+ msgstr "404 Page"
43
+
44
+ #: ajax.php:64
45
+ msgid "<p style=\"color: red\">That function is not defined</p>"
46
+ msgstr "<p style=\"color: red\">Ta funkcja nie jest zdefiniowana</p>"
47
+
48
+ #: ajax.php:57
49
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
50
+ msgstr "<p style=\"color: red\">Brak uprawnień do skorzystania z tych zasobów</p>"
51
+
52
+ #: modules/page/tags.php:125
53
+ msgid "<p>Tags: "
54
+ msgstr "<p>Znaczniki: "
55
+
56
+ #: modules/page/plugin.php:139
57
+ msgid "Add Plugin"
58
+ msgstr "Dodaj wtyczkę"
59
+
60
+ #: modules/page/tags.php:175
61
+ msgid "Add tags to dictionary"
62
+ msgstr "Dodaj Znacznik do słownika"
63
+
64
+ #: modules/site/crazyegg.php:38
65
+ msgid "Adds CrazyEgg tracking code to all pages"
66
+ msgstr "Dodaj kod śledzenia CrazyEgg do wszystkich stron"
67
+
68
+ #: modules/site/analytics.php:39
69
+ msgid "Adds Google Analytic tracking code to all pages"
70
+ msgstr "Dodaj kod śledzenia Google Analytic do wszystkich stron"
71
+
72
+ #: modules/site/mint.php:38
73
+ msgid "Adds Mint tracking code to all pages"
74
+ msgstr "Dodaj kod śledzenia Mint do wszystkich stron"
75
+
76
+ #: modules/site/statcounter.php:40
77
+ msgid "Adds StatCounter tracking code to all pages"
78
+ msgstr "Dodaj kod śledzenia StatCounter do wszystkich stron"
79
+
80
+ #: modules/site/rpc.php:37
81
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
82
+ msgstr "Dodaj dodatkowe funkcje aby zezwolić innym narzędziom (np. Ecto) na używanie znaczników"
83
+
84
+ #: view/admin/modules.php:13
85
+ msgid "Advanced"
86
+ msgstr "Zaawansowane"
87
+
88
+ #: modules/page/page_title.php:109
89
+ msgid "After"
90
+ msgstr "Po"
91
+
92
+ #: modules/page/description.php:73
93
+ msgid "All descriptions will be trimmed to this length"
94
+ msgstr "Wszystkie opisy zostaną ograniczone do tej długości"
95
+
96
+ #: modules/import/all-in-one-seo.php:28
97
+ msgid "All-in-one SEO"
98
+ msgstr "All-in-one SEO"
99
+
100
+ #: modules/page/javascript.php:55
101
+ msgid "Allow external JavaScript files to be referenced"
102
+ msgstr "Zezwala na wprowadzanie odsyłaczy do zewnętrznych plików JavaScript"
103
+
104
+ #: modules/page/page_title.php:89
105
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
106
+ msgstr "Zezwala na zmianę tytułu strony (tytuł widoczny w przeglądarce strony)"
107
+
108
+ #: modules/page/stylesheet.php:55
109
+ msgid "Allows CSS stylesheets to be added to a page"
110
+ msgstr "Zezwala na dodanie arkuszy stylów CSS dla wybranej strony."
111
+
112
+ #: modules/page/theme.php:69
113
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
114
+ msgstr "Zezwala na zmianę motywu graficznego dla wybranej strony."
115
+
116
+ #: modules/page/noindex.php:56
117
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
118
+ msgstr "Zezwala na ustawienie opcji no-index/no-follow dla wybranej strony aby zapobiec indeksowaniu lub odwiedzaniu stron przez wyszukiwarki oraz roboty."
119
+
120
+ #: modules/page/description.php:61
121
+ msgid "Allows a short description about the page that is used by search engines"
122
+ msgstr "Zezwala na wprowadzenie krótkiego opisu strony który jest używany przez wyszukiwarki."
123
+
124
+ #: modules/page/plugin.php:87
125
+ msgid "Allows disabled plugins to be enabled on specific pages"
126
+ msgstr "Zezwala na przypisywanie nieaktywnych wtyczek dla konkretnej strony."
127
+
128
+ #: modules/page/raw.php:48
129
+ msgid "Allows raw data to be inserted into the page meta section"
130
+ msgstr "Zezwala na wprowadzanie danych nieprzetworzonych (raw data) bezpośrednio w sekcji meta wybranej strony."
131
+
132
+ #: modules/page/rss_tagline.php:62
133
+ msgid "Allows site RSS description to be changed"
134
+ msgstr "Zezwala na zmianę opisu strony RSS"
135
+
136
+ #: modules/page/rss_name.php:62
137
+ msgid "Allows site RSS name to be changed"
138
+ msgstr "Zezwala na zmianę nazwy strony RSS"
139
+
140
+ #: modules/page/site_tagline.php:61
141
+ msgid "Allows site description to be changed (i.e. the tagline)"
142
+ msgstr "Zezwala na zmianę opisu strony - w przypadku użycia funkcji: bloginfo('description')..."
143
+
144
+ #: modules/page/site_name.php:61
145
+ msgid "Allows site name to be changed (i.e your blog name)"
146
+ msgstr "Zezwala na zmianę nazwy strony"
147
+
148
+ #: modules/page/tags.php:162
149
+ msgid "Allows tags/keywords to be added to pages"
150
+ msgstr "Zezwala na dodawanie znaczników/słów kluczowych do strony"
151
+
152
+ #: modules/page/more_text.php:56
153
+ msgid "Allows the 'more' text to be changed"
154
+ msgstr "Zezwala na zmianę tekstu dla kodu '<!--more-->' "
155
+
156
+ #: modules/site/wp_formatting.php:37
157
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
158
+ msgstr "Zezwala na włączenie lub wyłączenie auto-formatowania (włącznie z wpautop)"
159
+
160
+ #: modules/page/tags.php:186
161
+ msgid "Alphabetically order tags"
162
+ msgstr "Alfabetyczna kolejność znaczników"
163
+
164
+ #: modules/page/tags.php:201
165
+ #: modules/page/tags.php:210
166
+ msgid "Always"
167
+ msgstr "Zawsze"
168
+
169
+ #: headspace.php:100
170
+ #: modules/site/page_counts.php:114
171
+ msgid "Archives"
172
+ msgstr "Archiwum"
173
+
174
+ #: view/admin/import.php:16
175
+ 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."
176
+ msgstr "W tym przypadku może nastąpić modyfikacja danych w Twojej bazie.<br> Zalecane jest <strong>wykonanie kopii bazy danych przed uruchomieniem importu.</strong>"
177
+
178
+ #: headspace.php:103
179
+ msgid "Author Pages"
180
+ msgstr "Autor Strony"
181
+
182
+ #: modules/site/wp_formatting.php:97
183
+ msgid "Auto-fancy quotes"
184
+ msgstr "Auto-fancy quotes"
185
+
186
+ #: modules/site/wp_formatting.php:90
187
+ msgid "Auto-formatting"
188
+ msgstr "Auto-formatowanie"
189
+
190
+ #: modules/site/wp_formatting.php:104
191
+ msgid "Auto-link"
192
+ msgstr "Auto-link"
193
+
194
+ #: modules/page/tags.php:178
195
+ msgid "Automatically add new tags to dictionary"
196
+ msgstr "Automatycznie dodaj nowe znaczniki do słownika"
197
+
198
+ #: modules/page/page_title.php:108
199
+ msgid "Before"
200
+ msgstr "Przed"
201
+
202
+ #: view/admin/edit_ajax.php:5
203
+ #: view/admin/module_edit.php:8
204
+ #: view/admin/site_module_edit.php:16
205
+ msgid "Cancel"
206
+ msgstr "Anuluj"
207
+
208
+ #: headspace.php:101
209
+ msgid "Categories"
210
+ msgstr "Kategorie"
211
+
212
+ #: view/admin/options.php:16
213
+ msgid "Check for updates"
214
+ msgstr "Sprawdź uaktualnienia"
215
+
216
+ #: view/admin/options.php:17
217
+ msgid "Check for updates from within HeadSpace"
218
+ msgstr "Sprawdź uaktualnienia dla HeadSpace"
219
+
220
+ #: modules/site/crazyegg.php:33
221
+ msgid "CrazyEgg"
222
+ msgstr "CrazyEgg"
223
+
224
+ #: modules/site/crazyegg.php:122
225
+ msgid "CrazyEgg ID"
226
+ msgstr "CrazyEgg ID"
227
+
228
+ #: modules/page/theme.php:80
229
+ msgid "Current theme"
230
+ msgstr "Aktualny motyw graficzny"
231
+
232
+ #: modules/site/page_counts.php:38
233
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
234
+ msgstr "Określ liczbę wpisów widocznych na stronie archiwum lub w wynikach wyszukiwania oraz zdecyduj czy prezentować cały tekst czy streszczenie."
235
+
236
+ #: view/admin/options.php:37
237
+ msgid "Delete HeadSpace"
238
+ msgstr "Usuń HeadSpace"
239
+
240
+ #: modules/page/description.php:88
241
+ msgid "Description"
242
+ msgstr "Opis"
243
+
244
+ #: modules/page/tags.php:222
245
+ msgid "Dictionary"
246
+ msgstr "Słownik"
247
+
248
+ #: view/admin/modules.php:19
249
+ msgid "Disabled"
250
+ msgstr "Wyłączone"
251
+
252
+ #: view/admin/edit_category.php:5
253
+ msgid "Edit Category &raquo;"
254
+ msgstr "Edycja Kategorii &raquo;"
255
+
256
+ #: modules/site/analytics.php:184
257
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
258
+ msgstr "Wpisz adresy linków wychodzących które mają być śledzone. Pozostaw puste jeżeli nie chcesz korzystać z tej funkcji."
259
+
260
+ #: modules/site/analytics.php:163
261
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
262
+ msgstr "Wpisz pełny kod śledzenia Google JavaScript lub numer <code>_uacct</code>."
263
+
264
+ #: modules/site/mint.php:124
265
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
266
+ msgstr "Wpisz względny adres URL do Twojej instalacji Mint (np. <code>/mint/</code>)."
267
+
268
+ #: modules/site/crazyegg.php:125
269
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
270
+ msgstr "Wpisz swój pełny <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
271
+
272
+ #: modules/site/analytics.php:170
273
+ #: modules/site/crazyegg.php:132
274
+ #: modules/site/mint.php:131
275
+ #: modules/site/statcounter.php:158
276
+ msgid "Everyone"
277
+ msgstr "Wszyscy"
278
+
279
+ #: view/admin/options.php:3
280
+ msgid "General Options"
281
+ msgstr "Główne Opcje"
282
+
283
+ #: headspace.php:98
284
+ msgid "Global Settings"
285
+ msgstr "Ustawienia Globalne"
286
+
287
+ #: modules/site/analytics.php:34
288
+ msgid "Google Analytics"
289
+ msgstr "Google Analytics"
290
+
291
+ #: modules/site/google-ad-wrap.php:28
292
+ msgid "Google Section Targeting"
293
+ msgstr "Google Section Targeting - kierowanie na sekcje"
294
+
295
+ #: modules/import/head_meta_description.php:28
296
+ msgid "Head META Description"
297
+ msgstr "Head META Description"
298
+
299
+ #: headspace.php:133
300
+ msgid "HeadSpace"
301
+ msgstr "HeadSpace"
302
+
303
+ #: view/admin/edit_post.php:6
304
+ msgid "HeadSpace Meta data"
305
+ msgstr "HeadSpace Meta Dane"
306
+
307
+ #: view/admin/edit_category.php:1
308
+ #: view/admin/settings.php:2
309
+ msgid "HeadSpace Settings"
310
+ msgstr "HeadSpace Ustawienia"
311
+
312
+ #: headspace.php:342
313
+ msgid "HeadSpace has been removed"
314
+ msgstr "HeadSpace został usunięty"
315
+
316
+ #: modules/import/headspace_tags.php:31
317
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
318
+ msgstr "HeadSpace tags (przekonwertuj do WordPress 2.3 tags)"
319
+
320
+ #: view/admin/version.php:2
321
+ msgid "HeadSpace2 News"
322
+ msgstr "HeadSpace2 Aktualności"
323
+
324
+ #: headspace.php:99
325
+ msgid "Home Page"
326
+ msgstr "Strona Główna"
327
+
328
+ #: plugin.php:593
329
+ msgid "How many widgets would you like?"
330
+ msgstr "How many widgets would you like?"
331
+
332
+ #: view/admin/import.php:2
333
+ #: view/admin/import.php:12
334
+ #: view/admin/submenu.php:5
335
+ msgid "Import"
336
+ msgstr "Import"
337
+
338
+ #: view/admin/import.php:13
339
+ msgid "Import and remove original data"
340
+ msgstr "Importuj i usuń oryginalne dane"
341
+
342
+ #: view/admin/options.php:9
343
+ msgid "Inherit from global settings"
344
+ msgstr "Dziedziczone z ustawień globalnych"
345
+
346
+ #: view/admin/options.php:8
347
+ msgid "Inherit settings"
348
+ msgstr "Ustawienia dziedziczone"
349
+
350
+ #: ajax.php:141
351
+ #: ajax.php:152
352
+ #: ajax.php:163
353
+ #: ajax.php:174
354
+ #: ajax.php:188
355
+ msgid "Invalid module"
356
+ msgstr "Moduł nieaktywny. Spróbuj najpierw aktywować moduł."
357
+
358
+ #: modules/page/javascript.php:50
359
+ #: modules/page/javascript.php:66
360
+ msgid "JavaScript"
361
+ msgstr "JavaScript"
362
+
363
+ #: modules/import/jerome.php:28
364
+ msgid "Jerome's Keywords"
365
+ msgstr "Jerome's Keywords"
366
+
367
+ #: modules/page/page_title.php:101
368
+ msgid "Leave blank to use theme default"
369
+ msgstr "pozostaw puste aby użyć domyślnego "
370
+
371
+ #: modules/site/wp_formatting.php:107
372
+ msgid "Makes links clickable in comments"
373
+ msgstr "Zezwól na \"Klikalne\" linki w komentarzach"
374
+
375
+ #: view/admin/mass_edit.php:2
376
+ msgid "Mass Edit Meta-data"
377
+ msgstr "Masowa Edycja Meta-danych"
378
+
379
+ #: modules/page/description.php:70
380
+ msgid "Max length"
381
+ msgstr "Maksymalna długość"
382
+
383
+ #: headspace.php:134
384
+ msgid "Meta-data"
385
+ msgstr "Meta-dane"
386
+
387
+ #: modules/site/mint.php:33
388
+ msgid "Mint"
389
+ msgstr "Mint"
390
+
391
+ #: modules/site/mint.php:121
392
+ msgid "Mint path"
393
+ msgstr "Mint - ścieżka dostępu"
394
+
395
+ #: view/admin/submenu.php:3
396
+ msgid "Modules"
397
+ msgstr "Moduły"
398
+
399
+ #: view/admin/modules.php:20
400
+ msgid "Modules are disabled and do not appear"
401
+ msgstr "Moduły wyłączone/niedostępne podczas edycji"
402
+
403
+ #: view/admin/modules.php:8
404
+ msgid "Modules will always appear on edit screens"
405
+ msgstr "Moduły widoczne podczas edycji"
406
+
407
+ #: view/admin/modules.php:14
408
+ msgid "Modules will be hidden behind a link"
409
+ msgstr "Moduły ukryte, dostępne pod linkiem zaawansowane"
410
+
411
+ #: modules/import/more_unique.php:28
412
+ msgid "More Unique"
413
+ msgstr "More Unique"
414
+
415
+ #: modules/mass/more_text.php:28
416
+ #: modules/mass/more_text.php:50
417
+ #: modules/page/more_text.php:51
418
+ #: modules/page/more_text.php:70
419
+ msgid "More text"
420
+ msgstr "Tekst dla kodu <--!more-->"
421
+
422
+ #: modules/page/tags.php:200
423
+ #: modules/page/tags.php:209
424
+ msgid "Never"
425
+ msgstr "Nigdy"
426
+
427
+ #: models/pager.php:387
428
+ msgid "Next"
429
+ msgstr "Następny"
430
+
431
+ #: modules/page/noindex.php:70
432
+ msgid "No Index"
433
+ msgstr "No Index"
434
+
435
+ #: modules/page/noindex.php:51
436
+ msgid "No Index/No Follow"
437
+ msgstr "No Index/No Follow"
438
+
439
+ #: view/admin/submenu.php:4
440
+ msgid "Options"
441
+ msgstr "Opcje"
442
+
443
+ #: modules/page/tags.php:183
444
+ msgid "Order tags"
445
+ msgstr "Kolejność Znaczników"
446
+
447
+ #: modules/site/page_counts.php:33
448
+ msgid "Page Counts"
449
+ msgstr "Page Counts"
450
+
451
+ #: view/admin/modules.php:2
452
+ msgid "Page Modules"
453
+ msgstr "Moduły"
454
+
455
+ #: view/admin/submenu.php:2
456
+ msgid "Page Settings"
457
+ msgstr "Ustawienia Strony"
458
+
459
+ #: modules/page/page_title.php:125
460
+ msgid "Page Title"
461
+ msgstr "Tytuł Strony"
462
+
463
+ #: modules/mass/description.php:28
464
+ #: modules/mass/description.php:50
465
+ #: modules/page/description.php:56
466
+ msgid "Page description"
467
+ msgstr "Opis Strony(Meta tag)"
468
+
469
+ #: view/admin/modules.php:3
470
+ 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."
471
+ msgstr "Strona modułów dostępnych dla konkretnego wpisu/strony. Przeciągnij i upuść moduł do wybranej sekcji po czym 'Zapisz ustawienia modułów' aby aktywować. Dostępna zmiana kolejności wyświetlanych modułów oraz modyfikacja ustawień."
472
+
473
+ #: modules/mass/page_slug.php:28
474
+ msgid "Page slug"
475
+ msgstr "Znacznik strony"
476
+
477
+ #: modules/mass/page_title.php:28
478
+ #: modules/mass/page_title.php:50
479
+ #: modules/page/page_title.php:84
480
+ msgid "Page title"
481
+ msgstr "Tytuł Strony"
482
+
483
+ #: modules/page/plugin.php:82
484
+ msgid "Page-specific Plugins"
485
+ msgstr "Przypisanie Wtyczki do Strony"
486
+
487
+ #: modules/page/theme.php:57
488
+ msgid "Page-specific Themes"
489
+ msgstr "Przypisanie Motywu Graficznego do Strony"
490
+
491
+ #: modules/site/statcounter.php:142
492
+ msgid "Partition ID"
493
+ msgstr "Partition ID"
494
+
495
+ #: view/admin/pager.php:14
496
+ msgid "Per page"
497
+ msgstr "Liczba Stron"
498
+
499
+ #: modules/page/plugin.php:132
500
+ msgid "Plugins"
501
+ msgstr "Wtyczki"
502
+
503
+ #: modules/mass/page_slug.php:50
504
+ msgid "Post slug"
505
+ msgstr "Znacznik Wpisu/Strony"
506
+
507
+ #: modules/mass/description.php:49
508
+ #: modules/mass/more_text.php:49
509
+ #: modules/mass/page_slug.php:49
510
+ #: modules/mass/page_title.php:49
511
+ #: modules/mass/site_description.php:49
512
+ #: modules/mass/site_name.php:49
513
+ #: modules/mass/tags.php:49
514
+ msgid "Post title"
515
+ msgstr "Tytuł Wpisu/Strony"
516
+
517
+ #: headspace.php:102
518
+ msgid "Posts &amp; Pages"
519
+ msgstr "Wpisy i Strony"
520
+
521
+ #: headspace.php:297
522
+ msgid "Posts successfully updated"
523
+ msgstr "Dane zostały uaktualnione"
524
+
525
+ #: models/pager.php:386
526
+ msgid "Previous"
527
+ msgstr "Poprzedni"
528
+
529
+ #: modules/site/statcounter.php:136
530
+ msgid "Project ID"
531
+ msgstr "Project ID"
532
+
533
+ #: modules/site/rpc.php:32
534
+ msgid "RPC support for Ecto"
535
+ msgstr "RPC wsparcie dla Ecto"
536
+
537
+ #: modules/page/rss_tagline.php:57
538
+ #: modules/page/rss_tagline.php:76
539
+ msgid "RSS Description"
540
+ msgstr "Opis RSS"
541
+
542
+ #: modules/page/rss_name.php:57
543
+ #: modules/page/rss_name.php:76
544
+ msgid "RSS Name"
545
+ msgstr "Nazwa RSS"
546
+
547
+ #: modules/page/raw.php:43
548
+ #: modules/page/raw.php:55
549
+ msgid "Raw data"
550
+ msgstr "Raw data"
551
+
552
+ #: view/admin/options.php:32
553
+ msgid "Remove HeadSpace"
554
+ msgstr "Usuń HeadSpace"
555
+
556
+ #: view/admin/help.php:9
557
+ msgid "Replaced with the category description"
558
+ msgstr "opis kategorii"
559
+
560
+ #: view/admin/help.php:16
561
+ msgid "Replaced with the current date"
562
+ msgstr "aktualna data"
563
+
564
+ #: view/admin/help.php:17
565
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
566
+ msgstr "aktualny numer strony (np. strona 2 z 4)"
567
+
568
+ #: view/admin/help.php:14
569
+ msgid "Replaced with the current search phrase"
570
+ msgstr "aktualnie szukana fraza"
571
+
572
+ #: view/admin/help.php:15
573
+ msgid "Replaced with the current time"
574
+ msgstr "aktualny czas"
575
+
576
+ #: view/admin/help.php:5
577
+ msgid "Replaced with the date of the post/page"
578
+ msgstr "data wpisu/strony"
579
+
580
+ #: view/admin/help.php:8
581
+ msgid "Replaced with the post categories (comma seperated)"
582
+ msgstr "kategorie wpisu (rozdzielone przecinkami)"
583
+
584
+ #: view/admin/help.php:11
585
+ msgid "Replaced with the post/page ID"
586
+ msgstr "ID wpisu/strony"
587
+
588
+ #: view/admin/help.php:12
589
+ msgid "Replaced with the post/page author's 'nicename'"
590
+ msgstr "autor wpisu/strony (pseudonim)"
591
+
592
+ #: view/admin/help.php:13
593
+ msgid "Replaced with the post/page author's userid"
594
+ msgstr "autor wpisu/strony (userid)"
595
+
596
+ #: view/admin/help.php:7
597
+ msgid "Replaced with the post/page excerpt"
598
+ msgstr "zawartość skrócona wpisu/strony"
599
+
600
+ #: view/admin/help.php:10
601
+ msgid "Replaced with the post/page modified time"
602
+ msgstr "data modyfikacji wpisu/strony"
603
+
604
+ #: view/admin/help.php:6
605
+ msgid "Replaced with the title of the post/page"
606
+ msgstr "tytuł wpisu/strony"
607
+
608
+ #: modules/import/seo-title-tags.php:28
609
+ msgid "SEO Title Tags"
610
+ msgstr "SEO Title Tags"
611
+
612
+ #: plugin.php:600
613
+ #: view/admin/edit_ajax.php:4
614
+ #: view/admin/module_edit.php:7
615
+ #: view/admin/site_module_edit.php:15
616
+ msgid "Save"
617
+ msgstr "Zapisz"
618
+
619
+ #: view/admin/mass_edit.php:37
620
+ msgid "Save all data"
621
+ msgstr "Zapisz wszystkie dane"
622
+
623
+ #: view/admin/modules.php:37
624
+ msgid "Save module order"
625
+ msgstr "Zapisz ustawienia madułów"
626
+
627
+ #: view/admin/pager.php:11
628
+ msgid "Search"
629
+ msgstr "Szukaj"
630
+
631
+ #: headspace.php:104
632
+ msgid "Search Pages"
633
+ msgstr "Wyniki Wyszukiwania"
634
+
635
+ #: modules/site/page_counts.php:126
636
+ msgid "Searches"
637
+ msgstr "Searches"
638
+
639
+ #: modules/site/statcounter.php:148
640
+ msgid "Security ID"
641
+ msgstr "Security ID"
642
+
643
+ #: modules/page/page_title.php:105
644
+ msgid "Separator position"
645
+ msgstr "Pozycja Separatora"
646
+
647
+ #: view/admin/settings.php:15
648
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
649
+ msgstr "Ustawienia mogą być wprowadzane bezpośrednio przy edycji lub dodawaniu konkretnego wpisu, strony lub kategorii."
650
+
651
+ #: modules/page/plugin.php:103
652
+ msgid "Show in admin"
653
+ msgstr "Show in admin"
654
+
655
+ #: modules/page/tags.php:206
656
+ msgid "Show tags in pages"
657
+ msgstr "Pokaż znaczniki na stronie"
658
+
659
+ #: modules/page/tags.php:197
660
+ msgid "Show tags in posts"
661
+ msgstr "Pokaż znaczniki we wpisach"
662
+
663
+ #: modules/page/plugin.php:106
664
+ msgid "Shows page-specific plugins in the administration menus"
665
+ msgstr "Shows page-specific plugins in the administration menus"
666
+
667
+ #: view/admin/modules.php:7
668
+ msgid "Simple"
669
+ msgstr "Domyślne"
670
+
671
+ #: modules/import/simple-tagging.php:28
672
+ msgid "Simple Tagging"
673
+ msgstr "Simple Tagging"
674
+
675
+ #: modules/import/simple-tags.php:28
676
+ msgid "Simple Tags"
677
+ msgstr "Simple Tags"
678
+
679
+ #: view/admin/modules.php:42
680
+ msgid "Site Modules"
681
+ msgstr "Moduły na Stronie"
682
+
683
+ #: modules/mass/site_description.php:28
684
+ #: modules/mass/site_description.php:50
685
+ #: modules/page/site_tagline.php:56
686
+ #: modules/page/site_tagline.php:75
687
+ msgid "Site description"
688
+ msgstr "Opis Strony (Opis bloga)"
689
+
690
+ #: view/admin/modules.php:43
691
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
692
+ msgstr "Tylko zaznaczone moduły będą aktywne (oczywiście jeżeli zostaną poprawnie skonfigurowane)"
693
+
694
+ #: modules/mass/site_name.php:28
695
+ #: modules/mass/site_name.php:50
696
+ #: modules/page/site_name.php:56
697
+ #: modules/page/site_name.php:75
698
+ msgid "Site name"
699
+ msgstr "Nazwa Strony"
700
+
701
+ #: view/admin/help.php:2
702
+ msgid "Special Tags"
703
+ msgstr "Znaczniki Specjalne"
704
+
705
+ #: modules/site/statcounter.php:35
706
+ msgid "StatCounter"
707
+ msgstr "StatCounter"
708
+
709
+ #: modules/page/stylesheet.php:50
710
+ #: modules/page/stylesheet.php:66
711
+ msgid "Stylesheets"
712
+ msgstr "Stylesheets"
713
+
714
+ #: modules/page/tags.php:342
715
+ msgid "Suggest tags based on content"
716
+ msgstr "Sugerowane znaczniki pod względem zawartości strony"
717
+
718
+ #: modules/page/tags.php:316
719
+ msgid "Suggested tags"
720
+ msgstr "Sugerowane Znaczniki"
721
+
722
+ #: modules/site/rpc.php:74
723
+ msgid "Tag separator"
724
+ msgstr "Separator Znaczników"
725
+
726
+ #: modules/page/tags.php:157
727
+ msgid "Tags (keywords)"
728
+ msgstr "Znaczniki (słowa kluczowe)"
729
+
730
+ #: modules/mass/tags.php:28
731
+ #: modules/mass/tags.php:50
732
+ #: modules/page/tags.php:272
733
+ msgid "Tags/keywords"
734
+ msgstr "Znaczniki/Słowa Kluczowe"
735
+
736
+ #: modules/page/theme.php:77
737
+ msgid "Theme"
738
+ msgstr "Motyw Graficzny"
739
+
740
+ #: modules/site/rpc.php:77
741
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
742
+ msgstr "Powinien zgadzać się z separatorem zdefiniowanym w Ecto 'Templates', 'Tags', 'Tag separator'"
743
+
744
+ #: view/admin/options.php:34
745
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
746
+ msgstr "Ta opcja powoduje usunięcie HeadSpace oraz wszystkich jego ustawień, meta-danych, itp..."
747
+
748
+ #: view/admin/import.php:3
749
+ 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."
750
+ msgstr "Ta strona umożliwia import meta-danych z innej wtyczki WordPress. "
751
+
752
+ #: modules/page/page_title.php:98
753
+ msgid "Title separator"
754
+ msgstr "Separator Tytułu"
755
+
756
+ #: modules/site/analytics.php:181
757
+ msgid "Track outbound links"
758
+ msgstr "Śledzenie Linków Wychodzących"
759
+
760
+ #: modules/site/analytics.php:160
761
+ msgid "Tracking code"
762
+ msgstr "Kod śledzenia"
763
+
764
+ #: modules/import/utw.php:28
765
+ msgid "Ultimate Tag Warrior"
766
+ msgstr "Ultimate Tag Warrior"
767
+
768
+ #: view/admin/options.php:26
769
+ msgid "Update Options &raquo;"
770
+ msgstr "Opcje Aktualizacji &raquo;"
771
+
772
+ #: modules/site/wp_formatting.php:93
773
+ msgid "Use <code>wpautop</code> to format paragraphs"
774
+ msgstr "Użyj <code>wpautop</code> dla formatowania paragrafów"
775
+
776
+ #: modules/site/wp_formatting.php:100
777
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
778
+ msgstr "Użyj <code>wptexturize</code> aby zamienić ( ' ) na ( &#8216; ) lub ( &#8217 ), oraz ( \" ) na ( &#8220; ) lub ( &#8221; )"
779
+
780
+ #: modules/site/analytics.php:177
781
+ #: modules/site/crazyegg.php:139
782
+ #: modules/site/mint.php:138
783
+ #: modules/site/statcounter.php:165
784
+ msgid "Users of the specified role or less will be tracked"
785
+ msgstr "Użytkownicy z określoną funkcją lub niższą będą śledzeni."
786
+
787
+ #: modules/site/analytics.php:167
788
+ #: modules/site/crazyegg.php:129
789
+ #: modules/site/mint.php:128
790
+ #: modules/site/statcounter.php:155
791
+ msgid "Who to track"
792
+ msgstr "Kogo śledzimy"
793
+
794
+ #: modules/site/wp_formatting.php:32
795
+ msgid "WordPress content formatting"
796
+ msgstr "WordPress formatowanie zawartości"
797
+
798
+ #: modules/site/google-ad-wrap.php:33
799
+ msgid "Wraps all post and page content inside a Google targeted section"
800
+ msgstr "Obejmij zawartość wszystkich wpisów oraz stron znacznikami \"kierowania na sekcje\" - Google targeted section"
801
+
802
+ #: modules/page/tags.php:321
803
+ msgid "Yahoo"
804
+ msgstr "Yahoo"
805
+
806
+ #: modules/page/tags.php:215
807
+ msgid "Yahoo ZoneTag"
808
+ msgstr "Yahoo ZoneTag"
809
+
810
+ #: headspace.php:362
811
+ msgid "Your module positions have been saved"
812
+ msgstr "Pozycja modułów została zapisana"
813
+
814
+ #: headspace.php:335
815
+ msgid "Your options have been updated"
816
+ msgstr "Twoje ustawienia zostały zmienione"
817
+
818
+ #: modules/page/javascript.php:72
819
+ #: modules/page/stylesheet.php:72
820
+ msgid "add"
821
+ msgstr "dodaj"
822
+
823
+ #: modules/page/tags.php:318
824
+ msgid "add all"
825
+ msgstr "dodaj wszystko"
826
+
827
+ #: view/admin/edit.php:17
828
+ msgid "advanced"
829
+ msgstr "zaawansowane"
830
+
831
+ #: headspace.php:103
832
+ msgid "applied to author pages"
833
+ msgstr "stosowane dla strony autora"
834
+
835
+ #: headspace.php:101
836
+ msgid "applied to category pages without specific settings"
837
+ msgstr "stosowane dla strony kategorie bez konkretnych ustawień"
838
+
839
+ #: headspace.php:98
840
+ msgid "applied to everything unless otherwise specified"
841
+ msgstr "stosowane dla wszystkich stron za wyjątkiem tych dla których ustawienia zostały określone"
842
+
843
+ #: headspace.php:102
844
+ msgid "applied to posts &amp; pages without specific settings"
845
+ msgstr "stosowane dla wpisów oraz stron bez konkretnych ustawień"
846
+
847
+ #: headspace.php:99
848
+ msgid "applied to the home page"
849
+ msgstr "stosowane dla strony głównej"
850
+
851
+ #: headspace.php:105
852
+ msgid "applied when viewing a 404 error"
853
+ msgstr "stosowane gdy widoczna strona 404 (kod błędu)"
854
+
855
+ #: headspace.php:104
856
+ msgid "applied when viewing search results"
857
+ msgstr "stosowane dla strony wyniki wyszukiwania"
858
+
859
+ #: headspace.php:100
860
+ msgid "applied when viewing the archives"
861
+ msgstr "stosowane dla strony archiwum"
862
+
863
+ #: modules/site/page_counts.php:119
864
+ #: modules/site/page_counts.php:131
865
+ msgid "content"
866
+ msgstr "zawartość"
867
+
868
+ #: modules/site/page_counts.php:118
869
+ #: modules/site/page_counts.php:130
870
+ msgid "default"
871
+ msgstr "domyślny"
872
+
873
+ #: modules/site/page_counts.php:120
874
+ #: modules/site/page_counts.php:132
875
+ msgid "excerpt"
876
+ msgstr "skrócona zawartość"
877
+
878
+ #: view/admin/pager.php:21
879
+ msgid "go"
880
+ msgstr "go"
881
+
882
+ #: modules/import/lud.icro.us.php:28
883
+ msgid "lud.icro.us HeadMeta"
884
+ msgstr "lud.icro.us HeadMeta"
885
+
886
+ #: modules/page/noindex.php:73
887
+ msgid "no-follow"
888
+ msgstr "no-follow"
889
+
890
+ #: modules/site/page_counts.php:116
891
+ #: modules/site/page_counts.php:128
892
+ msgid "posts, showing the"
893
+ msgstr "pozycji. Sposób prezentacji"
894
+
895
+ #: modules/site/page_counts.php:134
896
+ msgid "set number of posts to 0 for theme default"
897
+ msgstr "ustaw liczbę pozycji na 0 dla wartości domyślnej"
898
+
899
+ #: modules/page/tags.php:319
900
+ msgid "suggest"
901
+ msgstr "Domyślne"
902
+
locale/pt_BR.mo ADDED
Binary file
locale/pt_BR.po ADDED
@@ -0,0 +1,902 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.4.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2008-05-24 20:35-0300\n"
12
+ "Last-Translator: Vinicius Pinto <viniciusweb@gmail.com>\n"
13
+ "Language-Team: Vinicius Pinto <viniciusweb@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: Portuguese\n"
18
+ "X-Poedit-Country: BRAZIL\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+
21
+ #: headspace.php:387
22
+ #, php-format
23
+ msgid "%d items were imported from %s"
24
+ msgstr "%d itens foram importados de %s"
25
+
26
+ #: view/admin/version.php:5
27
+ #, php-format
28
+ msgid "%s ago"
29
+ msgstr "%s atrás"
30
+
31
+ #: view/admin/import.php:13
32
+ msgid "(not available in UTW and Simple Tagging)"
33
+ msgstr "(não disponível em UTW e Simple Tagging)"
34
+
35
+ #: models/inline_tags.php:163
36
+ #, php-format
37
+ msgid "(page %d of %d)"
38
+ msgstr "(página %d de %d)"
39
+
40
+ #: headspace.php:105
41
+ msgid "404 Page"
42
+ msgstr "Página 404"
43
+
44
+ #: ajax.php:64
45
+ msgid "<p style=\"color: red\">That function is not defined</p>"
46
+ msgstr "<p style=\"color: red\">Esta função não está definida</p>"
47
+
48
+ #: ajax.php:57
49
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
50
+ msgstr "<p style=\"color: red\">Você não possui acesso à este recurso</p>"
51
+
52
+ #: modules/page/tags.php:125
53
+ msgid "<p>Tags: "
54
+ msgstr "<p>Tags:"
55
+
56
+ #: modules/page/plugin.php:139
57
+ msgid "Add Plugin"
58
+ msgstr "Adicionar Plugin"
59
+
60
+ #: modules/page/tags.php:175
61
+ msgid "Add tags to dictionary"
62
+ msgstr "Adicionar tags ao dicionário"
63
+
64
+ #: modules/site/crazyegg.php:38
65
+ msgid "Adds CrazyEgg tracking code to all pages"
66
+ msgstr "Adiciona código de rastreamento CrazyEgg em todas as páginas"
67
+
68
+ #: modules/site/analytics.php:39
69
+ msgid "Adds Google Analytic tracking code to all pages"
70
+ msgstr "Adiciona código de rastreamento Google Analytics em todas as páginas"
71
+
72
+ #: modules/site/mint.php:38
73
+ msgid "Adds Mint tracking code to all pages"
74
+ msgstr "Adiciona código de rastreamento Mint em todas as páginas"
75
+
76
+ #: modules/site/statcounter.php:40
77
+ msgid "Adds StatCounter tracking code to all pages"
78
+ msgstr "Adiciona código de rastreamento StatCounter em todas as páginas"
79
+
80
+ #: modules/site/rpc.php:37
81
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
82
+ msgstr "Adiciona funções extras para permitir o uso de tags com ferramentas como Ecto"
83
+
84
+ #: view/admin/modules.php:13
85
+ msgid "Advanced"
86
+ msgstr "Avançado"
87
+
88
+ #: modules/page/page_title.php:109
89
+ msgid "After"
90
+ msgstr "Depois"
91
+
92
+ #: modules/page/description.php:73
93
+ msgid "All descriptions will be trimmed to this length"
94
+ msgstr "Todas as descrições serão reduzidas à este tamanho"
95
+
96
+ #: modules/import/all-in-one-seo.php:28
97
+ msgid "All-in-one SEO"
98
+ msgstr "All-in-one SEO"
99
+
100
+ #: modules/page/javascript.php:55
101
+ msgid "Allow external JavaScript files to be referenced"
102
+ msgstr "Permite que arquivos JavaScript externos sejam referenciados"
103
+
104
+ #: modules/page/page_title.php:89
105
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
106
+ msgstr "Permite que o título da página seja alterado (isto é, o título na janela do navegador)"
107
+
108
+ #: modules/page/stylesheet.php:55
109
+ msgid "Allows CSS stylesheets to be added to a page"
110
+ msgstr "Permite que folhas de estilo CSS sejam adicionadas à página"
111
+
112
+ #: modules/page/theme.php:69
113
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
114
+ msgstr "Permite que um tema customizado para uma página específica sobrescreva o tema padrão"
115
+
116
+ #: modules/page/noindex.php:56
117
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
118
+ msgstr "Permite que uma opção no-index/no-follow seja configurada para evitar que robôs e mecanismos de busca indexem ou sigam suas páginas"
119
+
120
+ #: modules/page/description.php:61
121
+ msgid "Allows a short description about the page that is used by search engines"
122
+ msgstr "Permite uma pequena descrição sobre a página que é usada pelos mecanismos de busca"
123
+
124
+ #: modules/page/plugin.php:87
125
+ msgid "Allows disabled plugins to be enabled on specific pages"
126
+ msgstr "Permite que plugins desabilitados sejam habilitados em determinadas páginas"
127
+
128
+ #: modules/page/raw.php:48
129
+ msgid "Allows raw data to be inserted into the page meta section"
130
+ msgstr "Permite que dados não filtrados sejam inseridos na seção meta da página"
131
+
132
+ #: modules/page/rss_tagline.php:62
133
+ msgid "Allows site RSS description to be changed"
134
+ msgstr "Permite alterar a descrição do RSS da página"
135
+
136
+ #: modules/page/rss_name.php:62
137
+ msgid "Allows site RSS name to be changed"
138
+ msgstr "Permite alterar o nome do RSS da página"
139
+
140
+ #: modules/page/site_tagline.php:61
141
+ msgid "Allows site description to be changed (i.e. the tagline)"
142
+ msgstr "Permite alterar a descrição do site (isto é, a tagline)"
143
+
144
+ #: modules/page/site_name.php:61
145
+ msgid "Allows site name to be changed (i.e your blog name)"
146
+ msgstr "Permite alterar o nome do site (isto é, o nome do seu blog)"
147
+
148
+ #: modules/page/tags.php:162
149
+ msgid "Allows tags/keywords to be added to pages"
150
+ msgstr "Permite que tags/palavras-chave sejam adicionadas às páginas"
151
+
152
+ #: modules/page/more_text.php:56
153
+ msgid "Allows the 'more' text to be changed"
154
+ msgstr "Permite que o texto 'more' seja alterado"
155
+
156
+ #: modules/site/wp_formatting.php:37
157
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
158
+ msgstr "Permite que você habilite ou desabilite vários auto-formatos do Wordpress (incluindo wpautop)"
159
+
160
+ #: modules/page/tags.php:186
161
+ msgid "Alphabetically order tags"
162
+ msgstr "Tags ordenadas alfabeticamente"
163
+
164
+ #: modules/page/tags.php:201
165
+ #: modules/page/tags.php:210
166
+ msgid "Always"
167
+ msgstr "Sempre"
168
+
169
+ #: headspace.php:100
170
+ #: modules/site/page_counts.php:114
171
+ msgid "Archives"
172
+ msgstr "Arquivos"
173
+
174
+ #: view/admin/import.php:16
175
+ 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."
176
+ msgstr "Como tudo que modifica o seu banco de dados, você deve <strong>fazer backup dos seus dados antes de executar uma importação</strong>. Não nos responsabilizamos caso algum gatinho seja morto durante o processo :)"
177
+
178
+ #: headspace.php:103
179
+ msgid "Author Pages"
180
+ msgstr "Páginas de Autor"
181
+
182
+ #: modules/site/wp_formatting.php:97
183
+ msgid "Auto-fancy quotes"
184
+ msgstr "Aspas especiais automaticamente"
185
+
186
+ #: modules/site/wp_formatting.php:90
187
+ msgid "Auto-formatting"
188
+ msgstr "Formatação automática"
189
+
190
+ #: modules/site/wp_formatting.php:104
191
+ msgid "Auto-link"
192
+ msgstr "Link automático"
193
+
194
+ #: modules/page/tags.php:178
195
+ msgid "Automatically add new tags to dictionary"
196
+ msgstr "Automaticamente adicionar novas tags ao dicionário"
197
+
198
+ #: modules/page/page_title.php:108
199
+ msgid "Before"
200
+ msgstr "Antes"
201
+
202
+ #: view/admin/edit_ajax.php:5
203
+ #: view/admin/module_edit.php:8
204
+ #: view/admin/site_module_edit.php:16
205
+ msgid "Cancel"
206
+ msgstr "Cancelar"
207
+
208
+ #: headspace.php:101
209
+ msgid "Categories"
210
+ msgstr "Categorias"
211
+
212
+ #: view/admin/options.php:16
213
+ msgid "Check for updates"
214
+ msgstr "Verificar se há atualizações"
215
+
216
+ #: view/admin/options.php:17
217
+ msgid "Check for updates from within HeadSpace"
218
+ msgstr "Verificar se há atualizações de dentro do HeadSpace"
219
+
220
+ #: modules/site/crazyegg.php:33
221
+ msgid "CrazyEgg"
222
+ msgstr "Crazy Egg"
223
+
224
+ #: modules/site/crazyegg.php:122
225
+ msgid "CrazyEgg ID"
226
+ msgstr "CrazyEgg ID"
227
+
228
+ #: modules/page/theme.php:80
229
+ msgid "Current theme"
230
+ msgstr "Tema atual"
231
+
232
+ #: modules/site/page_counts.php:38
233
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
234
+ msgstr "Altera o número de posts exibidos nas páginas de arquivos e de busca, e decide se mostra todo o conteúdo ou somente o resumo"
235
+
236
+ #: view/admin/options.php:37
237
+ msgid "Delete HeadSpace"
238
+ msgstr "Excluir HeadSpace"
239
+
240
+ #: modules/page/description.php:88
241
+ msgid "Description"
242
+ msgstr "Descrição"
243
+
244
+ #: modules/page/tags.php:222
245
+ msgid "Dictionary"
246
+ msgstr "Dicionário"
247
+
248
+ #: view/admin/modules.php:19
249
+ msgid "Disabled"
250
+ msgstr "Desabilitado"
251
+
252
+ #: view/admin/edit_category.php:5
253
+ msgid "Edit Category &raquo;"
254
+ msgstr "Editar Categoria &raquo;"
255
+
256
+ #: modules/site/analytics.php:184
257
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
258
+ msgstr "Entre com a URL para a qual você deseja rastrear os links de saída, ou deixe em branco para não fazer o rastreamento de nenhum link de saída"
259
+
260
+ #: modules/site/analytics.php:163
261
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
262
+ msgstr "Entre o código JavaScript completo do Google Analytics, ou somente o número <code>_uacct</code>"
263
+
264
+ #: modules/site/mint.php:124
265
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
266
+ msgstr "Entre a URL relativa de sua instalação do Mint (isto é, <code>/mint/</code>"
267
+
268
+ #: modules/site/crazyegg.php:125
269
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
270
+ msgstr "Entre com o seu <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a> completo"
271
+
272
+ #: modules/site/analytics.php:170
273
+ #: modules/site/crazyegg.php:132
274
+ #: modules/site/mint.php:131
275
+ #: modules/site/statcounter.php:158
276
+ msgid "Everyone"
277
+ msgstr "Todos"
278
+
279
+ #: view/admin/options.php:3
280
+ msgid "General Options"
281
+ msgstr "Opções gerais"
282
+
283
+ #: headspace.php:98
284
+ msgid "Global Settings"
285
+ msgstr "Configurações Globais"
286
+
287
+ #: modules/site/analytics.php:34
288
+ msgid "Google Analytics"
289
+ msgstr "Google Analytics"
290
+
291
+ #: modules/site/google-ad-wrap.php:28
292
+ msgid "Google Section Targeting"
293
+ msgstr "Seção alvo do Google"
294
+
295
+ #: modules/import/head_meta_description.php:28
296
+ msgid "Head META Description"
297
+ msgstr "Descrição META"
298
+
299
+ #: headspace.php:133
300
+ msgid "HeadSpace"
301
+ msgstr "HeadSpace"
302
+
303
+ #: view/admin/edit_post.php:6
304
+ msgid "HeadSpace Meta data"
305
+ msgstr "Meta-dados do HeadSpace"
306
+
307
+ #: view/admin/edit_category.php:1
308
+ #: view/admin/settings.php:2
309
+ msgid "HeadSpace Settings"
310
+ msgstr "Configurações do HeadSpace"
311
+
312
+ #: headspace.php:342
313
+ msgid "HeadSpace has been removed"
314
+ msgstr "HeadSpace foi removido"
315
+
316
+ #: modules/import/headspace_tags.php:31
317
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
318
+ msgstr "Tags HeadSpace (converter para WordPress 2.3)"
319
+
320
+ #: view/admin/version.php:2
321
+ msgid "HeadSpace2 News"
322
+ msgstr "Notícias do HeadSpace2"
323
+
324
+ #: headspace.php:99
325
+ msgid "Home Page"
326
+ msgstr "Página Principal"
327
+
328
+ #: plugin.php:593
329
+ msgid "How many widgets would you like?"
330
+ msgstr "Quantos widgets você gostaria?"
331
+
332
+ #: view/admin/import.php:2
333
+ #: view/admin/import.php:12
334
+ #: view/admin/submenu.php:5
335
+ msgid "Import"
336
+ msgstr "Importar"
337
+
338
+ #: view/admin/import.php:13
339
+ msgid "Import and remove original data"
340
+ msgstr "Importar e remover dados originais"
341
+
342
+ #: view/admin/options.php:9
343
+ msgid "Inherit from global settings"
344
+ msgstr "Herdar das configurações globais"
345
+
346
+ #: view/admin/options.php:8
347
+ msgid "Inherit settings"
348
+ msgstr "Herdar configurações"
349
+
350
+ #: ajax.php:141
351
+ #: ajax.php:152
352
+ #: ajax.php:163
353
+ #: ajax.php:174
354
+ #: ajax.php:188
355
+ msgid "Invalid module"
356
+ msgstr "Módulo inválido"
357
+
358
+ #: modules/page/javascript.php:50
359
+ #: modules/page/javascript.php:66
360
+ msgid "JavaScript"
361
+ msgstr "JavaScript"
362
+
363
+ #: modules/import/jerome.php:28
364
+ msgid "Jerome's Keywords"
365
+ msgstr "Jerome's Keywords"
366
+
367
+ #: modules/page/page_title.php:101
368
+ msgid "Leave blank to use theme default"
369
+ msgstr "Deixe em branco para usar o padrão do tema"
370
+
371
+ #: modules/site/wp_formatting.php:107
372
+ msgid "Makes links clickable in comments"
373
+ msgstr "Faz os links clicáveis em comentários"
374
+
375
+ #: view/admin/mass_edit.php:2
376
+ msgid "Mass Edit Meta-data"
377
+ msgstr "Edição em massa dos Meta-dados"
378
+
379
+ #: modules/page/description.php:70
380
+ msgid "Max length"
381
+ msgstr "Tamanho máximo"
382
+
383
+ #: headspace.php:134
384
+ msgid "Meta-data"
385
+ msgstr "Meta-dados"
386
+
387
+ #: modules/site/mint.php:33
388
+ msgid "Mint"
389
+ msgstr "Mint"
390
+
391
+ #: modules/site/mint.php:121
392
+ msgid "Mint path"
393
+ msgstr "Caminho do Mint"
394
+
395
+ #: view/admin/submenu.php:3
396
+ msgid "Modules"
397
+ msgstr "Módulos"
398
+
399
+ #: view/admin/modules.php:20
400
+ msgid "Modules are disabled and do not appear"
401
+ msgstr "Módulos estão desabilitados e não são exibidos"
402
+
403
+ #: view/admin/modules.php:8
404
+ msgid "Modules will always appear on edit screens"
405
+ msgstr "Módulos sempre aparecem em páginas de edição"
406
+
407
+ #: view/admin/modules.php:14
408
+ msgid "Modules will be hidden behind a link"
409
+ msgstr "Módulos estarão ocultos atrás de um link"
410
+
411
+ #: modules/import/more_unique.php:28
412
+ msgid "More Unique"
413
+ msgstr "More Unique"
414
+
415
+ #: modules/mass/more_text.php:28
416
+ #: modules/mass/more_text.php:50
417
+ #: modules/page/more_text.php:51
418
+ #: modules/page/more_text.php:70
419
+ msgid "More text"
420
+ msgstr "Mais texto"
421
+
422
+ #: modules/page/tags.php:200
423
+ #: modules/page/tags.php:209
424
+ msgid "Never"
425
+ msgstr "Nunca"
426
+
427
+ #: models/pager.php:387
428
+ msgid "Next"
429
+ msgstr "Próximo"
430
+
431
+ #: modules/page/noindex.php:70
432
+ msgid "No Index"
433
+ msgstr "No Index"
434
+
435
+ #: modules/page/noindex.php:51
436
+ msgid "No Index/No Follow"
437
+ msgstr "No Index/No Follow"
438
+
439
+ #: view/admin/submenu.php:4
440
+ msgid "Options"
441
+ msgstr "Opções"
442
+
443
+ #: modules/page/tags.php:183
444
+ msgid "Order tags"
445
+ msgstr "Ordenar tags"
446
+
447
+ #: modules/site/page_counts.php:33
448
+ msgid "Page Counts"
449
+ msgstr "Total de Páginas"
450
+
451
+ #: view/admin/modules.php:2
452
+ msgid "Page Modules"
453
+ msgstr "Módulos de página"
454
+
455
+ #: view/admin/submenu.php:2
456
+ msgid "Page Settings"
457
+ msgstr "Configurações de página"
458
+
459
+ #: modules/page/page_title.php:125
460
+ msgid "Page Title"
461
+ msgstr "Título de página"
462
+
463
+ #: modules/mass/description.php:28
464
+ #: modules/mass/description.php:50
465
+ #: modules/page/description.php:56
466
+ msgid "Page description"
467
+ msgstr "Descrição de página"
468
+
469
+ #: view/admin/modules.php:3
470
+ 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."
471
+ msgstr "Módulos de página se aplicam à páginas individuais. Arraste e solte os módulos na área apropriada. Os módulos podem ser reordenados para mudar suas posições na página de edição"
472
+
473
+ #: modules/mass/page_slug.php:28
474
+ msgid "Page slug"
475
+ msgstr "Nome de URL da página"
476
+
477
+ #: modules/mass/page_title.php:28
478
+ #: modules/mass/page_title.php:50
479
+ #: modules/page/page_title.php:84
480
+ msgid "Page title"
481
+ msgstr "Título de página"
482
+
483
+ #: modules/page/plugin.php:82
484
+ msgid "Page-specific Plugins"
485
+ msgstr "Plugins específicos de página"
486
+
487
+ #: modules/page/theme.php:57
488
+ msgid "Page-specific Themes"
489
+ msgstr "Temas específicos de página"
490
+
491
+ #: modules/site/statcounter.php:142
492
+ msgid "Partition ID"
493
+ msgstr "ID de Partição"
494
+
495
+ #: view/admin/pager.php:14
496
+ msgid "Per page"
497
+ msgstr "Por página"
498
+
499
+ #: modules/page/plugin.php:132
500
+ msgid "Plugins"
501
+ msgstr "Plugins"
502
+
503
+ #: modules/mass/page_slug.php:50
504
+ msgid "Post slug"
505
+ msgstr "Nome de URL do post"
506
+
507
+ #: modules/mass/description.php:49
508
+ #: modules/mass/more_text.php:49
509
+ #: modules/mass/page_slug.php:49
510
+ #: modules/mass/page_title.php:49
511
+ #: modules/mass/site_description.php:49
512
+ #: modules/mass/site_name.php:49
513
+ #: modules/mass/tags.php:49
514
+ msgid "Post title"
515
+ msgstr "Título do post"
516
+
517
+ #: headspace.php:102
518
+ msgid "Posts &amp; Pages"
519
+ msgstr "Posts &amp; Páginas"
520
+
521
+ #: headspace.php:297
522
+ msgid "Posts successfully updated"
523
+ msgstr "Posts atualizados corretamente"
524
+
525
+ #: models/pager.php:386
526
+ msgid "Previous"
527
+ msgstr "Anterior"
528
+
529
+ #: modules/site/statcounter.php:136
530
+ msgid "Project ID"
531
+ msgstr "ID de Projeto"
532
+
533
+ #: modules/site/rpc.php:32
534
+ msgid "RPC support for Ecto"
535
+ msgstr "Suporte RPC para Ecto"
536
+
537
+ #: modules/page/rss_tagline.php:57
538
+ #: modules/page/rss_tagline.php:76
539
+ msgid "RSS Description"
540
+ msgstr "Descrição do RSS"
541
+
542
+ #: modules/page/rss_name.php:57
543
+ #: modules/page/rss_name.php:76
544
+ msgid "RSS Name"
545
+ msgstr "Nome do RSS"
546
+
547
+ #: modules/page/raw.php:43
548
+ #: modules/page/raw.php:55
549
+ msgid "Raw data"
550
+ msgstr "Dados não filtrados"
551
+
552
+ #: view/admin/options.php:32
553
+ msgid "Remove HeadSpace"
554
+ msgstr "Remover HeadSpace"
555
+
556
+ #: view/admin/help.php:9
557
+ msgid "Replaced with the category description"
558
+ msgstr "Substituído com a descrição da categoria"
559
+
560
+ #: view/admin/help.php:16
561
+ msgid "Replaced with the current date"
562
+ msgstr "Substituído com a data atual"
563
+
564
+ #: view/admin/help.php:17
565
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
566
+ msgstr "Substituído com o número da página atual (exemplo: página 2 de 4)"
567
+
568
+ #: view/admin/help.php:14
569
+ msgid "Replaced with the current search phrase"
570
+ msgstr "Substituído com o termo de busca atual"
571
+
572
+ #: view/admin/help.php:15
573
+ msgid "Replaced with the current time"
574
+ msgstr "Substituído com a hora atual"
575
+
576
+ #: view/admin/help.php:5
577
+ msgid "Replaced with the date of the post/page"
578
+ msgstr "Substituído com a data do post/página"
579
+
580
+ #: view/admin/help.php:8
581
+ msgid "Replaced with the post categories (comma seperated)"
582
+ msgstr "Substituído com as categorias do post (separadas por vírgula)"
583
+
584
+ #: view/admin/help.php:11
585
+ msgid "Replaced with the post/page ID"
586
+ msgstr "Substituído pelo ID do post/página"
587
+
588
+ #: view/admin/help.php:12
589
+ msgid "Replaced with the post/page author's 'nicename'"
590
+ msgstr "Substituído pelo 'nicename' do autor do post/página"
591
+
592
+ #: view/admin/help.php:13
593
+ msgid "Replaced with the post/page author's userid"
594
+ msgstr "Substituído userid do autor do post/página"
595
+
596
+ #: view/admin/help.php:7
597
+ msgid "Replaced with the post/page excerpt"
598
+ msgstr "Substituído com o resumo do post/página"
599
+
600
+ #: view/admin/help.php:10
601
+ msgid "Replaced with the post/page modified time"
602
+ msgstr "Substituído com a data de modificação do post/page"
603
+
604
+ #: view/admin/help.php:6
605
+ msgid "Replaced with the title of the post/page"
606
+ msgstr "Substituído com o título do post/página"
607
+
608
+ #: modules/import/seo-title-tags.php:28
609
+ msgid "SEO Title Tags"
610
+ msgstr "SEO Title Tags"
611
+
612
+ #: plugin.php:600
613
+ #: view/admin/edit_ajax.php:4
614
+ #: view/admin/module_edit.php:7
615
+ #: view/admin/site_module_edit.php:15
616
+ msgid "Save"
617
+ msgstr "Salvar"
618
+
619
+ #: view/admin/mass_edit.php:37
620
+ msgid "Save all data"
621
+ msgstr "Salvar todos os dados"
622
+
623
+ #: view/admin/modules.php:37
624
+ msgid "Save module order"
625
+ msgstr "Salvar ordenação dos módulos"
626
+
627
+ #: view/admin/pager.php:11
628
+ msgid "Search"
629
+ msgstr "Buscar"
630
+
631
+ #: headspace.php:104
632
+ msgid "Search Pages"
633
+ msgstr "Páginas de Busca"
634
+
635
+ #: modules/site/page_counts.php:126
636
+ msgid "Searches"
637
+ msgstr "Buscas"
638
+
639
+ #: modules/site/statcounter.php:148
640
+ msgid "Security ID"
641
+ msgstr "ID de segurança"
642
+
643
+ #: modules/page/page_title.php:105
644
+ msgid "Separator position"
645
+ msgstr "Posição do separador"
646
+
647
+ #: view/admin/settings.php:15
648
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
649
+ msgstr "As configurações podem ser aplicadas a posts &amp; páginas específicos da <strong>página de edição de post</strong>, e a categorias específicas da <strong>página de edição de categorias</strong>"
650
+
651
+ #: modules/page/plugin.php:103
652
+ msgid "Show in admin"
653
+ msgstr "Mostrar na administração"
654
+
655
+ #: modules/page/tags.php:206
656
+ msgid "Show tags in pages"
657
+ msgstr "Exibir tags nas páginas"
658
+
659
+ #: modules/page/tags.php:197
660
+ msgid "Show tags in posts"
661
+ msgstr "Exibir tags nos posts"
662
+
663
+ #: modules/page/plugin.php:106
664
+ msgid "Shows page-specific plugins in the administration menus"
665
+ msgstr "Exibir plugins específicos de páginas nos menus de administração"
666
+
667
+ #: view/admin/modules.php:7
668
+ msgid "Simple"
669
+ msgstr "Simples"
670
+
671
+ #: modules/import/simple-tagging.php:28
672
+ msgid "Simple Tagging"
673
+ msgstr "Simple Tagging"
674
+
675
+ #: modules/import/simple-tags.php:28
676
+ msgid "Simple Tags"
677
+ msgstr "Simple Tags"
678
+
679
+ #: view/admin/modules.php:42
680
+ msgid "Site Modules"
681
+ msgstr "Módulos de site"
682
+
683
+ #: modules/mass/site_description.php:28
684
+ #: modules/mass/site_description.php:50
685
+ #: modules/page/site_tagline.php:56
686
+ #: modules/page/site_tagline.php:75
687
+ msgid "Site description"
688
+ msgstr "Descrição do site"
689
+
690
+ #: view/admin/modules.php:43
691
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
692
+ msgstr "Módulos de site se aplicam ao seu site por completo. Somente os módulos marcados serão executados (quando configurados corretamente)."
693
+
694
+ #: modules/mass/site_name.php:28
695
+ #: modules/mass/site_name.php:50
696
+ #: modules/page/site_name.php:56
697
+ #: modules/page/site_name.php:75
698
+ msgid "Site name"
699
+ msgstr "Nome do site"
700
+
701
+ #: view/admin/help.php:2
702
+ msgid "Special Tags"
703
+ msgstr "Tags especiais"
704
+
705
+ #: modules/site/statcounter.php:35
706
+ msgid "StatCounter"
707
+ msgstr "StatCounter"
708
+
709
+ #: modules/page/stylesheet.php:50
710
+ #: modules/page/stylesheet.php:66
711
+ msgid "Stylesheets"
712
+ msgstr "Folhas de estilo"
713
+
714
+ #: modules/page/tags.php:342
715
+ msgid "Suggest tags based on content"
716
+ msgstr "Sugerir tags baseado no conteúdo"
717
+
718
+ #: modules/page/tags.php:316
719
+ msgid "Suggested tags"
720
+ msgstr "Tags sugeridas"
721
+
722
+ #: modules/site/rpc.php:74
723
+ msgid "Tag separator"
724
+ msgstr "Separador de tags"
725
+
726
+ #: modules/page/tags.php:157
727
+ msgid "Tags (keywords)"
728
+ msgstr "Tags (palavras-chave)"
729
+
730
+ #: modules/mass/tags.php:28
731
+ #: modules/mass/tags.php:50
732
+ #: modules/page/tags.php:272
733
+ msgid "Tags/keywords"
734
+ msgstr "Tags/Palavras-chave"
735
+
736
+ #: modules/page/theme.php:77
737
+ msgid "Theme"
738
+ msgstr "Tema"
739
+
740
+ #: modules/site/rpc.php:77
741
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
742
+ msgstr "Isto deve coincidir com o separador definido em Ecto 'Templates', 'Tags', 'Tag separator'"
743
+
744
+ #: view/admin/options.php:34
745
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
746
+ msgstr "Essa opção irá remover o HeadSpace e excluir todas as configurações, tags e meta-dados"
747
+
748
+ #: view/admin/import.php:3
749
+ 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."
750
+ msgstr "Essa página permite que você importe meta-dados de outros plugins Wordpress. Os outros plugins não precisam estar ativos para fazer a importação."
751
+
752
+ #: modules/page/page_title.php:98
753
+ msgid "Title separator"
754
+ msgstr "Separador de título"
755
+
756
+ #: modules/site/analytics.php:181
757
+ msgid "Track outbound links"
758
+ msgstr "Rastrear links de saída"
759
+
760
+ #: modules/site/analytics.php:160
761
+ msgid "Tracking code"
762
+ msgstr "Código de rastreamento"
763
+
764
+ #: modules/import/utw.php:28
765
+ msgid "Ultimate Tag Warrior"
766
+ msgstr "Ultimate Tag Warrior"
767
+
768
+ #: view/admin/options.php:26
769
+ msgid "Update Options &raquo;"
770
+ msgstr "Atualizar Opções &raquo;"
771
+
772
+ #: modules/site/wp_formatting.php:93
773
+ msgid "Use <code>wpautop</code> to format paragraphs"
774
+ msgstr "Use <code>wpautop</code> para formatar parágrafos"
775
+
776
+ #: modules/site/wp_formatting.php:100
777
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
778
+ msgstr "Use <code>wptexturize</code> para converter aspas em aspas especiais"
779
+
780
+ #: modules/site/analytics.php:177
781
+ #: modules/site/crazyegg.php:139
782
+ #: modules/site/mint.php:138
783
+ #: modules/site/statcounter.php:165
784
+ msgid "Users of the specified role or less will be tracked"
785
+ msgstr "Usuários com este nível de permissão ou menos serão rastreados"
786
+
787
+ #: modules/site/analytics.php:167
788
+ #: modules/site/crazyegg.php:129
789
+ #: modules/site/mint.php:128
790
+ #: modules/site/statcounter.php:155
791
+ msgid "Who to track"
792
+ msgstr "Quem rastrear"
793
+
794
+ #: modules/site/wp_formatting.php:32
795
+ msgid "WordPress content formatting"
796
+ msgstr "Formatação de conteúdo Wordpress"
797
+
798
+ #: modules/site/google-ad-wrap.php:33
799
+ msgid "Wraps all post and page content inside a Google targeted section"
800
+ msgstr "Agrupar todo o conteúdo de posts e páginas dentro de uma seção alvo do Google"
801
+
802
+ #: modules/page/tags.php:321
803
+ msgid "Yahoo"
804
+ msgstr "Yahoo"
805
+
806
+ #: modules/page/tags.php:215
807
+ msgid "Yahoo ZoneTag"
808
+ msgstr "Yahoo ZoneTag"
809
+
810
+ #: headspace.php:362
811
+ msgid "Your module positions have been saved"
812
+ msgstr "A ordenação dos módulos foi salva"
813
+
814
+ #: headspace.php:335
815
+ msgid "Your options have been updated"
816
+ msgstr "As opções foram salvas"
817
+
818
+ #: modules/page/javascript.php:72
819
+ #: modules/page/stylesheet.php:72
820
+ msgid "add"
821
+ msgstr "adicionar"
822
+
823
+ #: modules/page/tags.php:318
824
+ msgid "add all"
825
+ msgstr "adicionar todos"
826
+
827
+ #: view/admin/edit.php:17
828
+ msgid "advanced"
829
+ msgstr "avançado"
830
+
831
+ #: headspace.php:103
832
+ msgid "applied to author pages"
833
+ msgstr "aplicado às páginas de autor"
834
+
835
+ #: headspace.php:101
836
+ msgid "applied to category pages without specific settings"
837
+ msgstr "aplicado às páginas de categorias sem configurações específicas"
838
+
839
+ #: headspace.php:98
840
+ msgid "applied to everything unless otherwise specified"
841
+ msgstr "aplicado à tudo, a não ser que seja especificado o contrário"
842
+
843
+ #: headspace.php:102
844
+ msgid "applied to posts &amp; pages without specific settings"
845
+ msgstr "aplicado aos posts &amp; páginas sem configurações específicas"
846
+
847
+ #: headspace.php:99
848
+ msgid "applied to the home page"
849
+ msgstr "aplicado à página principal"
850
+
851
+ #: headspace.php:105
852
+ msgid "applied when viewing a 404 error"
853
+ msgstr "aplicado ao exibir um erro 404"
854
+
855
+ #: headspace.php:104
856
+ msgid "applied when viewing search results"
857
+ msgstr "aplicado ao exibir resultados de busca"
858
+
859
+ #: headspace.php:100
860
+ msgid "applied when viewing the archives"
861
+ msgstr "aplicado ao exibir os arquivos"
862
+
863
+ #: modules/site/page_counts.php:119
864
+ #: modules/site/page_counts.php:131
865
+ msgid "content"
866
+ msgstr "conteúdo"
867
+
868
+ #: modules/site/page_counts.php:118
869
+ #: modules/site/page_counts.php:130
870
+ msgid "default"
871
+ msgstr "padrão"
872
+
873
+ #: modules/site/page_counts.php:120
874
+ #: modules/site/page_counts.php:132
875
+ msgid "excerpt"
876
+ msgstr "resumo"
877
+
878
+ #: view/admin/pager.php:21
879
+ msgid "go"
880
+ msgstr "ir"
881
+
882
+ #: modules/import/lud.icro.us.php:28
883
+ msgid "lud.icro.us HeadMeta"
884
+ msgstr "lud.icro.us HeadMeta"
885
+
886
+ #: modules/page/noindex.php:73
887
+ msgid "no-follow"
888
+ msgstr "no-follow"
889
+
890
+ #: modules/site/page_counts.php:116
891
+ #: modules/site/page_counts.php:128
892
+ msgid "posts, showing the"
893
+ msgstr "posts, mostrando o"
894
+
895
+ #: modules/site/page_counts.php:134
896
+ msgid "set number of posts to 0 for theme default"
897
+ msgstr "configura o número de posts para 0 para o tema padrão"
898
+
899
+ #: modules/page/tags.php:319
900
+ msgid "suggest"
901
+ msgstr "sugerir"
902
+
locale/ro_RO.mo ADDED
Binary file
locale/ro_RO.po ADDED
@@ -0,0 +1,1332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: headspace2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-23 15:16+0200\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Dragos Nicholas <freesoftwareworkshop@gmail.com>\n"
8
+ "Language-Team: Dragos Nicholas <freesoftwareworkshop@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Romanian\n"
13
+ "X-Poedit-Country: ROMANIA\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2\n"
16
+ "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\plugins\\headspace2\n"
17
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Poedit-SearchPath-0: C:\\xampp\\htdocs\\wordpress\\wp-content\\plugins\\headspace2\n"
19
+
20
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:66
21
+ msgid "<p style=\"color: red\">That function is not defined</p>"
22
+ msgstr "<p style=\"color: red\">Funcţia nu este definită.</p>"
23
+
24
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:69
25
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
26
+ msgstr "<p style=\"color: red\">Nu aveţi acces la această resursă.</p>"
27
+
28
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:187
29
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:201
30
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:212
31
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:223
32
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:234
33
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/ajax.php:248
34
+ msgid "Invalid module"
35
+ msgstr "Modul invalid"
36
+
37
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:113
38
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:188
39
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:591
40
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:592
41
+ msgid "HeadSpace"
42
+ msgstr "HeadSpace"
43
+
44
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:171
45
+ msgid "Global Settings"
46
+ msgstr "Setări globale"
47
+
48
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:171
49
+ msgid "applied to everything unless otherwise specified"
50
+ msgstr "aplicate peste tot, daca nu e specificat altfel"
51
+
52
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:172
53
+ msgid "Home Page"
54
+ msgstr "Pagina principală"
55
+
56
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:172
57
+ msgid "applied to the home page"
58
+ msgstr "aplicate paginii principale"
59
+
60
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:173
61
+ msgid "Archives"
62
+ msgstr "Arhive"
63
+
64
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:173
65
+ msgid "applied when viewing the archives"
66
+ msgstr "aplicate paginilor de tip arhivă"
67
+
68
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:174
69
+ msgid "Categories"
70
+ msgstr "Categorii"
71
+
72
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:174
73
+ msgid "applied to category pages without specific settings"
74
+ msgstr "aplicate paginilor de tip categorie fără setări specifice"
75
+
76
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:175
77
+ msgid "Posts &amp; Pages"
78
+ msgstr "Articole &amp; Pagini"
79
+
80
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:175
81
+ msgid "applied to posts &amp; pages without specific settings"
82
+ msgstr "aplicate articolelor &amp; paginilor fără setări specifice"
83
+
84
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:176
85
+ msgid "Author Pages"
86
+ msgstr "Paginile Autorilor"
87
+
88
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:176
89
+ msgid "applied to author pages"
90
+ msgstr "aplicate paginilor autorilor"
91
+
92
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:177
93
+ msgid "Search Pages"
94
+ msgstr "Paginile de căutare"
95
+
96
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:177
97
+ msgid "applied when viewing search results"
98
+ msgstr "aplicate paginilor ce afişează rezultatele căutării"
99
+
100
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:178
101
+ msgid "404 Page"
102
+ msgstr "Pagina 404"
103
+
104
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:178
105
+ msgid "applied when viewing a 404 error"
106
+ msgstr "aplicate paginii erorii 404"
107
+
108
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:179
109
+ msgid "Tag Pages"
110
+ msgstr "Paginile Tag (Etichete)"
111
+
112
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:179
113
+ msgid "applied when viewing tag pages"
114
+ msgstr "aplicate paginilor Tag"
115
+
116
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:180
117
+ msgid "Login Pages"
118
+ msgstr "Paginile de Autentificare"
119
+
120
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:180
121
+ msgid "applied when viewing login, logout, or registration pages"
122
+ msgstr "aplicate paginilor de autentificare (login), deautentificare (logout) sau înregistrare."
123
+
124
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:189
125
+ msgid "Meta-data"
126
+ msgstr "Meta-data"
127
+
128
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:402
129
+ 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>)"
130
+ msgstr "<code>wp_head</code> nu a fost găsit în <code>header.php</code> (<a href=\"http://codex.wordpress.org/Hook_Reference/wp_head\">citeşte aici</a>)"
131
+
132
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:410
133
+ msgid "<code>wp_footer</code> was not found in <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">documentation</a>)"
134
+ msgstr "<code>wp_footer</code> nu a fost găsit în <code>footer.php</code> (<a href=\"http://codex.wordpress.org/Theme_Development\">citeşte aici</a>)"
135
+
136
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:441
137
+ msgid "The HeadSpace administration interface is now WordPress 2.5+ only. Your meta-data will continue to function but you should either upgrade your WordPress or downgrade HeadSpace."
138
+ msgstr "Interfaţa de administrare a pluginului HeadSpace este disponibilă numai în WordPRess 2.5+. Meta-data introdusă va continua să funcţioneze, dar ar trebui să upgradaţi WordPressul sau să folosiţi o versiune mai veche a pluginului HeadSpace."
139
+
140
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:494
141
+ msgid "Posts successfully updated"
142
+ msgstr "Articol modificat cu succes"
143
+
144
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:533
145
+ msgid "Your options have been updated"
146
+ msgstr "Setările dumneavoastră au fost înregistrate"
147
+
148
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:540
149
+ msgid "HeadSpace has been removed"
150
+ msgstr "HeadSpace a fost şters"
151
+
152
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/headspace.php:578
153
+ #, php-format
154
+ msgid "%d items were imported from %s"
155
+ msgstr "%d elemente au fost importate din %s"
156
+
157
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/plugin.php:724
158
+ msgid "How many widgets would you like?"
159
+ msgstr "Câte widgeturi doriţi?"
160
+
161
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/plugin.php:731
162
+ msgid "Save"
163
+ msgstr "Salvează"
164
+
165
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/models/inline_tags.php:250
166
+ #, php-format
167
+ msgid "(page %d of %d)"
168
+ msgstr "(pagina %d din %d)"
169
+
170
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/models/pager.php:391
171
+ msgid "Previous"
172
+ msgstr "Precedent"
173
+
174
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/models/pager.php:392
175
+ msgid "Next"
176
+ msgstr "Următor"
177
+
178
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/all-in-one-seo.php:28
179
+ msgid "All-in-one SEO"
180
+ msgstr "All-in-one SEO"
181
+
182
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/headspace_tags.php:28
183
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
184
+ msgstr "Taguri HeadSpace (converteşte în taguri WordPress 2.3)"
185
+
186
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/head_meta_description.php:28
187
+ msgid "Head META Description"
188
+ msgstr "Head META Description"
189
+
190
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/jerome.php:28
191
+ msgid "Jerome's Keywords"
192
+ msgstr "Jerome's Keywords"
193
+
194
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/lud.icro.us.php:28
195
+ msgid "lud.icro.us HeadMeta"
196
+ msgstr "lud.icro.us HeadMeta"
197
+
198
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/more_unique.php:28
199
+ msgid "More Unique"
200
+ msgstr "More Unique"
201
+
202
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/seo-title-tags.php:28
203
+ msgid "SEO Title Tags"
204
+ msgstr "SEO Title Tags"
205
+
206
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/simple-tagging.php:28
207
+ msgid "Simple Tagging"
208
+ msgstr "Simple Tagging"
209
+
210
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/simple-tags.php:28
211
+ msgid "Simple Tags (old version)"
212
+ msgstr "Simple Tags (versiunea veche)"
213
+
214
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/import/utw.php:28
215
+ msgid "Ultimate Tag Warrior"
216
+ msgstr "Ultimate Tag Warrior"
217
+
218
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/description.php:28
219
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/description.php:50
220
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/description.php:56
221
+ msgid "Page description"
222
+ msgstr "Descrierea paginii"
223
+
224
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/description.php:49
225
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/more_text.php:49
226
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/page_slug.php:49
227
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/page_title.php:49
228
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/site_description.php:49
229
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/site_name.php:49
230
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/tags.php:49
231
+ msgid "Post title"
232
+ msgstr "Titlul articolului"
233
+
234
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/more_text.php:28
235
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/more_text.php:50
236
+ msgid "More text"
237
+ msgstr "Text pentru a citi în continuare articolul (more)"
238
+
239
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/page_slug.php:28
240
+ msgid "Page slug"
241
+ msgstr "URLul paginii"
242
+
243
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/page_slug.php:50
244
+ msgid "Post slug"
245
+ msgstr "URLul articolului"
246
+
247
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/page_title.php:28
248
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/page_title.php:50
249
+ msgid "Page title"
250
+ msgstr "Titlul paginii"
251
+
252
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/site_description.php:28
253
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/site_description.php:50
254
+ msgid "Site description"
255
+ msgstr "Descrierea site-ului"
256
+
257
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/site_name.php:28
258
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/site_name.php:50
259
+ msgid "Site name"
260
+ msgstr "Numele site-ului"
261
+
262
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/tags.php:28
263
+ msgid "Tags"
264
+ msgstr "Tags (etichete)"
265
+
266
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/mass/tags.php:50
267
+ msgid "Tags/keywords"
268
+ msgstr "Tags/cuvinte-cheie "
269
+
270
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/description.php:61
271
+ msgid "Allows a short description about the page that is used by search engines"
272
+ msgstr "Permite o scurtă descriere a paginii ce este folosită de motoarele de căutare."
273
+
274
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/description.php:70
275
+ msgid "Max length"
276
+ msgstr "Lungimea maximă"
277
+
278
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/description.php:73
279
+ msgid "All descriptions will be trimmed to this length"
280
+ msgstr "Toate descrierile vor fi reduse la această lungime"
281
+
282
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/description.php:92
283
+ msgid "Description"
284
+ msgstr "Descriere"
285
+
286
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/javascript.php:50
287
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/javascript.php:67
288
+ msgid "JavaScript"
289
+ msgstr "JavaScript"
290
+
291
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/javascript.php:55
292
+ msgid "Allow external JavaScript files to be referenced"
293
+ msgstr "Permite indicarea unor fişiere JavaScript externe"
294
+
295
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/keywords.php:64
296
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/keywords.php:105
297
+ msgid "Keywords"
298
+ msgstr "Cuvinte-cheie"
299
+
300
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/keywords.php:69
301
+ msgid "Allows meta keywords to be defined, seperate from tags (if necessary, disable keyword display in the Tags module)"
302
+ msgstr "Permite definirea cuvintelor-cheie meta, separate de taguri (etichete) (daca este necesar, dezactivaţi afişarea cuvintelor-cheie în modulul Tags (etichete)"
303
+
304
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/keywords.php:78
305
+ msgid "Use tags"
306
+ msgstr "Foloseşte taguri (etichete)"
307
+
308
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/keywords.php:81
309
+ msgid "Checking this will mean that your tags are also used as keywords and you will not be able to modify keywords independently"
310
+ msgstr "Bifând căsuţa, tagurile (etichetele) dumneavoastră vor fi folosite pe post de cuvinte-cheie, cele din urmă neputând fi modificate independent."
311
+
312
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/more_text.php:63
313
+ msgid "Allows the 'more' text to be changed"
314
+ msgstr "Permite textului pentru a citi în continuare articolul (more) să fie editat"
315
+
316
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:34
317
+ msgid "No-index"
318
+ msgstr "Nu indexa"
319
+
320
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:35
321
+ msgid "No-follow"
322
+ msgstr "No-follow (nu \"urmări\" linkurile)"
323
+
324
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:36
325
+ msgid "No-archive"
326
+ msgstr "No-archive"
327
+
328
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:37
329
+ msgid "No-ODP"
330
+ msgstr "No-ODP"
331
+
332
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:38
333
+ msgid "No-Yahoo Dir"
334
+ msgstr "No-Yahoo Dir"
335
+
336
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:87
337
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:106
338
+ msgid "Meta-Robots"
339
+ msgstr "Meta-Robots"
340
+
341
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/noindex.php:92
342
+ msgid "Allows various meta-robot options to be set to prevent search engines and robots from indexing or following pages"
343
+ msgstr "Permite setarea diferitelor opţiuni meta-robot ce previn indexarea sau \"urmărirea\" paginilor"
344
+
345
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:120
346
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
347
+ msgstr "Permite schimbarea titlului paginii (textul din titlul ferestrei browserului)"
348
+
349
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:129
350
+ msgid "Title separator"
351
+ msgstr "Separator de titlu"
352
+
353
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:132
354
+ msgid "Leave blank to use theme default"
355
+ msgstr "Lasa gol pentru a folosi setările din temă"
356
+
357
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:136
358
+ msgid "Separator position"
359
+ msgstr "Poziţia separatorului"
360
+
361
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:139
362
+ msgid "Before"
363
+ msgstr "Înainte"
364
+
365
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:140
366
+ msgid "After"
367
+ msgstr "După"
368
+
369
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:145
370
+ msgid "Force title rewrite"
371
+ msgstr "Forţează rescrierea titlurilor"
372
+
373
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:152
374
+ 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."
375
+ msgstr "Acest lucru va schimba titlurile forţat. Aparent este convenabil, deoarece nu e nevoie să modificaţi fişierele temei, dar va fi folosită mai multă memorie şi performanţă va scade."
376
+
377
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/page_title.php:172
378
+ msgid "Page Title"
379
+ msgstr "Titlul Paginii"
380
+
381
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/plugin.php:102
382
+ msgid "Page-specific Plugins"
383
+ msgstr "Pluginuri specifice Paginii"
384
+
385
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/plugin.php:107
386
+ msgid "Allows disabled plugins to be enabled on specific pages"
387
+ msgstr "Permite pluginurilor dezactivate activarea lor în anumite pagini."
388
+
389
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/plugin.php:123
390
+ msgid "Show in admin"
391
+ msgstr "Afişează în admin"
392
+
393
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/plugin.php:126
394
+ msgid "Shows page-specific plugins in the administration menus"
395
+ msgstr "Afişează pluginurile specifice paginii în meniul de administrare"
396
+
397
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/plugin.php:153
398
+ msgid "Plugins"
399
+ msgstr "Pluginuri"
400
+
401
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/raw.php:43
402
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/raw.php:55
403
+ msgid "Raw data"
404
+ msgstr "Alte date"
405
+
406
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/raw.php:48
407
+ msgid "Allows raw data to be inserted into the page meta section"
408
+ msgstr "Permite inserarea suplimentară de date în secţiunea meta a paginii"
409
+
410
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/rss_name.php:57
411
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/rss_name.php:76
412
+ msgid "RSS Name"
413
+ msgstr "Numele fluxului RSS"
414
+
415
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/rss_name.php:62
416
+ msgid "Allows site RSS name to be changed"
417
+ msgstr "Permite schimbarea numelui fluxului RSS"
418
+
419
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/rss_tagline.php:57
420
+ msgid "RSS Description"
421
+ msgstr "Descrierea fluxului RSS"
422
+
423
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/rss_tagline.php:62
424
+ msgid "Allows site RSS description to be changed"
425
+ msgstr "Permite schimbarea descrierii fluxului RSS"
426
+
427
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/rss_tagline.php:76
428
+ msgid "RSS Desc."
429
+ msgstr "Descrierea fluxului RSS"
430
+
431
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/site_name.php:63
432
+ msgid "Allows site name to be changed (i.e your blog name)"
433
+ msgstr "Permite schimbarea numelui site-ului (numele blogului)"
434
+
435
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/site_tagline.php:56
436
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/site_tagline.php:75
437
+ msgid "Site Tagline"
438
+ msgstr "Descrierea site-ului (tagline)"
439
+
440
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/site_tagline.php:61
441
+ msgid "Allows site description to be changed (i.e. the tagline)"
442
+ msgstr "Permite schimbarea descrierii site-ului (tagline)"
443
+
444
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/stylesheet.php:61
445
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/stylesheet.php:78
446
+ msgid "Stylesheets"
447
+ msgstr "Fişiere CSS"
448
+
449
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/stylesheet.php:66
450
+ msgid "Allows CSS stylesheets to be added to a page"
451
+ msgstr "Permite adăugarea fişierelor CSS pe o pagină"
452
+
453
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/stylesheet.php:113
454
+ msgid "Do not output CSS"
455
+ msgstr "Nu aplica CSS"
456
+
457
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:128
458
+ msgid "<p>Tags: "
459
+ msgstr "<p>Tags: "
460
+
461
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:163
462
+ msgid "Allows tags to be added to pages"
463
+ msgstr "Permite adăugarea etichetelor (tagurilor) pe o pagină"
464
+
465
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:172
466
+ msgid "Force tags in posts"
467
+ msgstr "Forţează adăugarea etichetelor (tagurilor) în articole"
468
+
469
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:175
470
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:185
471
+ msgid "No"
472
+ msgstr "Nu"
473
+
474
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:176
475
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:186
476
+ msgid "Yes"
477
+ msgstr "Da"
478
+
479
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:178
480
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:188
481
+ msgid "Your theme may overrule this setting"
482
+ msgstr "Tema dumneavoastra poate schimba această setare."
483
+
484
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:182
485
+ msgid "Force tags in pages"
486
+ msgstr "Forţează etichete (taguri) în pagini"
487
+
488
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:192
489
+ msgid "Show pages"
490
+ msgstr "Arată paginile"
491
+
492
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:195
493
+ msgid "Show pages in tag archives"
494
+ msgstr "Arată paginile în arhivele de etichete (taguri)"
495
+
496
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:199
497
+ msgid "Yahoo ZoneTag"
498
+ msgstr "Yahoo ZoneTag"
499
+
500
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:202
501
+ msgid "enable"
502
+ msgstr "activează"
503
+
504
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:297
505
+ msgid "Suggested tags"
506
+ msgstr "Etichete (taguri) sugerate"
507
+
508
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:299
509
+ msgid "add all"
510
+ msgstr "adaugă-le pe toate"
511
+
512
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:300
513
+ msgid "suggest"
514
+ msgstr "sugerează"
515
+
516
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:302
517
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:327
518
+ msgid "Yahoo"
519
+ msgstr "Yahoo"
520
+
521
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/tags.php:325
522
+ msgid "Suggest tags based on content"
523
+ msgstr "Sugerează etichete (taguri) bazate pe conţinut"
524
+
525
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/theme.php:69
526
+ msgid "Page-specific Theme"
527
+ msgstr "Teme specifice paginii"
528
+
529
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/theme.php:81
530
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
531
+ msgstr "Permite unei pagini specifice aplicare unei altei teme decât cea impicită"
532
+
533
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/theme.php:89
534
+ msgid "Theme"
535
+ msgstr "Temă"
536
+
537
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/page/theme.php:92
538
+ msgid "Current theme"
539
+ msgstr "Tema curentă"
540
+
541
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/103bees.php:31
542
+ msgid "103bees"
543
+ msgstr "103bees"
544
+
545
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/103bees.php:36
546
+ msgid "Adds 103bees tracking code to all pages"
547
+ msgstr "Adaugă codul 103bees pe toate paginile"
548
+
549
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/103bees.php:111
550
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/google_webmaster.php:67
551
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/hittail.php:111
552
+ msgid "Tracking code"
553
+ msgstr "Cod"
554
+
555
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/103bees.php:114
556
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
557
+ msgstr "Introdu codul JavaScript complet aşa cum apare în contul tau 103bees"
558
+
559
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/103bees.php:118
560
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:252
561
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/apture.php:118
562
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/crazyegg.php:124
563
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/hittail.php:118
564
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/mint.php:128
565
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:222
566
+ msgid "Who to track"
567
+ msgstr "Pe cine să urmăresc?"
568
+
569
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/103bees.php:121
570
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:255
571
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/apture.php:121
572
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/crazyegg.php:127
573
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/hittail.php:121
574
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/mint.php:131
575
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:225
576
+ msgid "Everyone"
577
+ msgstr "Pe toată lumea."
578
+
579
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/103bees.php:127
580
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:262
581
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/apture.php:128
582
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/crazyegg.php:134
583
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/hittail.php:128
584
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/mint.php:138
585
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:232
586
+ msgid "Users of the specified role or less will be tracked"
587
+ msgstr "Userii de la acest nivel sau mai mic vor fi urmăriţi"
588
+
589
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:39
590
+ msgid "Google Analytics"
591
+ msgstr "Google Analytics"
592
+
593
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:44
594
+ msgid "Adds Google Analytic tracking code to all pages (through <code>wp_footer</code>)"
595
+ msgstr "Adaugă codul Google Analytics pe toate paginile (prin <code>wp_footer</code>)"
596
+
597
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:236
598
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/feedburner-stats.php:67
599
+ msgid "Account ID"
600
+ msgstr "ID-ul contului"
601
+
602
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:239
603
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
604
+ msgstr "Introdu codul Google JavaScript complet sau doar numărul <code>_uacct</code>."
605
+
606
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:243
607
+ msgid "Version"
608
+ msgstr "Versiune"
609
+
610
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:246
611
+ msgid "Urchin (urchin.js)"
612
+ msgstr "Urchin (urchin.js)"
613
+
614
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:247
615
+ msgid "New Google Analytics (ga.js)"
616
+ msgstr "Noul Google Analytics (ga.js)"
617
+
618
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:266
619
+ msgid "Track outbound links"
620
+ msgstr "Urmăreşte linkurile externe"
621
+
622
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:269
623
+ msgid "Enter the URL you want outbound links tracked to"
624
+ msgstr "Introdu URL-ul la care doreşti să-i rumăreşti linkurile externe"
625
+
626
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:273
627
+ msgid "Virtual Pages"
628
+ msgstr "Pagini virtuale"
629
+
630
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:276
631
+ msgid "Change what appears in reports"
632
+ msgstr "Schimbă ce apare în rapoarte"
633
+
634
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:280
635
+ msgid "Domain Name"
636
+ msgstr "Numele domeniului"
637
+
638
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:283
639
+ msgid "Set to a root domain when tracking across sub-domains"
640
+ msgstr "Setează la un domeniu rădăcină când se urmăresc subdomeniile"
641
+
642
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:287
643
+ msgid "Raw Code"
644
+ msgstr "Cod brut"
645
+
646
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:290
647
+ msgid "Enter any additional Google Analytics code"
648
+ msgstr "Introdu codul Google Analytics suplimentar"
649
+
650
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:294
651
+ msgid "Include on login page"
652
+ msgstr "Include pe pagina de autentificare (login)"
653
+
654
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/analytics.php:297
655
+ msgid "Include Google Analytics on the WordPress login page"
656
+ msgstr "Include Google Analytics pe pagina de autentificare (login) WordPress"
657
+
658
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/apture.php:31
659
+ msgid "Apture"
660
+ msgstr "Apture"
661
+
662
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/apture.php:36
663
+ msgid "Add Apture to all pages"
664
+ msgstr "Adaugă Apture pe toate paginile"
665
+
666
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/apture.php:111
667
+ msgid "Site token"
668
+ msgstr "Tokenul site-ului"
669
+
670
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/apture.php:114
671
+ msgid "Enter your site token."
672
+ msgstr "Introdu tokenul site-ului."
673
+
674
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/crazyegg.php:33
675
+ msgid "CrazyEgg"
676
+ msgstr "CrazyEgg"
677
+
678
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/crazyegg.php:38
679
+ msgid "Adds CrazyEgg tracking code to all pages"
680
+ msgstr "Adaugă codul CrazyEgg pe toate paginile."
681
+
682
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/crazyegg.php:117
683
+ msgid "CrazyEgg ID"
684
+ msgstr "ID-ul CrazyEgg"
685
+
686
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/crazyegg.php:120
687
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg code</a>"
688
+ msgstr "Introdu <a href=\"http://crazyegg.com/pages/instructions\">codul CrazyEgg</a> complet"
689
+
690
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/disable_visual_editing.php:28
691
+ msgid "Disable Visual Editing"
692
+ msgstr "Dezactivează Editarea Vizuală"
693
+
694
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/disable_visual_editing.php:33
695
+ msgid "Disable visual editing"
696
+ msgstr "Dezactivează editarea vizuală."
697
+
698
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/feedburner-stats.php:30
699
+ msgid "Feedburner Stats Pro"
700
+ msgstr "Statistici FeedBurner Pro"
701
+
702
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/feedburner-stats.php:35
703
+ msgid "Adds appropriate code to your posts to enable FeedBurner Stats Pro"
704
+ msgstr "Adaugă codul FeedBurner Stats Pro articolelor tale."
705
+
706
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/feedburner-stats.php:70
707
+ msgid "This is your FeedBurner username"
708
+ msgstr "Acesta este numele tău de utilizator FeedBurner"
709
+
710
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:34
711
+ msgid "First Time Visitor"
712
+ msgstr "Vizitator nou"
713
+
714
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:39
715
+ msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
716
+ msgstr "Afişează un mesaj vizitatorilor noi (bazat pe ideea lui Seth Godin)"
717
+
718
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:93
719
+ #, php-format
720
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
721
+ msgstr "<p>Ca vizitator nou ai dori să te abonezi la fluxul meu <a href=\"%s/feed/\">RSS</a>.</p>"
722
+
723
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:119
724
+ msgid "Message to display"
725
+ msgstr "Mesaj de afişat"
726
+
727
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:125
728
+ msgid "Repeat"
729
+ msgstr "Repetă"
730
+
731
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:126
732
+ msgid "Enter 0 for always"
733
+ msgstr "Introdu 0 pentru totdeauna"
734
+
735
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:129
736
+ msgid "Display position"
737
+ msgstr "Poziţia afişării"
738
+
739
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:132
740
+ msgid "Before content"
741
+ msgstr "Înainte de conţinut"
742
+
743
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:133
744
+ msgid "After content"
745
+ msgstr "După conţinut"
746
+
747
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/first-time-visitor.php:138
748
+ msgid "Ignore Bots"
749
+ msgstr "Ignoră roboţii (bots)"
750
+
751
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/frame-breaker.php:32
752
+ msgid "Frame Breaker"
753
+ msgstr "Blochează frame-urile"
754
+
755
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/frame-breaker.php:37
756
+ msgid "Stops your site being loaded in a frame"
757
+ msgstr "Nu permite încărcarea site-ului într-un frame"
758
+
759
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/google-ad-wrap.php:28
760
+ msgid "Google Section Targeting"
761
+ msgstr "Reclame AdSense relevantei (Google Section Targeting)"
762
+
763
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/google-ad-wrap.php:33
764
+ msgid "Wraps all post and page content inside a Google targeted section"
765
+ msgstr "Cuprinde conţinutul articolelor şi paginilor în etichete (taguri) Google pentru relevanţă mai mare"
766
+
767
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/google_webmaster.php:30
768
+ msgid "Google Webmaster"
769
+ msgstr "Google Webmaster"
770
+
771
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/google_webmaster.php:35
772
+ msgid "Adds Google Webmaster tracking code to your home page"
773
+ msgstr "Adaugă codul Google Webmaster paginii principale"
774
+
775
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/google_webmaster.php:70
776
+ msgid "Enter Google Webmaster tracking code."
777
+ msgstr "Introdu codul Google Webmaster"
778
+
779
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/hittail.php:31
780
+ msgid "HitTail"
781
+ msgstr "HitTail"
782
+
783
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/hittail.php:36
784
+ msgid "Adds HitTail tracking code to all pages"
785
+ msgstr "Adaugă codul HitTail pe toate paginile"
786
+
787
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/hittail.php:114
788
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
789
+ msgstr "Introdu codul JavaScript complet aşa cum este furnizat de HitTail."
790
+
791
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/mint.php:33
792
+ msgid "Mint"
793
+ msgstr "Mint"
794
+
795
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/mint.php:38
796
+ msgid "Adds Mint tracking code to all pages"
797
+ msgstr "Adaugă codul Mint pe toate paginile"
798
+
799
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/mint.php:121
800
+ msgid "Mint path"
801
+ msgstr "Calea către Mint"
802
+
803
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/mint.php:124
804
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
805
+ msgstr "Introdu URL-ul relativ către instalarea Mint (ex: <code>/mint/</code>)."
806
+
807
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:33
808
+ msgid "Page Counts"
809
+ msgstr "Numărul de Pagini"
810
+
811
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:38
812
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
813
+ msgstr "Schimbă numărul de articole afişate pe paginile de tip arihivă şi de căutare şi decide dacă doreşti afişarea conţinutului complet sau doar a excerptului (primele cuvinte din articol)"
814
+
815
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:116
816
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:128
817
+ msgid "posts, showing the"
818
+ msgstr "articole, sunt afişate"
819
+
820
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:118
821
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:130
822
+ msgid "default"
823
+ msgstr "implicit"
824
+
825
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:119
826
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:131
827
+ msgid "content"
828
+ msgstr "conţinut"
829
+
830
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:120
831
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:132
832
+ msgid "excerpt"
833
+ msgstr "excerpt (primele cuvinte)"
834
+
835
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:122
836
+ msgid "(set number of posts to 0 for theme default)"
837
+ msgstr "(setează numărul de articole pentru 0 pentru tema implicită)"
838
+
839
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:126
840
+ msgid "Searches"
841
+ msgstr "Căutări"
842
+
843
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/page_counts.php:134
844
+ msgid "set number of posts to 0 for theme default"
845
+ msgstr "setează numărul de articole 0 pentru tema implicită"
846
+
847
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:37
848
+ msgid "Piwik"
849
+ msgstr "Piwik"
850
+
851
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:42
852
+ msgid "Adds Piwik tracking code to all pages"
853
+ msgstr "Adaugă codul Piwik pe toate paginile"
854
+
855
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:180
856
+ msgid "Piwik Site ID"
857
+ msgstr "ID-ul Piwik"
858
+
859
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:183
860
+ msgid "If you are monitoring multiple sites this allows you to identify each"
861
+ msgstr "Dacă monitorizaţi mai multe site-uri, acest lucru va permite să-l identificaţi pe fiecare"
862
+
863
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:187
864
+ msgid "Piwik PHP"
865
+ msgstr "Codul PHP Piwik"
866
+
867
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:190
868
+ msgid "The location of the Piwik PHP file (i.e. <code>/piwik/piwik.php</code>)"
869
+ msgstr "Locaţia filşierului PHP Piwik (ex:<code>/piwik/piwik.php</code>)"
870
+
871
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:194
872
+ msgid "Piwik JavaScript"
873
+ msgstr "Piwik JavaScript"
874
+
875
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:197
876
+ msgid "The location of the Piwik JavaScript file (i.e. <code>/piwik/piwik.js</code>)"
877
+ msgstr "Locaţia fişierului Piwik JavaScript (ex: <code>/piwik/piwik.js</code>)"
878
+
879
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:201
880
+ msgid "Track downloads"
881
+ msgstr "Urmăreşte numărul de downloadări"
882
+
883
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:204
884
+ msgid "Clear to disable download tracking"
885
+ msgstr "Lasă liber pentru a dezactiva urmărirea de downloadări"
886
+
887
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:204
888
+ msgid "reset to default"
889
+ msgstr "revenire la setările iniţiale"
890
+
891
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:208
892
+ msgid "Tracker pause"
893
+ msgstr "Opreşte urmărirea"
894
+
895
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:211
896
+ msgid "A pause (milliseconds) added when a file is downloaded. Small values may not be tracked"
897
+ msgstr "O pauză (milisecunde) este adăugată când un fişier este downloadat. Valorile mici nu ar fi putea urmărite"
898
+
899
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:215
900
+ msgid "Host aliases"
901
+ msgstr "Host aliases"
902
+
903
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/piwik.php:218
904
+ msgid "Enter each host on a separate line"
905
+ msgstr "Introdu fiecare host pe o linie separată"
906
+
907
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/statcounter.php:35
908
+ msgid "StatCounter"
909
+ msgstr "StatCounter"
910
+
911
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/statcounter.php:40
912
+ msgid "Adds StatCounter tracking code to all pages"
913
+ msgstr "Adaugă codul StatCounter pe toate paginile"
914
+
915
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/statcounter.php:136
916
+ msgid "Project ID"
917
+ msgstr "Project ID"
918
+
919
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/statcounter.php:142
920
+ msgid "Partition ID"
921
+ msgstr "Partition ID"
922
+
923
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/statcounter.php:148
924
+ msgid "Security ID"
925
+ msgstr "Security ID"
926
+
927
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:32
928
+ msgid "System Settings"
929
+ msgstr "Setările de Sistem"
930
+
931
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:37
932
+ msgid "Configure PHP memory limits, time-outs, and error reporting"
933
+ msgstr "Configurează limitele de memorie PHP, time-outs şi raportarea erorilor"
934
+
935
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:84
936
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:94
937
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:99
938
+ msgid "System default"
939
+ msgstr "Setări implicite"
940
+
941
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:85
942
+ msgid "30 seconds"
943
+ msgstr "30 de secunde"
944
+
945
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:86
946
+ msgid "60 seconds"
947
+ msgstr "60 de secunde"
948
+
949
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:87
950
+ msgid "10 minutes"
951
+ msgstr "10 minute"
952
+
953
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:88
954
+ msgid "1 hour"
955
+ msgstr "1 oră"
956
+
957
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:89
958
+ msgid "No timeout limit"
959
+ msgstr "Fără limită de timeout"
960
+
961
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:100
962
+ msgid "Show only errors"
963
+ msgstr "Arată numai erorile"
964
+
965
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:101
966
+ msgid "Show all errors &amp; warnings"
967
+ msgstr "Arată toate erorile &amp; avertizările"
968
+
969
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:102
970
+ msgid "Show no errors or warnings"
971
+ msgstr "Arată doar erorile sau avertizările"
972
+
973
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:106
974
+ msgid "Memory Limit"
975
+ msgstr "Limita de Memorie"
976
+
977
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:116
978
+ msgid "PHP Script Timeout"
979
+ msgstr "PHP Script Timeout"
980
+
981
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/system-settings.php:126
982
+ msgid "PHP Error Reporting"
983
+ msgstr "PHP Error Reporting"
984
+
985
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:30
986
+ msgid "Disable WordPress Widgets"
987
+ msgstr "Dezactivează Widgeturile WordPress"
988
+
989
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:35
990
+ msgid "Allows you to enable or disable various WordPress Widgets"
991
+ msgstr "Permite activarea sau dezactivarea Widgeturilor WordPress"
992
+
993
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:61
994
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:62
995
+ msgid "Pages"
996
+ msgstr "Pagini"
997
+
998
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:67
999
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:68
1000
+ msgid "Calendar"
1001
+ msgstr "Calendar"
1002
+
1003
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:79
1004
+ msgid "Links"
1005
+ msgstr "Linkuri"
1006
+
1007
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:84
1008
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:85
1009
+ msgid "Meta"
1010
+ msgstr "Meta"
1011
+
1012
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:90
1013
+ msgid "Search"
1014
+ msgstr "Căutare"
1015
+
1016
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:95
1017
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:96
1018
+ msgid "Recent Posts"
1019
+ msgstr "Articole Recente"
1020
+
1021
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:101
1022
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:102
1023
+ msgid "Tag Cloud"
1024
+ msgstr "Nor de etichete (taguri)"
1025
+
1026
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:141
1027
+ msgid "categories"
1028
+ msgstr "categorii"
1029
+
1030
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:142
1031
+ msgid "text"
1032
+ msgstr "text"
1033
+
1034
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:143
1035
+ msgid "rss"
1036
+ msgstr "rss"
1037
+
1038
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:144
1039
+ msgid "recent comments"
1040
+ msgstr "comentarii recente"
1041
+
1042
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:145
1043
+ msgid "pages"
1044
+ msgstr "pagini"
1045
+
1046
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:146
1047
+ msgid "search"
1048
+ msgstr "căutare"
1049
+
1050
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:147
1051
+ msgid "calendar"
1052
+ msgstr "calendar"
1053
+
1054
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:148
1055
+ msgid "archives"
1056
+ msgstr "arhive"
1057
+
1058
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:149
1059
+ msgid "links"
1060
+ msgstr "Linkuri"
1061
+
1062
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:150
1063
+ msgid "meta"
1064
+ msgstr "meta"
1065
+
1066
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:151
1067
+ msgid "recent entries"
1068
+ msgstr "articole recente"
1069
+
1070
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:152
1071
+ msgid "tag cloud"
1072
+ msgstr "Nor de etichete (taguri)"
1073
+
1074
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/widgets.php:156
1075
+ msgid "Enabled Widgets"
1076
+ msgstr "Widgeturi Activate"
1077
+
1078
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:32
1079
+ msgid "WordPress content formatting"
1080
+ msgstr "Formatarea conţinutului WordPress"
1081
+
1082
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:37
1083
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
1084
+ msgstr "Permite activarea sau dezactivarea variatelor funcţii WordPress de auto-formatare (inclusiv wpautop) "
1085
+
1086
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:91
1087
+ msgid "Auto-formatting"
1088
+ msgstr "Auto-formatare"
1089
+
1090
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:94
1091
+ msgid "Use <code>wpautop</code> to format paragraphs"
1092
+ msgstr "Foloseşte <code>wpautop</code> pentru formatarea paragrafelor"
1093
+
1094
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:98
1095
+ msgid "Auto-fancy quotes"
1096
+ msgstr "Ghilimele automate"
1097
+
1098
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:101
1099
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
1100
+ msgstr "Foloseşte <code>wptexturize</code> pentru formatarea ghilimelelor"
1101
+
1102
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:105
1103
+ msgid "Auto-link"
1104
+ msgstr "Linkuri automate"
1105
+
1106
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/wp_formatting.php:108
1107
+ msgid "Makes links clickable in comments"
1108
+ msgstr "Transformă linkurile din comentarii în linkuri ce pot fi clickuite"
1109
+
1110
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/yahoo-site-explorer.php:30
1111
+ msgid "Yahoo! Site Explorer"
1112
+ msgstr "Yahoo! Site Explorer"
1113
+
1114
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/yahoo-site-explorer.php:35
1115
+ msgid "Adds Yahoo! Site Explorer tracking code to your home page"
1116
+ msgstr "Adaugă codul Yahoo! Site Explorer pe pagina principală."
1117
+
1118
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/modules/site/yahoo-site-explorer.php:70
1119
+ msgid "Enter Yahoo! Site Explorer tracking code."
1120
+ msgstr "Introdu codul Yahoo! Site Explorer."
1121
+
1122
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/edit.php:19
1123
+ msgid "advanced"
1124
+ msgstr "avansat"
1125
+
1126
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/edit_ajax.php:6
1127
+ msgid "Cancel"
1128
+ msgstr "Anulează"
1129
+
1130
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/edit_category.php:1
1131
+ msgid "HeadSpace Settings"
1132
+ msgstr "Setări HeadSpace"
1133
+
1134
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/edit_category.php:5
1135
+ msgid "Edit Category &raquo;"
1136
+ msgstr "Editează Categoria &raquo;"
1137
+
1138
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/edit_post.php:7
1139
+ msgid "HeadSpace Meta data"
1140
+ msgstr "Meta data HeadSpace"
1141
+
1142
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/head_admin.php:7
1143
+ msgid "Are you sure you want to merge that tag?"
1144
+ msgstr "Eşti sigur că doreşti să contopeşti acea etichetă (tag)?"
1145
+
1146
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/help.php:3
1147
+ msgid "Special Tags"
1148
+ msgstr "Etichete (Taguri) Speciale"
1149
+
1150
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/help.php:4
1151
+ msgid "These tags can be included and will be replaced by HeadSpace when a page is displayed."
1152
+ msgstr "Aceste etichete pot fi incluse şi vor fi inlocuite de HeadSpace când o pagină este afişată."
1153
+
1154
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/import.php:3
1155
+ #, php-format
1156
+ msgid "%s | Import"
1157
+ msgstr "%s | Import"
1158
+
1159
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/import.php:7
1160
+ 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."
1161
+ msgstr "Această pagină vă permite importarea meta-datei din alte pluginuri WordPress. Celelalte pluginuri nu trebuie să fie activate pentru ca importarea să poată funcţiona."
1162
+
1163
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/import.php:16
1164
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/submenu.php:7
1165
+ msgid "Import"
1166
+ msgstr "Importă"
1167
+
1168
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/import.php:17
1169
+ msgid "Import and remove original data"
1170
+ msgstr "Importă şi şterge datele originale"
1171
+
1172
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/import.php:17
1173
+ msgid "(not available in UTW and Simple Tagging)"
1174
+ msgstr "(nu este valabil pentru UTW şi Simple Tagging)"
1175
+
1176
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/import.php:20
1177
+ 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."
1178
+ msgstr "Ca măsură de precauţie, <strong>faceţi un backup al bazei de date înainte de import.</strong> Nu suntem responsabili pentru posibilele pierderi suferite în proces."
1179
+
1180
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/mass_edit.php:40
1181
+ msgid "Save all data"
1182
+ msgstr "Salvează toate datele"
1183
+
1184
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:4
1185
+ #, php-format
1186
+ msgid "%s | Page Modules"
1187
+ msgstr "%s | Modulele Paginii"
1188
+
1189
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:8
1190
+ 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."
1191
+ msgstr "Modulele paginii sunt aplicate paginilor individuale. Aranjaţi modulele în zona corespunzătoare."
1192
+
1193
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:12
1194
+ msgid "Simple"
1195
+ msgstr "Simplu"
1196
+
1197
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:13
1198
+ msgid "Modules will always appear on edit screens"
1199
+ msgstr "Modulele vor apărea întotdeauna pe paginile de editare."
1200
+
1201
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:18
1202
+ msgid "Advanced"
1203
+ msgstr "Avansat"
1204
+
1205
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:19
1206
+ msgid "Modules will be hidden behind a link"
1207
+ msgstr "Modulele vor fi ascunse în spatele unui link."
1208
+
1209
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:29
1210
+ msgid "Disabled"
1211
+ msgstr "Dezactivat"
1212
+
1213
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/modules.php:30
1214
+ msgid "Modules are disabled and do not appear"
1215
+ msgstr "Modulele sunt dezactivate şi nu vor fi afişate"
1216
+
1217
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:5
1218
+ #, php-format
1219
+ msgid "%s | General Options"
1220
+ msgstr "%s | Opţiuni Generale"
1221
+
1222
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:11
1223
+ msgid "Inherit settings"
1224
+ msgstr "Moşteneşte setările"
1225
+
1226
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:15
1227
+ msgid "Inherit from global settings"
1228
+ msgstr "Moşteneşte din setările globale"
1229
+
1230
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:19
1231
+ msgid "Plugin Support"
1232
+ msgstr "Suport pentru plugin"
1233
+
1234
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:22
1235
+ msgid "I'm a nice person and I have helped support the author of this plugin"
1236
+ msgstr "Doresc să ajut autorul acestui plugin."
1237
+
1238
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:26
1239
+ msgid "Debug"
1240
+ msgstr "Depanare"
1241
+
1242
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:30
1243
+ msgid "Enable debug option"
1244
+ msgstr "Activează opţiunea de depanare"
1245
+
1246
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:36
1247
+ msgid "Update Options &raquo;"
1248
+ msgstr "Actualizează Opţiunile &raquo;"
1249
+
1250
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:42
1251
+ msgid "Remove HeadSpace"
1252
+ msgstr "Şterge HeadSpace"
1253
+
1254
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:44
1255
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data - be sure this is what you want!"
1256
+ msgstr "Această opţiune va şterge HeadSpace, inclusiv toate setările, etichetele (tagurile) şi meta-data - eşti sigur că asta doreşti?"
1257
+
1258
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/options.php:48
1259
+ msgid "Delete HeadSpace"
1260
+ msgstr "Şterge HeadSpace"
1261
+
1262
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/pager.php:14
1263
+ msgid "Per page"
1264
+ msgstr "Pe pagină"
1265
+
1266
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/pager.php:21
1267
+ msgid "go"
1268
+ msgstr "go"
1269
+
1270
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/settings.php:4
1271
+ #, php-format
1272
+ msgid "%s | Page Settings"
1273
+ msgstr "%s | Setările Paginii"
1274
+
1275
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/settings.php:8
1276
+ msgid "Click the page type to change settings. You can enable additional modules to provide more choices."
1277
+ msgstr "Click pe tipul paginii pentru a-i schimba setările. Puteţi activa mai multe module pentru a oferi mai multe opţiuni."
1278
+
1279
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/settings.php:20
1280
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1281
+ msgstr "Setările pot fi aplicate anumitor articole &amp; pagini din <strong>pagina de editare a articolului</strong> şi unor categorii specifice din <strong>pagina de editare a categoriei</strong>."
1282
+
1283
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/site_modules.php:2
1284
+ #, php-format
1285
+ msgid "%s | Site Modules"
1286
+ msgstr "%s | Modulele Site-ului"
1287
+
1288
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/site_modules.php:6
1289
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1290
+ msgstr "Modulele site-ului sunt aplicate site-ului ca un întreg. Doar modulele bifate vor rula (dacă sunt configurate corespunzător)"
1291
+
1292
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/submenu.php:3
1293
+ msgid "Page Settings"
1294
+ msgstr "Setările Paginii"
1295
+
1296
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/submenu.php:4
1297
+ msgid "Page Modules"
1298
+ msgstr "Modulele Paginii"
1299
+
1300
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/submenu.php:5
1301
+ msgid "Site Modules"
1302
+ msgstr "Modulele Site-ului"
1303
+
1304
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/submenu.php:6
1305
+ msgid "Options"
1306
+ msgstr "Opţiuni"
1307
+
1308
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/support.php:2
1309
+ msgid "HeadSpace Support"
1310
+ msgstr "HeadSpace Suport"
1311
+
1312
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/support.php:4
1313
+ 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 $8</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."
1314
+ msgstr "HeadSpace a avut nevoie de mult timp şi efort pentru a fi programat. Dacă v-a fost util, atunci puteţi ajuta dezvoltarea sa <strong>facând o mică donaţie de 8$</strong>. Acest lucru va funcţiona ca un stimulent pentru a continua dezvoltarea sa, oferind ore nenumărate de suport + eventualelor funcţii ce pot fi sugerate."
1315
+
1316
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/support.php:25
1317
+ 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>."
1318
+ msgstr "Altfel, puteţi ajuta prin traducerea pluginului în altă limbă. Toate fişierele pentru localizare sunt incluse şi am scris<a href=\"http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/\">un ghid pentru a vă ajuta să traduceţi pluginul</a>."
1319
+
1320
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/support.php:27
1321
+ msgid "This notice will only be shown at periodic intervals and can be disabled easily."
1322
+ msgstr "Această notificare va fi afişată la anumite intervale şi poate fi usor dezactivată."
1323
+
1324
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/version.php:2
1325
+ msgid "HeadSpace2 News"
1326
+ msgstr "Noutăţi HeadSpace2"
1327
+
1328
+ #: C:\xampp\htdocs\wordpress\wp-content\plugins\headspace2/view/admin/version.php:5
1329
+ #, php-format
1330
+ msgid "%s ago"
1331
+ msgstr "acum %s"
1332
+
locale/ru_RU.mo ADDED
Binary file
locale/ru_RU.po ADDED
@@ -0,0 +1,899 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2007-11-21 21:52+0300\n"
12
+ "Last-Translator: Sergey Ryvkin <to@ryvkin.ru>\n"
13
+ "Language-Team: \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:387
19
+ #, php-format
20
+ msgid "%d items were imported from %s"
21
+ msgstr "%d элементов импортировано из %s"
22
+
23
+ #: view/admin/version.php:5
24
+ #, php-format
25
+ msgid "%s ago"
26
+ msgstr "%s назад"
27
+
28
+ #: view/admin/import.php:13
29
+ msgid "(not available in UTW and Simple Tagging)"
30
+ msgstr "(не доступно в UTW и Simple Tagging)"
31
+
32
+ #: models/inline_tags.php:163
33
+ #, php-format
34
+ msgid "(page %d of %d)"
35
+ msgstr "(страница %d из %d)"
36
+
37
+ #: headspace.php:105
38
+ msgid "404 Page"
39
+ msgstr "Страница 404 ошибки"
40
+
41
+ #: ajax.php:64
42
+ msgid "<p style=\"color: red\">That function is not defined</p>"
43
+ msgstr "<p style=\"color: red\">Эта функция не определена</p>"
44
+
45
+ #: ajax.php:57
46
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
47
+ msgstr "<p style=\"color: red\">Вам не разрешен доступ к этому ресурсу</p>"
48
+
49
+ #: modules/page/tags.php:125
50
+ msgid "<p>Tags: "
51
+ msgstr "<p>Метки: "
52
+
53
+ #: modules/page/plugin.php:139
54
+ msgid "Add Plugin"
55
+ msgstr "Добавить плагин"
56
+
57
+ #: modules/page/tags.php:175
58
+ msgid "Add tags to dictionary"
59
+ msgstr "Добавить метки в словарь"
60
+
61
+ #: modules/site/crazyegg.php:38
62
+ msgid "Adds CrazyEgg tracking code to all pages"
63
+ msgstr "Добавляет код слежения <a href=\"http://crazyegg.com/\">CrazyEgg</a> ко всем страницам"
64
+
65
+ #: modules/site/analytics.php:39
66
+ msgid "Adds Google Analytic tracking code to all pages"
67
+ msgstr "Добавляет код слежения <a href=\"http://google.com/Analytics\">Google Analytics</a> ко всем страницам"
68
+
69
+ #: modules/site/mint.php:38
70
+ msgid "Adds Mint tracking code to all pages"
71
+ msgstr "Добавляет код слежения <a href=\"http://mint.com\">Mint</a> ко всем страницам"
72
+
73
+ #: modules/site/statcounter.php:40
74
+ msgid "Adds StatCounter tracking code to all pages"
75
+ msgstr "Добавляет код слежения <a href=\"http://statcounter.com\">StatCounter</a> ко всем страницам"
76
+
77
+ #: modules/site/rpc.php:37
78
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
79
+ msgstr "Добавляет дополнительные функции, разрешающие таким инструментам ведения блогов, как <a href=\"http://ecto.kung-foo.tv/archives/001325.php\">Ecto</a>, использовать метки"
80
+
81
+ #: view/admin/modules.php:13
82
+ msgid "Advanced"
83
+ msgstr "Расширенные"
84
+
85
+ #: modules/page/page_title.php:109
86
+ msgid "After"
87
+ msgstr "После"
88
+
89
+ #: modules/page/description.php:73
90
+ msgid "All descriptions will be trimmed to this length"
91
+ msgstr "Все описания будут урезаны до этой длины"
92
+
93
+ #: modules/import/all-in-one-seo.php:28
94
+ msgid "All-in-one SEO"
95
+ msgstr "All-in-one SEO"
96
+
97
+ #: modules/page/javascript.php:55
98
+ msgid "Allow external JavaScript files to be referenced"
99
+ msgstr "Разрешить ссылки на внешние страницы JavaScript"
100
+
101
+ #: modules/page/page_title.php:89
102
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
103
+ msgstr "Разрешить изменение заголовка страницы (т.е. заголовка окна браузера)"
104
+
105
+ #: modules/page/stylesheet.php:55
106
+ msgid "Allows CSS stylesheets to be added to a page"
107
+ msgstr "Разрешает добавление к странице таблицы стилей CSS"
108
+
109
+ #: modules/page/theme.php:69
110
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
111
+ msgstr "Разрешает возможность, когда специфичная для страницы тема замещает тему по умолчанию"
112
+
113
+ #: modules/page/noindex.php:56
114
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
115
+ msgstr "Разрешает установку параметров no-index/no-follow, чтобы предотвратить индексацию или следование по страницам для поисковиков и роботов"
116
+
117
+ #: modules/page/description.php:61
118
+ msgid "Allows a short description about the page that is used by search engines"
119
+ msgstr "Разрешает краткое описание страницы, которое используется поисковиками"
120
+
121
+ #: modules/page/plugin.php:87
122
+ msgid "Allows disabled plugins to be enabled on specific pages"
123
+ msgstr "Разрешает, чтобы запрещенные плагины были разрешены для определенных страниц"
124
+
125
+ #: modules/page/raw.php:48
126
+ msgid "Allows raw data to be inserted into the page meta section"
127
+ msgstr "Разрешает ввод необработанных данных в раздел meta страницы"
128
+
129
+ #: modules/page/rss_tagline.php:62
130
+ msgid "Allows site RSS description to be changed"
131
+ msgstr "Разрешает изменение описания сайта в RSS"
132
+
133
+ #: modules/page/rss_name.php:62
134
+ msgid "Allows site RSS name to be changed"
135
+ msgstr "Разрешает изменение имени сайта в RSS"
136
+
137
+ #: modules/page/site_tagline.php:61
138
+ msgid "Allows site description to be changed (i.e. the tagline)"
139
+ msgstr "Разрешает изменение описания сайта (т.е подзаголовок)"
140
+
141
+ #: modules/page/site_name.php:61
142
+ msgid "Allows site name to be changed (i.e your blog name)"
143
+ msgstr "Разрешает изменение имени сайта (т.е имя блога)"
144
+
145
+ #: modules/page/tags.php:162
146
+ msgid "Allows tags/keywords to be added to pages"
147
+ msgstr "Разрешает добавление меток/ключевых слов к страницам"
148
+
149
+ #: modules/page/more_text.php:56
150
+ msgid "Allows the 'more' text to be changed"
151
+ msgstr "Разрешает изменение текста 'more'"
152
+
153
+ #: modules/site/wp_formatting.php:37
154
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
155
+ msgstr "Разрешает Вам включить или выключить различное авто-форматирование WordPress (включая wpautop)"
156
+
157
+ #: modules/page/tags.php:186
158
+ msgid "Alphabetically order tags"
159
+ msgstr "Алфавитный порядок расположения меток"
160
+
161
+ #: modules/page/tags.php:201
162
+ #: modules/page/tags.php:210
163
+ msgid "Always"
164
+ msgstr "Всегда"
165
+
166
+ #: headspace.php:100
167
+ #: modules/site/page_counts.php:114
168
+ msgid "Archives"
169
+ msgstr "Архивы"
170
+
171
+ #: view/admin/import.php:16
172
+ 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."
173
+ msgstr "Также как для любого действия, которое изменяет Вашу базу данных, Вы должны <strong>сделать резервную копию Ваших данных перед операцией импорта</strong>. Мы не отвечаем за котят, которые могут быть задушены в ходе этого процесса."
174
+
175
+ #: headspace.php:103
176
+ msgid "Author Pages"
177
+ msgstr "Авторские страницы"
178
+
179
+ #: modules/site/wp_formatting.php:97
180
+ msgid "Auto-fancy quotes"
181
+ msgstr "Авто-цитирование"
182
+
183
+ #: modules/site/wp_formatting.php:90
184
+ msgid "Auto-formatting"
185
+ msgstr "Авто-форматирование"
186
+
187
+ #: modules/site/wp_formatting.php:104
188
+ msgid "Auto-link"
189
+ msgstr "Авто-ссылки"
190
+
191
+ #: modules/page/tags.php:178
192
+ msgid "Automatically add new tags to dictionary"
193
+ msgstr "Автоматически добавлять новые метки в словарь"
194
+
195
+ #: modules/page/page_title.php:108
196
+ msgid "Before"
197
+ msgstr "Перед"
198
+
199
+ #: view/admin/edit_ajax.php:5
200
+ #: view/admin/module_edit.php:8
201
+ #: view/admin/site_module_edit.php:16
202
+ msgid "Cancel"
203
+ msgstr "Отменить"
204
+
205
+ #: headspace.php:101
206
+ msgid "Categories"
207
+ msgstr "Категории"
208
+
209
+ #: view/admin/options.php:16
210
+ msgid "Check for updates"
211
+ msgstr "Проверить обновления"
212
+
213
+ #: view/admin/options.php:17
214
+ msgid "Check for updates from within HeadSpace"
215
+ msgstr "Проверить обновления внутри HeadSpace"
216
+
217
+ #: modules/site/crazyegg.php:33
218
+ msgid "CrazyEgg"
219
+ msgstr "CrazyEgg"
220
+
221
+ #: modules/site/crazyegg.php:122
222
+ msgid "CrazyEgg ID"
223
+ msgstr "Идентификатор CrazyEgg"
224
+
225
+ #: modules/page/theme.php:80
226
+ msgid "Current theme"
227
+ msgstr "Текущая тема"
228
+
229
+ #: modules/site/page_counts.php:38
230
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
231
+ msgstr "Настроить количество статей, которые будут показаны на архивных страницах и страницах поиска, и решить показывать ли полное содержание или выдержку"
232
+
233
+ #: view/admin/options.php:37
234
+ msgid "Delete HeadSpace"
235
+ msgstr "Удалить HeadSpace"
236
+
237
+ #: modules/page/description.php:88
238
+ msgid "Description"
239
+ msgstr "Описание"
240
+
241
+ #: modules/page/tags.php:222
242
+ msgid "Dictionary"
243
+ msgstr "Словарь"
244
+
245
+ #: view/admin/modules.php:19
246
+ msgid "Disabled"
247
+ msgstr "Запрещено"
248
+
249
+ #: view/admin/edit_category.php:5
250
+ msgid "Edit Category &raquo;"
251
+ msgstr "Редактировать категорию &raquo;"
252
+
253
+ #: modules/site/analytics.php:184
254
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
255
+ msgstr "Введите URL, по которому Вы собираетесь отслеживать исходящие ссылки, или оставьте пустым, если не собираетесь это делать"
256
+
257
+ #: modules/site/analytics.php:163
258
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
259
+ msgstr "Введите полный следящий код Google JavaScript, или просто идентификатор<code>_uacct</code>"
260
+
261
+ #: modules/site/mint.php:124
262
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
263
+ msgstr "Введите относительный путь к Вашей установке Mint (т.е. <code>/mint/</code>)."
264
+
265
+ #: modules/site/crazyegg.php:125
266
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
267
+ msgstr "Введите полный <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
268
+
269
+ #: modules/site/analytics.php:170
270
+ #: modules/site/crazyegg.php:132
271
+ #: modules/site/mint.php:131
272
+ #: modules/site/statcounter.php:158
273
+ msgid "Everyone"
274
+ msgstr "Любой"
275
+
276
+ #: view/admin/options.php:3
277
+ msgid "General Options"
278
+ msgstr "Общие параметры"
279
+
280
+ #: headspace.php:98
281
+ msgid "Global Settings"
282
+ msgstr "Глобальные настройки"
283
+
284
+ #: modules/site/analytics.php:34
285
+ msgid "Google Analytics"
286
+ msgstr "Google Analytics"
287
+
288
+ #: modules/site/google-ad-wrap.php:28
289
+ msgid "Google Section Targeting"
290
+ msgstr "Google Section Targeting"
291
+
292
+ #: modules/import/head_meta_description.php:28
293
+ msgid "Head META Description"
294
+ msgstr "Описание Head META"
295
+
296
+ #: headspace.php:133
297
+ msgid "HeadSpace"
298
+ msgstr "HeadSpace"
299
+
300
+ #: view/admin/edit_post.php:6
301
+ msgid "HeadSpace Meta data"
302
+ msgstr "Данные Meta HeadSpace"
303
+
304
+ #: view/admin/edit_category.php:1
305
+ #: view/admin/settings.php:2
306
+ msgid "HeadSpace Settings"
307
+ msgstr "Параметры HeadSpace"
308
+
309
+ #: headspace.php:342
310
+ msgid "HeadSpace has been removed"
311
+ msgstr "HeadSpace удален"
312
+
313
+ #: modules/import/headspace_tags.php:31
314
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
315
+ msgstr "Метки HeadSpace (преобразовать в метки WordPress 2.3)"
316
+
317
+ #: view/admin/version.php:2
318
+ msgid "HeadSpace2 News"
319
+ msgstr "Новости HeadSpace2"
320
+
321
+ #: headspace.php:99
322
+ msgid "Home Page"
323
+ msgstr "Главная страница"
324
+
325
+ #: plugin.php:593
326
+ msgid "How many widgets would you like?"
327
+ msgstr "Сколько виджетов Вы хотите?"
328
+
329
+ #: view/admin/import.php:2
330
+ #: view/admin/import.php:12
331
+ #: view/admin/submenu.php:5
332
+ msgid "Import"
333
+ msgstr "Импортировать"
334
+
335
+ #: view/admin/import.php:13
336
+ msgid "Import and remove original data"
337
+ msgstr "Импортировать и удалить исходные данные"
338
+
339
+ #: view/admin/options.php:9
340
+ msgid "Inherit from global settings"
341
+ msgstr "Наследовать от глобальных параметров"
342
+
343
+ #: view/admin/options.php:8
344
+ msgid "Inherit settings"
345
+ msgstr "Наследовать параметры"
346
+
347
+ #: ajax.php:141
348
+ #: ajax.php:152
349
+ #: ajax.php:163
350
+ #: ajax.php:174
351
+ #: ajax.php:188
352
+ msgid "Invalid module"
353
+ msgstr "Неправильный модуль"
354
+
355
+ #: modules/page/javascript.php:50
356
+ #: modules/page/javascript.php:66
357
+ msgid "JavaScript"
358
+ msgstr "JavaScript"
359
+
360
+ #: modules/import/jerome.php:28
361
+ msgid "Jerome's Keywords"
362
+ msgstr "Ключевые слова от Jerome"
363
+
364
+ #: modules/page/page_title.php:101
365
+ msgid "Leave blank to use theme default"
366
+ msgstr "Оставьте пустым для использования темы по умолчанию"
367
+
368
+ #: modules/site/wp_formatting.php:107
369
+ msgid "Makes links clickable in comments"
370
+ msgstr "Сделать ссылки кликабельными в комментариях"
371
+
372
+ #: view/admin/mass_edit.php:2
373
+ msgid "Mass Edit Meta-data"
374
+ msgstr "Массовое редактирование мета-данных"
375
+
376
+ #: modules/page/description.php:70
377
+ msgid "Max length"
378
+ msgstr "Максимальная длина"
379
+
380
+ #: headspace.php:134
381
+ msgid "Meta-data"
382
+ msgstr "Мета-данные"
383
+
384
+ #: modules/site/mint.php:33
385
+ msgid "Mint"
386
+ msgstr "Mint"
387
+
388
+ #: modules/site/mint.php:121
389
+ msgid "Mint path"
390
+ msgstr "Путь Mint"
391
+
392
+ #: view/admin/submenu.php:3
393
+ msgid "Modules"
394
+ msgstr "Модули"
395
+
396
+ #: view/admin/modules.php:20
397
+ msgid "Modules are disabled and do not appear"
398
+ msgstr "Модули запрещены и не появляются"
399
+
400
+ #: view/admin/modules.php:8
401
+ msgid "Modules will always appear on edit screens"
402
+ msgstr "Модули будут всегда появляться на экране редактирования"
403
+
404
+ #: view/admin/modules.php:14
405
+ msgid "Modules will be hidden behind a link"
406
+ msgstr "Модули будут скрыты за ссылкой"
407
+
408
+ #: modules/import/more_unique.php:28
409
+ msgid "More Unique"
410
+ msgstr "More Unique"
411
+
412
+ #: modules/mass/more_text.php:28
413
+ #: modules/mass/more_text.php:50
414
+ #: modules/page/more_text.php:51
415
+ #: modules/page/more_text.php:70
416
+ msgid "More text"
417
+ msgstr "Дополнительный текст"
418
+
419
+ #: modules/page/tags.php:200
420
+ #: modules/page/tags.php:209
421
+ msgid "Never"
422
+ msgstr "Никогда"
423
+
424
+ #: models/pager.php:387
425
+ msgid "Next"
426
+ msgstr "Следующий"
427
+
428
+ #: modules/page/noindex.php:70
429
+ msgid "No Index"
430
+ msgstr "No Index"
431
+
432
+ #: modules/page/noindex.php:51
433
+ msgid "No Index/No Follow"
434
+ msgstr "No Index/No Follow"
435
+
436
+ #: view/admin/submenu.php:4
437
+ msgid "Options"
438
+ msgstr "Параметры"
439
+
440
+ #: modules/page/tags.php:183
441
+ msgid "Order tags"
442
+ msgstr "Порядок меток"
443
+
444
+ #: modules/site/page_counts.php:33
445
+ msgid "Page Counts"
446
+ msgstr "Счетчики страницы"
447
+
448
+ #: view/admin/modules.php:2
449
+ msgid "Page Modules"
450
+ msgstr "Модули страницы"
451
+
452
+ #: view/admin/submenu.php:2
453
+ msgid "Page Settings"
454
+ msgstr "Параметры страницы"
455
+
456
+ #: modules/page/page_title.php:125
457
+ msgid "Page Title"
458
+ msgstr "Заголовок страницы"
459
+
460
+ #: modules/mass/description.php:28
461
+ #: modules/mass/description.php:50
462
+ #: modules/page/description.php:56
463
+ msgid "Page description"
464
+ msgstr "Описание страницы"
465
+
466
+ #: view/admin/modules.php:3
467
+ 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."
468
+ msgstr "Модули страницы применяются к отдельным страницам. Перетащите-и-отпустите модули на соответствующую область. Порядок модулей может меняться, что отразится в окне редактирования."
469
+
470
+ #: modules/mass/page_slug.php:28
471
+ msgid "Page slug"
472
+ msgstr "Короткая ссылка на страницу"
473
+
474
+ #: modules/mass/page_title.php:28
475
+ #: modules/mass/page_title.php:50
476
+ #: modules/page/page_title.php:84
477
+ msgid "Page title"
478
+ msgstr "Заголовок страницы"
479
+
480
+ #: modules/page/plugin.php:82
481
+ msgid "Page-specific Plugins"
482
+ msgstr "Плагины для этой страницы"
483
+
484
+ #: modules/page/theme.php:57
485
+ msgid "Page-specific Themes"
486
+ msgstr "Темы для этой страницы"
487
+
488
+ #: modules/site/statcounter.php:142
489
+ msgid "Partition ID"
490
+ msgstr "Partition ID"
491
+
492
+ #: view/admin/pager.php:14
493
+ msgid "Per page"
494
+ msgstr "На страницу"
495
+
496
+ #: modules/page/plugin.php:132
497
+ msgid "Plugins"
498
+ msgstr "Плагины"
499
+
500
+ #: modules/mass/page_slug.php:50
501
+ msgid "Post slug"
502
+ msgstr "Короткая ссылка на статью"
503
+
504
+ #: modules/mass/description.php:49
505
+ #: modules/mass/more_text.php:49
506
+ #: modules/mass/page_slug.php:49
507
+ #: modules/mass/page_title.php:49
508
+ #: modules/mass/site_description.php:49
509
+ #: modules/mass/site_name.php:49
510
+ #: modules/mass/tags.php:49
511
+ msgid "Post title"
512
+ msgstr "Заголовок статьи"
513
+
514
+ #: headspace.php:102
515
+ msgid "Posts &amp; Pages"
516
+ msgstr "Статьи &amp; Страницы"
517
+
518
+ #: headspace.php:297
519
+ msgid "Posts successfully updated"
520
+ msgstr "Статья успешно обновлена"
521
+
522
+ #: models/pager.php:386
523
+ msgid "Previous"
524
+ msgstr "Предыдущий"
525
+
526
+ #: modules/site/statcounter.php:136
527
+ msgid "Project ID"
528
+ msgstr "Идентификатор проекта"
529
+
530
+ #: modules/site/rpc.php:32
531
+ msgid "RPC support for Ecto"
532
+ msgstr "Поддержка RPC в Ecto"
533
+
534
+ #: modules/page/rss_tagline.php:57
535
+ #: modules/page/rss_tagline.php:76
536
+ msgid "RSS Description"
537
+ msgstr "Описание в RSS"
538
+
539
+ #: modules/page/rss_name.php:57
540
+ #: modules/page/rss_name.php:76
541
+ msgid "RSS Name"
542
+ msgstr "Имя в RSS"
543
+
544
+ #: modules/page/raw.php:43
545
+ #: modules/page/raw.php:55
546
+ msgid "Raw data"
547
+ msgstr "Необработанные данные"
548
+
549
+ #: view/admin/options.php:32
550
+ msgid "Remove HeadSpace"
551
+ msgstr "Удалить HeadSpace"
552
+
553
+ #: view/admin/help.php:9
554
+ msgid "Replaced with the category description"
555
+ msgstr "Заменить описанием категории"
556
+
557
+ #: view/admin/help.php:16
558
+ msgid "Replaced with the current date"
559
+ msgstr "Заменить текущей датой"
560
+
561
+ #: view/admin/help.php:17
562
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
563
+ msgstr "Заменить текущим номером страницы (т.е. страница 2 из 4)"
564
+
565
+ #: view/admin/help.php:14
566
+ msgid "Replaced with the current search phrase"
567
+ msgstr "Заменить искомым текстом"
568
+
569
+ #: view/admin/help.php:15
570
+ msgid "Replaced with the current time"
571
+ msgstr "Заменить текущим временем"
572
+
573
+ #: view/admin/help.php:5
574
+ msgid "Replaced with the date of the post/page"
575
+ msgstr "Заменить датой статьи/страницы"
576
+
577
+ #: view/admin/help.php:8
578
+ msgid "Replaced with the post categories (comma seperated)"
579
+ msgstr "Заменить категориями статьи (разделенными запятой)"
580
+
581
+ #: view/admin/help.php:11
582
+ msgid "Replaced with the post/page ID"
583
+ msgstr "Заменить идентификатором статьи/страницы"
584
+
585
+ #: view/admin/help.php:12
586
+ msgid "Replaced with the post/page author's 'nicename'"
587
+ msgstr "Заменить 'красивым' именем автора статьи/страницы"
588
+
589
+ #: view/admin/help.php:13
590
+ msgid "Replaced with the post/page author's userid"
591
+ msgstr "Заменить именем пользователя автора статьи/страницы"
592
+
593
+ #: view/admin/help.php:7
594
+ msgid "Replaced with the post/page excerpt"
595
+ msgstr "Заменить выдержкой из статьи/страницы"
596
+
597
+ #: view/admin/help.php:10
598
+ msgid "Replaced with the post/page modified time"
599
+ msgstr "Заменить временем изменения статьи/страницы"
600
+
601
+ #: view/admin/help.php:6
602
+ msgid "Replaced with the title of the post/page"
603
+ msgstr "Заменить заголовком статьи/страницы"
604
+
605
+ #: modules/import/seo-title-tags.php:28
606
+ msgid "SEO Title Tags"
607
+ msgstr "SEO Title Tags"
608
+
609
+ #: plugin.php:600
610
+ #: view/admin/edit_ajax.php:4
611
+ #: view/admin/module_edit.php:7
612
+ #: view/admin/site_module_edit.php:15
613
+ msgid "Save"
614
+ msgstr "Сохранить"
615
+
616
+ #: view/admin/mass_edit.php:37
617
+ msgid "Save all data"
618
+ msgstr "Сохранить все данные"
619
+
620
+ #: view/admin/modules.php:37
621
+ msgid "Save module order"
622
+ msgstr "Сохранить порядок модулей"
623
+
624
+ #: view/admin/pager.php:11
625
+ msgid "Search"
626
+ msgstr "Искать"
627
+
628
+ #: headspace.php:104
629
+ msgid "Search Pages"
630
+ msgstr "Искать страницы"
631
+
632
+ #: modules/site/page_counts.php:126
633
+ msgid "Searches"
634
+ msgstr "Ищет"
635
+
636
+ #: modules/site/statcounter.php:148
637
+ msgid "Security ID"
638
+ msgstr "Идентификатор безопасности"
639
+
640
+ #: modules/page/page_title.php:105
641
+ msgid "Separator position"
642
+ msgstr "Позиция разделителя"
643
+
644
+ #: view/admin/settings.php:15
645
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
646
+ msgstr "Параметры могут быть применены к отдельным статьям и страницам со <strong>страницы редактирования статьи</strong>, и к отдельным категорииям со <strong>страницы редактирования категорий</strong>"
647
+
648
+ #: modules/page/plugin.php:103
649
+ msgid "Show in admin"
650
+ msgstr "Показать в Административной консоли"
651
+
652
+ #: modules/page/tags.php:206
653
+ msgid "Show tags in pages"
654
+ msgstr "Показать метки на страницах"
655
+
656
+ #: modules/page/tags.php:197
657
+ msgid "Show tags in posts"
658
+ msgstr "Показать метки в статьях"
659
+
660
+ #: modules/page/plugin.php:106
661
+ msgid "Shows page-specific plugins in the administration menus"
662
+ msgstr "Показать специфичные для страницы плагины в меню администратора"
663
+
664
+ #: view/admin/modules.php:7
665
+ msgid "Simple"
666
+ msgstr "Стандартные"
667
+
668
+ #: modules/import/simple-tagging.php:28
669
+ msgid "Simple Tagging"
670
+ msgstr "Simple Tagging"
671
+
672
+ #: modules/import/simple-tags.php:28
673
+ msgid "Simple Tags"
674
+ msgstr "Simple Tags"
675
+
676
+ #: view/admin/modules.php:42
677
+ msgid "Site Modules"
678
+ msgstr "Модули сайта"
679
+
680
+ #: modules/mass/site_description.php:28
681
+ #: modules/mass/site_description.php:50
682
+ #: modules/page/site_tagline.php:56
683
+ #: modules/page/site_tagline.php:75
684
+ msgid "Site description"
685
+ msgstr "Описание сайта"
686
+
687
+ #: view/admin/modules.php:43
688
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
689
+ msgstr "Модули сайта применяются целиком на весь сайт. Будут работать только помеченные модули (соответственно сконфигурированные)."
690
+
691
+ #: modules/mass/site_name.php:28
692
+ #: modules/mass/site_name.php:50
693
+ #: modules/page/site_name.php:56
694
+ #: modules/page/site_name.php:75
695
+ msgid "Site name"
696
+ msgstr "Имя сайта"
697
+
698
+ #: view/admin/help.php:2
699
+ msgid "Special Tags"
700
+ msgstr "Специальные метки"
701
+
702
+ #: modules/site/statcounter.php:35
703
+ msgid "StatCounter"
704
+ msgstr "Счетчик статистики"
705
+
706
+ #: modules/page/stylesheet.php:50
707
+ #: modules/page/stylesheet.php:66
708
+ msgid "Stylesheets"
709
+ msgstr "Таблицы стилей"
710
+
711
+ #: modules/page/tags.php:342
712
+ msgid "Suggest tags based on content"
713
+ msgstr "Рекомендовать метки в зависимости от содержания"
714
+
715
+ #: modules/page/tags.php:316
716
+ msgid "Suggested tags"
717
+ msgstr "Рекомендованные метки"
718
+
719
+ #: modules/site/rpc.php:74
720
+ msgid "Tag separator"
721
+ msgstr "Разделитель меток"
722
+
723
+ #: modules/page/tags.php:157
724
+ msgid "Tags (keywords)"
725
+ msgstr "Метки (ключевые слова)"
726
+
727
+ #: modules/mass/tags.php:28
728
+ #: modules/mass/tags.php:50
729
+ #: modules/page/tags.php:272
730
+ msgid "Tags/keywords"
731
+ msgstr "Метки/ключевые слова"
732
+
733
+ #: modules/page/theme.php:77
734
+ msgid "Theme"
735
+ msgstr "Тема"
736
+
737
+ #: modules/site/rpc.php:77
738
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
739
+ msgstr "Он должен соответствовать разделителю, определенному в Ecto 'Шаблоны', 'Метки', 'Разделитель меток'"
740
+
741
+ #: view/admin/options.php:34
742
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
743
+ msgstr "Это удалит HeadSpace и удалит все настройки, метки и мета-данные"
744
+
745
+ #: view/admin/import.php:3
746
+ 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."
747
+ msgstr "Эта страница позволит Вам импортировать мета-данные из других плагинов WordPress. Другие плагины могут быть неактивными для работы процедуры импорта."
748
+
749
+ #: modules/page/page_title.php:98
750
+ msgid "Title separator"
751
+ msgstr "Разделитель заголовка"
752
+
753
+ #: modules/site/analytics.php:181
754
+ msgid "Track outbound links"
755
+ msgstr "Отслеживать исходящие ссылки"
756
+
757
+ #: modules/site/analytics.php:160
758
+ msgid "Tracking code"
759
+ msgstr "Отслеживать код"
760
+
761
+ #: modules/import/utw.php:28
762
+ msgid "Ultimate Tag Warrior"
763
+ msgstr "Ultimate Tag Warrior"
764
+
765
+ #: view/admin/options.php:26
766
+ msgid "Update Options &raquo;"
767
+ msgstr "Обновить параметры &raquo;"
768
+
769
+ #: modules/site/wp_formatting.php:93
770
+ msgid "Use <code>wpautop</code> to format paragraphs"
771
+ msgstr "Использовать <code>wpautop</code> для форматирования абзацев"
772
+
773
+ #: modules/site/wp_formatting.php:100
774
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
775
+ msgstr "Использовать <code>wptexturize</code> для преобразования кавычек в более красивый вид"
776
+
777
+ #: modules/site/analytics.php:177
778
+ #: modules/site/crazyegg.php:139
779
+ #: modules/site/mint.php:138
780
+ #: modules/site/statcounter.php:165
781
+ msgid "Users of the specified role or less will be tracked"
782
+ msgstr "Будут отслеживаться пользователи начиная с указанной роли и ниже"
783
+
784
+ #: modules/site/analytics.php:167
785
+ #: modules/site/crazyegg.php:129
786
+ #: modules/site/mint.php:128
787
+ #: modules/site/statcounter.php:155
788
+ msgid "Who to track"
789
+ msgstr "Кого отслеживать"
790
+
791
+ #: modules/site/wp_formatting.php:32
792
+ msgid "WordPress content formatting"
793
+ msgstr "Форматирование контента WordPress"
794
+
795
+ #: modules/site/google-ad-wrap.php:33
796
+ msgid "Wraps all post and page content inside a Google targeted section"
797
+ msgstr "Выравнивает все статьи и содержимое страниц внутри целевой секции Google"
798
+
799
+ #: modules/page/tags.php:321
800
+ msgid "Yahoo"
801
+ msgstr "Yahoo"
802
+
803
+ #: modules/page/tags.php:215
804
+ msgid "Yahoo ZoneTag"
805
+ msgstr "Yahoo ZoneTag"
806
+
807
+ #: headspace.php:362
808
+ msgid "Your module positions have been saved"
809
+ msgstr "Ваши позиции модулей сохранены"
810
+
811
+ #: headspace.php:335
812
+ msgid "Your options have been updated"
813
+ msgstr "Ваши параметры обновлены"
814
+
815
+ #: modules/page/javascript.php:72
816
+ #: modules/page/stylesheet.php:72
817
+ msgid "add"
818
+ msgstr "добавить"
819
+
820
+ #: modules/page/tags.php:318
821
+ msgid "add all"
822
+ msgstr "добавить все"
823
+
824
+ #: view/admin/edit.php:17
825
+ msgid "advanced"
826
+ msgstr "расширенный"
827
+
828
+ #: headspace.php:103
829
+ msgid "applied to author pages"
830
+ msgstr "использовать к страницам автора"
831
+
832
+ #: headspace.php:101
833
+ msgid "applied to category pages without specific settings"
834
+ msgstr "использовать к страницам категорий без особых настроек"
835
+
836
+ #: headspace.php:98
837
+ msgid "applied to everything unless otherwise specified"
838
+ msgstr "использовать везде, если другое не указано "
839
+
840
+ #: headspace.php:102
841
+ msgid "applied to posts &amp; pages without specific settings"
842
+ msgstr "использовать к статьям &amp; страницам без особых настроек"
843
+
844
+ #: headspace.php:99
845
+ msgid "applied to the home page"
846
+ msgstr "использовать на Главной странице"
847
+
848
+ #: headspace.php:105
849
+ msgid "applied when viewing a 404 error"
850
+ msgstr "использовать на странице 404 ошибки"
851
+
852
+ #: headspace.php:104
853
+ msgid "applied when viewing search results"
854
+ msgstr "использовать, когда показываются результаты поиска"
855
+
856
+ #: headspace.php:100
857
+ msgid "applied when viewing the archives"
858
+ msgstr "использовать, когда показываются архивы"
859
+
860
+ #: modules/site/page_counts.php:119
861
+ #: modules/site/page_counts.php:131
862
+ msgid "content"
863
+ msgstr "содержание"
864
+
865
+ #: modules/site/page_counts.php:118
866
+ #: modules/site/page_counts.php:130
867
+ msgid "default"
868
+ msgstr "по умолчанию"
869
+
870
+ #: modules/site/page_counts.php:120
871
+ #: modules/site/page_counts.php:132
872
+ msgid "excerpt"
873
+ msgstr "выдержка"
874
+
875
+ #: view/admin/pager.php:21
876
+ msgid "go"
877
+ msgstr "перейти"
878
+
879
+ #: modules/import/lud.icro.us.php:28
880
+ msgid "lud.icro.us HeadMeta"
881
+ msgstr "lud.icro.us HeadMeta"
882
+
883
+ #: modules/page/noindex.php:73
884
+ msgid "no-follow"
885
+ msgstr "no-follow"
886
+
887
+ #: modules/site/page_counts.php:116
888
+ #: modules/site/page_counts.php:128
889
+ msgid "posts, showing the"
890
+ msgstr "статьи, показывающие"
891
+
892
+ #: modules/site/page_counts.php:134
893
+ msgid "set number of posts to 0 for theme default"
894
+ msgstr "установите количество статей в 0 для темы по умолчанию"
895
+
896
+ #: modules/page/tags.php:319
897
+ msgid "suggest"
898
+ msgstr "рекомендовать"
899
+
locale/tr_TR.mo ADDED
Binary file
locale/tr_TR.po ADDED
@@ -0,0 +1,901 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2007-09-22 17:19+0800\n"
11
+ "PO-Revision-Date: 2009-01-09 19:52+0200\n"
12
+ "Last-Translator: Omer Faruk - wordpress.info.tr <admin@wordpress.info.tr>\n"
13
+ "Language-Team: HeadSpace2 <http://dichev.com/contact/>\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: Turkish\n"
18
+ "X-Poedit-Country: TURKEY\n"
19
+
20
+ #: headspace.php:387
21
+ #, php-format
22
+ msgid "%d items were imported from %s"
23
+ msgstr "%d parçalar şuradan aktarıldı: %s"
24
+
25
+ #: view/admin/version.php:5
26
+ #, php-format
27
+ msgid "%s ago"
28
+ msgstr "%s önce"
29
+
30
+ #: view/admin/import.php:13
31
+ msgid "(not available in UTW and Simple Tagging)"
32
+ msgstr "(UTW ve Simple Tagging de mevcut değil)"
33
+
34
+ #: models/inline_tags.php:163
35
+ #, php-format
36
+ msgid "(page %d of %d)"
37
+ msgstr "(Sayfa: %d Toplam Sayfa: %d)"
38
+
39
+ #: headspace.php:105
40
+ msgid "404 Page"
41
+ msgstr "404 Sayfası"
42
+
43
+ #: ajax.php:64
44
+ msgid "<p style=\"color: red\">That function is not defined</p>"
45
+ msgstr "<p style=\"color: red\">Bu fonksiyon tanımlanmadı.</p>"
46
+
47
+ #: ajax.php:57
48
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
49
+ msgstr "<p style=\"color: red\">Bu araştırma için izin vermediniz.</p>"
50
+
51
+ #: modules/page/tags.php:125
52
+ msgid "<p>Tags: "
53
+ msgstr "<p>Etiketler: "
54
+
55
+ #: modules/page/plugin.php:139
56
+ msgid "Add Plugin"
57
+ msgstr "Eklenti Ekle"
58
+
59
+ #: modules/page/tags.php:175
60
+ msgid "Add tags to dictionary"
61
+ msgstr "Etiketleri sözlüğe ekle"
62
+
63
+ #: modules/site/crazyegg.php:38
64
+ msgid "Adds CrazyEgg tracking code to all pages"
65
+ msgstr "Tüm sayfalara CrazyEgg izleme kodunu ekle"
66
+
67
+ #: modules/site/analytics.php:39
68
+ msgid "Adds Google Analytic tracking code to all pages"
69
+ msgstr "Tüm sayfalara Google Analiz izleme kodunu ekle"
70
+
71
+ #: modules/site/mint.php:38
72
+ msgid "Adds Mint tracking code to all pages"
73
+ msgstr "Tüm sayfalara Mint izleme kodunu ekle"
74
+
75
+ #: modules/site/statcounter.php:40
76
+ msgid "Adds StatCounter tracking code to all pages"
77
+ msgstr "Tüm sayfalara StatCounter izleme kodunu ekle"
78
+
79
+ #: modules/site/rpc.php:37
80
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
81
+ msgstr "Etiketleme kullanmak için Ecto gibi blog araçlarına izin vermek için, eklenebilir fonksiyonlar ekle"
82
+
83
+ #: view/admin/modules.php:13
84
+ msgid "Advanced"
85
+ msgstr "Gelişmiş"
86
+
87
+ #: modules/page/page_title.php:109
88
+ msgid "After"
89
+ msgstr "Sonra"
90
+
91
+ #: modules/page/description.php:73
92
+ msgid "All descriptions will be trimmed to this length"
93
+ msgstr "Tüm açıklamalar bu uzunluğa göre düzenle"
94
+
95
+ #: modules/import/all-in-one-seo.php:28
96
+ msgid "All-in-one SEO"
97
+ msgstr "All-in-one SEO"
98
+
99
+ #: modules/page/javascript.php:55
100
+ msgid "Allow external JavaScript files to be referenced"
101
+ msgstr "Dışarıdan gelen JavaScript dosyalarına olan başvurulara izin ver"
102
+
103
+ #: modules/page/page_title.php:89
104
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
105
+ msgstr "Sayfa başlıklarının değiştirilmesine izin ver (i.e tarayıcı pencere başlığında ki başlık"
106
+
107
+ #: modules/page/stylesheet.php:55
108
+ msgid "Allows CSS stylesheets to be added to a page"
109
+ msgstr "Bir sayfaya CSS stylesheetlerinin eklenmesine izin ver"
110
+
111
+ #: modules/page/theme.php:69
112
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
113
+ msgstr "Seçilen özel sayfa temasının, mevcut temayı baskılamasına izin ver"
114
+
115
+ #: modules/page/noindex.php:56
116
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
117
+ msgstr "Sayfa indexleme veya takip etme robotlarını ve arama motorlarını engellemek için no-index/no-follow seçeneğine izin ver."
118
+
119
+ #: modules/page/description.php:61
120
+ msgid "Allows a short description about the page that is used by search engines"
121
+ msgstr "Arama motorları tarafından kullanılan sayfanın hakkında kısa bir tanımlamaya izin ver"
122
+
123
+ #: modules/page/plugin.php:87
124
+ msgid "Allows disabled plugins to be enabled on specific pages"
125
+ msgstr "Özel sayfalarda sağlanması için iptal edilen eklentilere izin ver"
126
+
127
+ #: modules/page/raw.php:48
128
+ msgid "Allows raw data to be inserted into the page meta section"
129
+ msgstr "Sayfa meta kısmına sokulması için çiğ veriye izin ver"
130
+
131
+ #: modules/page/rss_tagline.php:62
132
+ msgid "Allows site RSS description to be changed"
133
+ msgstr "Sayfa meta kısmına sokulması için çiğ veriye izin ver"
134
+
135
+ #: modules/page/rss_name.php:62
136
+ msgid "Allows site RSS name to be changed"
137
+ msgstr "Site RSS isminin değiştirilmesine izin ver"
138
+
139
+ #: modules/page/site_tagline.php:61
140
+ msgid "Allows site description to be changed (i.e. the tagline)"
141
+ msgstr "Site açıklamalarının değiştirilmelerine izin ver"
142
+
143
+ #: modules/page/site_name.php:61
144
+ msgid "Allows site name to be changed (i.e your blog name)"
145
+ msgstr "Site isminin değiştirilmesine izin ver (Örnek: blog isminiz"
146
+
147
+ #: modules/page/tags.php:162
148
+ msgid "Allows tags/keywords to be added to pages"
149
+ msgstr "Sayfalara eklenmesi için etiket anahtar sözcüklerine izin ver"
150
+
151
+ #: modules/page/more_text.php:56
152
+ msgid "Allows the 'more' text to be changed"
153
+ msgstr "Değiştirilmesi için 'daha çok' metine izin ver"
154
+
155
+ #: modules/site/wp_formatting.php:37
156
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
157
+ msgstr "Çeşitli WordPress araba-biçimlemesini sağlamak veya iptal etmen için sana izin ver (Wpautobu kapsamak)"
158
+
159
+ #: modules/page/tags.php:186
160
+ msgid "Alphabetically order tags"
161
+ msgstr "Alfabetik dizin etiketleri"
162
+
163
+ #: modules/page/tags.php:201
164
+ #: modules/page/tags.php:210
165
+ msgid "Always"
166
+ msgstr "Her Zaman"
167
+
168
+ #: headspace.php:100
169
+ #: modules/site/page_counts.php:114
170
+ msgid "Archives"
171
+ msgstr "Arşivler"
172
+
173
+ #: view/admin/import.php:16
174
+ 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."
175
+ msgstr "<strong>Bir içeri aktarma yapmadan önce DB yedeği almalısınız.</strong> Bu işlem DB üzerinde modifiye yapacaktır. Herhangi bir durumda sorumluluk almıyoruz."
176
+
177
+ #: headspace.php:103
178
+ msgid "Author Pages"
179
+ msgstr "Yazar Sayfaları"
180
+
181
+ #: modules/site/wp_formatting.php:97
182
+ msgid "Auto-fancy quotes"
183
+ msgstr "Auto-fancy quotes"
184
+
185
+ #: modules/site/wp_formatting.php:90
186
+ msgid "Auto-formatting"
187
+ msgstr "Auto-formatting"
188
+
189
+ #: modules/site/wp_formatting.php:104
190
+ msgid "Auto-link"
191
+ msgstr "Auto-link"
192
+
193
+ #: modules/page/tags.php:178
194
+ msgid "Automatically add new tags to dictionary"
195
+ msgstr "Yeni etiketleri otomatik olarak sözlüğe ekle"
196
+
197
+ #: modules/page/page_title.php:108
198
+ msgid "Before"
199
+ msgstr "Önce"
200
+
201
+ #: view/admin/edit_ajax.php:5
202
+ #: view/admin/module_edit.php:8
203
+ #: view/admin/site_module_edit.php:16
204
+ msgid "Cancel"
205
+ msgstr "İptal"
206
+
207
+ #: headspace.php:101
208
+ msgid "Categories"
209
+ msgstr "Kategoriler"
210
+
211
+ #: view/admin/options.php:16
212
+ msgid "Check for updates"
213
+ msgstr "Güncellemeler için kontrol et"
214
+
215
+ #: view/admin/options.php:17
216
+ msgid "Check for updates from within HeadSpace"
217
+ msgstr "HeadSpace içerisindeki güncellemeleri kontrol et"
218
+
219
+ #: modules/site/crazyegg.php:33
220
+ msgid "CrazyEgg"
221
+ msgstr "CrazyEgg"
222
+
223
+ #: modules/site/crazyegg.php:122
224
+ msgid "CrazyEgg ID"
225
+ msgstr "CrazyEgg ID"
226
+
227
+ #: modules/page/theme.php:80
228
+ msgid "Current theme"
229
+ msgstr "Kullanımdaki tema"
230
+
231
+ #: modules/site/page_counts.php:38
232
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
233
+ msgstr "Arşivde ve arama sayfasında gösteriler yazıların sayılarına, tüm içerik ve alıntılara göre karar ver."
234
+
235
+ #: view/admin/options.php:37
236
+ msgid "Delete HeadSpace"
237
+ msgstr "HeadSpace'yi Sil"
238
+
239
+ #: modules/page/description.php:88
240
+ msgid "Description"
241
+ msgstr "Açıklama"
242
+
243
+ #: modules/page/tags.php:222
244
+ msgid "Dictionary"
245
+ msgstr "Sözlük"
246
+
247
+ #: view/admin/modules.php:19
248
+ msgid "Disabled"
249
+ msgstr "Hizmet Dışı"
250
+
251
+ #: view/admin/edit_category.php:5
252
+ msgid "Edit Category &raquo;"
253
+ msgstr "Kategoriyi Düzenle &raquo;"
254
+
255
+ #: modules/site/analytics.php:184
256
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
257
+ msgstr "Dış bağlantı yolu vermek istediğin URL gir veya dış bağlantı istemiyorsan bu alanı boş bırak"
258
+
259
+ #: modules/site/analytics.php:163
260
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
261
+ msgstr "Tüm Google JavaScript izleme kodlarını gir veya sadece <code>_uacct</code> numarası."
262
+
263
+ #: modules/site/mint.php:124
264
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
265
+ msgstr "Mint kurulumunuz için ilgili URL giriniz (напр. <code>/mint/</code>)."
266
+
267
+ #: modules/site/crazyegg.php:125
268
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
269
+ msgstr "Full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID'nizi girin</a>"
270
+
271
+ #: modules/site/analytics.php:170
272
+ #: modules/site/crazyegg.php:132
273
+ #: modules/site/mint.php:131
274
+ #: modules/site/statcounter.php:158
275
+ msgid "Everyone"
276
+ msgstr "Her Biri"
277
+
278
+ #: view/admin/options.php:3
279
+ msgid "General Options"
280
+ msgstr "Genel Ayarlar"
281
+
282
+ #: headspace.php:98
283
+ msgid "Global Settings"
284
+ msgstr "Ulusal Ayarlar"
285
+
286
+ #: modules/site/analytics.php:34
287
+ msgid "Google Analytics"
288
+ msgstr "Google Analizleri"
289
+
290
+ #: modules/site/google-ad-wrap.php:28
291
+ msgid "Google Section Targeting"
292
+ msgstr "Google Seçimi Hedefleme"
293
+
294
+ #: modules/import/head_meta_description.php:28
295
+ msgid "Head META Description"
296
+ msgstr "Head META Описание"
297
+
298
+ #: headspace.php:133
299
+ msgid "HeadSpace"
300
+ msgstr "HeadSpace"
301
+
302
+ #: view/admin/edit_post.php:6
303
+ msgid "HeadSpace Meta data"
304
+ msgstr "HeadSpace Meta data"
305
+
306
+ #: view/admin/edit_category.php:1
307
+ #: view/admin/settings.php:2
308
+ msgid "HeadSpace Settings"
309
+ msgstr "HeadSpace Ayarları"
310
+
311
+ #: headspace.php:342
312
+ msgid "HeadSpace has been removed"
313
+ msgstr "HeadSpace silindi"
314
+
315
+ #: modules/import/headspace_tags.php:31
316
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
317
+ msgstr "HeadSpace etiketler (WordPress 2.3 etiketlerine çevir)"
318
+
319
+ #: view/admin/version.php:2
320
+ msgid "HeadSpace2 News"
321
+ msgstr "HeadSpace2 Haberleri"
322
+
323
+ #: headspace.php:99
324
+ msgid "Home Page"
325
+ msgstr "Ana Sayfa"
326
+
327
+ #: plugin.php:593
328
+ msgid "How many widgets would you like?"
329
+ msgstr "Ne kadar sayıda bileşen istiyorsunuz?"
330
+
331
+ #: view/admin/import.php:2
332
+ #: view/admin/import.php:12
333
+ #: view/admin/submenu.php:5
334
+ msgid "Import"
335
+ msgstr "İçeriye Aktar"
336
+
337
+ #: view/admin/import.php:13
338
+ msgid "Import and remove original data"
339
+ msgstr "İçeriye aktar ve orjinal verileri sil"
340
+
341
+ #: view/admin/options.php:9
342
+ msgid "Inherit from global settings"
343
+ msgstr "Ulusal ayarlardan miras almak"
344
+
345
+ #: view/admin/options.php:8
346
+ msgid "Inherit settings"
347
+ msgstr "Miras ayarları"
348
+
349
+ #: ajax.php:141
350
+ #: ajax.php:152
351
+ #: ajax.php:163
352
+ #: ajax.php:174
353
+ #: ajax.php:188
354
+ msgid "Invalid module"
355
+ msgstr "Geçersiz eklenti"
356
+
357
+ #: modules/page/javascript.php:50
358
+ #: modules/page/javascript.php:66
359
+ msgid "JavaScript"
360
+ msgstr "JavaScript"
361
+
362
+ #: modules/import/jerome.php:28
363
+ msgid "Jerome's Keywords"
364
+ msgstr "Jerome Anahtar Kelimeleri"
365
+
366
+ #: modules/page/page_title.php:101
367
+ msgid "Leave blank to use theme default"
368
+ msgstr "Mevcut temayı kullanmak için boş bırak"
369
+
370
+ #: modules/site/wp_formatting.php:107
371
+ msgid "Makes links clickable in comments"
372
+ msgstr "Yorumlardaki linkleri tıklanabilir yap"
373
+
374
+ #: view/admin/mass_edit.php:2
375
+ msgid "Mass Edit Meta-data"
376
+ msgstr "Meta-data'yı parçalı düzenle"
377
+
378
+ #: modules/page/description.php:70
379
+ msgid "Max length"
380
+ msgstr "Maksimum Uzunluk"
381
+
382
+ #: headspace.php:134
383
+ msgid "Meta-data"
384
+ msgstr "Meta-data"
385
+
386
+ #: modules/site/mint.php:33
387
+ msgid "Mint"
388
+ msgstr "Mint"
389
+
390
+ #: modules/site/mint.php:121
391
+ msgid "Mint path"
392
+ msgstr "Mint yolu"
393
+
394
+ #: view/admin/submenu.php:3
395
+ msgid "Modules"
396
+ msgstr "Eklentiler"
397
+
398
+ #: view/admin/modules.php:20
399
+ msgid "Modules are disabled and do not appear"
400
+ msgstr "Eklentiler hizmet dışıdır ve görüntülenmemektedir"
401
+
402
+ #: view/admin/modules.php:8
403
+ msgid "Modules will always appear on edit screens"
404
+ msgstr "Düzenleme ekranlarında eklentiler her zaman görünecek"
405
+
406
+ #: view/admin/modules.php:14
407
+ msgid "Modules will be hidden behind a link"
408
+ msgstr "Eklentiler bir link ardına gizlenecek"
409
+
410
+ #: modules/import/more_unique.php:28
411
+ msgid "More Unique"
412
+ msgstr "More Tekil"
413
+
414
+ #: modules/mass/more_text.php:28
415
+ #: modules/mass/more_text.php:50
416
+ #: modules/page/more_text.php:51
417
+ #: modules/page/more_text.php:70
418
+ msgid "More text"
419
+ msgstr "Daha fazla text"
420
+
421
+ #: modules/page/tags.php:200
422
+ #: modules/page/tags.php:209
423
+ msgid "Never"
424
+ msgstr "Hiç bir zaman"
425
+
426
+ #: models/pager.php:387
427
+ msgid "Next"
428
+ msgstr "İleri"
429
+
430
+ #: modules/page/noindex.php:70
431
+ msgid "No Index"
432
+ msgstr "No Index"
433
+
434
+ #: modules/page/noindex.php:51
435
+ msgid "No Index/No Follow"
436
+ msgstr "No Index/No Follow"
437
+
438
+ #: view/admin/submenu.php:4
439
+ msgid "Options"
440
+ msgstr "Ayarlar"
441
+
442
+ #: modules/page/tags.php:183
443
+ msgid "Order tags"
444
+ msgstr "Sıra etiketleri"
445
+
446
+ #: modules/site/page_counts.php:33
447
+ msgid "Page Counts"
448
+ msgstr "Sayfa Sayımları"
449
+
450
+ #: view/admin/modules.php:2
451
+ msgid "Page Modules"
452
+ msgstr "Sayfa Eklentileri"
453
+
454
+ #: view/admin/submenu.php:2
455
+ msgid "Page Settings"
456
+ msgstr "Sayfa Ayarları"
457
+
458
+ #: modules/page/page_title.php:125
459
+ msgid "Page Title"
460
+ msgstr "Sayfa Başlığı"
461
+
462
+ #: modules/mass/description.php:28
463
+ #: modules/mass/description.php:50
464
+ #: modules/page/description.php:56
465
+ msgid "Page description"
466
+ msgstr "Sayfa Açıklaması"
467
+
468
+ #: view/admin/modules.php:3
469
+ 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."
470
+ msgstr "Sayfa eklentileri özgün sayfalara uygulanabilir. Uygun alana sürükle ve bırak. Eklentiler, düzenleme ekranında yerlerini değiştirmek için tekrar düzenlenebilir."
471
+
472
+ #: modules/mass/page_slug.php:28
473
+ msgid "Page slug"
474
+ msgstr "Sayfa fişi"
475
+
476
+ #: modules/mass/page_title.php:28
477
+ #: modules/mass/page_title.php:50
478
+ #: modules/page/page_title.php:84
479
+ msgid "Page title"
480
+ msgstr "Sayfa başlığı"
481
+
482
+ #: modules/page/plugin.php:82
483
+ msgid "Page-specific Plugins"
484
+ msgstr "Sayfa-özelleştirilmiş Eklentileri"
485
+
486
+ #: modules/page/theme.php:57
487
+ msgid "Page-specific Themes"
488
+ msgstr "Sayfa-özelleştirilmiş Temalar"
489
+
490
+ #: modules/site/statcounter.php:142
491
+ msgid "Partition ID"
492
+ msgstr "Parça ID"
493
+
494
+ #: view/admin/pager.php:14
495
+ msgid "Per page"
496
+ msgstr "Her sayfa"
497
+
498
+ #: modules/page/plugin.php:132
499
+ msgid "Plugins"
500
+ msgstr "Eklentiler"
501
+
502
+ #: modules/mass/page_slug.php:50
503
+ msgid "Post slug"
504
+ msgstr "Yazı fişi"
505
+
506
+ #: modules/mass/description.php:49
507
+ #: modules/mass/more_text.php:49
508
+ #: modules/mass/page_slug.php:49
509
+ #: modules/mass/page_title.php:49
510
+ #: modules/mass/site_description.php:49
511
+ #: modules/mass/site_name.php:49
512
+ #: modules/mass/tags.php:49
513
+ msgid "Post title"
514
+ msgstr "Yazı başlığı"
515
+
516
+ #: headspace.php:102
517
+ msgid "Posts &amp; Pages"
518
+ msgstr "Yazılar &amp; Sayfalar"
519
+
520
+ #: headspace.php:297
521
+ msgid "Posts successfully updated"
522
+ msgstr "Yazılar başarılı bir şekilde güncellendi"
523
+
524
+ #: models/pager.php:386
525
+ msgid "Previous"
526
+ msgstr "Geri"
527
+
528
+ #: modules/site/statcounter.php:136
529
+ msgid "Project ID"
530
+ msgstr "Proje ID"
531
+
532
+ #: modules/site/rpc.php:32
533
+ msgid "RPC support for Ecto"
534
+ msgstr "Ecto desteği için RPC"
535
+
536
+ #: modules/page/rss_tagline.php:57
537
+ #: modules/page/rss_tagline.php:76
538
+ msgid "RSS Description"
539
+ msgstr "RSS Açıklaması"
540
+
541
+ #: modules/page/rss_name.php:57
542
+ #: modules/page/rss_name.php:76
543
+ msgid "RSS Name"
544
+ msgstr "RSS İsmi"
545
+
546
+ #: modules/page/raw.php:43
547
+ #: modules/page/raw.php:55
548
+ msgid "Raw data"
549
+ msgstr "Raw data"
550
+
551
+ #: view/admin/options.php:32
552
+ msgid "Remove HeadSpace"
553
+ msgstr "HeadSpace eklentisini sil"
554
+
555
+ #: view/admin/help.php:9
556
+ msgid "Replaced with the category description"
557
+ msgstr "Kategori açıklamasıyla değiştirildi\" "
558
+
559
+ #: view/admin/help.php:16
560
+ msgid "Replaced with the current date"
561
+ msgstr "Bugün ki tarihle değiştirildi"
562
+
563
+ #: view/admin/help.php:17
564
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
565
+ msgstr "Mevcut sayfa numarası ile değiştirilen (Örnek. 4 sayfanın 2 si)"
566
+
567
+ #: view/admin/help.php:14
568
+ msgid "Replaced with the current search phrase"
569
+ msgstr "Mevcut arama ifadesi ile değiştirilen"
570
+
571
+ #: view/admin/help.php:15
572
+ msgid "Replaced with the current time"
573
+ msgstr "Güncel zamanla değiştirilen"
574
+
575
+ #: view/admin/help.php:5
576
+ msgid "Replaced with the date of the post/page"
577
+ msgstr "Yazıların/Sayfaların tarihi ile değiştirilen"
578
+
579
+ #: view/admin/help.php:8
580
+ msgid "Replaced with the post categories (comma seperated)"
581
+ msgstr "Yazı kategorileri ile diğiştirilen (virgülle ayrılmış)"
582
+
583
+ #: view/admin/help.php:11
584
+ msgid "Replaced with the post/page ID"
585
+ msgstr "Yazı/Sayfa ID ile değiştirilen"
586
+
587
+ #: view/admin/help.php:12
588
+ msgid "Replaced with the post/page author's 'nicename'"
589
+ msgstr "Yazı/Sayfa yazarları 'nicename'i ile değiştirilen"
590
+
591
+ #: view/admin/help.php:13
592
+ msgid "Replaced with the post/page author's userid"
593
+ msgstr "Yazı/Sayfa yazarı userid ile değiştirilen"
594
+
595
+ #: view/admin/help.php:7
596
+ msgid "Replaced with the post/page excerpt"
597
+ msgstr "Yazı/Sayfa alıntısı ile değiştirilen"
598
+
599
+ #: view/admin/help.php:10
600
+ msgid "Replaced with the post/page modified time"
601
+ msgstr "Yazı/Sayfa modife edilmiş zamanı ile değiştirilen"
602
+
603
+ #: view/admin/help.php:6
604
+ msgid "Replaced with the title of the post/page"
605
+ msgstr "Yazı/Sayfa başlığı ile değiştirilen"
606
+
607
+ #: modules/import/seo-title-tags.php:28
608
+ msgid "SEO Title Tags"
609
+ msgstr "SEO Title тагове"
610
+
611
+ #: plugin.php:600
612
+ #: view/admin/edit_ajax.php:4
613
+ #: view/admin/module_edit.php:7
614
+ #: view/admin/site_module_edit.php:15
615
+ msgid "Save"
616
+ msgstr "Kaydet"
617
+
618
+ #: view/admin/mass_edit.php:37
619
+ msgid "Save all data"
620
+ msgstr "Tüm verileri kaydet"
621
+
622
+ #: view/admin/modules.php:37
623
+ msgid "Save module order"
624
+ msgstr "Eklenti dizisini kaydet"
625
+
626
+ #: view/admin/pager.php:11
627
+ msgid "Search"
628
+ msgstr "Arama"
629
+
630
+ #: headspace.php:104
631
+ msgid "Search Pages"
632
+ msgstr "Arama Sayfaları"
633
+
634
+ #: modules/site/page_counts.php:126
635
+ msgid "Searches"
636
+ msgstr "Aramalar"
637
+
638
+ #: modules/site/statcounter.php:148
639
+ msgid "Security ID"
640
+ msgstr "Güvenlik ID"
641
+
642
+ #: modules/page/page_title.php:105
643
+ msgid "Separator position"
644
+ msgstr "Ayırıcı pozisyonu"
645
+
646
+ #: view/admin/settings.php:15
647
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
648
+ msgstr "'<strong>Yazıyı düzenle</strong> sayfasından özel sayfalara ve yazılara ayarlar uygulanabilir, ve <strong>kategori düzenle</strong> sayfasından özel kategorilere ayarlar uygulanabilir."
649
+
650
+ #: modules/page/plugin.php:103
651
+ msgid "Show in admin"
652
+ msgstr "Adminde göster"
653
+
654
+ #: modules/page/tags.php:206
655
+ msgid "Show tags in pages"
656
+ msgstr "Etiketleri sayfalarda göster"
657
+
658
+ #: modules/page/tags.php:197
659
+ msgid "Show tags in posts"
660
+ msgstr "Etiketleri yazılarda göster"
661
+
662
+ #: modules/page/plugin.php:106
663
+ msgid "Shows page-specific plugins in the administration menus"
664
+ msgstr "Admin menüsündeki sayfa-özelleştirilmiş eklentileri göster"
665
+
666
+ #: view/admin/modules.php:7
667
+ msgid "Simple"
668
+ msgstr "Örnek"
669
+
670
+ #: modules/import/simple-tagging.php:28
671
+ msgid "Simple Tagging"
672
+ msgstr "Örnek Etiketleme"
673
+
674
+ #: modules/import/simple-tags.php:28
675
+ msgid "Simple Tags"
676
+ msgstr "Örnek Etiketler"
677
+
678
+ #: view/admin/modules.php:42
679
+ msgid "Site Modules"
680
+ msgstr "Site Eklentileri"
681
+
682
+ #: modules/mass/site_description.php:28
683
+ #: modules/mass/site_description.php:50
684
+ #: modules/page/site_tagline.php:56
685
+ #: modules/page/site_tagline.php:75
686
+ msgid "Site description"
687
+ msgstr "Site açıklaması"
688
+
689
+ #: view/admin/modules.php:43
690
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
691
+ msgstr "Site eklentileri toplu olarak siteye uygulanacak. Sadece seçilmiş eklentiler çalışacak. (uygunca ayarlandığı zaman)"
692
+
693
+ #: modules/mass/site_name.php:28
694
+ #: modules/mass/site_name.php:50
695
+ #: modules/page/site_name.php:56
696
+ #: modules/page/site_name.php:75
697
+ msgid "Site name"
698
+ msgstr "Site ismi"
699
+
700
+ #: view/admin/help.php:2
701
+ msgid "Special Tags"
702
+ msgstr "Özel Etiketler"
703
+
704
+ #: modules/site/statcounter.php:35
705
+ msgid "StatCounter"
706
+ msgstr "StatCounter"
707
+
708
+ #: modules/page/stylesheet.php:50
709
+ #: modules/page/stylesheet.php:66
710
+ msgid "Stylesheets"
711
+ msgstr "Stylesheets"
712
+
713
+ #: modules/page/tags.php:342
714
+ msgid "Suggest tags based on content"
715
+ msgstr "İçerik üzerindeki tavsiye edilmiş etiketler"
716
+
717
+ #: modules/page/tags.php:316
718
+ msgid "Suggested tags"
719
+ msgstr "Önerilmiş etiketler"
720
+
721
+ #: modules/site/rpc.php:74
722
+ msgid "Tag separator"
723
+ msgstr "Etiket ayırıcı"
724
+
725
+ #: modules/page/tags.php:157
726
+ msgid "Tags (keywords)"
727
+ msgstr "Etiketler (Anahtar Kelimeler)"
728
+
729
+ #: modules/mass/tags.php:28
730
+ #: modules/mass/tags.php:50
731
+ #: modules/page/tags.php:272
732
+ msgid "Tags/keywords"
733
+ msgstr "Etiketler/Anahtar Kelimeler"
734
+
735
+ #: modules/page/theme.php:77
736
+ msgid "Theme"
737
+ msgstr "Tema"
738
+
739
+ #: modules/site/rpc.php:77
740
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
741
+ msgstr "Bu, Ecto 'Temalar' 'Etiketler' 'Etiket ayırıcı' içerisindeki ayırıcı tanımlaması ile eşleşmek zorunda."
742
+
743
+ #: view/admin/options.php:34
744
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
745
+ msgstr "Bu seçenek HeadSpace'i, tüm ayarları, etiketleri ve meta-dataları silecektir."
746
+
747
+ #: view/admin/import.php:3
748
+ 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."
749
+ msgstr "Bu sayfa diğer WordPress eklentilerinden içeriye meta-data aktarmak için size izin verecek. Diğer eklentilerin içeriye aktarımı için çalışması gerekmemektedir. "
750
+
751
+ #: modules/page/page_title.php:98
752
+ msgid "Title separator"
753
+ msgstr "Başlık ayırıcı"
754
+
755
+ #: modules/site/analytics.php:181
756
+ msgid "Track outbound links"
757
+ msgstr "Dış bağlantı linklerini izle"
758
+
759
+ #: modules/site/analytics.php:160
760
+ msgid "Tracking code"
761
+ msgstr "İzleme kodu"
762
+
763
+ #: modules/import/utw.php:28
764
+ msgid "Ultimate Tag Warrior"
765
+ msgstr "Ultimate Tag Warrior"
766
+
767
+ #: view/admin/options.php:26
768
+ msgid "Update Options &raquo;"
769
+ msgstr "Ayarları Güncelle &raquo;"
770
+
771
+ #: modules/site/wp_formatting.php:93
772
+ msgid "Use <code>wpautop</code> to format paragraphs"
773
+ msgstr "Paragrafları formatlamak için <code>wpautop</code> kullan."
774
+
775
+ #: modules/site/wp_formatting.php:100
776
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
777
+ msgstr "Alıntıları hayali alıntılara çevirmek için <code>wptexturize</code> kullan"
778
+
779
+ #: modules/site/analytics.php:177
780
+ #: modules/site/crazyegg.php:139
781
+ #: modules/site/mint.php:138
782
+ #: modules/site/statcounter.php:165
783
+ msgid "Users of the specified role or less will be tracked"
784
+ msgstr "Özel konumda veya altında olan kullanıcılar izlenmiş olacak"
785
+
786
+ #: modules/site/analytics.php:167
787
+ #: modules/site/crazyegg.php:129
788
+ #: modules/site/mint.php:128
789
+ #: modules/site/statcounter.php:155
790
+ msgid "Who to track"
791
+ msgstr "Kimin izlenecek olduğu"
792
+
793
+ #: modules/site/wp_formatting.php:32
794
+ msgid "WordPress content formatting"
795
+ msgstr "WordPress içerik formatlama"
796
+
797
+ #: modules/site/google-ad-wrap.php:33
798
+ msgid "Wraps all post and page content inside a Google targeted section"
799
+ msgstr "Sarılmış tüm yazılar ve sayfalar bir Google hedef bölümü içeriyor"
800
+
801
+ #: modules/page/tags.php:321
802
+ msgid "Yahoo"
803
+ msgstr "Yahoo"
804
+
805
+ #: modules/page/tags.php:215
806
+ msgid "Yahoo ZoneTag"
807
+ msgstr "Yahoo ZoneTag"
808
+
809
+ #: headspace.php:362
810
+ msgid "Your module positions have been saved"
811
+ msgstr "Eklenti pozisyonlarınız kaydedilmiş"
812
+
813
+ #: headspace.php:335
814
+ msgid "Your options have been updated"
815
+ msgstr "Ayarlarınız güncellenmiş"
816
+
817
+ #: modules/page/javascript.php:72
818
+ #: modules/page/stylesheet.php:72
819
+ msgid "add"
820
+ msgstr "ekle"
821
+
822
+ #: modules/page/tags.php:318
823
+ msgid "add all"
824
+ msgstr "hepsini ekle"
825
+
826
+ #: view/admin/edit.php:17
827
+ msgid "advanced"
828
+ msgstr "gelişmiş"
829
+
830
+ #: headspace.php:103
831
+ msgid "applied to author pages"
832
+ msgstr "yazar sayfaları gösterildiği zaman geçerli olacak\""
833
+
834
+ #: headspace.php:101
835
+ msgid "applied to category pages without specific settings"
836
+ msgstr "özel ayarlar dışındaki "
837
+
838
+ #: headspace.php:98
839
+ msgid "applied to everything unless otherwise specified"
840
+ msgstr "eğer özel olarak belirtilmediyse herşeye uygulanmış"
841
+
842
+ #: headspace.php:102
843
+ msgid "applied to posts &amp; pages without specific settings"
844
+ msgstr "özel ayarlar dışıdaki yazılara sayfalara uygulanmıştır"
845
+
846
+ #: headspace.php:99
847
+ msgid "applied to the home page"
848
+ msgstr "ana sayfa gösterildiği zaman geçerli olacak"
849
+
850
+ #: headspace.php:105
851
+ msgid "applied when viewing a 404 error"
852
+ msgstr "404 hatası gösterildiği zaman geçerli olacak"
853
+
854
+ #: headspace.php:104
855
+ msgid "applied when viewing search results"
856
+ msgstr "arama sonuçları gösterildiği zaman geçerli olacak"
857
+
858
+ #: headspace.php:100
859
+ msgid "applied when viewing the archives"
860
+ msgstr "arşivler gösterildiği zaman geçerli olacak"
861
+
862
+ #: modules/site/page_counts.php:119
863
+ #: modules/site/page_counts.php:131
864
+ msgid "content"
865
+ msgstr "içerik"
866
+
867
+ #: modules/site/page_counts.php:118
868
+ #: modules/site/page_counts.php:130
869
+ msgid "default"
870
+ msgstr "varsayılan"
871
+
872
+ #: modules/site/page_counts.php:120
873
+ #: modules/site/page_counts.php:132
874
+ msgid "excerpt"
875
+ msgstr "alıntı"
876
+
877
+ #: view/admin/pager.php:21
878
+ msgid "go"
879
+ msgstr "git"
880
+
881
+ #: modules/import/lud.icro.us.php:28
882
+ msgid "lud.icro.us HeadMeta"
883
+ msgstr "lud.icro.us HeadMeta"
884
+
885
+ #: modules/page/noindex.php:73
886
+ msgid "no-follow"
887
+ msgstr "no-follow"
888
+
889
+ #: modules/site/page_counts.php:116
890
+ #: modules/site/page_counts.php:128
891
+ msgid "posts, showing the"
892
+ msgstr "yazılar, gösteriliyor"
893
+
894
+ #: modules/site/page_counts.php:134
895
+ msgid "set number of posts to 0 for theme default"
896
+ msgstr "varsayılan tema için yazıların numaralarını 0 yap"
897
+
898
+ #: modules/page/tags.php:319
899
+ msgid "suggest"
900
+ msgstr "tavsiye et"
901
+
locale/uk_UK.mo ADDED
Binary file
locale/uk_UK.po ADDED
@@ -0,0 +1,903 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2009-06-13 13:27+0200\n"
12
+ "Last-Translator: Stepan Borshch <atanasiy@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: Ukrainian\n"
18
+ "X-Poedit-Country: UKRAINE\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+ "Plural-Forms: nplurals=3; plural=(n%10==1 &amp;&amp; n%100!=11) ? 0 : ((n%10&gt;=2 &amp;&amp; n%10&lt;=4 &amp;&amp; (n%100&lt;10 || n%100&gt;=20)) ? 1 : 2);\n"
21
+
22
+ #: headspace.php:387
23
+ #, php-format
24
+ msgid "%d items were imported from %s"
25
+ msgstr "%d імпортовано елементів з %s"
26
+
27
+ #: view/admin/version.php:5
28
+ #, php-format
29
+ msgid "%s ago"
30
+ msgstr "%s назад"
31
+
32
+ #: view/admin/import.php:13
33
+ msgid "(not available in UTW and Simple Tagging)"
34
+ msgstr "(не доступно в UTW та Simple Tagging)"
35
+
36
+ #: models/inline_tags.php:163
37
+ #, php-format
38
+ msgid "(page %d of %d)"
39
+ msgstr "(сторінка %d із %d)"
40
+
41
+ #: headspace.php:105
42
+ msgid "404 Page"
43
+ msgstr "Сторінка 404"
44
+
45
+ #: ajax.php:64
46
+ msgid "<p style=\"color: red\">That function is not defined</p>"
47
+ msgstr "<p style=\"color: red\">Ця функція не визначена</p>"
48
+
49
+ #: ajax.php:57
50
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
51
+ msgstr "<p style=\"color: red\">У вас нема доступу до даного ресурсу</p>"
52
+
53
+ #: modules/page/tags.php:125
54
+ msgid "<p>Tags: "
55
+ msgstr "<p>Теґи: "
56
+
57
+ #: modules/page/plugin.php:139
58
+ msgid "Add Plugin"
59
+ msgstr "Додати плугін"
60
+
61
+ #: modules/page/tags.php:175
62
+ msgid "Add tags to dictionary"
63
+ msgstr "Додати теґи у словник"
64
+
65
+ #: modules/site/crazyegg.php:38
66
+ msgid "Adds CrazyEgg tracking code to all pages"
67
+ msgstr "Додає код слідкування <a href=\"http://crazyegg.com/\">CrazyEgg</a> до всіх сторінок"
68
+
69
+ #: modules/site/analytics.php:39
70
+ msgid "Adds Google Analytic tracking code to all pages"
71
+ msgstr "Додає код слідкування <a href=\"http://google.com/Analytics\">Google Analytics</a> до всіх сторінок"
72
+
73
+ #: modules/site/mint.php:38
74
+ msgid "Adds Mint tracking code to all pages"
75
+ msgstr "Додає код слідкування <a href=\"http://mint.com\">Mint</a> до всіх сторінок"
76
+
77
+ #: modules/site/statcounter.php:40
78
+ msgid "Adds StatCounter tracking code to all pages"
79
+ msgstr "Додає код слідкування <a href=\"http://statcounter.com\">StatCounter</a> до всіх сторінок"
80
+
81
+ #: modules/site/rpc.php:37
82
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
83
+ msgstr "Додає додаткові функції, що дозволяють таким інструментам блоґґінґу, як <a href=\"http://ecto.kung-foo.tv/archives/001325.php\">Ecto</a>, використовувати теґи"
84
+
85
+ #: view/admin/modules.php:13
86
+ msgid "Advanced"
87
+ msgstr "Розширений"
88
+
89
+ #: modules/page/page_title.php:109
90
+ msgid "After"
91
+ msgstr "Після"
92
+
93
+ #: modules/page/description.php:73
94
+ msgid "All descriptions will be trimmed to this length"
95
+ msgstr "Всі описи будуть урізані до цієї довжини"
96
+
97
+ #: modules/import/all-in-one-seo.php:28
98
+ msgid "All-in-one SEO"
99
+ msgstr "All-in-one SEO"
100
+
101
+ #: modules/page/javascript.php:55
102
+ msgid "Allow external JavaScript files to be referenced"
103
+ msgstr "Дозволити зовнішнім файлам JavaScript посилатися"
104
+
105
+ #: modules/page/page_title.php:89
106
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
107
+ msgstr "Дозволити зміну заголовка сторінки (тобто заголовка вікна браузера)"
108
+
109
+ #: modules/page/stylesheet.php:55
110
+ msgid "Allows CSS stylesheets to be added to a page"
111
+ msgstr "Дозволяє додавати до сторінки таблиці стилів CSS"
112
+
113
+ #: modules/page/theme.php:69
114
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
115
+ msgstr "Дозволяє, щоб специфічна для сторінки тема заміняла тему по замовчувані"
116
+
117
+ #: modules/page/noindex.php:56
118
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
119
+ msgstr "Дозволяє включення параметрів no-index/no-follow, щоб запобігти індексації чи слідкуванні сторінок пошуківцями й роботами"
120
+
121
+ #: modules/page/description.php:61
122
+ msgid "Allows a short description about the page that is used by search engines"
123
+ msgstr "Дозволяє коротки опис сторінки, який використовується пошуківцями"
124
+
125
+ #: modules/page/plugin.php:87
126
+ msgid "Allows disabled plugins to be enabled on specific pages"
127
+ msgstr "Дозволяє вимкненим плугінам працювати на вибраних сторінках"
128
+
129
+ #: modules/page/raw.php:48
130
+ msgid "Allows raw data to be inserted into the page meta section"
131
+ msgstr "Дозволяє введення необроблених даний до розділу meta сторінки"
132
+
133
+ #: modules/page/rss_tagline.php:62
134
+ msgid "Allows site RSS description to be changed"
135
+ msgstr "Дозволяє зміну опису сайту в RSS"
136
+
137
+ #: modules/page/rss_name.php:62
138
+ msgid "Allows site RSS name to be changed"
139
+ msgstr "Дозволяє зміну імені сайту в RSS"
140
+
141
+ #: modules/page/site_tagline.php:61
142
+ msgid "Allows site description to be changed (i.e. the tagline)"
143
+ msgstr "Дозволяє зміну опису сайту (тобто підзаголовку)"
144
+
145
+ #: modules/page/site_name.php:61
146
+ msgid "Allows site name to be changed (i.e your blog name)"
147
+ msgstr "Дозволяє зміну імені сайту (тобто імені блогу)"
148
+
149
+ #: modules/page/tags.php:162
150
+ msgid "Allows tags/keywords to be added to pages"
151
+ msgstr "Дозволяє додавання теґів/ключових слів до сторінок"
152
+
153
+ #: modules/page/more_text.php:56
154
+ msgid "Allows the 'more' text to be changed"
155
+ msgstr "Дозволяє зміну тексту 'more' "
156
+
157
+ #: modules/site/wp_formatting.php:37
158
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
159
+ msgstr "Дозволяє Вам включати або виключати різне авто-форматування WordPress (включаючи wpautop)"
160
+
161
+ #: modules/page/tags.php:186
162
+ msgid "Alphabetically order tags"
163
+ msgstr "Алфавітний порядок теґів"
164
+
165
+ #: modules/page/tags.php:201
166
+ #: modules/page/tags.php:210
167
+ msgid "Always"
168
+ msgstr "Завжди"
169
+
170
+ #: headspace.php:100
171
+ #: modules/site/page_counts.php:114
172
+ msgid "Archives"
173
+ msgstr "Архіви"
174
+
175
+ #: view/admin/import.php:16
176
+ 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."
177
+ msgstr "Так само як для будь-якої дії, що змінює Вашу базу даний, Ви повинні <strong>зробити резервну копію Ваших даних перед імпортом</strong>. Ми не відповідаємо за котят, які можуть бути задушиними в ході цього процесу."
178
+
179
+ #: headspace.php:103
180
+ msgid "Author Pages"
181
+ msgstr "Авторські Сторінки"
182
+
183
+ #: modules/site/wp_formatting.php:97
184
+ msgid "Auto-fancy quotes"
185
+ msgstr "Авто-цитування"
186
+
187
+ #: modules/site/wp_formatting.php:90
188
+ msgid "Auto-formatting"
189
+ msgstr "Авто-форматування"
190
+
191
+ #: modules/site/wp_formatting.php:104
192
+ msgid "Auto-link"
193
+ msgstr "Авто-посилання"
194
+
195
+ #: modules/page/tags.php:178
196
+ msgid "Automatically add new tags to dictionary"
197
+ msgstr "Автоматично додавати теґи у словник"
198
+
199
+ #: modules/page/page_title.php:108
200
+ msgid "Before"
201
+ msgstr "Перед"
202
+
203
+ #: view/admin/edit_ajax.php:5
204
+ #: view/admin/module_edit.php:8
205
+ #: view/admin/site_module_edit.php:16
206
+ msgid "Cancel"
207
+ msgstr "Відмінити"
208
+
209
+ #: headspace.php:101
210
+ msgid "Categories"
211
+ msgstr "Категорії"
212
+
213
+ #: view/admin/options.php:16
214
+ msgid "Check for updates"
215
+ msgstr "Перевірити оновлення"
216
+
217
+ #: view/admin/options.php:17
218
+ msgid "Check for updates from within HeadSpace"
219
+ msgstr "Перевірити оновлення всередині HeadSpace"
220
+
221
+ #: modules/site/crazyegg.php:33
222
+ msgid "CrazyEgg"
223
+ msgstr "CrazyEgg"
224
+
225
+ #: modules/site/crazyegg.php:122
226
+ msgid "CrazyEgg ID"
227
+ msgstr "CrazyEgg ID (ідентифікатор)"
228
+
229
+ #: modules/page/theme.php:80
230
+ msgid "Current theme"
231
+ msgstr "Поточна тема"
232
+
233
+ #: modules/site/page_counts.php:38
234
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
235
+ msgstr "Налаштувати кількість дописів, що показуватимуться на архівних та пошукових сторінках, й вирішити чи показувати повний вміст, чи витяг"
236
+
237
+ #: view/admin/options.php:37
238
+ msgid "Delete HeadSpace"
239
+ msgstr "Видалити HeadSpace"
240
+
241
+ #: modules/page/description.php:88
242
+ msgid "Description"
243
+ msgstr "Опис"
244
+
245
+ #: modules/page/tags.php:222
246
+ msgid "Dictionary"
247
+ msgstr "Словник"
248
+
249
+ #: view/admin/modules.php:19
250
+ msgid "Disabled"
251
+ msgstr "Заборонено"
252
+
253
+ #: view/admin/edit_category.php:5
254
+ msgid "Edit Category &raquo;"
255
+ msgstr "Редагувати категорію &raquo;"
256
+
257
+ #: modules/site/analytics.php:184
258
+ msgid "Enter the URL you want outbound links tracked to, or leave empty for no outbound tracking"
259
+ msgstr "Введіть URL, по якому ви хочете відслідковувати вихідні посилання, або залишіть пустим, щоб не відслідковувати"
260
+
261
+ #: modules/site/analytics.php:163
262
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
263
+ msgstr "Введіть повний слідкуючий Google JavaScript код, чи просто <code>_uacct</code> номер."
264
+
265
+ #: modules/site/mint.php:124
266
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
267
+ msgstr "Введіть відносний URL до Вашої інсталяції Mint (тобто <code>/mint/</code>)."
268
+
269
+ #: modules/site/crazyegg.php:125
270
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
271
+ msgstr "Введіть повний <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
272
+
273
+ #: modules/site/analytics.php:170
274
+ #: modules/site/crazyegg.php:132
275
+ #: modules/site/mint.php:131
276
+ #: modules/site/statcounter.php:158
277
+ msgid "Everyone"
278
+ msgstr "Кожний"
279
+
280
+ #: view/admin/options.php:3
281
+ msgid "General Options"
282
+ msgstr "Загальні опції"
283
+
284
+ #: headspace.php:98
285
+ msgid "Global Settings"
286
+ msgstr "Глобальні налаштування"
287
+
288
+ #: modules/site/analytics.php:34
289
+ msgid "Google Analytics"
290
+ msgstr "Google Analytics"
291
+
292
+ #: modules/site/google-ad-wrap.php:28
293
+ msgid "Google Section Targeting"
294
+ msgstr "Google Section Targeting"
295
+
296
+ #: modules/import/head_meta_description.php:28
297
+ msgid "Head META Description"
298
+ msgstr "Опис Head META"
299
+
300
+ #: headspace.php:133
301
+ msgid "HeadSpace"
302
+ msgstr "HeadSpace"
303
+
304
+ #: view/admin/edit_post.php:6
305
+ msgid "HeadSpace Meta data"
306
+ msgstr "Дані Meta HeadSpace"
307
+
308
+ #: view/admin/edit_category.php:1
309
+ #: view/admin/settings.php:2
310
+ msgid "HeadSpace Settings"
311
+ msgstr "Параметри HeadSpace"
312
+
313
+ #: headspace.php:342
314
+ msgid "HeadSpace has been removed"
315
+ msgstr "HeadSpace видалено"
316
+
317
+ #: modules/import/headspace_tags.php:31
318
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
319
+ msgstr "Теґи HeadSpace (перетворити в теґи WordPress)"
320
+
321
+ #: view/admin/version.php:2
322
+ msgid "HeadSpace2 News"
323
+ msgstr "Новини HeadSpace2"
324
+
325
+ #: headspace.php:99
326
+ msgid "Home Page"
327
+ msgstr "Головна сторінка"
328
+
329
+ #: plugin.php:593
330
+ msgid "How many widgets would you like?"
331
+ msgstr "Скільки віджетів ви хочете?"
332
+
333
+ #: view/admin/import.php:2
334
+ #: view/admin/import.php:12
335
+ #: view/admin/submenu.php:5
336
+ msgid "Import"
337
+ msgstr "Імпортувати"
338
+
339
+ #: view/admin/import.php:13
340
+ msgid "Import and remove original data"
341
+ msgstr "Імпортувати й видалити оригнільні дані"
342
+
343
+ #: view/admin/options.php:9
344
+ msgid "Inherit from global settings"
345
+ msgstr "Наслідувати від глобальних параметрів"
346
+
347
+ #: view/admin/options.php:8
348
+ msgid "Inherit settings"
349
+ msgstr "Наслідувати параметри"
350
+
351
+ #: ajax.php:141
352
+ #: ajax.php:152
353
+ #: ajax.php:163
354
+ #: ajax.php:174
355
+ #: ajax.php:188
356
+ msgid "Invalid module"
357
+ msgstr "Неправильний модуль"
358
+
359
+ #: modules/page/javascript.php:50
360
+ #: modules/page/javascript.php:66
361
+ msgid "JavaScript"
362
+ msgstr "JavaScript"
363
+
364
+ #: modules/import/jerome.php:28
365
+ msgid "Jerome's Keywords"
366
+ msgstr "Ключові слова від Jerome"
367
+
368
+ #: modules/page/page_title.php:101
369
+ msgid "Leave blank to use theme default"
370
+ msgstr "Залишіть пустим щоб використовувати тему по замовчуванню"
371
+
372
+ #: modules/site/wp_formatting.php:107
373
+ msgid "Makes links clickable in comments"
374
+ msgstr "Зробити посилання клікабельними у коментарях"
375
+
376
+ #: view/admin/mass_edit.php:2
377
+ msgid "Mass Edit Meta-data"
378
+ msgstr "Масове Редагування Мета-даних"
379
+
380
+ #: modules/page/description.php:70
381
+ msgid "Max length"
382
+ msgstr "Максимальна довжина"
383
+
384
+ #: headspace.php:134
385
+ msgid "Meta-data"
386
+ msgstr "Мета-дані"
387
+
388
+ #: modules/site/mint.php:33
389
+ msgid "Mint"
390
+ msgstr "Mint"
391
+
392
+ #: modules/site/mint.php:121
393
+ msgid "Mint path"
394
+ msgstr "Шлях Mint"
395
+
396
+ #: view/admin/submenu.php:3
397
+ msgid "Modules"
398
+ msgstr "Модулі"
399
+
400
+ #: view/admin/modules.php:20
401
+ msgid "Modules are disabled and do not appear"
402
+ msgstr "Модулі заборонені й не появляються"
403
+
404
+ #: view/admin/modules.php:8
405
+ msgid "Modules will always appear on edit screens"
406
+ msgstr "Модулі будуть завжди появлятися на екрані редагування"
407
+
408
+ #: view/admin/modules.php:14
409
+ msgid "Modules will be hidden behind a link"
410
+ msgstr "Модулі будуть сховані за посилання"
411
+
412
+ #: modules/import/more_unique.php:28
413
+ msgid "More Unique"
414
+ msgstr "More Unique"
415
+
416
+ #: modules/mass/more_text.php:28
417
+ #: modules/mass/more_text.php:50
418
+ #: modules/page/more_text.php:51
419
+ #: modules/page/more_text.php:70
420
+ msgid "More text"
421
+ msgstr "Додатковий текст"
422
+
423
+ #: modules/page/tags.php:200
424
+ #: modules/page/tags.php:209
425
+ msgid "Never"
426
+ msgstr "Ніколи"
427
+
428
+ #: models/pager.php:387
429
+ msgid "Next"
430
+ msgstr "Наступний"
431
+
432
+ #: modules/page/noindex.php:70
433
+ msgid "No Index"
434
+ msgstr "No Index"
435
+
436
+ #: modules/page/noindex.php:51
437
+ msgid "No Index/No Follow"
438
+ msgstr "No Index/No Follow"
439
+
440
+ #: view/admin/submenu.php:4
441
+ msgid "Options"
442
+ msgstr "Опції"
443
+
444
+ #: modules/page/tags.php:183
445
+ msgid "Order tags"
446
+ msgstr "Порядок теґів"
447
+
448
+ #: modules/site/page_counts.php:33
449
+ msgid "Page Counts"
450
+ msgstr "Підрахунки сторінки"
451
+
452
+ #: view/admin/modules.php:2
453
+ msgid "Page Modules"
454
+ msgstr "Модулі сторінки"
455
+
456
+ #: view/admin/submenu.php:2
457
+ msgid "Page Settings"
458
+ msgstr "Налаштування сторінки"
459
+
460
+ #: modules/page/page_title.php:125
461
+ msgid "Page Title"
462
+ msgstr "Заголовок сторінки"
463
+
464
+ #: modules/mass/description.php:28
465
+ #: modules/mass/description.php:50
466
+ #: modules/page/description.php:56
467
+ msgid "Page description"
468
+ msgstr "Опис сторінки"
469
+
470
+ #: view/admin/modules.php:3
471
+ 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."
472
+ msgstr "Модулі сторінки застосовуються до окремих сторінок. Перетягніть не відпускаючи модулі на відповідну область. Порядок модулів може мінятися, що відобразиться у вікні редагування."
473
+
474
+ #: modules/mass/page_slug.php:28
475
+ msgid "Page slug"
476
+ msgstr "Коротке посилання на сторінку"
477
+
478
+ #: modules/mass/page_title.php:28
479
+ #: modules/mass/page_title.php:50
480
+ #: modules/page/page_title.php:84
481
+ msgid "Page title"
482
+ msgstr "Заголовок сторінки"
483
+
484
+ #: modules/page/plugin.php:82
485
+ msgid "Page-specific Plugins"
486
+ msgstr "Плаґіни для цієї сторінки"
487
+
488
+ #: modules/page/theme.php:57
489
+ msgid "Page-specific Themes"
490
+ msgstr "Теми для цієї сторінки"
491
+
492
+ #: modules/site/statcounter.php:142
493
+ msgid "Partition ID"
494
+ msgstr "Partition ID"
495
+
496
+ #: view/admin/pager.php:14
497
+ msgid "Per page"
498
+ msgstr "На сторінку"
499
+
500
+ #: modules/page/plugin.php:132
501
+ msgid "Plugins"
502
+ msgstr "Плаґіни"
503
+
504
+ #: modules/mass/page_slug.php:50
505
+ msgid "Post slug"
506
+ msgstr "Коротке посилання на допис"
507
+
508
+ #: modules/mass/description.php:49
509
+ #: modules/mass/more_text.php:49
510
+ #: modules/mass/page_slug.php:49
511
+ #: modules/mass/page_title.php:49
512
+ #: modules/mass/site_description.php:49
513
+ #: modules/mass/site_name.php:49
514
+ #: modules/mass/tags.php:49
515
+ msgid "Post title"
516
+ msgstr "Заголовок допису"
517
+
518
+ #: headspace.php:102
519
+ msgid "Posts &amp; Pages"
520
+ msgstr "Дописи &amp; Сторінки"
521
+
522
+ #: headspace.php:297
523
+ msgid "Posts successfully updated"
524
+ msgstr "Дописи успішно обновленні"
525
+
526
+ #: models/pager.php:386
527
+ msgid "Previous"
528
+ msgstr "Попередній"
529
+
530
+ #: modules/site/statcounter.php:136
531
+ msgid "Project ID"
532
+ msgstr "Project ID (ідентифікатор)"
533
+
534
+ #: modules/site/rpc.php:32
535
+ msgid "RPC support for Ecto"
536
+ msgstr "Підтримка RPC в Ecto"
537
+
538
+ #: modules/page/rss_tagline.php:57
539
+ #: modules/page/rss_tagline.php:76
540
+ msgid "RSS Description"
541
+ msgstr "Опис у RSS"
542
+
543
+ #: modules/page/rss_name.php:57
544
+ #: modules/page/rss_name.php:76
545
+ msgid "RSS Name"
546
+ msgstr "Ім'я RSS"
547
+
548
+ #: modules/page/raw.php:43
549
+ #: modules/page/raw.php:55
550
+ msgid "Raw data"
551
+ msgstr "Необроблені дані"
552
+
553
+ #: view/admin/options.php:32
554
+ msgid "Remove HeadSpace"
555
+ msgstr "Видалити HeadSpace"
556
+
557
+ #: view/admin/help.php:9
558
+ msgid "Replaced with the category description"
559
+ msgstr "Замінити описом категорії"
560
+
561
+ #: view/admin/help.php:16
562
+ msgid "Replaced with the current date"
563
+ msgstr "Замінити поточною датою"
564
+
565
+ #: view/admin/help.php:17
566
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
567
+ msgstr "Замінити поточним номером сторінки (тобто сторінка 2 із 4)"
568
+
569
+ #: view/admin/help.php:14
570
+ msgid "Replaced with the current search phrase"
571
+ msgstr "Замінити поточною пошуковою фразою"
572
+
573
+ #: view/admin/help.php:15
574
+ msgid "Replaced with the current time"
575
+ msgstr "Замінити поточним часом"
576
+
577
+ #: view/admin/help.php:5
578
+ msgid "Replaced with the date of the post/page"
579
+ msgstr "Замінити датою допису/сторінки"
580
+
581
+ #: view/admin/help.php:8
582
+ msgid "Replaced with the post categories (comma seperated)"
583
+ msgstr "Замінити категоріями дописів (розділюваних комою)"
584
+
585
+ #: view/admin/help.php:11
586
+ msgid "Replaced with the post/page ID"
587
+ msgstr "Замінити ідентифікаторо (ID) допису/сторінки"
588
+
589
+ #: view/admin/help.php:12
590
+ msgid "Replaced with the post/page author's 'nicename'"
591
+ msgstr "Замінити 'красивим' іменем автора допису/сторінки"
592
+
593
+ #: view/admin/help.php:13
594
+ msgid "Replaced with the post/page author's userid"
595
+ msgstr "Замінити іменем автора статті/сторінки"
596
+
597
+ #: view/admin/help.php:7
598
+ msgid "Replaced with the post/page excerpt"
599
+ msgstr "Замінити витягом із допису/сторінки"
600
+
601
+ #: view/admin/help.php:10
602
+ msgid "Replaced with the post/page modified time"
603
+ msgstr "Замінити часом зміни допису/сторінки"
604
+
605
+ #: view/admin/help.php:6
606
+ msgid "Replaced with the title of the post/page"
607
+ msgstr "Замінити заголовко допису/сторінки"
608
+
609
+ #: modules/import/seo-title-tags.php:28
610
+ msgid "SEO Title Tags"
611
+ msgstr "SEO Title Tags"
612
+
613
+ #: plugin.php:600
614
+ #: view/admin/edit_ajax.php:4
615
+ #: view/admin/module_edit.php:7
616
+ #: view/admin/site_module_edit.php:15
617
+ msgid "Save"
618
+ msgstr "Зберегти"
619
+
620
+ #: view/admin/mass_edit.php:37
621
+ msgid "Save all data"
622
+ msgstr "Зберегти всі дані"
623
+
624
+ #: view/admin/modules.php:37
625
+ msgid "Save module order"
626
+ msgstr "Зберегти порядок модулів"
627
+
628
+ #: view/admin/pager.php:11
629
+ msgid "Search"
630
+ msgstr "Шукати"
631
+
632
+ #: headspace.php:104
633
+ msgid "Search Pages"
634
+ msgstr "Шукати сторінки"
635
+
636
+ #: modules/site/page_counts.php:126
637
+ msgid "Searches"
638
+ msgstr "Шукає"
639
+
640
+ #: modules/site/statcounter.php:148
641
+ msgid "Security ID"
642
+ msgstr "Ідентифікатор (ID) безпеки"
643
+
644
+ #: modules/page/page_title.php:105
645
+ msgid "Separator position"
646
+ msgstr "Позиція розділювача"
647
+
648
+ #: view/admin/settings.php:15
649
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
650
+ msgstr "Параметри можуть застосовуватись до окремих дописів й сторінок зі <strong>сторінки редагування допису , і до окремих категорій зі <strong>сторінки редагування категорій.</strong> "
651
+
652
+ #: modules/page/plugin.php:103
653
+ msgid "Show in admin"
654
+ msgstr "Показувати у Адміністративній консолі"
655
+
656
+ #: modules/page/tags.php:206
657
+ msgid "Show tags in pages"
658
+ msgstr "Показувати теґи на сторінках"
659
+
660
+ #: modules/page/tags.php:197
661
+ msgid "Show tags in posts"
662
+ msgstr "Показувати теґи у дописах"
663
+
664
+ #: modules/page/plugin.php:106
665
+ msgid "Shows page-specific plugins in the administration menus"
666
+ msgstr "Показувати специфічні для сторінки плаґіни в меню адміністратора"
667
+
668
+ #: view/admin/modules.php:7
669
+ msgid "Simple"
670
+ msgstr "Стандартні"
671
+
672
+ #: modules/import/simple-tagging.php:28
673
+ msgid "Simple Tagging"
674
+ msgstr "Simple Tagging"
675
+
676
+ #: modules/import/simple-tags.php:28
677
+ msgid "Simple Tags"
678
+ msgstr "Simple Tags"
679
+
680
+ #: view/admin/modules.php:42
681
+ msgid "Site Modules"
682
+ msgstr "Модулі Сайту"
683
+
684
+ #: modules/mass/site_description.php:28
685
+ #: modules/mass/site_description.php:50
686
+ #: modules/page/site_tagline.php:56
687
+ #: modules/page/site_tagline.php:75
688
+ msgid "Site description"
689
+ msgstr "Опис сайту"
690
+
691
+ #: view/admin/modules.php:43
692
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
693
+ msgstr "Модулі сайту застосовуються до всього сайту загалом. Працюватимуть лише помічені модулі (відповідно сконфігуровані)."
694
+
695
+ #: modules/mass/site_name.php:28
696
+ #: modules/mass/site_name.php:50
697
+ #: modules/page/site_name.php:56
698
+ #: modules/page/site_name.php:75
699
+ msgid "Site name"
700
+ msgstr "Ім'я теґів"
701
+
702
+ #: view/admin/help.php:2
703
+ msgid "Special Tags"
704
+ msgstr "Спеціальні Теґи"
705
+
706
+ #: modules/site/statcounter.php:35
707
+ msgid "StatCounter"
708
+ msgstr "Рахівниці Статистики"
709
+
710
+ #: modules/page/stylesheet.php:50
711
+ #: modules/page/stylesheet.php:66
712
+ msgid "Stylesheets"
713
+ msgstr "Таблиці стилів"
714
+
715
+ #: modules/page/tags.php:342
716
+ msgid "Suggest tags based on content"
717
+ msgstr "Рекомендувати теґи, базуючись по вмісту"
718
+
719
+ #: modules/page/tags.php:316
720
+ msgid "Suggested tags"
721
+ msgstr "Рекомендовані теґи"
722
+
723
+ #: modules/site/rpc.php:74
724
+ msgid "Tag separator"
725
+ msgstr "Розділювач теґів"
726
+
727
+ #: modules/page/tags.php:157
728
+ msgid "Tags (keywords)"
729
+ msgstr "Теґи (ключові слова)"
730
+
731
+ #: modules/mass/tags.php:28
732
+ #: modules/mass/tags.php:50
733
+ #: modules/page/tags.php:272
734
+ msgid "Tags/keywords"
735
+ msgstr "Теґи/ключові слова"
736
+
737
+ #: modules/page/theme.php:77
738
+ msgid "Theme"
739
+ msgstr "Тема"
740
+
741
+ #: modules/site/rpc.php:77
742
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
743
+ msgstr "Он должен соответствовать разделителю, определенному в Ecto 'Шаблоны', 'Метки', 'Разделитель меток'Він повинен відповідати роділювачу, визначеному в Ecto 'Шаблони', 'Теґи', 'Розділювач теґів'"
744
+
745
+ #: view/admin/options.php:34
746
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
747
+ msgstr "Це знищить HeadSpace і видалить усі налаштування, теґи й мета-дані."
748
+
749
+ #: view/admin/import.php:3
750
+ 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."
751
+ msgstr "Ця сторінка дозволить Вам імпортувати мета-дані з інших плаґінів WordPress. Інші плагіни можуть бути неактивними, щоб імпорт працював."
752
+
753
+ #: modules/page/page_title.php:98
754
+ msgid "Title separator"
755
+ msgstr "Розділювач заголовка"
756
+
757
+ #: modules/site/analytics.php:181
758
+ msgid "Track outbound links"
759
+ msgstr "Відслідковувати вихідні посилання"
760
+
761
+ #: modules/site/analytics.php:160
762
+ msgid "Tracking code"
763
+ msgstr "Відслідковувати код"
764
+
765
+ #: modules/import/utw.php:28
766
+ msgid "Ultimate Tag Warrior"
767
+ msgstr "Ultimate Tag Warrior"
768
+
769
+ #: view/admin/options.php:26
770
+ msgid "Update Options &raquo;"
771
+ msgstr "Обновити Опції &raquo;"
772
+
773
+ #: modules/site/wp_formatting.php:93
774
+ msgid "Use <code>wpautop</code> to format paragraphs"
775
+ msgstr "Використовувати <code>wpautop</code> для форматування абзаців"
776
+
777
+ #: modules/site/wp_formatting.php:100
778
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
779
+ msgstr "Використовувати <code>wptexturize</code> для перетворення лапок у більш красиві"
780
+
781
+ #: modules/site/analytics.php:177
782
+ #: modules/site/crazyegg.php:139
783
+ #: modules/site/mint.php:138
784
+ #: modules/site/statcounter.php:165
785
+ msgid "Users of the specified role or less will be tracked"
786
+ msgstr "Відслідковуватимуться користувачі починаючи з вказаної ролі й нижче"
787
+
788
+ #: modules/site/analytics.php:167
789
+ #: modules/site/crazyegg.php:129
790
+ #: modules/site/mint.php:128
791
+ #: modules/site/statcounter.php:155
792
+ msgid "Who to track"
793
+ msgstr "За ким слідкувати"
794
+
795
+ #: modules/site/wp_formatting.php:32
796
+ msgid "WordPress content formatting"
797
+ msgstr "Форматування контенту WordPress"
798
+
799
+ #: modules/site/google-ad-wrap.php:33
800
+ msgid "Wraps all post and page content inside a Google targeted section"
801
+ msgstr "Вирівнює всі дописи й вміст сторінок всередині цільової секції Google"
802
+
803
+ #: modules/page/tags.php:321
804
+ msgid "Yahoo"
805
+ msgstr "Yahoo"
806
+
807
+ #: modules/page/tags.php:215
808
+ msgid "Yahoo ZoneTag"
809
+ msgstr "Yahoo ZoneTag"
810
+
811
+ #: headspace.php:362
812
+ msgid "Your module positions have been saved"
813
+ msgstr "Ваші позиції модулів збережені"
814
+
815
+ #: headspace.php:335
816
+ msgid "Your options have been updated"
817
+ msgstr "Ваші опції обновлені"
818
+
819
+ #: modules/page/javascript.php:72
820
+ #: modules/page/stylesheet.php:72
821
+ msgid "add"
822
+ msgstr "додати"
823
+
824
+ #: modules/page/tags.php:318
825
+ msgid "add all"
826
+ msgstr "додати всі"
827
+
828
+ #: view/admin/edit.php:17
829
+ msgid "advanced"
830
+ msgstr "розширений"
831
+
832
+ #: headspace.php:103
833
+ msgid "applied to author pages"
834
+ msgstr "використовувати для сторінок автора"
835
+
836
+ #: headspace.php:101
837
+ msgid "applied to category pages without specific settings"
838
+ msgstr "використовувати для сторінок категорій без особливих налаштувань"
839
+
840
+ #: headspace.php:98
841
+ msgid "applied to everything unless otherwise specified"
842
+ msgstr "використовувати усюди, якщо інше не вказано"
843
+
844
+ #: headspace.php:102
845
+ msgid "applied to posts &amp; pages without specific settings"
846
+ msgstr "використовувати для дописів &amp; сторінок без особливих налаштувань"
847
+
848
+ #: headspace.php:99
849
+ msgid "applied to the home page"
850
+ msgstr "використовувати на Головній сторінці"
851
+
852
+ #: headspace.php:105
853
+ msgid "applied when viewing a 404 error"
854
+ msgstr "використовувати, коли показується 404 помилка"
855
+
856
+ #: headspace.php:104
857
+ msgid "applied when viewing search results"
858
+ msgstr "використовувати, коли показуються результати пошуку"
859
+
860
+ #: headspace.php:100
861
+ msgid "applied when viewing the archives"
862
+ msgstr "використовувати, коли показуються архіви"
863
+
864
+ #: modules/site/page_counts.php:119
865
+ #: modules/site/page_counts.php:131
866
+ msgid "content"
867
+ msgstr "зміст"
868
+
869
+ #: modules/site/page_counts.php:118
870
+ #: modules/site/page_counts.php:130
871
+ msgid "default"
872
+ msgstr "по замовчуванню"
873
+
874
+ #: modules/site/page_counts.php:120
875
+ #: modules/site/page_counts.php:132
876
+ msgid "excerpt"
877
+ msgstr "витяг"
878
+
879
+ #: view/admin/pager.php:21
880
+ msgid "go"
881
+ msgstr "перейти"
882
+
883
+ #: modules/import/lud.icro.us.php:28
884
+ msgid "lud.icro.us HeadMeta"
885
+ msgstr "lud.icro.us HeadMeta"
886
+
887
+ #: modules/page/noindex.php:73
888
+ msgid "no-follow"
889
+ msgstr "no-follow"
890
+
891
+ #: modules/site/page_counts.php:116
892
+ #: modules/site/page_counts.php:128
893
+ msgid "posts, showing the"
894
+ msgstr "дописи, що показують"
895
+
896
+ #: modules/site/page_counts.php:134
897
+ msgid "set number of posts to 0 for theme default"
898
+ msgstr "встановіть кількість дописів 0 для теми по замовчуванню"
899
+
900
+ #: modules/page/tags.php:319
901
+ msgid "suggest"
902
+ msgstr "рекомендувати"
903
+
locale/zh_CN.mo ADDED
Binary file
locale/zh_CN.po ADDED
@@ -0,0 +1,1180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: HeadSpace2 3.3.27\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-02-01 12:14+0900\n"
6
+ "PO-Revision-Date: 2008-09-12 16:47+0800\n"
7
+ "Last-Translator: Rick < sales@diysofa.com>\n"
8
+ "Language-Team: http://www.ad-minister.net/ <http://www.ad-minister.net/mail/>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Japanese\n"
13
+ "X-Poedit-Country: JAPAN\n"
14
+ "X-Poedit-KeywordsList: _e;__\n"
15
+ "X-Poedit-Basepath: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/locale\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2\n"
18
+
19
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:60
20
+ msgid "<p style=\"color: red\">That function is not defined</p>"
21
+ msgstr "<p style=\"color: red\">功能未定义</p>"
22
+
23
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:63
24
+ msgid "<p style=\"color: red\">You are not allowed access to this resource</p>"
25
+ msgstr "<p style=\"color: red\">不允许访问此资源</p>"
26
+
27
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:139
28
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:150
29
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:161
30
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:172
31
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/ajax.php:186
32
+ msgid "Invalid module"
33
+ msgstr "无效组件"
34
+
35
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:113
36
+ msgid "Global Settings"
37
+ msgstr "全局设置"
38
+
39
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:113
40
+ msgid "applied to everything unless otherwise specified"
41
+ msgstr "应用到所有项除非另外说明"
42
+
43
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:114
44
+ msgid "Home Page"
45
+ msgstr "首页"
46
+
47
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:114
48
+ msgid "applied to the home page"
49
+ msgstr "应用到首页"
50
+
51
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:115
52
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:114
53
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:73
54
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:74
55
+ msgid "Archives"
56
+ msgstr "存档"
57
+
58
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:115
59
+ msgid "applied when viewing the archives"
60
+ msgstr "适用于存档"
61
+
62
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:116
63
+ msgid "Categories"
64
+ msgstr "目录"
65
+
66
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:116
67
+ msgid "applied to category pages without specific settings"
68
+ msgstr "应用到目录除非另外说明"
69
+
70
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:117
71
+ msgid "Posts &amp; Pages"
72
+ msgstr "日志 &amp; 页面"
73
+
74
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:117
75
+ msgid "applied to posts &amp; pages without specific settings"
76
+ msgstr "应用到日志 &amp; 页面,"
77
+
78
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:118
79
+ msgid "Author Pages"
80
+ msgstr "作者页面"
81
+
82
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:118
83
+ msgid "applied to author pages"
84
+ msgstr "应用到作者页面"
85
+
86
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:119
87
+ msgid "Search Pages"
88
+ msgstr "搜索页"
89
+
90
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:119
91
+ msgid "applied when viewing search results"
92
+ msgstr "应用查看搜索结果"
93
+
94
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:120
95
+ msgid "404 Page"
96
+ msgstr "404页"
97
+
98
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:120
99
+ msgid "applied when viewing a 404 error"
100
+ msgstr "应用当出现404错误"
101
+
102
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:121
103
+ msgid "Tag Pages"
104
+ msgstr "标签页"
105
+
106
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:121
107
+ msgid "applied when viewing tag pages"
108
+ msgstr "访问标签页时应用"
109
+
110
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:149
111
+ msgid "HeadSpace"
112
+ msgstr "HeadSpace"
113
+
114
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:150
115
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:6
116
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu_meta.php:2
117
+ msgid "Meta-data"
118
+ msgstr "Meta-data"
119
+
120
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:321
121
+ msgid "Posts successfully updated"
122
+ msgstr "日志成功更新"
123
+
124
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:360
125
+ msgid "Your options have been updated"
126
+ msgstr "设定已被应用"
127
+
128
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:367
129
+ msgid "HeadSpace has been removed"
130
+ msgstr "HeadSpace已被删除"
131
+
132
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:419
133
+ msgid "Your module positions have been saved"
134
+ msgstr "模块位置已被保存"
135
+
136
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/headspace.php:442
137
+ #, php-format
138
+ msgid "%d items were imported from %s"
139
+ msgstr "将%d从%s中导入"
140
+
141
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/plugin.php:612
142
+ msgid "How many widgets would you like?"
143
+ msgstr "选择多少个widgets?"
144
+
145
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/plugin.php:619
146
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_ajax.php:4
147
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/module_edit.php:7
148
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/site_module_edit.php:15
149
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:15
150
+ msgid "Save"
151
+ msgstr "保存"
152
+
153
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/models/inline_tags.php:227
154
+ #, php-format
155
+ msgid "(page %d of %d)"
156
+ msgstr "(页 %d 中 %d)"
157
+
158
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/models/pager.php:386
159
+ msgid "Previous"
160
+ msgstr "前一个"
161
+
162
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/models/pager.php:387
163
+ msgid "Next"
164
+ msgstr "后一个"
165
+
166
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/all-in-one-seo.php:28
167
+ msgid "All-in-one SEO"
168
+ msgstr "All-in-one SEO"
169
+
170
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/headspace_tags.php:31
171
+ msgid "HeadSpace tags (convert to WordPress 2.3 tags)"
172
+ msgstr "HeadSpace标签(转换到WordPress 2.3标签)"
173
+
174
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/head_meta_description.php:28
175
+ msgid "Head META Description"
176
+ msgstr "Head META Description"
177
+
178
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/jerome.php:28
179
+ msgid "Jerome's Keywords"
180
+ msgstr "Jerome的关键词"
181
+
182
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/lud.icro.us.php:28
183
+ msgid "lud.icro.us HeadMeta"
184
+ msgstr "lud.icro.us HeadMeta"
185
+
186
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/more_unique.php:28
187
+ msgid "More Unique"
188
+ msgstr "更多Unique"
189
+
190
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/seo-title-tags.php:28
191
+ msgid "SEO Title Tags"
192
+ msgstr "SEO标题标签"
193
+
194
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/simple-tagging.php:28
195
+ msgid "Simple Tagging"
196
+ msgstr "Simple Tagging"
197
+
198
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/simple-tags.php:28
199
+ msgid "Simple Tags"
200
+ msgstr "Simple Tags"
201
+
202
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/import/utw.php:28
203
+ msgid "Ultimate Tag Warrior"
204
+ msgstr "Ultimate Tag Warrior"
205
+
206
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/description.php:28
207
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/description.php:50
208
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:56
209
+ msgid "Page description"
210
+ msgstr "页面描述"
211
+
212
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/description.php:49
213
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/more_text.php:49
214
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_slug.php:49
215
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_title.php:49
216
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_description.php:49
217
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_name.php:49
218
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/tags.php:49
219
+ msgid "Post title"
220
+ msgstr "日志标题"
221
+
222
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/more_text.php:28
223
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/more_text.php:50
224
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/more_text.php:51
225
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/more_text.php:70
226
+ msgid "More text"
227
+ msgstr "更多"
228
+
229
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_slug.php:28
230
+ msgid "Page slug"
231
+ msgstr "页面缩略名"
232
+
233
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_slug.php:50
234
+ msgid "Post slug"
235
+ msgstr "日志缩略名"
236
+
237
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_title.php:28
238
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/page_title.php:50
239
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:88
240
+ msgid "Page title"
241
+ msgstr "页面标题"
242
+
243
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_description.php:28
244
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_description.php:50
245
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_tagline.php:56
246
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_tagline.php:75
247
+ msgid "Site description"
248
+ msgstr "网站描述"
249
+
250
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_name.php:28
251
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/site_name.php:50
252
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_name.php:56
253
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_name.php:75
254
+ msgid "Site name"
255
+ msgstr "网站名称"
256
+
257
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/tags.php:28
258
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/mass/tags.php:50
259
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:264
260
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:281
261
+ msgid "Tags/keywords"
262
+ msgstr "标签/关键词"
263
+
264
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:61
265
+ msgid "Allows a short description about the page that is used by search engines"
266
+ msgstr "允许为搜索引擎而设一段短的描述"
267
+
268
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:70
269
+ msgid "Max length"
270
+ msgstr "最大长度"
271
+
272
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:73
273
+ msgid "All descriptions will be trimmed to this length"
274
+ msgstr "所有描述将对应它的"
275
+
276
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/description.php:88
277
+ msgid "Description"
278
+ msgstr "描述"
279
+
280
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:50
281
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:66
282
+ msgid "JavaScript"
283
+ msgstr "JavaScript"
284
+
285
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:55
286
+ msgid "Allow external JavaScript files to be referenced"
287
+ msgstr "允许引用外部JavaScript"
288
+
289
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/javascript.php:72
290
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:83
291
+ msgid "add"
292
+ msgstr "增加"
293
+
294
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/more_text.php:56
295
+ msgid "Allows the 'more' text to be changed"
296
+ msgstr "允许更改\"more\""
297
+
298
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:51
299
+ msgid "No Index/No Follow"
300
+ msgstr "No Index/No Follow"
301
+
302
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:56
303
+ msgid "Allows a no-index/no-follow option to be set to prevent search engines and robots from indexing or following pages"
304
+ msgstr "允许设定No Index/No Follow选项,防止搜索引擎和robots引用indexing 或 following页"
305
+
306
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:70
307
+ msgid "No Index"
308
+ msgstr "No Index"
309
+
310
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/noindex.php:73
311
+ msgid "no-follow"
312
+ msgstr "no-follow"
313
+
314
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:93
315
+ msgid "Allow page title to be changed (i.e. the title in the browser window title)"
316
+ msgstr "允许页面题目改变"
317
+
318
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:102
319
+ msgid "Title separator"
320
+ msgstr "标题分隔符"
321
+
322
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:105
323
+ msgid "Leave blank to use theme default"
324
+ msgstr "缺省将采用默认主题"
325
+
326
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:109
327
+ msgid "Separator position"
328
+ msgstr "分隔符位置"
329
+
330
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:112
331
+ msgid "Before"
332
+ msgstr "前"
333
+
334
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:113
335
+ msgid "After"
336
+ msgstr "后"
337
+
338
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/page_title.php:129
339
+ msgid "Page Title"
340
+ msgstr "页面标题"
341
+
342
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:88
343
+ msgid "Page-specific Plugins"
344
+ msgstr "特定页面插件"
345
+
346
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:93
347
+ msgid "Allows disabled plugins to be enabled on specific pages"
348
+ msgstr "允许禁用插件来激活某页"
349
+
350
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:109
351
+ msgid "Show in admin"
352
+ msgstr "出现admin中"
353
+
354
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:112
355
+ msgid "Shows page-specific plugins in the administration menus"
356
+ msgstr "在管理面板显示page-specific插件"
357
+
358
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:138
359
+ msgid "Plugins"
360
+ msgstr "插件"
361
+
362
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/plugin.php:145
363
+ msgid "Add Plugin"
364
+ msgstr "增加插件"
365
+
366
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/raw.php:43
367
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/raw.php:55
368
+ msgid "Raw data"
369
+ msgstr "原始数据"
370
+
371
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/raw.php:48
372
+ msgid "Allows raw data to be inserted into the page meta section"
373
+ msgstr "允许原始数据插入到页面meta部分"
374
+
375
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_name.php:57
376
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_name.php:76
377
+ msgid "RSS Name"
378
+ msgstr "RSS名"
379
+
380
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_name.php:62
381
+ msgid "Allows site RSS name to be changed"
382
+ msgstr "允许RSS名字改变"
383
+
384
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_tagline.php:57
385
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_tagline.php:76
386
+ msgid "RSS Description"
387
+ msgstr "RSS Description(说明文)"
388
+
389
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/rss_tagline.php:62
390
+ msgid "Allows site RSS description to be changed"
391
+ msgstr "允许RSS description改变"
392
+
393
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_name.php:61
394
+ msgid "Allows site name to be changed (i.e your blog name)"
395
+ msgstr "允许网站标题改变(例如博客名)"
396
+
397
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/site_tagline.php:61
398
+ msgid "Allows site description to be changed (i.e. the tagline)"
399
+ msgstr "允许网站描述改变"
400
+
401
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:61
402
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:77
403
+ msgid "Stylesheets"
404
+ msgstr "样式表"
405
+
406
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:66
407
+ msgid "Allows CSS stylesheets to be added to a page"
408
+ msgstr "允许增加样式表到特定页"
409
+
410
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/stylesheet.php:108
411
+ msgid "Do not output CSS"
412
+ msgstr "不输出CSS"
413
+
414
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:131
415
+ msgid "<p>Tags: "
416
+ msgstr "<p>标签: "
417
+
418
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:163
419
+ msgid "Tags (keywords)"
420
+ msgstr "标签(关键词)"
421
+
422
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:168
423
+ msgid "Allows tags/keywords to be added to pages"
424
+ msgstr "允许标签/关键词增加到页面"
425
+
426
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:182
427
+ msgid "Add tags to dictionary"
428
+ msgstr "增加标签到字典"
429
+
430
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:185
431
+ msgid "Automatically add new tags to dictionary"
432
+ msgstr "自动增加标签到字典"
433
+
434
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:190
435
+ msgid "Order tags"
436
+ msgstr "标签顺序"
437
+
438
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:193
439
+ msgid "Alphabetically order tags"
440
+ msgstr "按字母表排列标签"
441
+
442
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:198
443
+ msgid "Show tags in posts"
444
+ msgstr "日志中展现标签"
445
+
446
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:201
447
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:210
448
+ msgid "Never"
449
+ msgstr "从不"
450
+
451
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:202
452
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:211
453
+ msgid "Always"
454
+ msgstr "总是"
455
+
456
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:207
457
+ msgid "Show tags in pages"
458
+ msgstr "页面中展现标签"
459
+
460
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:216
461
+ msgid "Yahoo ZoneTag"
462
+ msgstr "Yahoo ZoneTag"
463
+
464
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:219
465
+ msgid "enable"
466
+ msgstr "有効"
467
+
468
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:224
469
+ msgid "Dictionary"
470
+ msgstr "字典"
471
+
472
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:338
473
+ msgid "Suggested tags"
474
+ msgstr "推荐标签"
475
+
476
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:340
477
+ msgid "add all"
478
+ msgstr "增加所有"
479
+
480
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:341
481
+ msgid "suggest"
482
+ msgstr "推荐"
483
+
484
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:343
485
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:367
486
+ msgid "Yahoo"
487
+ msgstr "Yahoo"
488
+
489
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/tags.php:365
490
+ msgid "Suggest tags based on content"
491
+ msgstr "根据内容推荐标签"
492
+
493
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:61
494
+ msgid "Page-specific Themes"
495
+ msgstr "特定页面标题"
496
+
497
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:73
498
+ msgid "Allows a custom page-specific theme to over-ride the default theme"
499
+ msgstr "允许自定义page-specific主题覆盖缺少主题"
500
+
501
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:81
502
+ msgid "Theme"
503
+ msgstr "主题"
504
+
505
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/page/theme.php:84
506
+ msgid "Current theme"
507
+ msgstr "目前主题"
508
+
509
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:31
510
+ msgid "103bees"
511
+ msgstr "103bees"
512
+
513
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:36
514
+ msgid "Adds 103bees tracking code to all pages"
515
+ msgstr "增加103bees跟踪代码到所有页面"
516
+
517
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:111
518
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:111
519
+ msgid "Tracking code"
520
+ msgstr "跟踪代码"
521
+
522
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:114
523
+ msgid "Enter the full JavaScript tracking code as shown on your 103bees account page."
524
+ msgstr "输入完整如103bees页面所示的JavaScript跟踪代码."
525
+
526
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:118
527
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:247
528
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:129
529
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:118
530
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:128
531
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:155
532
+ msgid "Who to track"
533
+ msgstr "跟踪者"
534
+
535
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:121
536
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:250
537
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:132
538
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:121
539
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:131
540
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:158
541
+ msgid "Everyone"
542
+ msgstr "所有人"
543
+
544
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/103bees.php:128
545
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:257
546
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:139
547
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:128
548
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:138
549
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:165
550
+ msgid "Users of the specified role or less will be tracked"
551
+ msgstr "追踪指定权限用户"
552
+
553
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:38
554
+ msgid "Google Analytics"
555
+ msgstr "Google Analytics"
556
+
557
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:43
558
+ msgid "Adds Google Analytic tracking code to all pages"
559
+ msgstr "增加Google Analytic跟踪代码到所有页面"
560
+
561
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:231
562
+ msgid "Account ID"
563
+ msgstr "帐户ID"
564
+
565
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:234
566
+ msgid "Enter the full Google JavaScript tracking code, or just the <code>_uacct</code> number."
567
+ msgstr "输入完整Google JavaScript跟踪代码, 或<code>_uacct</code>数目."
568
+
569
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:238
570
+ msgid "Version"
571
+ msgstr "版本"
572
+
573
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:241
574
+ msgid "Urchin (urchin.js)"
575
+ msgstr "Urchin (urchin.js)"
576
+
577
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:242
578
+ msgid "New Google Analytics (ga.js)"
579
+ msgstr "新Google Analytics (ga.js)"
580
+
581
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:261
582
+ msgid "Track outbound links"
583
+ msgstr "跟踪外部链接"
584
+
585
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:264
586
+ msgid "Enter the URL you want outbound links tracked to"
587
+ msgstr "输入你想跟踪的外部链接"
588
+
589
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:268
590
+ msgid "Virtual Pages"
591
+ msgstr "虚拟页面"
592
+
593
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:271
594
+ msgid "Change what appears in reports"
595
+ msgstr "更改报道内容"
596
+
597
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:275
598
+ msgid "Domain Name"
599
+ msgstr "域名"
600
+
601
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:278
602
+ msgid "Set to a root domain when tracking across sub-domains"
603
+ msgstr "设置主域名当跟踪到二级域名"
604
+
605
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:283
606
+ msgid "Raw Code"
607
+ msgstr "原始代码"
608
+
609
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/analytics.php:286
610
+ msgid "Enter any additional Google Analytics code"
611
+ msgstr "增加新增Google Analytics代码"
612
+
613
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:33
614
+ msgid "CrazyEgg"
615
+ msgstr "CrazyEgg"
616
+
617
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:38
618
+ msgid "Adds CrazyEgg tracking code to all pages"
619
+ msgstr "增加CrazyEgg跟踪代码到所有页面"
620
+
621
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:122
622
+ msgid "CrazyEgg ID"
623
+ msgstr "CrazyEgg ID"
624
+
625
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/crazyegg.php:125
626
+ msgid "Enter your full <a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg ID</a>"
627
+ msgstr "输入<a href=\"http://crazyegg.com/pages/instructions\">CrazyEgg帐号</a>"
628
+
629
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:34
630
+ msgid "First Time Visitor"
631
+ msgstr "初次访问者"
632
+
633
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:39
634
+ msgid "Display a message for first time visitors (based upon idea from Seth Godin)"
635
+ msgstr "显示信息给初次访问者(根据 Seth Godin)"
636
+
637
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:93
638
+ #, php-format
639
+ msgid "<p>As a new visitor you may want to subscribe to my <a href=\"%s/feed/\">RSS</a> feed.</p>"
640
+ msgstr "<p>新访问者订阅<a href=\"%s/feed/\">RSS</a> feed.</p>"
641
+
642
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:119
643
+ msgid "Message to display"
644
+ msgstr "显示信息"
645
+
646
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:125
647
+ msgid "Repeat"
648
+ msgstr "重复"
649
+
650
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:126
651
+ msgid "Enter 0 for always"
652
+ msgstr "输入0表示经常"
653
+
654
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:129
655
+ msgid "Display position"
656
+ msgstr "显示位置"
657
+
658
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:132
659
+ msgid "Before content"
660
+ msgstr "在内容前"
661
+
662
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:133
663
+ msgid "After content"
664
+ msgstr "在内容后"
665
+
666
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/first-time-visitor.php:138
667
+ msgid "Ignore Bots"
668
+ msgstr "忽略Bots"
669
+
670
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/frame-breaker.php:32
671
+ msgid "Frame Breaker"
672
+ msgstr "Frame Breaker"
673
+
674
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/frame-breaker.php:37
675
+ msgid "Stops your site being loaded in a frame"
676
+ msgstr "禁止网站被外部frame引用"
677
+
678
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/google-ad-wrap.php:28
679
+ msgid "Google Section Targeting"
680
+ msgstr "Google Section Targeting"
681
+
682
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/google-ad-wrap.php:33
683
+ msgid "Wraps all post and page content inside a Google targeted section"
684
+ msgstr "覆盖所有日志和页面内容到Google目标页"
685
+
686
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:31
687
+ msgid "HitTail"
688
+ msgstr "HitTail"
689
+
690
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:36
691
+ msgid "Adds HitTail tracking code to all pages"
692
+ msgstr "增加HitTail跟踪代码到所有页面"
693
+
694
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/hittail.php:114
695
+ msgid "Enter the full JavaScript tracking code as provided by HitTail."
696
+ msgstr "输入HitTail提供的完整JavaScript跟踪代码"
697
+
698
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:33
699
+ msgid "Mint"
700
+ msgstr "Mint"
701
+
702
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:38
703
+ msgid "Adds Mint tracking code to all pages"
704
+ msgstr "增加Mint跟踪代码到所有页面"
705
+
706
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:121
707
+ msgid "Mint path"
708
+ msgstr "Mint路径"
709
+
710
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/mint.php:124
711
+ msgid "Enter the relative URL to your Mint installation (i.e. <code>/mint/</code>)."
712
+ msgstr "输入相关URL秋Mint安装目录下(例如<code>/mint/</code>)."
713
+
714
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:33
715
+ msgid "Page Counts"
716
+ msgstr "页数"
717
+
718
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:38
719
+ msgid "Customise the number of posts shown on the archive and search pages, and decide whether to show full content or the excerpt"
720
+ msgstr "在归档和搜索页上自定义日志数和是否显示所有内容还是部分。"
721
+
722
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:116
723
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:128
724
+ msgid "posts, showing the"
725
+ msgstr "日志,展现"
726
+
727
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:118
728
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:130
729
+ msgid "default"
730
+ msgstr "缺省"
731
+
732
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:119
733
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:131
734
+ msgid "content"
735
+ msgstr "内容"
736
+
737
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:120
738
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:132
739
+ msgid "excerpt"
740
+ msgstr "摘录"
741
+
742
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:122
743
+ msgid "(set number of posts to 0 for theme default)"
744
+ msgstr "(设置日志数为0作为缺省主题)"
745
+
746
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:126
747
+ msgid "Searches"
748
+ msgstr "检索结果"
749
+
750
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/page_counts.php:134
751
+ msgid "set number of posts to 0 for theme default"
752
+ msgstr "设置日志数为0作为缺省主题"
753
+
754
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:35
755
+ msgid "RPC support for Ecto"
756
+ msgstr "RPC支持Ecto"
757
+
758
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:40
759
+ msgid "Adds additional functions to allow blogging tools such as Ecto to use tagging"
760
+ msgstr "允许博客工具例如Ecto使用标签来增加额外功能"
761
+
762
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:77
763
+ msgid "Tag separator"
764
+ msgstr "标签分隔符"
765
+
766
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/rpc.php:80
767
+ msgid "This must match the separator defined in Ecto 'Templates', 'Tags', 'Tag separator'"
768
+ msgstr "这里一定要匹配Ecto '模板', '标签', '标签分隔符'中的分隔符"
769
+
770
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:35
771
+ msgid "StatCounter"
772
+ msgstr "StatCounter"
773
+
774
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:40
775
+ msgid "Adds StatCounter tracking code to all pages"
776
+ msgstr "增加StatCounter跟踪代码到所有页面"
777
+
778
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:136
779
+ msgid "Project ID"
780
+ msgstr "工程ID"
781
+
782
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:142
783
+ msgid "Partition ID"
784
+ msgstr "区分ID"
785
+
786
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/statcounter.php:148
787
+ msgid "Security ID"
788
+ msgstr "安全ID"
789
+
790
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:30
791
+ msgid "Disable WordPress Widgets"
792
+ msgstr "禁用WordPress Widgets"
793
+
794
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:35
795
+ msgid "Allows you to enable or disable various WordPress Widgets"
796
+ msgstr "允许使用或禁用各种WordPress Widgets."
797
+
798
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:61
799
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:62
800
+ msgid "Pages"
801
+ msgstr "页"
802
+
803
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:67
804
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:68
805
+ msgid "Calendar"
806
+ msgstr "日历"
807
+
808
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:79
809
+ msgid "Links"
810
+ msgstr "链接"
811
+
812
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:84
813
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:85
814
+ msgid "Meta"
815
+ msgstr "Meta"
816
+
817
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:90
818
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:11
819
+ msgid "Search"
820
+ msgstr "搜索"
821
+
822
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:95
823
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:96
824
+ msgid "Recent Posts"
825
+ msgstr "最近日志"
826
+
827
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:101
828
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:102
829
+ msgid "Tag Cloud"
830
+ msgstr "标签页"
831
+
832
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:141
833
+ msgid "categories"
834
+ msgstr "目录"
835
+
836
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:142
837
+ msgid "text"
838
+ msgstr "文本"
839
+
840
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:143
841
+ msgid "rss"
842
+ msgstr "rss"
843
+
844
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:144
845
+ msgid "recent comments"
846
+ msgstr "最近评论"
847
+
848
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:145
849
+ msgid "pages"
850
+ msgstr "页"
851
+
852
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:146
853
+ msgid "search"
854
+ msgstr "搜索"
855
+
856
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:147
857
+ msgid "calendar"
858
+ msgstr "日历"
859
+
860
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:148
861
+ msgid "archives"
862
+ msgstr "归案"
863
+
864
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:149
865
+ msgid "links"
866
+ msgstr "链接"
867
+
868
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:150
869
+ msgid "meta"
870
+ msgstr "meta"
871
+
872
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:151
873
+ msgid "recent entries"
874
+ msgstr "最近记事"
875
+
876
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:152
877
+ msgid "tag cloud"
878
+ msgstr "标签页"
879
+
880
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/widgets.php:156
881
+ msgid "Enabled Widgets"
882
+ msgstr "激活Widgets"
883
+
884
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:32
885
+ msgid "WordPress content formatting"
886
+ msgstr "Wordpress内容格式化"
887
+
888
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:37
889
+ msgid "Allows you to enable or disable various WordPress auto-formatting (including wpautop)"
890
+ msgstr "使用或禁用各样Wordpress自动格式化(包括wpautop)"
891
+
892
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:91
893
+ msgid "Auto-formatting"
894
+ msgstr "自动格式化"
895
+
896
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:94
897
+ msgid "Use <code>wpautop</code> to format paragraphs"
898
+ msgstr "使用 <code>wpautop</code>来格式段落"
899
+
900
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:98
901
+ msgid "Auto-fancy quotes"
902
+ msgstr "自动引用符"
903
+
904
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:101
905
+ msgid "Use <code>wptexturize</code> to turn quotes into fancy quotes"
906
+ msgstr "使用 <code>wptexturize</code> 引用符号到fancy quotes"
907
+
908
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:105
909
+ msgid "Auto-link"
910
+ msgstr "自动链接"
911
+
912
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/modules/site/wp_formatting.php:108
913
+ msgid "Makes links clickable in comments"
914
+ msgstr "使评论中超链接可点击"
915
+
916
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit.php:17
917
+ msgid "advanced"
918
+ msgstr "高级"
919
+
920
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_ajax.php:5
921
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/module_edit.php:8
922
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/site_module_edit.php:16
923
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:16
924
+ msgid "Cancel"
925
+ msgstr "取消"
926
+
927
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_category.php:1
928
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/settings.php:2
929
+ msgid "HeadSpace Settings"
930
+ msgstr "HeadSpace设置"
931
+
932
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_category.php:5
933
+ msgid "Edit Category &raquo;"
934
+ msgstr "编辑目录 &raquo;"
935
+
936
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/edit_post.php:6
937
+ msgid "HeadSpace Meta data"
938
+ msgstr "HeadSpace Meta 数据"
939
+
940
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/head_admin.php:11
941
+ msgid "Are you sure you want to merge that tag?"
942
+ msgstr "确认要合并此标签?"
943
+
944
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:2
945
+ msgid "Special Tags"
946
+ msgstr "特殊标签"
947
+
948
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:5
949
+ msgid "Replaced with the date of the post/page"
950
+ msgstr "用日志/页面数据取代"
951
+
952
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:6
953
+ msgid "Replaced with the title of the post/page"
954
+ msgstr "用日志/页面标题取代"
955
+
956
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:7
957
+ msgid "Replaced with the post/page excerpt"
958
+ msgstr "用日志/页面excerpt取代"
959
+
960
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:8
961
+ msgid "Replaced with the post categories (comma seperated)"
962
+ msgstr "用日志的目录取代(用逗号分隔)"
963
+
964
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:9
965
+ msgid "Replaced with the category description"
966
+ msgstr "用目录描述取代"
967
+
968
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:10
969
+ msgid "Replaced with the post/page modified time"
970
+ msgstr "用日志/页面修改时间取代"
971
+
972
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:11
973
+ msgid "Replaced with the post/page ID"
974
+ msgstr "用日志/页面ID取代"
975
+
976
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:12
977
+ msgid "Replaced with the post/page author's 'nicename'"
978
+ msgstr "日志/页面作者呢称取代"
979
+
980
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:13
981
+ msgid "Replaced with the post/page author's userid"
982
+ msgstr "用日志/页面作者的userid取代"
983
+
984
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:14
985
+ msgid "Replaced with the current search phrase"
986
+ msgstr "用当前搜索词组取代"
987
+
988
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:15
989
+ msgid "Replaced with the current time"
990
+ msgstr "用当前时间取代"
991
+
992
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:16
993
+ msgid "Replaced with the current date"
994
+ msgstr "用当前日期取代"
995
+
996
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/help.php:17
997
+ msgid "Replaced with the current page number (i.e. page 2 of 4)"
998
+ msgstr "用当前页数取代(例如4页中的第2页)"
999
+
1000
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:2
1001
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:12
1002
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:5
1003
+ msgid "Import"
1004
+ msgstr "导入"
1005
+
1006
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:3
1007
+ 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."
1008
+ msgstr "此页允许从其它wordpress插件中导入meta-data. 不需要激活其它插件来导入."
1009
+
1010
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:13
1011
+ msgid "Import and remove original data"
1012
+ msgstr "导入并删除原始数据"
1013
+
1014
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:13
1015
+ msgid "(not available in UTW and Simple Tagging)"
1016
+ msgstr "(在UTW和Simple Tagging中无效)"
1017
+
1018
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/import.php:16
1019
+ 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."
1020
+ msgstr "在进行任何改变数据库动作之前,你必须 <strong>导入之前备份数据</strong>. 我们为此不负任何责任."
1021
+
1022
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/mass_edit.php:2
1023
+ msgid "Mass Edit Meta-data"
1024
+ msgstr "批量编辑Meta-data"
1025
+
1026
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/mass_edit.php:37
1027
+ msgid "Save all data"
1028
+ msgstr "保存所有数据"
1029
+
1030
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:2
1031
+ msgid "Page Modules"
1032
+ msgstr "页面模块"
1033
+
1034
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:3
1035
+ 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."
1036
+ msgstr "应用页面模块到独立页面。拖动并释放模块到适当的区域。模块将重新排列来改变编辑区域的位置。"
1037
+
1038
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:7
1039
+ msgid "Simple"
1040
+ msgstr "简易"
1041
+
1042
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:8
1043
+ msgid "Modules will always appear on edit screens"
1044
+ msgstr "模块总是出现在编辑区域"
1045
+
1046
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:13
1047
+ msgid "Advanced"
1048
+ msgstr "高级"
1049
+
1050
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:14
1051
+ msgid "Modules will be hidden behind a link"
1052
+ msgstr "模块在链接后隐藏"
1053
+
1054
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:19
1055
+ msgid "Disabled"
1056
+ msgstr "禁用"
1057
+
1058
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:20
1059
+ msgid "Modules are disabled and do not appear"
1060
+ msgstr "关闭模块,不再显示"
1061
+
1062
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:37
1063
+ msgid "Save module order"
1064
+ msgstr "保存模块顺序"
1065
+
1066
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:42
1067
+ msgid "Site Modules"
1068
+ msgstr "站点模块"
1069
+
1070
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/modules.php:43
1071
+ msgid "Site modules apply to your site as a whole. Only checked modules will run (when properly configured)."
1072
+ msgstr "应用网站模块整体到你的站点。只有选中的模块才能运行(需要配置适当)"
1073
+
1074
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:3
1075
+ msgid "General Options"
1076
+ msgstr "全局设置"
1077
+
1078
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:7
1079
+ msgid "Inherit settings"
1080
+ msgstr "继承设置"
1081
+
1082
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:8
1083
+ msgid "Inherit from global settings"
1084
+ msgstr "全局设置应用"
1085
+
1086
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:15
1087
+ msgid "Check for updates"
1088
+ msgstr "检查更新"
1089
+
1090
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:16
1091
+ msgid "Check for updates from within HeadSpace"
1092
+ msgstr "检查更新HeadSpace"
1093
+
1094
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:23
1095
+ msgid "Debug"
1096
+ msgstr "调试"
1097
+
1098
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:24
1099
+ msgid "Enable debug option"
1100
+ msgstr "允许调试选项"
1101
+
1102
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:33
1103
+ msgid "Update Options &raquo;"
1104
+ msgstr "更新选项 &raquo;"
1105
+
1106
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:39
1107
+ msgid "Remove HeadSpace"
1108
+ msgstr "删除HeadSpace"
1109
+
1110
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:41
1111
+ msgid "This option will remove HeadSpace and delete all settings, tags, and meta-data."
1112
+ msgstr "此项设置并删除HeadSpace和所有设置,标签,和meta-data."
1113
+
1114
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/options.php:44
1115
+ msgid "Delete HeadSpace"
1116
+ msgstr "删除HeadSpace"
1117
+
1118
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:14
1119
+ msgid "Per page"
1120
+ msgstr "每页"
1121
+
1122
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/pager.php:21
1123
+ msgid "go"
1124
+ msgstr "应用"
1125
+
1126
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/settings.php:15
1127
+ msgid "Settings can be applied to specific posts &amp; pages from the <strong>post edit page</strong>, and to specific categories from the <strong>edit category</strong> page."
1128
+ msgstr "通过<strong>日志编辑</strong>,应用设置到指定日志&amp;页面,和通过<strong>编辑目录</strong>到指定目录. "
1129
+
1130
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:2
1131
+ msgid "Page Settings"
1132
+ msgstr "页面设置"
1133
+
1134
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:3
1135
+ msgid "Modules"
1136
+ msgstr "模块"
1137
+
1138
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu.php:4
1139
+ msgid "Options"
1140
+ msgstr "选项"
1141
+
1142
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/submenu_meta.php:4
1143
+ msgid "Tags"
1144
+ msgstr "标签"
1145
+
1146
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:2
1147
+ msgid "Tag Management"
1148
+ msgstr "标签管理"
1149
+
1150
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:8
1151
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:4
1152
+ msgid "Tag"
1153
+ msgstr "标签"
1154
+
1155
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:9
1156
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags_edit.php:8
1157
+ msgid "Slug"
1158
+ msgstr "缩略名"
1159
+
1160
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:10
1161
+ msgid "Count"
1162
+ msgstr "数"
1163
+
1164
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:37
1165
+ msgid "Tags can be merged by clicking 'merge tags' and then dragging the tag you want to merge from and dropping over the tag you want to merge into."
1166
+ msgstr "点击\"合并标签\"来合并,拖动你要合并的标签并释放到新标签上面."
1167
+
1168
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/tags.php:40
1169
+ msgid "You have no tags!"
1170
+ msgstr "没有任何标签!"
1171
+
1172
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/version.php:2
1173
+ msgid "HeadSpace2 News"
1174
+ msgstr "HeadSpace2 新闻"
1175
+
1176
+ #: C:/xampp/htdocs2/wordpress-me221/wp-content/plugins/headspace2/view/admin/version.php:5
1177
+ #, php-format
1178
+ msgid "%s ago"
1179
+ msgstr "%s 前"
1180
+
models/headspace.php ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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
+ include (dirname (__FILE__).'/modules.php');
25
+ include (dirname (__FILE__).'/site.php');
26
+ include (dirname (__FILE__).'/inline_tags.php');
27
+
28
+ class HeadSpace2 extends HeadSpace_Plugin
29
+ {
30
+ var $modules = null;
31
+ var $site = null;
32
+ var $disabled = false;
33
+
34
+ function HeadSpace2() {
35
+ $this->register_plugin( 'headspace', dirname ( __FILE__ ) );
36
+
37
+ // Load active modules
38
+ $this->modules = new HSM_ModuleManager ($this->get_active_modules ());
39
+ $this->site = new HS_SiteManager ($this->get_site_modules ());
40
+
41
+ // Add our own filter
42
+ $this->add_action ('wp_head');
43
+ $this->add_action ('headspace_wp_head', 'wp_head'); // For custom themes
44
+ $this->add_action ('login_head', 'wp_head');
45
+
46
+ // 'plugins_loaded' seems to cause problem on non-english sites for 2.7
47
+ $this->add_action ('init', 'plugins_loaded');
48
+ }
49
+
50
+ function get_simple_modules() {
51
+ $options = $this->get_options ();
52
+ return $options['simple_modules'];
53
+ }
54
+
55
+ function get_advanced_modules() {
56
+ $options = $this->get_options ();
57
+ return $options['advanced_modules'];
58
+ }
59
+
60
+ function get_site_modules() {
61
+ $options = get_option ('headspace_options');
62
+ if ($options === false)
63
+ $options = array ();
64
+
65
+ if (!isset ($options['site_modules']))
66
+ $options['site_modules'] = array ();
67
+ return $options['site_modules'];
68
+ }
69
+
70
+ function get_active_modules() {
71
+ return array_merge ($this->get_simple_modules (), $this->get_advanced_modules ());
72
+ }
73
+
74
+ function get_options() {
75
+ $options = get_option ('headspace_options');
76
+ if ($options === false)
77
+ $options = array ();
78
+
79
+ if (!isset ($options['simple_modules']))
80
+ $options['simple_modules'] = array ('page_title.php' => 'hsm_pagetitle', 'description.php' => 'hsm_description', 'tags.php' => 'hsm_tags');
81
+
82
+ if (!isset ($options['advanced_modules']))
83
+ $options['advanced_modules'] = array ('javascript.php' => 'hsm_javascript', 'stylesheet.php' => 'hsm_stylesheet');
84
+
85
+ if (!isset ($options['inherit']))
86
+ $options['inherit'] = true;
87
+ return $options;
88
+ }
89
+
90
+ function get_types() {
91
+
92
+ // Standard types
93
+ $types = array(
94
+ 'global' => array (__ ('Global Settings', 'headspace'), __ ('applied to everything unless otherwise specified', 'headspace')),
95
+ 'home' => array (__ ('Home Page', 'headspace'), __ ('applied to the home page (or blog page)', 'headspace')),
96
+ 'front' => array (__ ('Front Page', 'headspace'), __('applied to front page (if you have set WordPress to use a static page)', 'headspace')),
97
+ 'taxonomy' => array (__ ('Taxonomy Archives', 'headspace'), __ ('applied when viewing a taxonomy archive', 'headspace')));
98
+
99
+ // get taxonomy types
100
+ $all_taxonomies = get_object_taxonomies('post');
101
+
102
+ foreach ($all_taxonomies as $taxonomy) {
103
+
104
+ if ($taxonomy == 'post_tag' || $taxonomy == 'category')
105
+ continue;
106
+
107
+ $tax_detail = get_taxonomy($taxonomy);
108
+ $types['taxonomy_'.$tax_detail->name] = array (__ ('Taxonomy Archives - '.$tax_detail->label, 'headspace'), __ ('applied when viewing a taxonomy archive for the '.$tax_detail->label.' taxonomy', 'headspace'));
109
+
110
+ }
111
+
112
+ $types = array_merge($types, array(
113
+ 'archive' => array (__ ('Archives', 'headspace'), __ ('applied when viewing the archives', 'headspace')),
114
+ 'category' => array (__ ('Categories', 'headspace'), __ ('applied to category pages without specific settings', 'headspace')),
115
+ 'post' => array (__ ('Posts', 'headspace'), __ ('applied to posts without specific settings', 'headspace')),
116
+ 'page' => array (__ ('Pages', 'headspace'), __ ('applied to pages without specific settings', 'headspace')),
117
+ 'author' => array (__ ('Author Pages', 'headspace'), __ ('applied to author pages', 'headspace')),
118
+ 'search' => array (__ ('Search Pages', 'headspace'), __ ('applied when viewing search results', 'headspace')),
119
+ '404' => array (__ ('404 Page', 'headspace'), __ ('applied when viewing a 404 error', 'headspace')),
120
+ 'tags' => array (__ ('Tag Pages', 'headspace'), __ ('applied when viewing tag pages', 'headspace')),
121
+ 'attachment' => array (__ ('Attachment Pages'), __ ('applied when viewing an attachment', 'headspace')),
122
+ 'login' => array (__ ('Login Pages', 'headspace'), __ ('applied when viewing login, logout, or registration pages', 'headspace')),
123
+ ));
124
+
125
+ return $types;
126
+
127
+ }
128
+
129
+ function extract_module_settings($data, $area) {
130
+ $data = stripslashes_deep ($data);
131
+
132
+ $modules = $this->modules->get_restricted ($this->get_simple_modules (), array (), $area);
133
+ $modules = array_merge ($modules, $this->modules->get_restricted ($this->get_advanced_modules (), array (), $area));
134
+
135
+ $save = array ();
136
+ if (count ($modules) > 0) {
137
+ foreach ($modules AS $pos => $module)
138
+ $save = array_merge ($save, $modules[$pos]->save ($data, $area));
139
+ }
140
+
141
+ return $save;
142
+ }
143
+
144
+ function get_current_settings($override = '') {
145
+ global $post;
146
+
147
+ if ($this->disabled == true)
148
+ return array (); // This is useful for when we call a filter to prevent infinite loops
149
+
150
+ $meta = array ();
151
+ if ($override)
152
+ $meta[] = $override;
153
+ else if (is_admin ())
154
+ $meta[] = $this->get_post_settings (isset( $_GET['post']) ? intval ($_GET['post']) : 0);
155
+ else
156
+ {
157
+ if (!is_admin ())
158
+ $meta[] = get_option ('headspace_global'); // We don't get this in admin mode as it will affect our settings
159
+
160
+ // Decide what kind of page we're on
161
+ // Note that on the home page we want headspace_home settings when outside the loop, but post settings inside
162
+ if (is_single () || is_page () || ((is_front_page() || is_home() || is_archive() || is_search()) && in_the_loop()) ) {
163
+ if (is_attachment ())
164
+ $meta[] = get_option ('headspace_attachment');
165
+
166
+ if (is_page ())
167
+ $meta[] = get_option ('headspace_page');
168
+ else
169
+ $meta[] = get_option ('headspace_post');
170
+
171
+ if (!empty ($post->ID))
172
+ $meta[] = $this->get_post_settings ($post->ID);
173
+ }
174
+ else if (is_404 ())
175
+ $meta[] = get_option ('headspace_404');
176
+ else if (is_category ()) {
177
+ $meta[] = get_option ('headspace_category');
178
+ $meta[] = get_option ('headspace_cat_'.intval (get_query_var ('cat')));
179
+ }
180
+ else if (is_author ())
181
+ $meta[] = get_option ('headspace_author');
182
+ else if (is_home ())
183
+ $meta[] = get_option ('headspace_home');
184
+ else if (is_front_page ())
185
+ $meta[] = get_option ('headspace_front');
186
+ else if (is_search ())
187
+ $meta[] = get_option ('headspace_search');
188
+ else if (is_tag ())
189
+ $meta[] = get_option ('headspace_tags');
190
+ else if (is_archive ()) {
191
+ if (is_tax()) {
192
+ $taxonomy = get_query_var('taxonomy');
193
+ $specific_taxonomy_settings = get_option ('headspace_taxonomy_'.$taxonomy);
194
+ $generic_taxonomy_settings = get_option ('headspace_taxonomy');
195
+
196
+ // Settings for a specific taxonomy override general ones
197
+ foreach( (array)$specific_taxonomy_settings as $key => $value) {
198
+ if (!empty($value))
199
+ $generic_taxonomy_settings[$key] = $value;
200
+ }
201
+
202
+ $meta[] = $generic_taxonomy_settings;
203
+ } else {
204
+ $meta[] = get_option ('headspace_archive');
205
+ }
206
+ } else if (strpos ($_SERVER['REQUEST_URI'], 'wp-login.php') !== false)
207
+ $meta[] = get_option ('headspace_login');
208
+ else if (is_feed ()) {
209
+ // Remove title from RSS
210
+ if (is_array ($meta) && isset ($meta[0]) && isset ($meta[0]['page_title']))
211
+ unset ($meta[0]['page_title']);
212
+ }
213
+ }
214
+
215
+ $meta = array_filter ($meta);
216
+
217
+ // Do we merge the settings?
218
+ $options = $this->get_options ();
219
+ if ($options['inherit'] !== true && count ($meta) > 1)
220
+ $meta = array ($meta[count ($meta) - 1]);
221
+
222
+ // Merge the settings together
223
+ $merged = array ();
224
+ foreach ($meta AS $item) {
225
+ if ( !empty( $item ) && is_array( $item ) ) {
226
+ foreach ($item AS $key => $value) {
227
+ if (!empty ($value))
228
+ $merged[$key] = $value;
229
+ }
230
+ }
231
+ }
232
+
233
+ $meta = $merged;
234
+ if (!$override && !is_admin ()) {
235
+ // Replace any inline tags
236
+ if (count ($meta) > 0) {
237
+ foreach ($meta AS $key => $value)
238
+ $meta[$key] = HS_InlineTags::replace ($value, $post);
239
+ }
240
+
241
+ $meta = array_filter ($meta);
242
+ }
243
+
244
+ $this->meta = $meta;
245
+ return $this->meta;
246
+ }
247
+
248
+ function get_post_settings($id) {
249
+ $meta = array ();
250
+ $custom = get_post_custom ($id);
251
+
252
+ if (count ($custom) > 0 && is_array ($custom)) {
253
+ foreach ($custom AS $key => $value) {
254
+ $var = substr ($key, 0, 10);
255
+ if ($var == '_headspace') {
256
+ $field = substr ($key, 11);
257
+ $meta[$field] = $value;
258
+ }
259
+ }
260
+
261
+ // Flatten any arrays with one element
262
+ foreach ($meta AS $field => $value) {
263
+ if (is_array ($value) && count ($value) == 1)
264
+ $meta[$field] = $value[0];
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 = has_meta ($postid);
276
+ $ids = array ();
277
+
278
+ // Save each variable
279
+ foreach ($settings AS $var => $values) {
280
+ $field = '_headspace_'.$var;
281
+
282
+ // Does this field already exist?
283
+ $ids = array ();
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 (!is_array ($values))
292
+ $values = array ($values);
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 $pos => $value) {
309
+ // Update or insert
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
+ }
319
+
320
+ function reload(&$obj) {
321
+ $headspace = HeadSpace2::get ();
322
+ $obj->load ($headspace->get_current_settings ());
323
+ }
324
+
325
+ function wp_head() {
326
+ $modules = array_merge ($this->site->get_active (), $this->modules->get_active ($this->get_current_settings ()));
327
+
328
+ if (count ($modules) > 0) {
329
+ foreach ($modules AS $module)
330
+ $module->head ();
331
+ }
332
+ }
333
+
334
+ function plugins_loaded() {
335
+ $modules = array_merge ($this->site->get_active (), $this->modules->get_active ($this->get_current_settings ()));
336
+
337
+ if (count ($modules) > 0) {
338
+ foreach ($modules AS $module)
339
+ $module->plugins_loaded ();
340
+ }
341
+ }
342
+
343
+ function debug($text) {
344
+ echo '<pre>';
345
+ echo '<h4>HeadSpace Debug</h4>';
346
+ echo $text;
347
+ echo '</pre>';
348
+ }
349
+
350
+ function &get () {
351
+ static $instance;
352
+
353
+ if (!isset ($instance)) {
354
+ $c = __CLASS__;
355
+ $instance = new $c;
356
+ }
357
+
358
+ return $instance;
359
+ }
360
+ }
361
+
362
+ // Cause the singleton to fire
363
+ HeadSpace2::get ();
models/importer.php ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 HS_Importer
25
+ {
26
+ function name() { }
27
+ function import() { return 0; }
28
+ function cleanup() { }
29
+ }
30
+
31
+
32
+ class HS_ImportManager
33
+ {
34
+ var $modules = array ();
35
+
36
+ function HS_ImportManager() {
37
+ // Load all available module files
38
+ $available = get_declared_classes ();
39
+ $files = glob (dirname (__FILE__).'/../modules/import/*.php');
40
+ if (!empty ($files)) {
41
+ foreach ($files AS $file)
42
+ include_once ($file);
43
+ }
44
+
45
+ $available = array_diff (get_declared_classes (), $available);
46
+
47
+ if (count ($available) > 0) {
48
+ foreach ($available AS $pos => $name) {
49
+ $name = strtolower ($name);
50
+ $this->modules[$name] = new $name;
51
+ }
52
+ }
53
+ }
54
+
55
+ function available() {
56
+ return $this->modules;
57
+ }
58
+
59
+ function get($id) {
60
+ if (isset ($this->modules[$id]))
61
+ return $this->modules[$id];
62
+ return false;
63
+ }
64
+ }
65
+ ?>
models/inline_tags.php ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 HS_InlineTags
25
+ {
26
+ function replace($value, $post) {
27
+ if ( is_array( $value ) || is_object( $value ) )
28
+ return $value;
29
+
30
+ global $wp_query, $wp_locale;
31
+
32
+ $replace_with = '';
33
+
34
+ // We can only replace inline post tags when given a post
35
+ if (is_object ($post)) {
36
+ $userData = get_userdata ($post->post_author);
37
+
38
+ $tags = '';
39
+ if (function_exists ('the_tags')) {
40
+ if (is_tag ())
41
+ $tags = single_tag_title (false, '');
42
+ else
43
+ {
44
+ $items = get_the_tags ($post->ID);
45
+ if ($items) {
46
+ foreach ($items AS $tag)
47
+ $tags[] = $tag->name;
48
+
49
+ $tags = implode (', ', $tags);
50
+ }
51
+ }
52
+ }
53
+
54
+ if (is_day ())
55
+ $date = get_the_time('F jS, Y');
56
+ else if (is_month ())
57
+ $date = get_the_time('F, Y');
58
+ else if (is_year ())
59
+ $date = get_the_time('Y');
60
+ else
61
+ $date = $post->post_date;
62
+
63
+ $replace_with = array
64
+ (
65
+ $date,
66
+ $post->post_title,
67
+ $post->post_modified,
68
+ $post->ID,
69
+ $userData->display_name,
70
+ $post->post_author,
71
+ $tags,
72
+ $_SERVER['REQUEST_URI']
73
+ );
74
+ }
75
+ else if (is_author ()) {
76
+ global $posts;
77
+ $userData = get_userdata ($posts[0]->post_author);
78
+ $replace_with = array ('', '', '', '', $userData->display_name, $posts[0]->post_author);
79
+ }
80
+ else if (is_archive ()) {
81
+ $m = get_query_var ('m');
82
+ $year = get_query_var ('year');
83
+ $monthnum = get_query_var('monthnum');
84
+ $day = get_query_var('day');
85
+ $date = '';
86
+
87
+ // If there's a month
88
+ if (!empty ($m)) {
89
+ $my_year = substr($m, 0, 4);
90
+ $my_month = $wp_locale->get_month(substr($m, 4, 2));
91
+ $my_day = intval(substr($m, 6, 2));
92
+ $date = "$my_year" . ($my_month ? "$sep $my_month" : "") . ($my_day ? "$sep $my_day" : "");
93
+ }
94
+
95
+ if (!empty ($year)) {
96
+ if ( !empty($monthnum) )
97
+ $date .= " $sep " . $wp_locale->get_month($monthnum);
98
+ if ( !empty($day) )
99
+ $date .= " $sep " . zeroise($day, 2);
100
+
101
+ $date .= ' '.$year;
102
+ }
103
+
104
+ $replace_with = array
105
+ (
106
+ $date,
107
+ '',
108
+ '',
109
+ '',
110
+ '',
111
+ '',
112
+ '',
113
+ $_SERVER['REQUEST_URI']
114
+ );
115
+ }
116
+ else if (function_exists ('is_tag') && is_tag ())
117
+ $replace_with = array ('', '', '', '', '', '', single_tag_title('', false));
118
+
119
+ $search_for = array
120
+ (
121
+ "%%date%%",
122
+ "%%title%%",
123
+ "%%modified%%",
124
+ "%%id%%",
125
+ "%%name%%",
126
+ "%%userid%%",
127
+ '%%tag%%',
128
+ '%%url%%'
129
+ );
130
+
131
+ // Replace post values
132
+ $value = str_replace ($search_for, $replace_with, $value);
133
+
134
+ // Replace static values
135
+ $value = str_replace ('%%searchphrase%%', isset ($wp_query->query_vars['s']) ? strip_tags ($wp_query->query_vars['s']) : '', $value);
136
+ $value = str_replace ('%%currentdate%%', date (get_option ('date_format')), $value);
137
+ $value = str_replace ('%%currenttime%%', date (get_option ('time_format')), $value);
138
+ $value = str_replace ('%%currentyear%%', date ('Y'), $value);
139
+
140
+ global $headspace2;
141
+ $headspace2->ugly_hack = true;
142
+ $value = str_replace ('%%sitename%%', get_bloginfo ('blogname'), $value);
143
+ $headspace2->ugly_hack = false;
144
+
145
+ if (is_object ($wp_locale))
146
+ $value = str_replace ('%%currentmonth%%', $wp_locale->get_month(date ('n')), $value);
147
+ else
148
+ $value = str_replace ('%%currentmonth%%', date ('F'), $value);
149
+
150
+ // These need extra work so we only do it if necessary
151
+ if (strpos ($value, '%%excerpt%%') !== false)
152
+ $value = str_replace ('%%excerpt%%', HS_InlineTags::get_excerpt ($post, true), $value);
153
+
154
+ if (strpos ($value, '%%excerpt_only%%') !== false)
155
+ $value = str_replace ('%%excerpt_only%%', HS_InlineTags::get_excerpt ($post, false), $value);
156
+
157
+ if (strpos ($value, '%%category%%') !== false)
158
+ $value = str_replace ('%%category%%', HS_InlineTags::get_category ($post), $value);
159
+
160
+ if (strpos ($value, '%%category_description%%') !== false)
161
+ $value = str_replace ('%%category_description%%', HS_InlineTags::get_category_description ($post), $value);
162
+
163
+ if (strpos ($value, '%%tag_description%%') !== false)
164
+ $value = str_replace ('%%tag_description%%', HS_InlineTags::get_tag_description ($post), $value);
165
+
166
+ if (strpos ($value, '%%term_description%%') !== false)
167
+ $value = str_replace ('%%term_description%%', HS_InlineTags::get_term_description (), $value);
168
+
169
+ if (strpos ($value, '%%term_title%%') !== false)
170
+ $value = str_replace ('%%term_title%%', HS_InlineTags::get_term_title (), $value);
171
+
172
+ if (strpos ($value, '%%page%%') !== false)
173
+ $value = str_replace ('%%page%%', HS_InlineTags::get_page ($post), $value);
174
+
175
+ if (strpos ($value, '%%pagenumber%%') !== false)
176
+ $value = str_replace ('%%pagenumber%%', HS_InlineTags::get_page ($post, 'number'), $value);
177
+
178
+ if (strpos ($value, '%%pagetotal%%') !== false)
179
+ $value = str_replace ('%%pagetotal%%', HS_InlineTags::get_page ($post, 'total'), $value);
180
+
181
+ if (strpos ($value, '%%caption%%') !== false)
182
+ $value = str_replace ('%%caption%%', $post->post_excerpt, $value);
183
+
184
+ return $value;
185
+ }
186
+
187
+ /**
188
+ * Return the current category description
189
+ *
190
+ * @return string
191
+ **/
192
+
193
+ function get_category_description($post) {
194
+ $desc = category_description ();
195
+ if (is_object ($desc))
196
+ return '';
197
+
198
+ return strip_tags ($desc);
199
+ }
200
+
201
+ /**
202
+ * Return the current category description
203
+ *
204
+ * @return string
205
+ **/
206
+
207
+ function get_tag_description($post) {
208
+ if (function_exists ('the_tags')) {
209
+ if (is_tag ()) {
210
+ $tag = intval( get_query_var('tag_id') );
211
+ return strip_tags( get_term_field('description', $tag, 'post_tag') );
212
+ } else {
213
+ $items = get_the_tags ($post->ID);
214
+ if ($items) {
215
+ $tags = '';
216
+ foreach ($items AS $tag)
217
+ $tags[] = get_term_field('description', $tag, 'post_tag');
218
+
219
+ return strip_tags( implode (', ', $tags) );
220
+ }
221
+ }
222
+ }
223
+ return '';
224
+ }
225
+
226
+ /**
227
+ * Return the current taxonomy term description
228
+ *
229
+ * @return string
230
+ **/
231
+
232
+ function get_term_description() {
233
+
234
+ $taxonomy = get_query_var('taxonomy');
235
+ $term = get_query_var('term');
236
+
237
+ if (function_exists ('get_term') && $taxonomy != '' && $term != '') {
238
+
239
+ $term = get_term_by('slug', $term, $taxonomy);
240
+
241
+ if ( is_wp_error($term) )
242
+ return '';
243
+
244
+ return($term->description);
245
+ }
246
+ return '';
247
+ }
248
+
249
+ /**
250
+ * Return the current taxonomy term title *
251
+ * @return string
252
+ **/
253
+
254
+ function get_term_title() {
255
+
256
+ $taxonomy = get_query_var('taxonomy');
257
+ $term = get_query_var('term');
258
+
259
+ if (function_exists ('get_term') && $taxonomy != '' && $term != '') {
260
+
261
+ $term = get_term_by('slug', $term, $taxonomy);
262
+
263
+ if ( is_wp_error($term) )
264
+ return '';
265
+
266
+ return($term->name);
267
+ }
268
+ return '';
269
+ }
270
+
271
+
272
+
273
+ /**
274
+ * Return the current categories
275
+ *
276
+ * @return string
277
+ **/
278
+
279
+ function get_category($post) {
280
+ // Get data from the post
281
+ if (is_single ()) {
282
+ $cats = get_the_category ($post->ID);
283
+ if (count ($cats) > 0) {
284
+ foreach ($cats AS $cat)
285
+ $category[] = $cat->cat_name;
286
+
287
+ $category = implode (', ', $category);
288
+ }
289
+
290
+ return $category;
291
+ }
292
+ else if (is_archive ())
293
+ return single_cat_title ('', false);
294
+ return '';
295
+ }
296
+
297
+
298
+ /**
299
+ * Return the current post excerpt
300
+ *
301
+ * @return string
302
+ **/
303
+
304
+ function get_excerpt($post, $auto = true) {
305
+ $excerpt = '';
306
+ if ($post->post_excerpt != '')
307
+ $excerpt = trim (str_replace ('[...]', '', $post->post_excerpt));
308
+ else if ($auto) {
309
+ $hs = HeadSpace2::get ();
310
+ $options = $hs->get_options ();
311
+ $excerpt = $post->post_content;
312
+
313
+ if (isset ($options['excerpt']) && $options['excerpt']) {
314
+ $hs->disabled = true;
315
+ $excerpt = apply_filters ('the_content', $post->post_content);
316
+ $hs->disabled = false;
317
+ }
318
+
319
+ $excerpt_length = apply_filters( 'excerpt_length', 1000 );
320
+ $excerpt = substr( strip_shortcodes( $excerpt ), 0, $excerpt_length );
321
+ }
322
+
323
+ $excerpt = strip_tags ($excerpt);
324
+ return $excerpt;
325
+ }
326
+
327
+
328
+ /**
329
+ * Return the page position
330
+ *
331
+ * @return string
332
+ **/
333
+
334
+ function get_page($post, $type = 'all') {
335
+ global $wp_query;
336
+
337
+ if ($wp_query->max_num_pages > 1) {
338
+ $paged = get_query_var ('paged');
339
+ $max = $wp_query->max_num_pages;
340
+
341
+ if ($paged == 0)
342
+ $paged = 1;
343
+
344
+ if ($paged == 1)
345
+ return '';
346
+
347
+ if ($type == 'all')
348
+ return sprintf ( __( 'page %d of %d', 'headspace' ), $paged, $max );
349
+ else if ($type == 'number')
350
+ return $paged;
351
+ else if ($type == 'total')
352
+ return $max;
353
+ }
354
+ }
355
+ }
356
+
357
+ ?>
models/mass_edit.php ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 HSM_Mass_Edit
25
+ {
26
+ function id() { return strtolower (get_class ($this)); }
27
+ function name() { return ''; }
28
+ function get(&$pager) { return array (); }
29
+ function get_pager() { }
30
+ }
31
+
32
+ class HSM_Mass_Editor
33
+ {
34
+ function available() {
35
+ // Load all available module files
36
+ $available = get_declared_classes ();
37
+ $files = glob (dirname (__FILE__).'/../modules/mass/*.php');
38
+ if (!empty ($files)) {
39
+ foreach ($files AS $file)
40
+ include_once ($file);
41
+ }
42
+
43
+ $types = array ();
44
+ $available = array_diff (get_declared_classes (), $available);
45
+
46
+ if (count ($available) > 0) {
47
+ $options = get_option ('headspace_options');
48
+
49
+ foreach ($available AS $name) {
50
+ $name = strtolower ($name);
51
+ $types[$name] = new $name;
52
+ }
53
+ }
54
+
55
+ return $types;
56
+ }
57
+ }
models/modules.php ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 HSM_Module
25
+ {
26
+ var $headspace = null;
27
+
28
+ function HSM_Module($options = array ()) {}
29
+ function id() { return strtolower (get_class ($this)); }
30
+ function run() { }
31
+ function config($options) { }
32
+ function load($meta = '') { }
33
+ function head() { }
34
+ function plugins_loaded() {}
35
+ function has_config() { return false; }
36
+
37
+ function can_quick_edit() { return false; }
38
+ function quick_view() { }
39
+
40
+ function edit($width, $area) {}
41
+ function save($data, $area) {}
42
+ function is_restricted($area) { return !current_user_can ('edit_posts'); }
43
+
44
+ function save_options($data) { return array (); }
45
+ function edit_options() {}
46
+ function init($args) {}
47
+
48
+ function update($data) {
49
+ $data = $this->save_options ($data);
50
+
51
+ if (!empty ($data)) {
52
+ $options = get_option ('headspace_options');
53
+
54
+ $options['modules'][$this->id ()] = $data;
55
+ update_option ('headspace_options', $options);
56
+ return true;
57
+ }
58
+
59
+ return false;
60
+ }
61
+ }
62
+
63
+ class HSM_ModuleManager
64
+ {
65
+ var $modules = array ();
66
+ var $active = array ();
67
+
68
+ function HSM_ModuleManager($active) {
69
+ $available = get_declared_classes ();
70
+
71
+ // Load all available module files if on the headspace modules pages
72
+ if ((is_admin() && isset($_GET['page']) && isset($_GET['sub']) && $_GET['page'] == 'headspace.php' && $_GET['sub'] == 'modules') || (defined ('DOING_AJAX') && isset($_POST['action']) && in_array ($_POST['action'], array ('hs_module_order')))) {
73
+ $files = glob (dirname (__FILE__).'/../modules/page/*.php');
74
+ if (!empty ($files)) {
75
+ foreach ($files AS $file)
76
+ include_once ($file);
77
+ }
78
+ }
79
+ else if (!empty ($active)) {
80
+ // Only load active modules
81
+ foreach ($active AS $file => $name) {
82
+ if (file_exists (dirname (__FILE__)."/../modules/page/$file"))
83
+ include_once (dirname (__FILE__)."/../modules/page/$file");
84
+ }
85
+ }
86
+
87
+ $available = array_diff (get_declared_classes (), $available);
88
+
89
+ if (count ($available) > 0) {
90
+ $options = get_option ('headspace_options');
91
+
92
+ foreach ($available AS $name) {
93
+ $name = strtolower ($name);
94
+ if (isset ($options['modules'][$name]))
95
+ $module = new $name ($options['modules'][$name]);
96
+ else
97
+ $module = new $name ();
98
+
99
+ $this->modules[$name] = $module;
100
+ }
101
+ }
102
+
103
+ // Run through active modules and start them
104
+ if (count ($active) > 0) {
105
+ foreach ($active AS $name) {
106
+ if (isset ($this->modules[$name])) {
107
+ $this->active[] = $this->modules[$name];
108
+ $this->active[count ($this->active) - 1]->run ();
109
+ }
110
+ }
111
+ }
112
+ }
113
+
114
+ function get_disabled($simple, $advanced) {
115
+ // Disabled modules are everything that isnt in simple or advanced
116
+ $disabled = $this->modules;
117
+
118
+ foreach ($simple AS $module)
119
+ unset ($disabled[$module->id ()]);
120
+
121
+ foreach ($advanced AS $module)
122
+ unset ($disabled[$module->id ()]);
123
+
124
+ return $disabled;
125
+ }
126
+
127
+ function get_restricted($name, $settings, $area) {
128
+ $modules = $this->get ($name, $settings);
129
+ if (count ($modules) > 0) {
130
+ foreach ($modules AS $pos => $module) {
131
+ if ($module->is_restricted ($area))
132
+ unset ($modules[$pos]);
133
+ }
134
+ }
135
+
136
+ return $modules;
137
+ }
138
+
139
+ function get($name, $settings = '') {
140
+ if (is_array ($name)) {
141
+ $options = get_option ('headspace_options');
142
+
143
+ $modules = array ();
144
+ if (count ($name) > 0) {
145
+ foreach ($name AS $modulename) {
146
+ if (isset ($this->modules[$modulename])) {
147
+ $module = $this->modules[$modulename];
148
+
149
+ if ($settings != '') {
150
+ $option = array();
151
+ if (isset ($options['modules'][$modulename]))
152
+ $option = $options['modules'][$modulename];
153
+
154
+ $module = new $modulename ($option);
155
+ $module->load ($settings);
156
+ }
157
+
158
+ $modules[] = $module;
159
+ }
160
+ }
161
+ }
162
+
163
+ return $modules;
164
+ }
165
+ else if (isset ($this->modules[$name]))
166
+ return $this->modules[$name];
167
+ return false;
168
+ }
169
+
170
+ function get_active($settings) {
171
+ if (count ($this->active) > 0) {
172
+ foreach ($this->active AS $pos => $module)
173
+ $this->active[$pos]->load ($settings);
174
+ }
175
+ return $this->active;
176
+ }
177
+ }
models/pager.php ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // ======================================================================================
4
+ // This library is free software; you can redistribute it and/or
5
+ // modify it under the terms of the GNU Lesser General Public
6
+ // License as published by the Free Software Foundation; either
7
+ // version 2.1 of the License, or (at your option) any later version.
8
+ //
9
+ // This library is distributed in the hope that it will be useful,
10
+ // but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ // Lesser General Public License for more details.
13
+ // ======================================================================================
14
+ // @author John Godley (http://urbangiraffe.com)
15
+ // @version 0.2.8
16
+ // @copyright Copyright &copy; 2007 John Godley, All Rights Reserved
17
+ // ======================================================================================
18
+ // 0.2.3 - Remember pager details in user data
19
+ // 0.2.4 - Add phpdoc comments
20
+ // 0.2.5 - Allow orderby to use tags to hide database columns
21
+ // 0.2.6 - Fix sortable columns with only 1 page
22
+ // 0.2.7 - Add a GROUP BY feature, make search work when position not 0
23
+ // 0.2.8 - WP 2.7 functions
24
+ // ======================================================================================
25
+
26
+
27
+ /**
28
+ * Provides pagination, column-based ordering, searching, and filtering
29
+ *
30
+ * The class does no database queries itself but instead relies on the user modifying their queries with data
31
+ * from the pager. For correct pagination you must set the total number of results
32
+ *
33
+ * For example,
34
+ *
35
+ * $pager->set_total ($wpdb->get_var ("SELECT COUNT(*) FROM wp_posts").$pager->to_conditions ());
36
+ * $rows = $wpdb->get_results ("SELECT * FROM wp_posts".$pager->to_limits ("post_type=page"));
37
+ *
38
+ * Searching is achieved by specifying the columns that can be searched:
39
+ *
40
+ * $rows = $wpdb->get_results ("SELECT * FROM wp_posts".$pager->to_limits ("post_type=page", array ('post_content', 'post_excerpt')));
41
+ *
42
+ * Additionally you can output column headings with correct URLs:
43
+ * <th><?php echo $pager->sortable ('post_username', 'Username') ?></th>
44
+ *
45
+ * @package default
46
+ **/
47
+
48
+ class HS_Pager
49
+ {
50
+ var $url = null;
51
+ var $current_page = 1;
52
+ var $per_page = 25;
53
+ var $total = 0;
54
+ var $order_by = null;
55
+ var $order_original = null;
56
+ var $order_direction = null;
57
+ var $order_tags = array ();
58
+ var $steps = array ();
59
+ var $search = null;
60
+ var $filters = array ();
61
+ var $id;
62
+
63
+
64
+ /**
65
+ * Construct a pager object using the $_GET data, the current URL, and default preferences
66
+ *
67
+ * @param array $data Array of values, typically from $_GET
68
+ * @param string $url The current URL
69
+ * @param string $orderby Default database column to order data by
70
+ * @param string $direction Default direction of ordering (DESC or ASC)
71
+ * @param string $id An ID for the pager to separate it from other pagers (typically the plugin name)
72
+ * @return void
73
+ **/
74
+ function HS_Pager($data, $url, $orderby = '', $direction = 'DESC', $id = 'default', $tags = '') {
75
+ // Remove all pager params from the url
76
+ $this->id = $id;
77
+ $this->url = $url;
78
+
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
+
96
+ if (isset ($data['orderby']))
97
+ $this->order_by = $data['orderby'];
98
+
99
+ if (!empty ($tags)) {
100
+ $this->order_tags = $tags;
101
+ if (isset ($this->order_tags[$this->order_by]))
102
+ $this->order_by = $this->order_tags[$this->order_by];
103
+ }
104
+
105
+ $this->order_direction = $direction;
106
+ $this->order_original = $orderby;
107
+ if (isset ($data['order']))
108
+ $this->order_direction = $data['order'];
109
+
110
+ $this->search = isset( $data['search'] ) ? $data['search'] : '';
111
+ $this->steps = array (10, 25, 50, 100, 250);
112
+ $this->url = str_replace ('&', '&amp;', $this->url);
113
+ $this->url = str_replace ('&&amp;', '&amp;', $this->url);
114
+
115
+ }
116
+
117
+
118
+ /**
119
+ * Set the total number of entries that match the conditions
120
+ *
121
+ * @param int $total Count
122
+ * @return void
123
+ **/
124
+
125
+ function set_total($total) {
126
+ $this->total = $total;
127
+
128
+ if ($this->current_page <= 0 || $this->current_page > $this->total_pages ())
129
+ $this->current_page = 1;
130
+ }
131
+
132
+
133
+ /**
134
+ * Return the current page offset
135
+ *
136
+ * @return int Current page offset
137
+ **/
138
+
139
+ function offset() {
140
+ return ($this->current_page - 1) * $this->per_page;
141
+ }
142
+
143
+
144
+ /**
145
+ * @todo explain
146
+ * @return void
147
+ **/
148
+ // XXX
149
+
150
+ function is_secondary_sort() {
151
+ return substr ($this->order_by, 0, 1) == '_' ? true : false;
152
+ }
153
+
154
+
155
+ /**
156
+ * Returns a set of conditions without any limits. This is suitable for a COUNT SQL
157
+ *
158
+ * @param string $conditions WHERE conditions
159
+ * @param array $searches Array of columns to search on
160
+ * @param array $filters Array of columns to filter on
161
+ * @return string SQL
162
+ **/
163
+
164
+ function to_conditions($conditions, $searches = '', $filters = '') {
165
+ $sql = '';
166
+ if ($conditions != '')
167
+ $sql .= ' WHERE '.$conditions;
168
+
169
+ // Add on search conditions
170
+ if (is_array ($searches) && $this->search != '') {
171
+ if ($sql == '')
172
+ $sql .= ' WHERE (';
173
+ else
174
+ $sql .= ' AND (';
175
+
176
+ $searchbits = array ();
177
+ foreach ($searches AS $search)
178
+ $searchbits[] = "$search LIKE \"%{$this->search}%\"";
179
+
180
+ $sql .= implode (' OR ', $searchbits);
181
+ $sql .= ')';
182
+ }
183
+
184
+ // Add filters
185
+ if (is_array ($filters) && !empty ($this->filters)) {
186
+ $searchbits = array ();
187
+ foreach ($filters AS $filter) {
188
+ if (isset ($this->filters[$filter])) {
189
+ if ($this->filters[$filter] != '')
190
+ $searchbits[] = sprintf ("%s = '%s'", $filter, $this->filters[$filter]);
191
+ }
192
+ }
193
+
194
+ if (count ($searchbits) > 0) {
195
+ if ($sql == '')
196
+ $sql .= ' WHERE (';
197
+ else
198
+ $sql .= ' AND (';
199
+
200
+ $sql .= implode (' AND ', $searchbits);
201
+ $sql .= ')';
202
+ }
203
+ }
204
+
205
+ return $sql;
206
+ }
207
+
208
+
209
+ /**
210
+ * Returns a set of conditions with limits.
211
+ *
212
+ * @param string $conditions WHERE conditions
213
+ * @param array $searches Array of columns to search on
214
+ * @param array $filters Array of columns to filter on
215
+ * @return string SQL
216
+ **/
217
+
218
+ function to_limits($conditions = '', $searches = '', $filters = '', $group_by = '') {
219
+ $sql = $this->to_conditions ($conditions, $searches, $filters);
220
+
221
+ if ($group_by)
222
+ $sql .= ' '.$group_by.' ';
223
+
224
+ if (strlen ($this->order_by) > 0) {
225
+ if (!$this->is_secondary_sort ())
226
+ $sql .= " ORDER BY ".$this->order_by.' '.$this->order_direction;
227
+ else
228
+ $sql .= " ORDER BY ".$this->order_original.' '.$this->order_direction;
229
+ }
230
+
231
+ if ($this->per_page > 0)
232
+ $sql .= ' LIMIT '.$this->offset ().','.$this->per_page;
233
+ return $sql;
234
+ }
235
+
236
+
237
+ /**
238
+ * Return the url with all the params added back
239
+ *
240
+ * @param int Page offset
241
+ * @param string $orderby Optional order
242
+ * @return string URL
243
+ **/
244
+
245
+ function url($offset, $orderby = '') {
246
+ // Position
247
+ if (strpos ($this->url, 'curpage=') !== false)
248
+ $url = preg_replace ('/curpage=\d*/', 'curpage='.$offset, $this->url);
249
+ else
250
+ $url = $this->url.'&amp;curpage='.$offset;
251
+
252
+ // Order
253
+ if ($orderby != '') {
254
+ if (strpos ($url, 'orderby=') !== false)
255
+ $url = preg_replace ('/orderby=\w*/', 'orderby='.$orderby, $url);
256
+ else
257
+ $url = $url.'&amp;orderby='.$orderby;
258
+
259
+ if (!empty ($this->order_tags) && isset ($this->order_tags[$orderby]))
260
+ $dir = $this->order_direction == 'ASC' ? 'DESC' : 'ASC';
261
+ else if ($this->order_by == $orderby)
262
+ $dir = $this->order_direction == 'ASC' ? 'DESC' : 'ASC';
263
+ else
264
+ $dir = $this->order_direction;
265
+
266
+ if (strpos ($url, 'order=') !== false)
267
+ $url = preg_replace ('/order=\w*/', 'order='.$dir, $url);
268
+ else
269
+ $url = $url.'&amp;order='.$dir;
270
+ }
271
+
272
+ return str_replace ('&go=go', '', $url);
273
+ }
274
+
275
+
276
+ /**
277
+ * Return current page
278
+ *
279
+ * @return int
280
+ **/
281
+
282
+ function current_page() { return $this->current_page; }
283
+
284
+
285
+ /**
286
+ * Return total number of pages
287
+ *
288
+ * @return int
289
+ **/
290
+
291
+ function total_pages() {
292
+ if ($this->per_page == 0)
293
+ return 1;
294
+ return ceil ($this->total / $this->per_page);
295
+ }
296
+
297
+
298
+ /**
299
+ * Determine if we have a next page
300
+ *
301
+ * @return boolean
302
+ **/
303
+
304
+ function have_next_page() {
305
+ if ($this->current_page < $this->total_pages ())
306
+ return true;
307
+ return false;
308
+ }
309
+
310
+
311
+ /**
312
+ * Determine if we have a previous page
313
+ *
314
+ * @return boolean
315
+ **/
316
+
317
+ function have_previous_page() {
318
+ if ($this->current_page > 1)
319
+ return true;
320
+ return false;
321
+ }
322
+
323
+
324
+ function sortable_class($column, $class = true) {
325
+ if ($column == $this->order_by) {
326
+ if ($class)
327
+ printf (' class="sorted"');
328
+ else
329
+ echo ' sorted';
330
+ }
331
+ }
332
+
333
+ /**
334
+ * Return a string suitable for a sortable column heading
335
+ *
336
+ * @param string $column Column to search upon
337
+ * @param string $text Text to display for the column
338
+ * @param boolean $image Whether to show a direction image
339
+ * @return string URL
340
+ **/
341
+
342
+ function sortable($column, $text, $image = true) {
343
+ $img = '';
344
+ $url = $this->url ($this->current_page, $column);
345
+
346
+ if (isset ($this->order_tags[$column]))
347
+ $column = $this->order_tags[$column];
348
+
349
+ if ($column == $this->order_by) {
350
+ if (defined ('WP_PLUGIN_URL'))
351
+ $dir = WP_PLUGIN_URL.'/'.basename (dirname (dirname (__FILE__)));
352
+ else
353
+ $dir = get_bloginfo ('wpurl').'/wp-content/plugins/'.basename (dirname (dirname (__FILE__)));
354
+
355
+ if (strpos ($url, 'ASC') !== false)
356
+ $img = '<img align="bottom" src="'.$dir.'/images/up.gif" alt="dir" width="16" height="7"/>';
357
+ else
358
+ $img = '<img align="bottom" src="'.$dir.'/images/down.gif" alt="dir" width="16" height="7"/>';
359
+
360
+ if ($image == false)
361
+ $img = '';
362
+ }
363
+
364
+ return '<a href="'.$url.'">'.$text.'</a>'.$img;
365
+ }
366
+
367
+
368
+ /**
369
+ * Returns an array of page numbers => link, given the current page (next and previous etc)
370
+ *
371
+ * @return array Array of page links
372
+ **/
373
+
374
+ function area_pages() {
375
+ // First page
376
+ $allow_dot = true;
377
+ $pages = array ();
378
+
379
+ if ($this->total_pages () > 1) {
380
+ $previous = __ ('Previous', 'redirection');
381
+ $next = __ ('Next', 'redirection');
382
+
383
+ if ($this->have_previous_page ())
384
+ $pages[] = '<a href="'.$this->url ($this->current_page - 1).'">'.$previous.'</a> |';
385
+ else
386
+ $pages[] = $previous.' |';
387
+
388
+ for ($pos = 1; $pos <= $this->total_pages (); $pos++) {
389
+ if ($pos == $this->current_page) {
390
+ $pages[] = '<span class="active">'.$pos.'</span>';
391
+ $allow_dot = true;
392
+ }
393
+ else if ($pos == 1 || abs ($this->current_page - $pos) <= 2 || $pos == $this->total_pages ())
394
+ $pages[] = '<a href="'.$this->url ($pos).'">'.$pos."</a>";
395
+ else if ($allow_dot) {
396
+ $allow_dot = false;
397
+ $pages[] = '&hellip;';
398
+ }
399
+ }
400
+
401
+ if ($this->have_next_page ())
402
+ $pages[] = '| <a href="'.$this->url ($this->current_page + 1).'">'.$next.'</a>';
403
+ else
404
+ $pages[] = '| '.$next;
405
+ }
406
+
407
+ return $pages;
408
+ }
409
+
410
+
411
+ /**
412
+ * @todo
413
+ * @return boolean
414
+ **/
415
+
416
+ function filtered($field, $value) {
417
+ if (isset ($this->filters[$field]) && $this->filters[$field] == $value)
418
+ return true;
419
+ return false;
420
+ }
421
+
422
+
423
+ /**
424
+ * Display a SELECT box suitable for a per-page
425
+ *
426
+ * @return void
427
+ **/
428
+
429
+ function per_page($plugin = '') {
430
+ ?>
431
+ <select name="perpage">
432
+ <?php foreach ($this->steps AS $step) : ?>
433
+ <option value="<?php echo $step ?>"<?php if ($this->per_page == $step) echo ' selected="selected"' ?>>
434
+ <?php printf (__ ('%d per-page', 'headspace'), $step) ?>
435
+ </option>
436
+ <?php endforeach; ?>
437
+ </select>
438
+ <?php
439
+ }
440
+
441
+ function page_links() {
442
+ $text = sprintf( '<span class="displaying-num">' . __( 'Displaying %s&#8211;%s of %s' ) . '</span>',
443
+ number_format_i18n (($this->current_page () - 1) * $this->per_page + 1),
444
+ number_format_i18n ($this->current_page () * $this->per_page > $this->total ? $this->total : $this->current_page () * $this->per_page),
445
+ number_format_i18n ($this->total));
446
+
447
+ $links = paginate_links (array ('base' => str_replace ('99', '%#%', $this->url (99)), 'format' => '%#%', 'current' => $this->current_page (), 'total' => $this->total_pages (), 'end_size' => 3, 'mid_size' => 2, 'prev_next' => true));
448
+ return $text.$links;
449
+ }
450
+ }
451
+
452
+ ?>
models/site.php ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 HS_SiteModule
25
+ {
26
+ var $active = false;
27
+
28
+ function HS_SiteModule() {}
29
+ function id() { return strtolower (get_class ($this)); }
30
+ function run() { }
31
+
32
+ function config($options) { }
33
+ function load($meta = '') { }
34
+ function has_config() { return false; }
35
+ function plugins_loaded() {}
36
+ function is_active() { return $this->active; }
37
+
38
+ function save_options($data) { return array (); }
39
+ function edit_options() {}
40
+
41
+ function head() {}
42
+
43
+
44
+ function update($data) {
45
+ $data = $this->save_options ($data);
46
+
47
+ if (!empty ($data)) {
48
+ $options = get_option ('headspace_options');
49
+
50
+ $options['site'][$this->id ()] = $data;
51
+ update_option ('headspace_options', $options);
52
+ return true;
53
+ }
54
+
55
+ return false;
56
+ }
57
+ }
58
+
59
+
60
+ class HS_SiteManager
61
+ {
62
+ var $modules = array ();
63
+ var $active = array ();
64
+
65
+ function HS_SiteManager($active) {
66
+ // Load all available module files
67
+ $available = get_declared_classes ();
68
+
69
+ if ((is_admin () && isset($_GET['sub']) && isset($_GET['page']) && $_GET['page'] == 'headspace.php' && $_GET['sub'] == 'site') || (defined ('DOING_AJAX') && isset( $_REQUEST['action'] ) && in_array ($_REQUEST['action'], array ('hs_site_edit', 'hs_site_save', 'hs_site_load')))) {
70
+ $files = glob (dirname (__FILE__).'/../modules/site/*.php');
71
+ if (!empty ($files)) {
72
+ foreach ($files AS $file)
73
+ include_once ($file);
74
+ }
75
+ }
76
+ else if (count ($active) > 0) {
77
+ foreach ($active AS $file => $name) {
78
+ if (file_exists (dirname (__FILE__)."/../modules/site/$file"))
79
+ include_once (dirname (__FILE__)."/../modules/site/$file");
80
+ }
81
+ }
82
+
83
+ $available = array_diff (get_declared_classes (), $available);
84
+
85
+ if (count ($available) > 0) {
86
+ $options = get_option ('headspace_options');
87
+ foreach ($available AS $pos => $name) {
88
+ $name = strtolower ($name);
89
+ $module = new $name;
90
+ if (isset ($options['site'][$name]))
91
+ $module->load ($options['site'][$name]);
92
+
93
+ if (in_array ($name, $active))
94
+ $module->active = true;
95
+
96
+ $this->modules[$name] = $module;
97
+ }
98
+
99
+ ksort ($this->modules);
100
+ }
101
+
102
+ // Run through active modules and start them
103
+ if (count ($active) > 0) {
104
+ foreach ($active AS $name) {
105
+ if (isset ($this->modules[$name])) {
106
+ $this->active[] = $this->modules[$name];
107
+ $this->active[count ($this->active) - 1]->run ();
108
+ }
109
+ }
110
+ }
111
+ }
112
+
113
+ function get($id) {
114
+ if (isset ($this->modules[$id]))
115
+ return $this->modules[$id];
116
+ return false;
117
+ }
118
+
119
+ function get_active() {
120
+ return $this->active;
121
+ }
122
+ }
models/term_pager.php ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class TermPager
4
+ {
5
+ var $order_by = 'tag';
6
+ var $url;
7
+ var $current_page = 0;
8
+ var $order_direction = 'ASC';
9
+
10
+ function TermPager($get, $url, $default_order, $default_direction) {
11
+ $this->url = $url;
12
+
13
+ $this->order_by = $default_order;
14
+ $this->order_direction = $default_direction;
15
+
16
+ if (isset ($get['orderby']))
17
+ $this->order_by = $get['orderby'];
18
+
19
+ if (isset ($get['order']))
20
+ $this->order_direction = $get['order'];
21
+ }
22
+
23
+ function get($taxonomy) {
24
+ return get_terms ($taxonomy, array ('get' => 'all', 'hide_empty' => false, 'orderby' => $this->order_by, 'order' => $this->order_direction, 'number' => '2,2'));
25
+ }
26
+
27
+ function sortable($text, $column) {
28
+ $url = $this->url ($this->current_page, $column);
29
+
30
+ if (isset ($this->order_tags[$column]))
31
+ $column = $this->order_tags[$column];
32
+
33
+ if ($column == $this->order_by) {
34
+ if (defined ('WP_PLUGIN_URL'))
35
+ $dir = WP_PLUGIN_URL.'/'.basename (dirname (dirname (__FILE__)));
36
+ else
37
+ $dir = get_bloginfo ('wpurl').'/wp-content/plugins/'.basename (dirname (dirname (__FILE__)));
38
+
39
+ if (strpos ($url, 'ASC') !== false)
40
+ $img = '<img align="bottom" src="'.$dir.'/images/up.gif" alt="dir" width="16" height="7"/>';
41
+ else
42
+ $img = '<img align="bottom" src="'.$dir.'/images/down.gif" alt="dir" width="16" height="7"/>';
43
+ }
44
+
45
+ return '<a href="'.$url.'">'.$text.'</a>'.$img;
46
+ }
47
+
48
+ function url($offset, $orderby = '') {
49
+ // Position
50
+ if (strpos ($this->url, 'curpage=') !== false)
51
+ $url = preg_replace ('/curpage=\d*/', 'curpage='.$offset, $this->url);
52
+ else
53
+ $url = $this->url.'&amp;curpage='.$offset;
54
+
55
+ // Order
56
+ if ($orderby != '') {
57
+ if (strpos ($url, 'orderby=') !== false)
58
+ $url = preg_replace ('/orderby=\w*/', 'orderby='.$orderby, $url);
59
+ else
60
+ $url = $url.'&amp;orderby='.$orderby;
61
+
62
+ if (!empty ($this->order_tags) && isset ($this->order_tags[$orderby]))
63
+ $dir = $this->order_direction == 'ASC' ? 'DESC' : 'ASC';
64
+ else if ($this->order_by == $orderby)
65
+ $dir = $this->order_direction == 'ASC' ? 'DESC' : 'ASC';
66
+ else
67
+ $dir = $this->order_direction;
68
+
69
+ if (strpos ($url, 'order=') !== false)
70
+ $url = preg_replace ('/order=\w*/', 'order='.$dir, $url);
71
+ else
72
+ $url = $url.'&amp;order='.$dir;
73
+ }
74
+
75
+ return str_replace ('&go=go', '', $url);
76
+ }
77
+ }
78
+ ?>
models/upgrade.php ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 HS_Upgrade
25
+ {
26
+ // Upgrade options
27
+ function upgrade($currentversion, $desiredversion) {
28
+ global $wpdb;
29
+
30
+ // From HeadSpace 2.X
31
+ if ($currentversion == false) {
32
+ // Convert very old post meta data
33
+ $wpdb->query ("UPDATE {$wpdb->postmeta} SET meta_key='_headspace_stylesheets' WHERE meta_key='head_style'");
34
+ $wpdb->query ("UPDATE {$wpdb->postmeta} SET meta_key='_headspace_scripts' WHERE meta_key='head_script'");
35
+ $wpdb->query ("UPDATE {$wpdb->postmeta} SET meta_key='_headspace_keywords' WHERE meta_key='head_keywords'");
36
+ $wpdb->query ("UPDATE {$wpdb->postmeta} SET meta_key='_headspace_description' WHERE meta_key='head_description'");
37
+ $wpdb->query ("UPDATE {$wpdb->postmeta} SET meta_key='_headspace_raw' WHERE meta_key='head_raw'");
38
+
39
+ delete_option ('headspace2');
40
+ }
41
+ else if ($currentversion == 1) {
42
+ // Convert 3.1 to 3.2
43
+ $options = get_option ('headspace_options');
44
+
45
+ $main = array
46
+ (
47
+ 'inherit' => $options['inherit'] == 'true' ? true : false,
48
+ 'updates' => $options['updates'] == 'true' ? true : false,
49
+ );
50
+
51
+ update_option ('headspace_options', $main);
52
+
53
+ // Copy all keywords into dictionary, along with hotwords
54
+ $hot = get_option ('headspace_keywords');
55
+
56
+ $rows = $wpdb->get_results ("SELECT meta_value FROM {$wpdb->postmeta} WHERE meta_key='_headspace_keywords'");
57
+ if ($rows) {
58
+ foreach ($rows AS $row)
59
+ $hot .= $row->meta_value.',';
60
+ }
61
+
62
+ update_option ('headspace_dictionary', HS_Upgrade::normalize_tags ($hot));
63
+ delete_option ('headspace_keywords');
64
+ }
65
+
66
+ if ($currentversion < 8) {
67
+ //
68
+ $available = get_declared_classes ();
69
+ $files = glob (dirname (__FILE__).'/../modules/page/*.php');
70
+ if (!empty ($files)) {
71
+ foreach ($files AS $file)
72
+ include_once ($file);
73
+ }
74
+
75
+ $available = array_diff (get_declared_classes (), $available);
76
+
77
+ $options = get_option ('headspace_options');
78
+ if (count ($options['advanced_modules']) > 0) {
79
+ foreach ($options['advanced_modules'] AS $name) {
80
+ $module = new $name;
81
+ $newadvanced[$module->file ()] = $name;
82
+ }
83
+
84
+ $options['advanced_modules'] = $newadvanced;
85
+ }
86
+
87
+ if (count ($options['simple_modules']) > 0) {
88
+ $newsimple = array ();
89
+ foreach ($options['simple_modules'] AS $name) {
90
+ $module = new $name;
91
+ $newsimple[$module->file ()] = $name;
92
+ }
93
+
94
+ $options['simple_modules'] = $newsimple;
95
+ }
96
+
97
+ if (count ($options['site_modules']) > 0) {
98
+ $newsimple = array ();
99
+ foreach ($options['site_modules'] AS $name) {
100
+ if (class_exists ($name)) {
101
+ $module = new $name;
102
+ $newsimple[$module->file ()] = $name;
103
+ }
104
+ }
105
+
106
+ $options['site_modules'] = $newsimple;
107
+ }
108
+
109
+ update_option ('headspace_options', $options);
110
+ }
111
+
112
+ if ($currentversion < 10) {
113
+ // Copy posts details to page details
114
+ update_option ('headspace_page', get_option ('headspace_post'));
115
+ }
116
+
117
+ update_option ('headspace_version', $desiredversion);
118
+ }
119
+
120
+ function normalize_tags($words, $order = true) {
121
+ $list = explode (',', trim (str_replace (',,', '', $words), ','));
122
+ if (count ($list) > 0) {
123
+ foreach ($list AS $pos => $item) {
124
+ $list[$pos] = trim ($item);
125
+
126
+ if (function_exists ('mb_strtolower'))
127
+ $list[$pos] = mb_strtolower ($list[$pos], get_option ('blog_charset'));
128
+ else
129
+ $list[$pos] = strtolower ($list[$pos]);
130
+ }
131
+
132
+ $list = array_unique ($list);
133
+ if ($order)
134
+ sort ($list);
135
+
136
+ return implode (',', $list);
137
+ }
138
+
139
+ return $words;
140
+ }
141
+
142
+ function remove($plugin) {
143
+ global $wpdb;
144
+
145
+ delete_option ('headspace_page_plugins');
146
+ delete_option ('headspace_page_themes');
147
+
148
+ $wpdb->query ("DELETE FROM {$wpdb->postmeta} WHERE meta_key LIKE '%_headspace_%'");
149
+ $wpdb->query ("DELETE FROM {$wpdb->options} WHERE option_name LIKE '%headspace_%'");
150
+
151
+ // Deactivate the plugin
152
+ $current = get_option('active_plugins');
153
+ array_splice ($current, array_search (basename (dirname ($plugin)).'/'.basename ($plugin), $current), 1 );
154
+ update_option('active_plugins', $current);
155
+ }
156
+ }
157
+
158
+ ?>
modules/import/all-in-one-seo.php ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 ImportAllInOne extends HS_Importer
25
+ {
26
+ function name ()
27
+ {
28
+ return __ ('All-in-one SEO', 'headspace');
29
+ }
30
+
31
+ function import ()
32
+ {
33
+ $count = 0;
34
+
35
+ global $wpdb;
36
+ $values = $wpdb->get_results ("SELECT * FROM {$wpdb->postmeta} WHERE meta_key='keywords'");
37
+ if ($values)
38
+ {
39
+ foreach ($values AS $meta)
40
+ MetaData::add_tags ($meta->post_id, stripslashes ($meta->meta_value));
41
+
42
+ $count += count ($values);
43
+ }
44
+
45
+ $values = $wpdb->get_results ("SELECT * FROM {$wpdb->postmeta} WHERE meta_key='title'");
46
+ if ($values)
47
+ {
48
+ foreach ($values AS $meta)
49
+ MetaData::add_page_title ($meta->post_id, stripslashes ($meta->meta_value));
50
+
51
+ $count += count ($values);
52
+ }
53
+
54
+ $values = $wpdb->get_results ("SELECT * FROM {$wpdb->postmeta} WHERE meta_key='description'");
55
+ if ($values)
56
+ {
57
+ foreach ($values AS $meta)
58
+ MetaData::add_description ($meta->post_id, stripslashes ($meta->meta_value));
59
+
60
+ $count += count ($values);
61
+ }
62
+
63
+ return $count;
64
+ }
65
+
66
+ function cleanup ()
67
+ {
68
+ global $wpdb;
69
+ $wpdb->query ("DELETE FROM {$wpdb->postmeta} WHERE meta_key='keywords'");
70
+ $wpdb->query ("DELETE FROM {$wpdb->postmeta} WHERE meta_key='title'");
71
+ $wpdb->query ("DELETE FROM {$wpdb->postmeta} WHERE meta_key='description'");
72
+ }
73
+ }
74
+
75
+ ?>
modules/import/head_meta_description.php ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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 ImportHeadMetaDesc extends HS_Importer
25
+ {
26
+ function name ()
27
+ {
28
+ return __ ('Head META Description', 'headspace');
29
+ }
30
+
31
+ function import ()
32
+ {
33
+ $count = 0;
34
+
35
+ global $wpdb;
36
+ $values = $wpdb->get_results ("SELECT * FROM {$wpdb->postmeta} WHERE meta_key='description'");
37
+ if ($values)
38
+ {
39
+ foreach ($values AS $value)
40
+ MetaData::add_description ($value->post_id, $value->meta_value);
41
+
42
+ $count += count ($values);
43
+ }
44
+
45
+ return $count;
46
+ }
47
+
48
+ function cleanup ()
49
+ {
50
+ global $wpdb;
51
+ $wpdb->query ("DELETE FROM {$wpdb->postmeta} WHERE meta_key='description'");
52
+ }
53
+ }
54
+
55
+ ?>
modules/import/headspace_tags.php ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * HeadSpace
5
+ *
6
+ * @package HeadSpace
7
+ * @author John Godley
8
+ * @copyright Copyright (C) John Godley
9
+ **/
10
+
11
+ /*
12
+ ============================================================================================================
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