Shortcodes Ultimate - Version 4.5.1

Version Description

  • Updated custom formatting filter
  • Updated Japanese translation
  • Added NL translation
  • Minor fixes
Download this release

Release Info

Developer gn_themes
Plugin Icon 128x128 Shortcodes Ultimate
Version 4.5.1
Comparing to
See all releases

Code changes from version 4.5.0 to 4.5.1

assets/js/chart.js ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var Chart=function(s){function v(a,c,b){a=A((a-c.graphMin)/(c.steps*c.stepValue),1,0);return b*c.steps*a}function x(a,c,b,e){function h(){g+=f;var k=a.animation?A(d(g),null,0):1;e.clearRect(0,0,q,u);a.scaleOverlay?(b(k),c()):(c(),b(k));if(1>=g)D(h);else if("function"==typeof a.onAnimationComplete)a.onAnimationComplete()}var f=a.animation?1/A(a.animationSteps,Number.MAX_VALUE,1):1,d=B[a.animationEasing],g=a.animation?0:1;"function"!==typeof c&&(c=function(){});D(h)}function C(a,c,b,e,h,f){var d;a=
2
+ Math.floor(Math.log(e-h)/Math.LN10);h=Math.floor(h/(1*Math.pow(10,a)))*Math.pow(10,a);e=Math.ceil(e/(1*Math.pow(10,a)))*Math.pow(10,a)-h;a=Math.pow(10,a);for(d=Math.round(e/a);d<b||d>c;)a=d<b?a/2:2*a,d=Math.round(e/a);c=[];z(f,c,d,h,a);return{steps:d,stepValue:a,graphMin:h,labels:c}}function z(a,c,b,e,h){if(a)for(var f=1;f<b+1;f++)c.push(E(a,{value:(e+h*f).toFixed(0!=h%1?h.toString().split(".")[1].length:0)}))}function A(a,c,b){return!isNaN(parseFloat(c))&&isFinite(c)&&a>c?c:!isNaN(parseFloat(b))&&
3
+ isFinite(b)&&a<b?b:a}function y(a,c){var b={},e;for(e in a)b[e]=a[e];for(e in c)b[e]=c[e];return b}function E(a,c){var b=!/\W/.test(a)?F[a]=F[a]||E(document.getElementById(a).innerHTML):new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+a.replace(/[\r\t\n]/g," ").split("<%").join("\t").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>/g,"',$1,'").split("\t").join("');").split("%>").join("p.push('").split("\r").join("\\'")+"');}return p.join('');");return c?
4
+ b(c):b}var r=this,B={linear:function(a){return a},easeInQuad:function(a){return a*a},easeOutQuad:function(a){return-1*a*(a-2)},easeInOutQuad:function(a){return 1>(a/=0.5)?0.5*a*a:-0.5*(--a*(a-2)-1)},easeInCubic:function(a){return a*a*a},easeOutCubic:function(a){return 1*((a=a/1-1)*a*a+1)},easeInOutCubic:function(a){return 1>(a/=0.5)?0.5*a*a*a:0.5*((a-=2)*a*a+2)},easeInQuart:function(a){return a*a*a*a},easeOutQuart:function(a){return-1*((a=a/1-1)*a*a*a-1)},easeInOutQuart:function(a){return 1>(a/=0.5)?
5
+ 0.5*a*a*a*a:-0.5*((a-=2)*a*a*a-2)},easeInQuint:function(a){return 1*(a/=1)*a*a*a*a},easeOutQuint:function(a){return 1*((a=a/1-1)*a*a*a*a+1)},easeInOutQuint:function(a){return 1>(a/=0.5)?0.5*a*a*a*a*a:0.5*((a-=2)*a*a*a*a+2)},easeInSine:function(a){return-1*Math.cos(a/1*(Math.PI/2))+1},easeOutSine:function(a){return 1*Math.sin(a/1*(Math.PI/2))},easeInOutSine:function(a){return-0.5*(Math.cos(Math.PI*a/1)-1)},easeInExpo:function(a){return 0==a?1:1*Math.pow(2,10*(a/1-1))},easeOutExpo:function(a){return 1==
6
+ a?1:1*(-Math.pow(2,-10*a/1)+1)},easeInOutExpo:function(a){return 0==a?0:1==a?1:1>(a/=0.5)?0.5*Math.pow(2,10*(a-1)):0.5*(-Math.pow(2,-10*--a)+2)},easeInCirc:function(a){return 1<=a?a:-1*(Math.sqrt(1-(a/=1)*a)-1)},easeOutCirc:function(a){return 1*Math.sqrt(1-(a=a/1-1)*a)},easeInOutCirc:function(a){return 1>(a/=0.5)?-0.5*(Math.sqrt(1-a*a)-1):0.5*(Math.sqrt(1-(a-=2)*a)+1)},easeInElastic:function(a){var c=1.70158,b=0,e=1;if(0==a)return 0;if(1==(a/=1))return 1;b||(b=0.3);e<Math.abs(1)?(e=1,c=b/4):c=b/(2*
7
+ Math.PI)*Math.asin(1/e);return-(e*Math.pow(2,10*(a-=1))*Math.sin((1*a-c)*2*Math.PI/b))},easeOutElastic:function(a){var c=1.70158,b=0,e=1;if(0==a)return 0;if(1==(a/=1))return 1;b||(b=0.3);e<Math.abs(1)?(e=1,c=b/4):c=b/(2*Math.PI)*Math.asin(1/e);return e*Math.pow(2,-10*a)*Math.sin((1*a-c)*2*Math.PI/b)+1},easeInOutElastic:function(a){var c=1.70158,b=0,e=1;if(0==a)return 0;if(2==(a/=0.5))return 1;b||(b=1*0.3*1.5);e<Math.abs(1)?(e=1,c=b/4):c=b/(2*Math.PI)*Math.asin(1/e);return 1>a?-0.5*e*Math.pow(2,10*
8
+ (a-=1))*Math.sin((1*a-c)*2*Math.PI/b):0.5*e*Math.pow(2,-10*(a-=1))*Math.sin((1*a-c)*2*Math.PI/b)+1},easeInBack:function(a){return 1*(a/=1)*a*(2.70158*a-1.70158)},easeOutBack:function(a){return 1*((a=a/1-1)*a*(2.70158*a+1.70158)+1)},easeInOutBack:function(a){var c=1.70158;return 1>(a/=0.5)?0.5*a*a*(((c*=1.525)+1)*a-c):0.5*((a-=2)*a*(((c*=1.525)+1)*a+c)+2)},easeInBounce:function(a){return 1-B.easeOutBounce(1-a)},easeOutBounce:function(a){return(a/=1)<1/2.75?1*7.5625*a*a:a<2/2.75?1*(7.5625*(a-=1.5/2.75)*
9
+ a+0.75):a<2.5/2.75?1*(7.5625*(a-=2.25/2.75)*a+0.9375):1*(7.5625*(a-=2.625/2.75)*a+0.984375)},easeInOutBounce:function(a){return 0.5>a?0.5*B.easeInBounce(2*a):0.5*B.easeOutBounce(2*a-1)+0.5}},q=s.canvas.width,u=s.canvas.height;window.devicePixelRatio&&(s.canvas.style.width=q+"px",s.canvas.style.height=u+"px",s.canvas.height=u*window.devicePixelRatio,s.canvas.width=q*window.devicePixelRatio,s.scale(window.devicePixelRatio,window.devicePixelRatio));this.PolarArea=function(a,c){r.PolarArea.defaults={scaleOverlay:!0,
10
+ scaleOverride:!1,scaleSteps:null,scaleStepWidth:null,scaleStartValue:null,scaleShowLine:!0,scaleLineColor:"rgba(0,0,0,.1)",scaleLineWidth:1,scaleShowLabels:!0,scaleLabel:"<%=value%>",scaleFontFamily:"'Arial'",scaleFontSize:12,scaleFontStyle:"normal",scaleFontColor:"#666",scaleShowLabelBackdrop:!0,scaleBackdropColor:"rgba(255,255,255,0.75)",scaleBackdropPaddingY:2,scaleBackdropPaddingX:2,segmentShowStroke:!0,segmentStrokeColor:"#fff",segmentStrokeWidth:2,animation:!0,animationSteps:100,animationEasing:"easeOutBounce",
11
+ animateRotate:!0,animateScale:!1,onAnimationComplete:null};var b=c?y(r.PolarArea.defaults,c):r.PolarArea.defaults;return new G(a,b,s)};this.Radar=function(a,c){r.Radar.defaults={scaleOverlay:!1,scaleOverride:!1,scaleSteps:null,scaleStepWidth:null,scaleStartValue:null,scaleShowLine:!0,scaleLineColor:"rgba(0,0,0,.1)",scaleLineWidth:1,scaleShowLabels:!1,scaleLabel:"<%=value%>",scaleFontFamily:"'Arial'",scaleFontSize:12,scaleFontStyle:"normal",scaleFontColor:"#666",scaleShowLabelBackdrop:!0,scaleBackdropColor:"rgba(255,255,255,0.75)",
12
+ scaleBackdropPaddingY:2,scaleBackdropPaddingX:2,angleShowLineOut:!0,angleLineColor:"rgba(0,0,0,.1)",angleLineWidth:1,pointLabelFontFamily:"'Arial'",pointLabelFontStyle:"normal",pointLabelFontSize:12,pointLabelFontColor:"#666",pointDot:!0,pointDotRadius:3,pointDotStrokeWidth:1,datasetStroke:!0,datasetStrokeWidth:2,datasetFill:!0,animation:!0,animationSteps:60,animationEasing:"easeOutQuart",onAnimationComplete:null};var b=c?y(r.Radar.defaults,c):r.Radar.defaults;return new H(a,b,s)};this.Pie=function(a,
13
+ c){r.Pie.defaults={segmentShowStroke:!0,segmentStrokeColor:"#fff",segmentStrokeWidth:2,animation:!0,animationSteps:100,animationEasing:"easeOutBounce",animateRotate:!0,animateScale:!1,onAnimationComplete:null};var b=c?y(r.Pie.defaults,c):r.Pie.defaults;return new I(a,b,s)};this.Doughnut=function(a,c){r.Doughnut.defaults={segmentShowStroke:!0,segmentStrokeColor:"#fff",segmentStrokeWidth:2,percentageInnerCutout:50,animation:!0,animationSteps:100,animationEasing:"easeOutBounce",animateRotate:!0,animateScale:!1,
14
+ onAnimationComplete:null};var b=c?y(r.Doughnut.defaults,c):r.Doughnut.defaults;return new J(a,b,s)};this.Line=function(a,c){r.Line.defaults={scaleOverlay:!1,scaleOverride:!1,scaleSteps:null,scaleStepWidth:null,scaleStartValue:null,scaleLineColor:"rgba(0,0,0,.1)",scaleLineWidth:1,scaleShowLabels:!0,scaleLabel:"<%=value%>",scaleFontFamily:"'Arial'",scaleFontSize:12,scaleFontStyle:"normal",scaleFontColor:"#666",scaleShowGridLines:!0,scaleGridLineColor:"rgba(0,0,0,.05)",scaleGridLineWidth:1,bezierCurve:!0,
15
+ pointDot:!0,pointDotRadius:4,pointDotStrokeWidth:2,datasetStroke:!0,datasetStrokeWidth:2,datasetFill:!0,animation:!0,animationSteps:60,animationEasing:"easeOutQuart",onAnimationComplete:null};var b=c?y(r.Line.defaults,c):r.Line.defaults;return new K(a,b,s)};this.Bar=function(a,c){r.Bar.defaults={scaleOverlay:!1,scaleOverride:!1,scaleSteps:null,scaleStepWidth:null,scaleStartValue:null,scaleLineColor:"rgba(0,0,0,.1)",scaleLineWidth:1,scaleShowLabels:!0,scaleLabel:"<%=value%>",scaleFontFamily:"'Arial'",
16
+ scaleFontSize:12,scaleFontStyle:"normal",scaleFontColor:"#666",scaleShowGridLines:!0,scaleGridLineColor:"rgba(0,0,0,.05)",scaleGridLineWidth:1,barShowStroke:!0,barStrokeWidth:2,barValueSpacing:5,barDatasetSpacing:1,animation:!0,animationSteps:60,animationEasing:"easeOutQuart",onAnimationComplete:null};var b=c?y(r.Bar.defaults,c):r.Bar.defaults;return new L(a,b,s)};var G=function(a,c,b){var e,h,f,d,g,k,j,l,m;g=Math.min.apply(Math,[q,u])/2;g-=Math.max.apply(Math,[0.5*c.scaleFontSize,0.5*c.scaleLineWidth]);
17
+ d=2*c.scaleFontSize;c.scaleShowLabelBackdrop&&(d+=2*c.scaleBackdropPaddingY,g-=1.5*c.scaleBackdropPaddingY);l=g;d=d?d:5;e=Number.MIN_VALUE;h=Number.MAX_VALUE;for(f=0;f<a.length;f++)a[f].value>e&&(e=a[f].value),a[f].value<h&&(h=a[f].value);f=Math.floor(l/(0.66*d));d=Math.floor(0.5*(l/d));m=c.scaleShowLabels?c.scaleLabel:null;c.scaleOverride?(j={steps:c.scaleSteps,stepValue:c.scaleStepWidth,graphMin:c.scaleStartValue,labels:[]},z(m,j.labels,j.steps,c.scaleStartValue,c.scaleStepWidth)):j=C(l,f,d,e,h,
18
+ m);k=g/j.steps;x(c,function(){for(var a=0;a<j.steps;a++)if(c.scaleShowLine&&(b.beginPath(),b.arc(q/2,u/2,k*(a+1),0,2*Math.PI,!0),b.strokeStyle=c.scaleLineColor,b.lineWidth=c.scaleLineWidth,b.stroke()),c.scaleShowLabels){b.textAlign="center";b.font=c.scaleFontStyle+" "+c.scaleFontSize+"px "+c.scaleFontFamily;var e=j.labels[a];if(c.scaleShowLabelBackdrop){var d=b.measureText(e).width;b.fillStyle=c.scaleBackdropColor;b.beginPath();b.rect(Math.round(q/2-d/2-c.scaleBackdropPaddingX),Math.round(u/2-k*(a+
19
+ 1)-0.5*c.scaleFontSize-c.scaleBackdropPaddingY),Math.round(d+2*c.scaleBackdropPaddingX),Math.round(c.scaleFontSize+2*c.scaleBackdropPaddingY));b.fill()}b.textBaseline="middle";b.fillStyle=c.scaleFontColor;b.fillText(e,q/2,u/2-k*(a+1))}},function(e){var d=-Math.PI/2,g=2*Math.PI/a.length,f=1,h=1;c.animation&&(c.animateScale&&(f=e),c.animateRotate&&(h=e));for(e=0;e<a.length;e++)b.beginPath(),b.arc(q/2,u/2,f*v(a[e].value,j,k),d,d+h*g,!1),b.lineTo(q/2,u/2),b.closePath(),b.fillStyle=a[e].color,b.fill(),
20
+ c.segmentShowStroke&&(b.strokeStyle=c.segmentStrokeColor,b.lineWidth=c.segmentStrokeWidth,b.stroke()),d+=h*g},b)},H=function(a,c,b){var e,h,f,d,g,k,j,l,m;a.labels||(a.labels=[]);g=Math.min.apply(Math,[q,u])/2;d=2*c.scaleFontSize;for(e=l=0;e<a.labels.length;e++)b.font=c.pointLabelFontStyle+" "+c.pointLabelFontSize+"px "+c.pointLabelFontFamily,h=b.measureText(a.labels[e]).width,h>l&&(l=h);g-=Math.max.apply(Math,[l,1.5*(c.pointLabelFontSize/2)]);g-=c.pointLabelFontSize;l=g=A(g,null,0);d=d?d:5;e=Number.MIN_VALUE;
21
+ h=Number.MAX_VALUE;for(f=0;f<a.datasets.length;f++)for(m=0;m<a.datasets[f].data.length;m++)a.datasets[f].data[m]>e&&(e=a.datasets[f].data[m]),a.datasets[f].data[m]<h&&(h=a.datasets[f].data[m]);f=Math.floor(l/(0.66*d));d=Math.floor(0.5*(l/d));m=c.scaleShowLabels?c.scaleLabel:null;c.scaleOverride?(j={steps:c.scaleSteps,stepValue:c.scaleStepWidth,graphMin:c.scaleStartValue,labels:[]},z(m,j.labels,j.steps,c.scaleStartValue,c.scaleStepWidth)):j=C(l,f,d,e,h,m);k=g/j.steps;x(c,function(){var e=2*Math.PI/
22
+ a.datasets[0].data.length;b.save();b.translate(q/2,u/2);if(c.angleShowLineOut){b.strokeStyle=c.angleLineColor;b.lineWidth=c.angleLineWidth;for(var d=0;d<a.datasets[0].data.length;d++)b.rotate(e),b.beginPath(),b.moveTo(0,0),b.lineTo(0,-g),b.stroke()}for(d=0;d<j.steps;d++){b.beginPath();if(c.scaleShowLine){b.strokeStyle=c.scaleLineColor;b.lineWidth=c.scaleLineWidth;b.moveTo(0,-k*(d+1));for(var f=0;f<a.datasets[0].data.length;f++)b.rotate(e),b.lineTo(0,-k*(d+1));b.closePath();b.stroke()}c.scaleShowLabels&&
23
+ (b.textAlign="center",b.font=c.scaleFontStyle+" "+c.scaleFontSize+"px "+c.scaleFontFamily,b.textBaseline="middle",c.scaleShowLabelBackdrop&&(f=b.measureText(j.labels[d]).width,b.fillStyle=c.scaleBackdropColor,b.beginPath(),b.rect(Math.round(-f/2-c.scaleBackdropPaddingX),Math.round(-k*(d+1)-0.5*c.scaleFontSize-c.scaleBackdropPaddingY),Math.round(f+2*c.scaleBackdropPaddingX),Math.round(c.scaleFontSize+2*c.scaleBackdropPaddingY)),b.fill()),b.fillStyle=c.scaleFontColor,b.fillText(j.labels[d],0,-k*(d+
24
+ 1)))}for(d=0;d<a.labels.length;d++){b.font=c.pointLabelFontStyle+" "+c.pointLabelFontSize+"px "+c.pointLabelFontFamily;b.fillStyle=c.pointLabelFontColor;var f=Math.sin(e*d)*(g+c.pointLabelFontSize),h=Math.cos(e*d)*(g+c.pointLabelFontSize);b.textAlign=e*d==Math.PI||0==e*d?"center":e*d>Math.PI?"right":"left";b.textBaseline="middle";b.fillText(a.labels[d],f,-h)}b.restore()},function(d){var e=2*Math.PI/a.datasets[0].data.length;b.save();b.translate(q/2,u/2);for(var g=0;g<a.datasets.length;g++){b.beginPath();
25
+ b.moveTo(0,d*-1*v(a.datasets[g].data[0],j,k));for(var f=1;f<a.datasets[g].data.length;f++)b.rotate(e),b.lineTo(0,d*-1*v(a.datasets[g].data[f],j,k));b.closePath();b.fillStyle=a.datasets[g].fillColor;b.strokeStyle=a.datasets[g].strokeColor;b.lineWidth=c.datasetStrokeWidth;b.fill();b.stroke();if(c.pointDot){b.fillStyle=a.datasets[g].pointColor;b.strokeStyle=a.datasets[g].pointStrokeColor;b.lineWidth=c.pointDotStrokeWidth;for(f=0;f<a.datasets[g].data.length;f++)b.rotate(e),b.beginPath(),b.arc(0,d*-1*
26
+ v(a.datasets[g].data[f],j,k),c.pointDotRadius,2*Math.PI,!1),b.fill(),b.stroke()}b.rotate(e)}b.restore()},b)},I=function(a,c,b){for(var e=0,h=Math.min.apply(Math,[u/2,q/2])-5,f=0;f<a.length;f++)e+=a[f].value;x(c,null,function(d){var g=-Math.PI/2,f=1,j=1;c.animation&&(c.animateScale&&(f=d),c.animateRotate&&(j=d));for(d=0;d<a.length;d++){var l=j*a[d].value/e*2*Math.PI;b.beginPath();b.arc(q/2,u/2,f*h,g,g+l);b.lineTo(q/2,u/2);b.closePath();b.fillStyle=a[d].color;b.fill();c.segmentShowStroke&&(b.lineWidth=
27
+ c.segmentStrokeWidth,b.strokeStyle=c.segmentStrokeColor,b.stroke());g+=l}},b)},J=function(a,c,b){for(var e=0,h=Math.min.apply(Math,[u/2,q/2])-5,f=h*(c.percentageInnerCutout/100),d=0;d<a.length;d++)e+=a[d].value;x(c,null,function(d){var k=-Math.PI/2,j=1,l=1;c.animation&&(c.animateScale&&(j=d),c.animateRotate&&(l=d));for(d=0;d<a.length;d++){var m=l*a[d].value/e*2*Math.PI;b.beginPath();b.arc(q/2,u/2,j*h,k,k+m,!1);b.arc(q/2,u/2,j*f,k+m,k,!0);b.closePath();b.fillStyle=a[d].color;b.fill();c.segmentShowStroke&&
28
+ (b.lineWidth=c.segmentStrokeWidth,b.strokeStyle=c.segmentStrokeColor,b.stroke());k+=m}},b)},K=function(a,c,b){var e,h,f,d,g,k,j,l,m,t,r,n,p,s=0;g=u;b.font=c.scaleFontStyle+" "+c.scaleFontSize+"px "+c.scaleFontFamily;t=1;for(d=0;d<a.labels.length;d++)e=b.measureText(a.labels[d]).width,t=e>t?e:t;q/a.labels.length<t?(s=45,q/a.labels.length<Math.cos(s)*t?(s=90,g-=t):g-=Math.sin(s)*t):g-=c.scaleFontSize;d=c.scaleFontSize;g=g-5-d;e=Number.MIN_VALUE;h=Number.MAX_VALUE;for(f=0;f<a.datasets.length;f++)for(l=
29
+ 0;l<a.datasets[f].data.length;l++)a.datasets[f].data[l]>e&&(e=a.datasets[f].data[l]),a.datasets[f].data[l]<h&&(h=a.datasets[f].data[l]);f=Math.floor(g/(0.66*d));d=Math.floor(0.5*(g/d));l=c.scaleShowLabels?c.scaleLabel:"";c.scaleOverride?(j={steps:c.scaleSteps,stepValue:c.scaleStepWidth,graphMin:c.scaleStartValue,labels:[]},z(l,j.labels,j.steps,c.scaleStartValue,c.scaleStepWidth)):j=C(g,f,d,e,h,l);k=Math.floor(g/j.steps);d=1;if(c.scaleShowLabels){b.font=c.scaleFontStyle+" "+c.scaleFontSize+"px "+c.scaleFontFamily;
30
+ for(e=0;e<j.labels.length;e++)h=b.measureText(j.labels[e]).width,d=h>d?h:d;d+=10}r=q-d-t;m=Math.floor(r/(a.labels.length-1));n=q-t/2-r;p=g+c.scaleFontSize/2;x(c,function(){b.lineWidth=c.scaleLineWidth;b.strokeStyle=c.scaleLineColor;b.beginPath();b.moveTo(q-t/2+5,p);b.lineTo(q-t/2-r-5,p);b.stroke();0<s?(b.save(),b.textAlign="right"):b.textAlign="center";b.fillStyle=c.scaleFontColor;for(var d=0;d<a.labels.length;d++)b.save(),0<s?(b.translate(n+d*m,p+c.scaleFontSize),b.rotate(-(s*(Math.PI/180))),b.fillText(a.labels[d],
31
+ 0,0),b.restore()):b.fillText(a.labels[d],n+d*m,p+c.scaleFontSize+3),b.beginPath(),b.moveTo(n+d*m,p+3),c.scaleShowGridLines&&0<d?(b.lineWidth=c.scaleGridLineWidth,b.strokeStyle=c.scaleGridLineColor,b.lineTo(n+d*m,5)):b.lineTo(n+d*m,p+3),b.stroke();b.lineWidth=c.scaleLineWidth;b.strokeStyle=c.scaleLineColor;b.beginPath();b.moveTo(n,p+5);b.lineTo(n,5);b.stroke();b.textAlign="right";b.textBaseline="middle";for(d=0;d<j.steps;d++)b.beginPath(),b.moveTo(n-3,p-(d+1)*k),c.scaleShowGridLines?(b.lineWidth=c.scaleGridLineWidth,
32
+ b.strokeStyle=c.scaleGridLineColor,b.lineTo(n+r+5,p-(d+1)*k)):b.lineTo(n-0.5,p-(d+1)*k),b.stroke(),c.scaleShowLabels&&b.fillText(j.labels[d],n-8,p-(d+1)*k)},function(d){function e(b,c){return p-d*v(a.datasets[b].data[c],j,k)}for(var f=0;f<a.datasets.length;f++){b.strokeStyle=a.datasets[f].strokeColor;b.lineWidth=c.datasetStrokeWidth;b.beginPath();b.moveTo(n,p-d*v(a.datasets[f].data[0],j,k));for(var g=1;g<a.datasets[f].data.length;g++)c.bezierCurve?b.bezierCurveTo(n+m*(g-0.5),e(f,g-1),n+m*(g-0.5),
33
+ e(f,g),n+m*g,e(f,g)):b.lineTo(n+m*g,e(f,g));b.stroke();c.datasetFill?(b.lineTo(n+m*(a.datasets[f].data.length-1),p),b.lineTo(n,p),b.closePath(),b.fillStyle=a.datasets[f].fillColor,b.fill()):b.closePath();if(c.pointDot){b.fillStyle=a.datasets[f].pointColor;b.strokeStyle=a.datasets[f].pointStrokeColor;b.lineWidth=c.pointDotStrokeWidth;for(g=0;g<a.datasets[f].data.length;g++)b.beginPath(),b.arc(n+m*g,p-d*v(a.datasets[f].data[g],j,k),c.pointDotRadius,0,2*Math.PI,!0),b.fill(),b.stroke()}}},b)},L=function(a,
34
+ c,b){var e,h,f,d,g,k,j,l,m,t,r,n,p,s,w=0;g=u;b.font=c.scaleFontStyle+" "+c.scaleFontSize+"px "+c.scaleFontFamily;t=1;for(d=0;d<a.labels.length;d++)e=b.measureText(a.labels[d]).width,t=e>t?e:t;q/a.labels.length<t?(w=45,q/a.labels.length<Math.cos(w)*t?(w=90,g-=t):g-=Math.sin(w)*t):g-=c.scaleFontSize;d=c.scaleFontSize;g=g-5-d;e=Number.MIN_VALUE;h=Number.MAX_VALUE;for(f=0;f<a.datasets.length;f++)for(l=0;l<a.datasets[f].data.length;l++)a.datasets[f].data[l]>e&&(e=a.datasets[f].data[l]),a.datasets[f].data[l]<
35
+ h&&(h=a.datasets[f].data[l]);f=Math.floor(g/(0.66*d));d=Math.floor(0.5*(g/d));l=c.scaleShowLabels?c.scaleLabel:"";c.scaleOverride?(j={steps:c.scaleSteps,stepValue:c.scaleStepWidth,graphMin:c.scaleStartValue,labels:[]},z(l,j.labels,j.steps,c.scaleStartValue,c.scaleStepWidth)):j=C(g,f,d,e,h,l);k=Math.floor(g/j.steps);d=1;if(c.scaleShowLabels){b.font=c.scaleFontStyle+" "+c.scaleFontSize+"px "+c.scaleFontFamily;for(e=0;e<j.labels.length;e++)h=b.measureText(j.labels[e]).width,d=h>d?h:d;d+=10}r=q-d-t;m=
36
+ Math.floor(r/a.labels.length);s=(m-2*c.scaleGridLineWidth-2*c.barValueSpacing-(c.barDatasetSpacing*a.datasets.length-1)-(c.barStrokeWidth/2*a.datasets.length-1))/a.datasets.length;n=q-t/2-r;p=g+c.scaleFontSize/2;x(c,function(){b.lineWidth=c.scaleLineWidth;b.strokeStyle=c.scaleLineColor;b.beginPath();b.moveTo(q-t/2+5,p);b.lineTo(q-t/2-r-5,p);b.stroke();0<w?(b.save(),b.textAlign="right"):b.textAlign="center";b.fillStyle=c.scaleFontColor;for(var d=0;d<a.labels.length;d++)b.save(),0<w?(b.translate(n+
37
+ d*m,p+c.scaleFontSize),b.rotate(-(w*(Math.PI/180))),b.fillText(a.labels[d],0,0),b.restore()):b.fillText(a.labels[d],n+d*m+m/2,p+c.scaleFontSize+3),b.beginPath(),b.moveTo(n+(d+1)*m,p+3),b.lineWidth=c.scaleGridLineWidth,b.strokeStyle=c.scaleGridLineColor,b.lineTo(n+(d+1)*m,5),b.stroke();b.lineWidth=c.scaleLineWidth;b.strokeStyle=c.scaleLineColor;b.beginPath();b.moveTo(n,p+5);b.lineTo(n,5);b.stroke();b.textAlign="right";b.textBaseline="middle";for(d=0;d<j.steps;d++)b.beginPath(),b.moveTo(n-3,p-(d+1)*
38
+ k),c.scaleShowGridLines?(b.lineWidth=c.scaleGridLineWidth,b.strokeStyle=c.scaleGridLineColor,b.lineTo(n+r+5,p-(d+1)*k)):b.lineTo(n-0.5,p-(d+1)*k),b.stroke(),c.scaleShowLabels&&b.fillText(j.labels[d],n-8,p-(d+1)*k)},function(d){b.lineWidth=c.barStrokeWidth;for(var e=0;e<a.datasets.length;e++){b.fillStyle=a.datasets[e].fillColor;b.strokeStyle=a.datasets[e].strokeColor;for(var f=0;f<a.datasets[e].data.length;f++){var g=n+c.barValueSpacing+m*f+s*e+c.barDatasetSpacing*e+c.barStrokeWidth*e;b.beginPath();
39
+ b.moveTo(g,p);b.lineTo(g,p-d*v(a.datasets[e].data[f],j,k)+c.barStrokeWidth/2);b.lineTo(g+s,p-d*v(a.datasets[e].data[f],j,k)+c.barStrokeWidth/2);b.lineTo(g+s,p);c.barShowStroke&&b.stroke();b.closePath();b.fill()}}},b)},D=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(a){window.setTimeout(a,1E3/60)},F={}};
assets/js/generator.js CHANGED
@@ -775,7 +775,7 @@ jQuery(document).ready(function ($) {
775
  else value = $this.val();
776
  // Check that value is not empty
777
  if (value == null) value = '';
778
- else if (value !== '') result += ' ' + $(this).attr('name') + '="' + $(this).val().replace(/"/gi, "'") + '"';
779
  });
780
  // End of opening tag
781
  result += ']';
775
  else value = $this.val();
776
  // Check that value is not empty
777
  if (value == null) value = '';
778
+ else if (value !== '') result += ' ' + $(this).attr('name') + '="' + $(this).val().toString().replace(/"/gi, "'") + '"';
779
  });
780
  // End of opening tag
781
  result += ']';
inc/core/assets.php CHANGED
@@ -40,6 +40,8 @@ class Su_Assets {
40
  * Register assets
41
  */
42
  public static function register() {
 
 
43
  // noUIslider
44
  wp_register_script( 'simpleslider', plugins_url( 'assets/js/simpleslider.js', SU_PLUGIN_FILE ), array( 'jquery' ), '1.0.0', true );
45
  wp_register_style( 'simpleslider', plugins_url( 'assets/css/simpleslider.css', SU_PLUGIN_FILE ), false, '1.0.0', 'all' );
40
  * Register assets
41
  */
42
  public static function register() {
43
+ // Chart.js
44
+ wp_register_script( 'chartjs', plugins_url( 'assets/js/chart.js', SU_PLUGIN_FILE ), false, '0.2', true );
45
  // noUIslider
46
  wp_register_script( 'simpleslider', plugins_url( 'assets/js/simpleslider.js', SU_PLUGIN_FILE ), array( 'jquery' ), '1.0.0', true );
47
  wp_register_style( 'simpleslider', plugins_url( 'assets/css/simpleslider.css', SU_PLUGIN_FILE ), false, '1.0.0', 'all' );
inc/core/tools.php CHANGED
@@ -141,6 +141,57 @@ function su_hex_shift( $supplied_hex, $shift_method, $percentage = 50 ) {
141
  return '#' . $shifted_hex_value;
142
  }
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  /**
145
  * Apply all custom formatting options of plugin
146
  */
@@ -149,18 +200,11 @@ function su_apply_formatting() {
149
  add_filter( 'widget_text', 'do_shortcode' );
150
  // Enable shortcodes in category descriptions
151
  add_filter( 'category_description', 'do_shortcode' );
152
- // Enable auto-formatting
153
  if ( get_option( 'su_option_custom-formatting' ) === 'on' ) {
154
- // Disable WordPress native content formatters
155
- remove_filter( 'the_content', 'wpautop' );
156
- remove_filter( 'the_content', 'wptexturize' );
157
  // Apply custom formatter function
158
- add_filter( 'the_content', 'su_custom_formatter', 99 );
159
- add_filter( 'widget_text', 'su_custom_formatter', 99 );
160
- add_filter( 'category_description', 'su_custom_formatter', 99 );
161
  }
162
- // Fix for large posts, http://core.trac.wordpress.org/ticket/8553
163
- @ini_set( 'pcre.backtrack_limit', 500000 );
164
  }
165
 
166
  add_action( 'init', 'su_apply_formatting' );
@@ -172,24 +216,15 @@ add_action( 'init', 'su_apply_formatting' );
172
  *
173
  * @return string Formatted content with clean shortcodes content
174
  */
175
- function su_custom_formatter( $content ) {
176
- // Prepare variables
177
- $new_content = '';
178
- // Matches the contents and the open and closing tags
179
- $pattern_full = '{(\[raw\].*?\[/raw\])}is';
180
- // Matches just the contents
181
- $pattern_contents = '{\[raw\](.*?)\[/raw\]}is';
182
- // Divide content into pieces
183
- $pieces = preg_split( $pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE );
184
- // Loop over pieces
185
- foreach ( $pieces as $piece ) {
186
- // Look for presence of the shortcode, Append to content (no formatting)
187
- if ( preg_match( $pattern_contents, $piece, $matches ) ) $new_content .= $matches[1];
188
- // Format and append to content
189
- else $new_content .= wptexturize( wpautop( $piece ) );
190
- }
191
- // Return formatted content
192
- return $new_content;
193
  }
194
 
195
  /**
@@ -553,6 +588,7 @@ class Su_Tools {
553
  add_action( 'wp_ajax_su_example_preview', array( __CLASS__, 'example' ) );
554
  add_action( 'su/update', array( __CLASS__, 'reset_examples' ) );
555
  add_action( 'su/activation', array( __CLASS__, 'reset_examples' ) );
 
556
  }
557
 
558
  public static function select( $args ) {
@@ -770,7 +806,7 @@ class Su_Tools {
770
  }
771
 
772
  public static function reset_examples() {
773
- foreach( (array) Su_Data::examples() as $example ) foreach( (array) $example['items'] as $item ) delete_transient( 'su/examples/render/' . $item['id'] );
774
  }
775
 
776
  public static function do_attr( $value ) {
141
  return '#' . $shifted_hex_value;
142
  }
143
 
144
+ /**
145
+ * Apply all custom formatting options of plugin
146
+ */
147
+ // function su_apply_formatting() {
148
+ // // Enable shortcodes in text widgets
149
+ // add_filter( 'widget_text', 'do_shortcode' );
150
+ // // Enable shortcodes in category descriptions
151
+ // add_filter( 'category_description', 'do_shortcode' );
152
+ // // Enable auto-formatting
153
+ // if ( get_option( 'su_option_custom-formatting' ) === 'on' ) {
154
+ // // Disable WordPress native content formatters
155
+ // remove_filter( 'the_content', 'wpautop' );
156
+ // remove_filter( 'the_content', 'wptexturize' );
157
+ // // Apply custom formatter function
158
+ // add_filter( 'the_content', 'su_custom_formatter', 99 );
159
+ // add_filter( 'widget_text', 'su_custom_formatter', 99 );
160
+ // add_filter( 'category_description', 'su_custom_formatter', 99 );
161
+ // }
162
+ // // Fix for large posts, http://core.trac.wordpress.org/ticket/8553
163
+ // @ini_set( 'pcre.backtrack_limit', 500000 );
164
+ // }
165
+
166
+ // add_action( 'init', 'su_apply_formatting' );
167
+
168
+ /**
169
+ * Custom formatter function
170
+ *
171
+ * @param string $content
172
+ *
173
+ * @return string Formatted content with clean shortcodes content
174
+ */
175
+ // function su_custom_formatter( $content ) {
176
+ // // Prepare variables
177
+ // $new_content = '';
178
+ // // Matches the contents and the open and closing tags
179
+ // $pattern_full = '{(\[raw\].*?\[/raw\])}is';
180
+ // // Matches just the contents
181
+ // $pattern_contents = '{\[raw\](.*?)\[/raw\]}is';
182
+ // // Divide content into pieces
183
+ // $pieces = preg_split( $pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE );
184
+ // // Loop over pieces
185
+ // foreach ( $pieces as $piece ) {
186
+ // // Look for presence of the shortcode, Append to content (no formatting)
187
+ // if ( preg_match( $pattern_contents, $piece, $matches ) ) $new_content .= $matches[1];
188
+ // // Format and append to content
189
+ // else $new_content .= wptexturize( wpautop( $piece ) );
190
+ // }
191
+ // // Return formatted content
192
+ // return $new_content;
193
+ // }
194
+
195
  /**
196
  * Apply all custom formatting options of plugin
197
  */
200
  add_filter( 'widget_text', 'do_shortcode' );
201
  // Enable shortcodes in category descriptions
202
  add_filter( 'category_description', 'do_shortcode' );
203
+ // Enable custom formatting
204
  if ( get_option( 'su_option_custom-formatting' ) === 'on' ) {
 
 
 
205
  // Apply custom formatter function
206
+ add_filter( 'the_content', 'su_clean_shortcodes' );
 
 
207
  }
 
 
208
  }
209
 
210
  add_action( 'init', 'su_apply_formatting' );
216
  *
217
  * @return string Formatted content with clean shortcodes content
218
  */
219
+ function su_clean_shortcodes( $content ) {
220
+ $p = su_cmpt();
221
+ $array = array (
222
+ '<p>[' => '[',
223
+ ']</p>' => ']',
224
+ ']<br />' => ']'
225
+ );
226
+ $content = strtr( $content, $array );
227
+ return $content;
 
 
 
 
 
 
 
 
 
228
  }
229
 
230
  /**
588
  add_action( 'wp_ajax_su_example_preview', array( __CLASS__, 'example' ) );
589
  add_action( 'su/update', array( __CLASS__, 'reset_examples' ) );
590
  add_action( 'su/activation', array( __CLASS__, 'reset_examples' ) );
591
+ add_action( 'sunrise/page/before', array( __CLASS__, 'reset_examples' ) );
592
  }
593
 
594
  public static function select( $args ) {
806
  }
807
 
808
  public static function reset_examples() {
809
+ foreach ( (array) Su_Data::examples() as $example ) foreach ( (array) $example['items'] as $item ) delete_transient( 'su/examples/render/' . $item['id'] );
810
  }
811
 
812
  public static function do_attr( $value ) {
languages/su-ja.mo CHANGED
Binary file
languages/su-ja.po CHANGED
@@ -1,2367 +1,2039 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Shortcodes Ultimate\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-01 17:50+0300\n"
6
- "PO-Revision-Date: 2013-10-02 13:27+0900\n"
7
- "Last-Translator: \n"
8
- "Language-Team: stranger-jp <wordpress.stranger.jp@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-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
- "Language: ja\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: inc/example-addon.php:29
20
- msgid "Heading 2"
21
- msgstr "見出し2"
22
-
23
- #: inc/example-addon.php:43 inc/core/class.data.php:158
24
- #: inc/core/class.data.php:276 inc/core/class.data.php:356
25
- #: inc/core/class.data.php:517 inc/core/class.data.php:654
26
- #: inc/core/class.data.php:813
27
- msgid "Default"
28
- msgstr "デフォルト"
29
-
30
- #: inc/example-addon.php:44
31
- msgid "Small"
32
- msgstr "スモール"
33
-
34
- #: inc/example-addon.php:49 inc/core/class.data.php:163
35
- #: inc/core/class.data.php:362 inc/core/class.data.php:481
36
- #: inc/core/class.data.php:527 inc/core/class.data.php:661
37
- #: inc/core/class.data.php:783
38
- msgid "Style"
39
- msgstr "スタイル"
40
-
41
- #: inc/example-addon.php:51
42
- msgid "Heading 2 style"
43
- msgstr "見出し2スタイル"
44
-
45
- #: inc/example-addon.php:57
46
- msgid "Heading 2 text"
47
- msgstr "見出し2テキスト"
48
-
49
- #: inc/example-addon.php:59
50
- msgid "Styled heading 2"
51
- msgstr "見出し2のスタイルを設定"
52
-
53
- #: inc/core/class.assets.php:76
54
- msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
55
- msgstr "このショートコードは、ライブプレビューでは動作しません。サイト上のエディタに挿入してください。"
56
-
57
- #: inc/core/class.data.php:34
58
- msgid "All"
59
- msgstr "すべて"
60
-
61
- #: inc/core/class.data.php:35 inc/core/class.generator.php:233
62
- msgid "Content"
63
- msgstr "コンテンツ"
64
-
65
- #: inc/core/class.data.php:36 inc/core/class.data.php:642
66
- msgid "Box"
67
- msgstr "ボックス"
68
-
69
- #: inc/core/class.data.php:37
70
- msgid "Media"
71
- msgstr "メディア"
72
-
73
- #: inc/core/class.data.php:38 inc/core/class.data.php:1413
74
- #: inc/core/class.data.php:1503 inc/core/class.data.php:1603
75
- #: inc/core/class.data.php:1609
76
- msgid "Gallery"
77
- msgstr "ギャラリー"
78
-
79
- #: inc/core/class.data.php:39
80
- msgid "Other"
81
- msgstr "その他"
82
-
83
- #: inc/core/class.data.php:50
84
- msgid "Heading"
85
- msgstr "見出し"
86
-
87
- #: inc/core/class.data.php:60 inc/core/class.data.php:367
88
- #: inc/core/class.data.php:444 inc/core/class.data.php:545
89
- msgid "Size"
90
- msgstr "サイズ"
91
-
92
- #: inc/core/class.data.php:60
93
- msgid "Select heading size"
94
- msgstr "見出しサイズを選択"
95
-
96
- #: inc/core/class.data.php:65 inc/core/class.data.php:332
97
- #: inc/core/class.data.php:587 inc/core/class.data.php:791
98
- msgid "Left"
99
- msgstr "左"
100
-
101
- #: inc/core/class.data.php:66 inc/core/class.data.php:1446
102
- #: inc/core/class.data.php:1552
103
- msgid "Center"
104
- msgstr "中央"
105
-
106
- #: inc/core/class.data.php:67 inc/core/class.data.php:333
107
- #: inc/core/class.data.php:585 inc/core/class.data.php:792
108
- msgid "Right"
109
- msgstr ""
110
-
111
- #: inc/core/class.data.php:70 inc/core/class.data.php:336
112
- #: inc/core/class.data.php:392
113
- msgid "Align"
114
- msgstr "整列"
115
-
116
- #: inc/core/class.data.php:70
117
- msgid "Heading text alignment"
118
- msgstr "見出しテキストの位置"
119
-
120
- #: inc/core/class.data.php:74 inc/core/class.data.php:104
121
- #: inc/core/class.data.php:131 inc/core/class.data.php:168
122
- #: inc/core/class.data.php:182 inc/core/class.data.php:209
123
- #: inc/core/class.data.php:232 inc/core/class.data.php:260
124
- #: inc/core/class.data.php:289 inc/core/class.data.php:316
125
- #: inc/core/class.data.php:340 inc/core/class.data.php:371
126
- #: inc/core/class.data.php:397 inc/core/class.data.php:413
127
- #: inc/core/class.data.php:449 inc/core/class.data.php:485
128
- #: inc/core/class.data.php:600 inc/core/class.data.php:634
129
- #: inc/core/class.data.php:686 inc/core/class.data.php:721
130
- #: inc/core/class.data.php:752 inc/core/class.data.php:854
131
- #: inc/core/class.data.php:870 inc/core/class.data.php:922
132
- #: inc/core/class.data.php:971 inc/core/class.data.php:1013
133
- #: inc/core/class.data.php:1051 inc/core/class.data.php:1120
134
- #: inc/core/class.data.php:1141 inc/core/class.data.php:1172
135
- #: inc/core/class.data.php:1205 inc/core/class.data.php:1221
136
- #: inc/core/class.data.php:1246 inc/core/class.data.php:1265
137
- #: inc/core/class.data.php:1291 inc/core/class.data.php:1311
138
- #: inc/core/class.data.php:1355 inc/core/class.data.php:1399
139
- #: inc/core/class.data.php:1489 inc/core/class.data.php:1595
140
- #: inc/core/class.data.php:1646
141
- msgid "Class"
142
- msgstr "クラス"
143
-
144
- #: inc/core/class.data.php:75 inc/core/class.data.php:105
145
- #: inc/core/class.data.php:132 inc/core/class.data.php:169
146
- #: inc/core/class.data.php:183 inc/core/class.data.php:210
147
- #: inc/core/class.data.php:233 inc/core/class.data.php:261
148
- #: inc/core/class.data.php:290 inc/core/class.data.php:317
149
- #: inc/core/class.data.php:341 inc/core/class.data.php:372
150
- #: inc/core/class.data.php:398 inc/core/class.data.php:414
151
- #: inc/core/class.data.php:450 inc/core/class.data.php:486
152
- #: inc/core/class.data.php:601 inc/core/class.data.php:635
153
- #: inc/core/class.data.php:687 inc/core/class.data.php:722
154
- #: inc/core/class.data.php:753 inc/core/class.data.php:855
155
- #: inc/core/class.data.php:871 inc/core/class.data.php:923
156
- #: inc/core/class.data.php:972 inc/core/class.data.php:1014
157
- #: inc/core/class.data.php:1052 inc/core/class.data.php:1121
158
- #: inc/core/class.data.php:1142 inc/core/class.data.php:1173
159
- #: inc/core/class.data.php:1206 inc/core/class.data.php:1222
160
- #: inc/core/class.data.php:1247 inc/core/class.data.php:1266
161
- #: inc/core/class.data.php:1292 inc/core/class.data.php:1312
162
- #: inc/core/class.data.php:1356 inc/core/class.data.php:1400
163
- #: inc/core/class.data.php:1490 inc/core/class.data.php:1596
164
- #: inc/core/class.data.php:1647
165
- msgid "Extra CSS class"
166
- msgstr "別のCSSクラス"
167
-
168
- #: inc/core/class.data.php:78
169
- msgid "Heading text"
170
- msgstr "見出しテキスト"
171
-
172
- #: inc/core/class.data.php:79
173
- msgid "Styled heading"
174
- msgstr "見出しスタイル"
175
-
176
- #: inc/core/class.data.php:83
177
- msgid "Tabs"
178
- msgstr "タブ"
179
-
180
- #: inc/core/class.data.php:93
181
- msgid "Active tab"
182
- msgstr "有効なタブ"
183
-
184
- #: inc/core/class.data.php:94
185
- msgid "Select which tab is open by default"
186
- msgstr "最初に開いているタブを指定"
187
-
188
- #: inc/core/class.data.php:99
189
- msgid "Vertical"
190
- msgstr "垂直"
191
-
192
- #: inc/core/class.data.php:100
193
- msgid "Show tabs vertically"
194
- msgstr "タブを垂直に表示"
195
-
196
- #: inc/core/class.data.php:109
197
- msgid "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
198
- msgstr "[%prefix_tab title=\"Title 1\"]コンテンツ 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]コンテンツ2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]コンテンツ 3[/%prefix_tab]"
199
-
200
- #: inc/core/class.data.php:110
201
- msgid "Tabs container"
202
- msgstr "コンテナタブ"
203
-
204
- #: inc/core/class.data.php:114
205
- msgid "Tab"
206
- msgstr "タブ"
207
-
208
- #: inc/core/class.data.php:119
209
- msgid "Tab name"
210
- msgstr "タブ名"
211
-
212
- #: inc/core/class.data.php:120 inc/core/class.data.php:147
213
- #: inc/core/class.data.php:616 inc/core/class.data.php:649
214
- #: inc/core/class.data.php:1079
215
- msgid "Title"
216
- msgstr "タイトル"
217
-
218
- #: inc/core/class.data.php:121
219
- msgid "Enter tab name"
220
- msgstr "タブ名を入力"
221
-
222
- #: inc/core/class.data.php:126
223
- msgid "Disabled"
224
- msgstr "無効"
225
-
226
- #: inc/core/class.data.php:127
227
- msgid "Is this tab disabled"
228
- msgstr "このタブでは無効になっています"
229
-
230
- #: inc/core/class.data.php:136
231
- msgid "Tab content"
232
- msgstr "タブのコンテンツ"
233
-
234
- #: inc/core/class.data.php:137
235
- msgid "Single tab"
236
- msgstr "単一のタブ"
237
-
238
- #: inc/core/class.data.php:141
239
- msgid "Spoiler"
240
- msgstr "スポイラー"
241
-
242
- #: inc/core/class.data.php:146 inc/core/shortcodes.php:93
243
- msgid "Spoiler title"
244
- msgstr "スポイラーのタイトル"
245
-
246
- #: inc/core/class.data.php:147
247
- msgid "Text in spoiler title"
248
- msgstr "スポイラーのタイトル内のテキスト"
249
-
250
- #: inc/core/class.data.php:152
251
- msgid "Open"
252
- msgstr "開く"
253
-
254
- #: inc/core/class.data.php:153
255
- msgid "Is spoiler content visible by default"
256
- msgstr "スポイラーの内容はデフォルトで表示されている"
257
-
258
- #: inc/core/class.data.php:159
259
- msgid "Fancy"
260
- msgstr "ファンシー"
261
-
262
- #: inc/core/class.data.php:160 inc/core/class.data.php:359
263
- msgid "Simple"
264
- msgstr "シンプル"
265
-
266
- #: inc/core/class.data.php:164
267
- msgid "Spoiler skin"
268
- msgstr "シンプルスキン"
269
-
270
- #: inc/core/class.data.php:172
271
- msgid "Hidden content"
272
- msgstr "非表示のコンテンツ"
273
-
274
- #: inc/core/class.data.php:172
275
- msgid "Spoiler with hidden content"
276
- msgstr "内容が非表示のスポイラー"
277
-
278
- #: inc/core/class.data.php:176
279
- msgid "Accordion"
280
- msgstr "アコーディオン"
281
-
282
- #: inc/core/class.data.php:187
283
- msgid "[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]"
284
- msgstr "[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]"
285
-
286
- #: inc/core/class.data.php:188
287
- msgid "Accordion with spoilers"
288
- msgstr "スポイラーとアコーディオン"
289
-
290
- #: inc/core/class.data.php:192
291
- msgid "Divider"
292
- msgstr "仕切り"
293
-
294
- #: inc/core/class.data.php:199
295
- msgid "Show TOP link"
296
- msgstr "トップに戻るを表示"
297
-
298
- #: inc/core/class.data.php:200
299
- msgid "Show link to top of the page or not"
300
- msgstr "トップに戻るリンクを表示"
301
-
302
- #: inc/core/class.data.php:204 inc/core/shortcodes.php:128
303
- msgid "Go to top"
304
- msgstr "ページのトップへ"
305
-
306
- #: inc/core/class.data.php:205
307
- msgid "Link text"
308
- msgstr "リンクテキスト"
309
-
310
- #: inc/core/class.data.php:205
311
- msgid "Text for the GO TOP link"
312
- msgstr "トップに戻るリンクのテキスト"
313
-
314
- #: inc/core/class.data.php:214
315
- msgid "Content divider with optional TOP link"
316
- msgstr "トップに戻るリンクの仕切り"
317
-
318
- #: inc/core/class.data.php:218
319
- msgid "Spacer"
320
- msgstr "スペーサ"
321
-
322
- #: inc/core/class.data.php:228 inc/core/class.data.php:905
323
- #: inc/core/class.data.php:954 inc/core/class.data.php:1002
324
- #: inc/core/class.data.php:1097 inc/core/class.data.php:1344
325
- #: inc/core/class.data.php:1382 inc/core/class.data.php:1430
326
- #: inc/core/class.data.php:1520 inc/core/class.data.php:1626
327
- msgid "Height"
328
- msgstr "高さ"
329
-
330
- #: inc/core/class.data.php:228
331
- msgid "Height of the spacer in pixels"
332
- msgstr "ピクセル単位のスペーサの高さ"
333
-
334
- #: inc/core/class.data.php:237
335
- msgid "Empty space with adjustable height"
336
- msgstr "調節可能な空きスペースの高さ"
337
-
338
- #: inc/core/class.data.php:241
339
- msgid "Highlight"
340
- msgstr "ハイライト"
341
-
342
- #: inc/core/class.data.php:249 inc/core/class.data.php:533
343
- #: inc/core/class.data.php:704
344
- msgid "Background"
345
- msgstr "背景"
346
-
347
- #: inc/core/class.data.php:250
348
- msgid "Highlighted text background color"
349
- msgstr "強調表示するテキストの背景色"
350
-
351
- #: inc/core/class.data.php:256 inc/core/class.data.php:539
352
- #: inc/core/class.data.php:710
353
- msgid "Text color"
354
- msgstr "テキストの色"
355
-
356
- #: inc/core/class.data.php:256
357
- msgid "Highlighted text color"
358
- msgstr "強調表示するテキストの色"
359
-
360
- #: inc/core/class.data.php:264 inc/core/class.data.php:265
361
- msgid "Highlighted text"
362
- msgstr "強調表示するテキストの背景色"
363
-
364
- #: inc/core/class.data.php:269 inc/core/class.data.php:293
365
- msgid "Label"
366
- msgstr "ラベル"
367
-
368
- #: inc/core/class.data.php:277
369
- msgid "Success"
370
- msgstr "成功"
371
-
372
- #: inc/core/class.data.php:278
373
- msgid "Warning"
374
- msgstr "警告"
375
-
376
- #: inc/core/class.data.php:279
377
- msgid "Important"
378
- msgstr "重要"
379
-
380
- #: inc/core/class.data.php:280
381
- msgid "Black"
382
- msgstr ""
383
-
384
- #: inc/core/class.data.php:281
385
- msgid "Info"
386
- msgstr "情報"
387
-
388
- #: inc/core/class.data.php:284
389
- msgid "Type"
390
- msgstr "タイプ"
391
-
392
- #: inc/core/class.data.php:285
393
- msgid "Style of the label"
394
- msgstr "ラベルのスタイル"
395
-
396
- #: inc/core/class.data.php:294
397
- msgid "Styled label"
398
- msgstr "ラベルスタイル"
399
-
400
- #: inc/core/class.data.php:298 inc/core/class.data.php:320
401
- msgid "Quote"
402
- msgstr "引用"
403
-
404
- #: inc/core/class.data.php:305
405
- msgid "Cite"
406
- msgstr "引用"
407
-
408
- #: inc/core/class.data.php:306
409
- msgid "Quote author name"
410
- msgstr "引用の投稿者名"
411
-
412
- #: inc/core/class.data.php:311
413
- msgid "Cite url"
414
- msgstr "引用URL"
415
-
416
- #: inc/core/class.data.php:312
417
- msgid "Url of the quote author. Leave empty to disable link"
418
- msgstr "引用投稿者のURL。リンクを無効にする場合は空白にする"
419
-
420
- #: inc/core/class.data.php:321
421
- msgid "Blockquote alternative"
422
- msgstr "代替Blockquote"
423
-
424
- #: inc/core/class.data.php:325 inc/core/class.data.php:344
425
- #: inc/core/class.data.php:345
426
- msgid "Pullquote"
427
- msgstr "Pullquote"
428
-
429
- #: inc/core/class.data.php:336
430
- msgid "Pullquote alignment (float)"
431
- msgstr "Pullquoteアライメント(フロート)"
432
-
433
- #: inc/core/class.data.php:349 inc/core/class.data.php:376
434
- msgid "Dropcap"
435
- msgstr "Dropcap"
436
-
437
- #: inc/core/class.data.php:357 inc/core/class.data.php:518
438
- msgid "Flat"
439
- msgstr "フラット"
440
-
441
- #: inc/core/class.data.php:358 inc/core/class.data.php:574
442
- msgid "Light"
443
- msgstr "ライト"
444
-
445
- #: inc/core/class.data.php:362
446
- msgid "Dropcap style preset"
447
- msgstr "Dropcapのプリセットスタイル"
448
-
449
- #: inc/core/class.data.php:367
450
- msgid "Choose dropcap size"
451
- msgstr "Dropcapのサイズを選択"
452
-
453
- #: inc/core/class.data.php:375
454
- msgid "D"
455
- msgstr "D"
456
-
457
- #: inc/core/class.data.php:380
458
- msgid "Frame"
459
- msgstr "フレーム"
460
-
461
- #: inc/core/class.data.php:393
462
- msgid "Frame alignment"
463
- msgstr "フレームアライメント"
464
-
465
- #: inc/core/class.data.php:403
466
- msgid "Styled image frame"
467
- msgstr "イメージフレームスタイル"
468
-
469
- #: inc/core/class.data.php:407
470
- msgid "Row"
471
- msgstr "行"
472
-
473
- #: inc/core/class.data.php:418
474
- msgid "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
475
- msgstr "[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]"
476
-
477
- #: inc/core/class.data.php:419
478
- msgid "Row for flexible columns"
479
- msgstr "柔軟性のある列の行"
480
-
481
- #: inc/core/class.data.php:423
482
- msgid "Column"
483
- msgstr "コラム"
484
-
485
- #: inc/core/class.data.php:430
486
- msgid "Full width"
487
- msgstr "全幅"
488
-
489
- #: inc/core/class.data.php:431
490
- msgid "One half"
491
- msgstr "1/2"
492
-
493
- #: inc/core/class.data.php:432
494
- msgid "One third"
495
- msgstr "1/3"
496
-
497
- #: inc/core/class.data.php:433
498
- msgid "Two third"
499
- msgstr "2/3"
500
-
501
- #: inc/core/class.data.php:434
502
- msgid "One fourth"
503
- msgstr "1/4"
504
-
505
- #: inc/core/class.data.php:435
506
- msgid "Three fourth"
507
- msgstr "3/4"
508
-
509
- #: inc/core/class.data.php:436
510
- msgid "One fifth"
511
- msgstr "1/5"
512
-
513
- #: inc/core/class.data.php:437
514
- msgid "Two fifth"
515
- msgstr "2/5"
516
-
517
- #: inc/core/class.data.php:438
518
- msgid "Three fifth"
519
- msgstr "3/5"
520
-
521
- #: inc/core/class.data.php:439
522
- msgid "Four fifth"
523
- msgstr "4/5"
524
-
525
- #: inc/core/class.data.php:440
526
- msgid "One sixth"
527
- msgstr "1/6"
528
-
529
- #: inc/core/class.data.php:441
530
- msgid "Five sixth"
531
- msgstr "5/6"
532
-
533
- #: inc/core/class.data.php:445
534
- msgid "Select column width. This width will be calculated depend page width"
535
- msgstr "列幅を選択。この幅はページ幅に依存して計算される"
536
-
537
- #: inc/core/class.data.php:453
538
- msgid "Column content"
539
- msgstr "列の内容"
540
-
541
- #: inc/core/class.data.php:453
542
- msgid "Flexible and responsive columns"
543
- msgstr "列の柔軟性と応答性"
544
-
545
- #: inc/core/class.data.php:457
546
- msgid "List"
547
- msgstr "リスト"
548
-
549
- #: inc/core/class.data.php:464
550
- msgid "Star"
551
- msgstr ""
552
-
553
- #: inc/core/class.data.php:465
554
- msgid "Arrow"
555
- msgstr "矢印"
556
-
557
- #: inc/core/class.data.php:466
558
- msgid "Check"
559
- msgstr "チェック"
560
-
561
- #: inc/core/class.data.php:467
562
- msgid "Cross"
563
- msgstr "クロス"
564
-
565
- #: inc/core/class.data.php:468
566
- msgid "Thumbs up"
567
- msgstr "親指"
568
-
569
- #: inc/core/class.data.php:469 inc/core/class.data.php:501
570
- msgid "Link"
571
- msgstr "リンク"
572
-
573
- #: inc/core/class.data.php:470
574
- msgid "Gear"
575
- msgstr "歯車"
576
-
577
- #: inc/core/class.data.php:471
578
- msgid "Time"
579
- msgstr "時間"
580
-
581
- #: inc/core/class.data.php:472 inc/core/class.data.php:696
582
- msgid "Note"
583
- msgstr "ノート"
584
-
585
- #: inc/core/class.data.php:473
586
- msgid "Plus"
587
- msgstr "プラス"
588
-
589
- #: inc/core/class.data.php:474
590
- msgid "Guard"
591
- msgstr "ガード"
592
-
593
- #: inc/core/class.data.php:475
594
- msgid "Event"
595
- msgstr "エベント"
596
-
597
- #: inc/core/class.data.php:476
598
- msgid "Idea"
599
- msgstr "アイデア"
600
-
601
- #: inc/core/class.data.php:477 inc/core/class.generator.php:88
602
- #: inc/core/class.shortcodes-ultimate.php:115
603
- #: inc/vendor/class.sunrise-framework.php:281
604
- msgid "Settings"
605
- msgstr "設定"
606
-
607
- #: inc/core/class.data.php:478
608
- msgid "Twitter"
609
- msgstr "Twitter"
610
-
611
- #: inc/core/class.data.php:481
612
- msgid "List items style/icons"
613
- msgstr "リストのスタイル/アイコン"
614
-
615
- #: inc/core/class.data.php:490
616
- msgid "<ul>\n<li>List item</li>\n<li>List item</li>\n<li>List item</li>\n</ul>"
617
- msgstr "<ul>\n<li>並び項目</li>\n<li>並び項目</li>\n<li>並び項目</li>\n</ul>"
618
-
619
- #: inc/core/class.data.php:490
620
- msgid "Styled unordered list"
621
- msgstr "番号の付かないリスト"
622
-
623
- #: inc/core/class.data.php:494
624
- msgid "Button"
625
- msgstr "ボタン"
626
-
627
- #: inc/core/class.data.php:502
628
- msgid "Button link"
629
- msgstr "ボタン"
630
-
631
- #: inc/core/class.data.php:507 inc/core/class.data.php:1163
632
- msgid "Same tab"
633
- msgstr "同じタブ"
634
-
635
- #: inc/core/class.data.php:508 inc/core/class.data.php:1164
636
- msgid "New tab"
637
- msgstr "新しいタブ"
638
-
639
- #: inc/core/class.data.php:511 inc/core/class.data.php:1167
640
- msgid "Target"
641
- msgstr "ターゲット"
642
-
643
- #: inc/core/class.data.php:512
644
- msgid "Button link target"
645
- msgstr "ボタンのリンク先"
646
-
647
- #: inc/core/class.data.php:519 inc/core/class.data.php:655
648
- msgid "Soft"
649
- msgstr "ソフト"
650
-
651
- #: inc/core/class.data.php:520 inc/core/class.data.php:656
652
- msgid "Glass"
653
- msgstr "ガラス"
654
-
655
- #: inc/core/class.data.php:521 inc/core/class.data.php:657
656
- msgid "Bubbles"
657
- msgstr "泡"
658
-
659
- #: inc/core/class.data.php:522 inc/core/class.data.php:658
660
- msgid "Noise"
661
- msgstr "ノイズ"
662
-
663
- #: inc/core/class.data.php:523
664
- msgid "Stroked"
665
- msgstr "撫でる"
666
-
667
- #: inc/core/class.data.php:524
668
- msgid "3D"
669
- msgstr "3D"
670
-
671
- #: inc/core/class.data.php:527
672
- msgid "Button background style preset"
673
- msgstr "ボタンの背景スタイルプリセット"
674
-
675
- #: inc/core/class.data.php:533
676
- msgid "Button background color"
677
- msgstr "ボタンの背景色"
678
-
679
- #: inc/core/class.data.php:540
680
- msgid "Button text color"
681
- msgstr "ボタンのテキストの色"
682
-
683
- #: inc/core/class.data.php:546
684
- msgid "Button size"
685
- msgstr "ボタンサイズ"
686
-
687
- #: inc/core/class.data.php:551
688
- msgid "Fluid"
689
- msgstr "流体"
690
-
691
- #: inc/core/class.data.php:551
692
- msgid "Fluid buttons has 100% width"
693
- msgstr "流体ボタンが100%の幅を有する"
694
-
695
- #: inc/core/class.data.php:556
696
- msgid "Centered"
697
- msgstr "中央"
698
-
699
- #: inc/core/class.data.php:556
700
- msgid "Is button centered on the page"
701
- msgstr "ボタンをページの中央に配置"
702
-
703
- #: inc/core/class.data.php:562 inc/core/class.data.php:681
704
- #: inc/core/class.data.php:717
705
- msgid "Radius"
706
- msgstr "半径"
707
-
708
- #: inc/core/class.data.php:563
709
- msgid "Radius of button corners. Auto-radius calculation based on button size"
710
- msgstr "ボタンコーナーの半径。ボタンサイズに基づいて半径を自動算出"
711
-
712
- #: inc/core/class.data.php:568 inc/core/class.data.php:622
713
- msgid "Icon"
714
- msgstr "アイコン"
715
-
716
- #: inc/core/class.data.php:569
717
- msgid "You can upload custom icon for this button. Try to begin with <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-quality icons</a>. Download archive, unpack icons and upload in this field"
718
- msgstr "このボタンのカスタムアイコンをアップロード可能。<a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">無料で高品質なアイコン</a>"
719
-
720
- #: inc/core/class.data.php:575
721
- msgid "Dark"
722
- msgstr "ダーク"
723
-
724
- #: inc/core/class.data.php:578
725
- msgid "Color of button text shadow"
726
- msgstr "ボタンのテキストの影の色"
727
-
728
- #: inc/core/class.data.php:583 inc/core/class.data.php:1738
729
- msgid "None"
730
- msgstr "なし"
731
-
732
- #: inc/core/class.data.php:584 inc/core/class.data.php:789
733
- msgid "Top"
734
- msgstr ""
735
-
736
- #: inc/core/class.data.php:586 inc/core/class.data.php:790
737
- msgid "Bottom"
738
- msgstr "下"
739
-
740
- #: inc/core/class.data.php:588
741
- msgid "Top right"
742
- msgstr "右上"
743
-
744
- #: inc/core/class.data.php:589
745
- msgid "Top left"
746
- msgstr "左上"
747
-
748
- #: inc/core/class.data.php:589
749
- msgid "Bottom right"
750
- msgstr "右下"
751
-
752
- #: inc/core/class.data.php:589
753
- msgid "Bottom left"
754
- msgstr "左下"
755
-
756
- #: inc/core/class.data.php:591
757
- msgid "Text shadow position"
758
- msgstr "テキストの影の位置"
759
-
760
- #: inc/core/class.data.php:591
761
- msgid "Position of button text shadow"
762
- msgstr "ボタンのテキストの影の位置"
763
-
764
- #: inc/core/class.data.php:595
765
- msgid "Description"
766
- msgstr "説明"
767
-
768
- #: inc/core/class.data.php:596
769
- msgid "Small description under button text. This option is incompatible with icon."
770
- msgstr "ボタンの下の小さな説明。このオプションはアイコンと互換性がない"
771
-
772
- #: inc/core/class.data.php:604
773
- msgid "Button text"
774
- msgstr "ボタンのテキスト"
775
-
776
- #: inc/core/class.data.php:605
777
- msgid "Styled button"
778
- msgstr "ボタンスタイル"
779
-
780
- #: inc/core/class.data.php:609
781
- msgid "Service"
782
- msgstr "サービス"
783
-
784
- #: inc/core/class.data.php:615 inc/core/shortcodes.php:464
785
- msgid "Service title"
786
- msgstr "サービスタイトル"
787
-
788
- #: inc/core/class.data.php:617
789
- msgid "Service name"
790
- msgstr "サービス名"
791
-
792
- #: inc/core/class.data.php:623
793
- msgid "You can upload custom icon for this box"
794
- msgstr "このボックスにカスタムアイコンをアップロード可能"
795
-
796
- #: inc/core/class.data.php:629
797
- msgid "Icon size"
798
- msgstr "アイコンサイズ"
799
-
800
- #: inc/core/class.data.php:630
801
- msgid "Size of the uploaded icon in pixels"
802
- msgstr "アイコンサイズ(px単位)"
803
-
804
- #: inc/core/class.data.php:638
805
- msgid "Service description"
806
- msgstr "サービスの説明"
807
-
808
- #: inc/core/class.data.php:638
809
- msgid "Service box with title"
810
- msgstr "サービスボックスのタイトル"
811
-
812
- #: inc/core/class.data.php:648
813
- msgid "Box title"
814
- msgstr "ボックスのタイトル"
815
-
816
- #: inc/core/class.data.php:649
817
- msgid "Text for the box title"
818
- msgstr "ボックスタイトルのテキスト"
819
-
820
- #: inc/core/class.data.php:662
821
- msgid "Box style preset"
822
- msgstr "ボックススタイルプリセッ"
823
-
824
- #: inc/core/class.data.php:668
825
- msgid "Color"
826
- msgstr ""
827
-
828
- #: inc/core/class.data.php:669
829
- msgid "Color for the box title and borders"
830
- msgstr "ボックスのタイトルと枠線の色"
831
-
832
- #: inc/core/class.data.php:675
833
- msgid "Title text color"
834
- msgstr "タイトルテキストの色"
835
-
836
- #: inc/core/class.data.php:675
837
- msgid "Color for the box title text"
838
- msgstr "ボックスのタイトルテキストの色"
839
-
840
- #: inc/core/class.data.php:682
841
- msgid "Box corners radius"
842
- msgstr "ボックスコーナー半径"
843
-
844
- #: inc/core/class.data.php:691
845
- msgid "Box content"
846
- msgstr "ボックスの内容"
847
-
848
- #: inc/core/class.data.php:692
849
- msgid "Colored box with caption"
850
- msgstr "見出しのカラーボック"
851
-
852
- #: inc/core/class.data.php:704
853
- msgid "Note background color"
854
- msgstr "ノートの背景色"
855
-
856
- #: inc/core/class.data.php:711
857
- msgid "Note text color"
858
- msgstr "ノートテキストの背景色"
859
-
860
- #: inc/core/class.data.php:717
861
- msgid "Note corners radius"
862
- msgstr "ノートテキストの色"
863
-
864
- #: inc/core/class.data.php:725
865
- msgid "Note text"
866
- msgstr "ノートテキスト"
867
-
868
- #: inc/core/class.data.php:726
869
- msgid "Colored box"
870
- msgstr "カラーボックス"
871
-
872
- #: inc/core/class.data.php:730
873
- msgid "Lightbox"
874
- msgstr "Lightbox"
875
-
876
- #: inc/core/class.data.php:737
877
- msgid "Iframe"
878
- msgstr "Iframe"
879
-
880
- #: inc/core/class.data.php:738
881
- msgid "Image"
882
- msgstr "画像"
883
-
884
- #: inc/core/class.data.php:739
885
- msgid "Inline (html content)"
886
- msgstr "インライン (HTMLコンテンツ)"
887
-
888
- #: inc/core/class.data.php:742
889
- msgid "Content type"
890
- msgstr "コンテンツタイプ"
891
-
892
- #: inc/core/class.data.php:743
893
- msgid "Select type of the lightbox window content"
894
- msgstr "Lightboxのウィンドウタイプを選択"
895
-
896
- #: inc/core/class.data.php:747
897
- msgid "Content source"
898
- msgstr "コンテンツソース"
899
-
900
- #: inc/core/class.data.php:748
901
- msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
902
- msgstr "ここにURLまたはCSSセレクタを挿入します。インラインフレームと画像コンテンツタイプのURLを使用してください。インラインコンテンツタイプのCSSセレクターを使用してください。<br />値の例:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTubeのビデオ (インラインフレーム)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - アップロードされたイメージ (画像)<br /><b%value>http://example.com/</b> - 任意のWebページ (インラインフレーム)<br />#コンタクトフォーム - 任意のHTMLコンテンツ (インライン)"
903
-
904
- #: inc/core/class.data.php:757
905
- msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
906
- msgstr "[%prefix_button] ここをクリックして動画を再生 [/%prefix_button]"
907
-
908
- #: inc/core/class.data.php:758
909
- msgid "Lightbox window with custom content"
910
- msgstr "カスタムコンテンツとLightboxのウィンドウ"
911
-
912
- #: inc/core/class.data.php:762
913
- msgid "Tooltip"
914
- msgstr "ツールチップ"
915
-
916
- #: inc/core/class.data.php:769
917
- msgid "Basic: Light"
918
- msgstr "基本:明るい"
919
-
920
- #: inc/core/class.data.php:770
921
- msgid "Basic: Dark"
922
- msgstr "基本:暗い"
923
-
924
- #: inc/core/class.data.php:771
925
- msgid "Basic: Yellow"
926
- msgstr "基本:黄"
927
-
928
- #: inc/core/class.data.php:772
929
- msgid "Basic: Green"
930
- msgstr "基本:緑"
931
-
932
- #: inc/core/class.data.php:773
933
- msgid "Basic: Red"
934
- msgstr "基本:赤"
935
-
936
- #: inc/core/class.data.php:774
937
- msgid "Basic: Blue"
938
- msgstr "基本:青"
939
-
940
- #: inc/core/class.data.php:775
941
- msgid "Youtube"
942
- msgstr "Youtube"
943
-
944
- #: inc/core/class.data.php:776
945
- msgid "Tipsy"
946
- msgstr "ほろ酔い"
947
-
948
- #: inc/core/class.data.php:777
949
- msgid "Bootstrap"
950
- msgstr "ブートストラップ"
951
-
952
- #: inc/core/class.data.php:778
953
- msgid "jTools"
954
- msgstr "jTools"
955
-
956
- #: inc/core/class.data.php:779
957
- msgid "Tipped"
958
- msgstr "傾ける"
959
-
960
- #: inc/core/class.data.php:780
961
- msgid "Cluetip"
962
- msgstr "Cluetip"
963
-
964
- #: inc/core/class.data.php:784
965
- msgid "Tooltip window style"
966
- msgstr "ツールチップウィンドウスタイル"
967
-
968
- #: inc/core/class.data.php:795
969
- msgid "Position"
970
- msgstr "位置"
971
-
972
- #: inc/core/class.data.php:796
973
- msgid "Tooltip position"
974
- msgstr "ツールチップの位置"
975
-
976
- #: inc/core/class.data.php:801
977
- msgid "Shadow"
978
- msgstr "影"
979
-
980
- #: inc/core/class.data.php:802
981
- msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
982
- msgstr "ツールチップに影を追加。このオプションは基本的なスタイルを持つ。例えば青、緑など"
983
-
984
- #: inc/core/class.data.php:807
985
- msgid "Rounded corners"
986
- msgstr "角丸"
987
-
988
- #: inc/core/class.data.php:808
989
- msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
990
- msgstr "ツールチップ丸みを帯びた角を使用。このオプションは基本的なスタイルを持つ。"
991
-
992
- #: inc/core/class.data.php:822
993
- msgid "Font size"
994
- msgstr "フォントサイズ"
995
-
996
- #: inc/core/class.data.php:823
997
- msgid "Tooltip font size"
998
- msgstr "ツールチップのフォントサイズ"
999
-
1000
- #: inc/core/class.data.php:827
1001
- msgid "Tooltip title"
1002
- msgstr "ツールチップタイトル"
1003
-
1004
- #: inc/core/class.data.php:828
1005
- msgid "Enter title for tooltip window. Leave this field empty to hide the title"
1006
- msgstr "ツールチップトウィンドウのタイトルを入力。タイトルを非表示にする場合は空白にする"
1007
-
1008
- #: inc/core/class.data.php:831 inc/core/shortcodes.php:573
1009
- msgid "Tooltip text"
1010
- msgstr "ツールチップテキスト"
1011
-
1012
- #: inc/core/class.data.php:832
1013
- msgid "Tooltip content"
1014
- msgstr "ツールチップコンテンツ"
1015
-
1016
- #: inc/core/class.data.php:833
1017
- msgid "Enter tooltip content here"
1018
- msgstr "ここにツールチップのコンテンツを入力する"
1019
-
1020
- #: inc/core/class.data.php:838
1021
- msgid "Show and hide on mouse hover"
1022
- msgstr "マウスホバーで表示と非表示"
1023
-
1024
- #: inc/core/class.data.php:839
1025
- msgid "Show and hide by mouse click"
1026
- msgstr "マウスクリックによって表示と非表示"
1027
-
1028
- #: inc/core/class.data.php:840
1029
- msgid "Always visible"
1030
- msgstr "常に表示"
1031
-
1032
- #: inc/core/class.data.php:843
1033
- msgid "Behavior"
1034
- msgstr "行動"
1035
-
1036
- #: inc/core/class.data.php:844
1037
- msgid "Select tooltip behavior"
1038
- msgstr "選択したツールチップの動作"
1039
-
1040
- #: inc/core/class.data.php:849
1041
- msgid "Close button"
1042
- msgstr "閉じるボタン"
1043
-
1044
- #: inc/core/class.data.php:850
1045
- msgid "Show close button"
1046
- msgstr "閉じるボタンを表示"
1047
-
1048
- #: inc/core/class.data.php:859
1049
- msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1050
- msgstr "[%prefix_button] ボタンに表示する文字 [/%prefix_button]"
1051
-
1052
- #: inc/core/class.data.php:860
1053
- msgid "Tooltip window with custom content"
1054
- msgstr "カスタムコンテンツとウィンドウをツールチップ"
1055
-
1056
- #: inc/core/class.data.php:864
1057
- msgid "Private"
1058
- msgstr "プライベート"
1059
-
1060
- #: inc/core/class.data.php:875
1061
- msgid "Private note text"
1062
- msgstr "プライベートメモ"
1063
-
1064
- #: inc/core/class.data.php:876
1065
- msgid "Private note for post authors"
1066
- msgstr "自分用のメモ"
1067
-
1068
- #: inc/core/class.data.php:880
1069
- msgid "YouTube"
1070
- msgstr "YouTube"
1071
-
1072
- #: inc/core/class.data.php:887 inc/core/class.data.php:937
1073
- #: inc/core/class.data.php:985 inc/core/class.data.php:1236
1074
- #: inc/core/class.data.php:1326
1075
- msgid "Url"
1076
- msgstr "URL"
1077
-
1078
- #: inc/core/class.data.php:888
1079
- msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1080
- msgstr "YouTubeページのURL 。例: http://youtube.com/watch?v=XXXXXX"
1081
-
1082
- #: inc/core/class.data.php:896 inc/core/class.data.php:945
1083
- #: inc/core/class.data.php:993 inc/core/class.data.php:1034
1084
- #: inc/core/class.data.php:1088 inc/core/class.data.php:1335
1085
- #: inc/core/class.data.php:1373 inc/core/class.data.php:1422
1086
- #: inc/core/class.data.php:1512 inc/core/class.data.php:1618
1087
- msgid "Width"
1088
- msgstr ""
1089
-
1090
- #: inc/core/class.data.php:897 inc/core/class.data.php:946
1091
- #: inc/core/class.data.php:994 inc/core/class.data.php:1089
1092
- msgid "Player width"
1093
- msgstr "プレイヤー幅"
1094
-
1095
- #: inc/core/class.data.php:906 inc/core/class.data.php:955
1096
- #: inc/core/class.data.php:1003 inc/core/class.data.php:1098
1097
- msgid "Player height"
1098
- msgstr "プレイヤーの高さ"
1099
-
1100
- #: inc/core/class.data.php:911 inc/core/class.data.php:960
1101
- #: inc/core/class.data.php:1008 inc/core/class.data.php:1350
1102
- #: inc/core/class.data.php:1388 inc/core/class.data.php:1435
1103
- #: inc/core/class.data.php:1525
1104
- msgid "Responsive"
1105
- msgstr "応答"
1106
-
1107
- #: inc/core/class.data.php:912 inc/core/class.data.php:961
1108
- #: inc/core/class.data.php:1009
1109
- msgid "Ignore width and height parameters and make player responsive"
1110
- msgstr "幅と高さのパラメータを無視してプレーヤーが応答"
1111
-
1112
- #: inc/core/class.data.php:917 inc/core/class.data.php:966
1113
- #: inc/core/class.data.php:1040 inc/core/class.data.php:1109
1114
- #: inc/core/class.data.php:1470 inc/core/class.data.php:1576
1115
- msgid "Autoplay"
1116
- msgstr "自動再生"
1117
-
1118
- #: inc/core/class.data.php:918 inc/core/class.data.php:967
1119
- msgid "Play video automatically when page is loaded"
1120
- msgstr "ページがロードされたとき自動的にビデオを再生"
1121
-
1122
- #: inc/core/class.data.php:926
1123
- msgid "YouTube video"
1124
- msgstr "YouTube video"
1125
-
1126
- #: inc/core/class.data.php:930
1127
- msgid "Vimeo"
1128
- msgstr "Vimeo"
1129
-
1130
- #: inc/core/class.data.php:937
1131
- msgid "Url of Vimeo page with video"
1132
- msgstr "ビデオによるVimeoページのURL"
1133
-
1134
- #: inc/core/class.data.php:975
1135
- msgid "Vimeo video"
1136
- msgstr "Vimeo video"
1137
-
1138
- #: inc/core/class.data.php:979
1139
- msgid "Screenr"
1140
- msgstr "Screenr"
1141
-
1142
- #: inc/core/class.data.php:985
1143
- msgid "Url of Screenr page with video"
1144
- msgstr "ビデオによるScreenrのページのURL"
1145
-
1146
- #: inc/core/class.data.php:1017
1147
- msgid "Screenr video"
1148
- msgstr "Screenr video"
1149
-
1150
- #: inc/core/class.data.php:1021
1151
- msgid "Audio"
1152
- msgstr "オーディオ"
1153
-
1154
- #: inc/core/class.data.php:1028 inc/core/class.data.php:1067
1155
- msgid "File"
1156
- msgstr "ファイル"
1157
-
1158
- #: inc/core/class.data.php:1029
1159
- msgid "Audio file url. Supported formats: mp3, ogg"
1160
- msgstr "音声ファイルのURL 。サポート形式:mp3, ogg"
1161
-
1162
- #: inc/core/class.data.php:1035
1163
- msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1164
- msgstr "プレイヤー幅。パーセントで幅を指定することができプレイヤーはレスポンシブになります。値の例:<b%value>200px</b>、<b%value>100%</b>"
1165
-
1166
- #: inc/core/class.data.php:1041 inc/core/class.data.php:1110
1167
- msgid "Play file automatically when page is loaded"
1168
- msgstr "ページがロードされたとき自動的にファイルを再生"
1169
-
1170
- #: inc/core/class.data.php:1046 inc/core/class.data.php:1115
1171
- msgid "Loop"
1172
- msgstr "ループ"
1173
-
1174
- #: inc/core/class.data.php:1047 inc/core/class.data.php:1116
1175
- msgid "Repeat when playback is ended"
1176
- msgstr "再生が終了したときに繰り返す"
1177
-
1178
- #: inc/core/class.data.php:1056
1179
- msgid "Custom audio player"
1180
- msgstr "カスタムオーディオプレーヤー"
1181
-
1182
- #: inc/core/class.data.php:1060
1183
- msgid "Video"
1184
- msgstr "ビデオ"
1185
-
1186
- #: inc/core/class.data.php:1068
1187
- msgid "Url to mp4/flv video-file"
1188
- msgstr "ビデオファイル mp4/flvへのURL"
1189
-
1190
- #: inc/core/class.data.php:1073
1191
- msgid "Poster"
1192
- msgstr "ポスター"
1193
-
1194
- #: inc/core/class.data.php:1074
1195
- msgid "Url to poster image, that will be shown before playback"
1196
- msgstr "ポスター画像のURL。こは再生前に表示される"
1197
-
1198
- #: inc/core/class.data.php:1080
1199
- msgid "Player title"
1200
- msgstr "プレイヤータイトル"
1201
-
1202
- #: inc/core/class.data.php:1103
1203
- msgid "Controls"
1204
- msgstr "コントロール"
1205
-
1206
- #: inc/core/class.data.php:1104
1207
- msgid "Show player controls (play/pause etc.) or not"
1208
- msgstr "プレーヤーコントロール(再生/一時停止など)表示"
1209
-
1210
- #: inc/core/class.data.php:1125
1211
- msgid "Custom video player"
1212
- msgstr "カスタムビデオプレーヤー"
1213
-
1214
- #: inc/core/class.data.php:1129
1215
- msgid "Table"
1216
- msgstr "テーブル"
1217
-
1218
- #: inc/core/class.data.php:1136
1219
- msgid "CSV file"
1220
- msgstr "CSVファイル"
1221
-
1222
- #: inc/core/class.data.php:1137
1223
- msgid "Upload CSV file if you want to create HTML-table from file"
1224
- msgstr "ファイルからHTMLテーブルを作成する場合は、CSVファイルをアップロードする"
1225
-
1226
- #: inc/core/class.data.php:1146
1227
- msgid "<table>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n</table>"
1228
- msgstr "<Table>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n</Table>"
1229
-
1230
- #: inc/core/class.data.php:1147
1231
- msgid "Styled table from HTML or CSV file"
1232
- msgstr "HTMLまたはCSVファイルからスタイルテーブル"
1233
-
1234
- #: inc/core/class.data.php:1151
1235
- msgid "Permalink"
1236
- msgstr "パーマリンク"
1237
-
1238
- #: inc/core/class.data.php:1157
1239
- msgid "ID"
1240
- msgstr "ID"
1241
-
1242
- #: inc/core/class.data.php:1158
1243
- msgid "Post or page ID"
1244
- msgstr "投稿やページID"
1245
-
1246
- #: inc/core/class.data.php:1168
1247
- msgid "Link target. blank - link will be opened in new window/tab"
1248
- msgstr "リンクターゲット。空白 - リンクは新しいウィンドウ/タブで開く"
1249
-
1250
- #: inc/core/class.data.php:1178
1251
- msgid "Permalink to specified post/page"
1252
- msgstr "指定された投稿/ページへのパーマリンク"
1253
-
1254
- #: inc/core/class.data.php:1182
1255
- msgid "Members"
1256
- msgstr "メンバー"
1257
-
1258
- #: inc/core/class.data.php:1187 inc/core/shortcodes.php:872
1259
- msgid "This content is for registered users only. Please %login%."
1260
- msgstr "このコンテンツは登録ユーザーにだけ許可されています。%login%してください。"
1261
-
1262
- #: inc/core/class.data.php:1188
1263
- msgid "Message"
1264
- msgstr "メッセージ"
1265
-
1266
- #: inc/core/class.data.php:1188
1267
- msgid "Message for not logged users"
1268
- msgstr "ログインしていないユーザーへのメッセージ"
1269
-
1270
- #: inc/core/class.data.php:1193
1271
- msgid "Box color"
1272
- msgstr "ボックスの色"
1273
-
1274
- #: inc/core/class.data.php:1193
1275
- msgid "This color will applied only to box for not logged users"
1276
- msgstr "この色はログインしていないユーザーに表示するボックスに適用"
1277
-
1278
- #: inc/core/class.data.php:1196 inc/core/shortcodes.php:875
1279
- msgid "login"
1280
- msgstr "ログイン"
1281
-
1282
- #: inc/core/class.data.php:1197
1283
- msgid "Login link text"
1284
- msgstr "ログインリンクテキスト"
1285
-
1286
- #: inc/core/class.data.php:1197
1287
- msgid "Text for the login link"
1288
- msgstr "ログインリンク用のテキスト"
1289
-
1290
- #: inc/core/class.data.php:1201
1291
- msgid "Login link url"
1292
- msgstr "ログインリンクURL"
1293
-
1294
- #: inc/core/class.data.php:1210
1295
- msgid "Content for logged members"
1296
- msgstr "ログイン会員向けコンテンツ"
1297
-
1298
- #: inc/core/class.data.php:1211
1299
- msgid "Content for logged in members only"
1300
- msgstr "ログインメンバーのみの内容"
1301
-
1302
- #: inc/core/class.data.php:1215
1303
- msgid "Guests"
1304
- msgstr "ゲスト"
1305
-
1306
- #: inc/core/class.data.php:1225
1307
- msgid "Content for guests"
1308
- msgstr "ゲストのためのコンテンツ"
1309
-
1310
- #: inc/core/class.data.php:1225
1311
- msgid "Content for guests only"
1312
- msgstr "ゲストのみのコンテンツ"
1313
-
1314
- #: inc/core/class.data.php:1229
1315
- msgid "RSS Feed"
1316
- msgstr "RSSフィード"
1317
-
1318
- #: inc/core/class.data.php:1237
1319
- msgid "Url to RSS-feed"
1320
- msgstr "RSSフィードへのURL"
1321
-
1322
- #: inc/core/class.data.php:1242
1323
- msgid "Limit"
1324
- msgstr "制限"
1325
-
1326
- #: inc/core/class.data.php:1242
1327
- msgid "Number of items to show"
1328
- msgstr "表示する項目の数"
1329
-
1330
- #: inc/core/class.data.php:1250
1331
- msgid "Feed grabber"
1332
- msgstr "フィードグラバー"
1333
-
1334
- #: inc/core/class.data.php:1254
1335
- msgid "Menu"
1336
- msgstr "メニュー"
1337
-
1338
- #: inc/core/class.data.php:1261
1339
- msgid "Menu name"
1340
- msgstr "メニュー名"
1341
-
1342
- #: inc/core/class.data.php:1261
1343
- msgid "Custom menu name. Ex: Main menu"
1344
- msgstr "カスタムメニュー名。例:メインメニュー"
1345
-
1346
- #: inc/core/class.data.php:1269
1347
- msgid "Custom menu by name"
1348
- msgstr "名前によるカスタムメニュー"
1349
-
1350
- #: inc/core/class.data.php:1273
1351
- msgid "Sub pages"
1352
- msgstr "サブページ"
1353
-
1354
- #: inc/core/class.data.php:1280 inc/core/class.data.php:1306
1355
- msgid "Depth"
1356
- msgstr "深さ"
1357
-
1358
- #: inc/core/class.data.php:1281
1359
- msgid "Max depth level of children pages"
1360
- msgstr "子ページの最大深さレベル"
1361
-
1362
- #: inc/core/class.data.php:1286
1363
- msgid "Parent ID"
1364
- msgstr "親ID"
1365
-
1366
- #: inc/core/class.data.php:1287
1367
- msgid "ID of the parent page. Leave blank to use current page"
1368
- msgstr "親ページID。現在のページを使用する場合は空白にする"
1369
-
1370
- #: inc/core/class.data.php:1295
1371
- msgid "List of sub pages"
1372
- msgstr "サブページのリスト"
1373
-
1374
- #: inc/core/class.data.php:1299
1375
- msgid "Siblings"
1376
- msgstr "兄弟"
1377
-
1378
- #: inc/core/class.data.php:1307
1379
- msgid "Max depth level"
1380
- msgstr "最大深さレベル"
1381
-
1382
- #: inc/core/class.data.php:1315
1383
- msgid "List of cureent page siblings"
1384
- msgstr "現在のページ兄弟のリスト"
1385
-
1386
- #: inc/core/class.data.php:1319
1387
- msgid "Document"
1388
- msgstr "文書"
1389
-
1390
- #: inc/core/class.data.php:1327
1391
- msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1392
- msgstr "アップロードしたドキュメントのURL。使用可能なファイル形式: doc, xls, pdf 等"
1393
-
1394
- #: inc/core/class.data.php:1336
1395
- msgid "Viewer width"
1396
- msgstr "ビューアの幅"
1397
-
1398
- #: inc/core/class.data.php:1345
1399
- msgid "Viewer height"
1400
- msgstr "ビューアの高さ"
1401
-
1402
- #: inc/core/class.data.php:1351
1403
- msgid "Ignore width and height parameters and make viewer responsive"
1404
- msgstr "幅と高さのパラメータを無視して視聴者に応答する"
1405
-
1406
- #: inc/core/class.data.php:1359
1407
- msgid "Document viewer by Google"
1408
- msgstr "Google ドキュメントビューア"
1409
-
1410
- #: inc/core/class.data.php:1363
1411
- msgid "Gmap"
1412
- msgstr "Googleマップ"
1413
-
1414
- #: inc/core/class.data.php:1374
1415
- msgid "Map width"
1416
- msgstr "地図の幅"
1417
-
1418
- #: inc/core/class.data.php:1383
1419
- msgid "Map height"
1420
- msgstr "地図の高さ"
1421
-
1422
- #: inc/core/class.data.php:1389
1423
- msgid "Ignore width and height parameters and make map responsive"
1424
- msgstr "幅と高さのパラメータを無視して地図に応答する"
1425
-
1426
- #: inc/core/class.data.php:1394
1427
- msgid "Marker"
1428
- msgstr "マーカー"
1429
-
1430
- #: inc/core/class.data.php:1395
1431
- msgid "Address for the marker. You can type it in any language"
1432
- msgstr "地図のアドレス。住所もしくは座標を入力する"
1433
-
1434
- #: inc/core/class.data.php:1403
1435
- msgid "Maps by Google"
1436
- msgstr "Googleマップ"
1437
-
1438
- #: inc/core/class.data.php:1407
1439
- msgid "Slider"
1440
- msgstr "スライダー"
1441
-
1442
- #: inc/core/class.data.php:1414
1443
- msgid "Choose source gallery, that will be used for this slider"
1444
- msgstr "このスライダーに使用するソースギャラリーを選択"
1445
-
1446
- #: inc/core/class.data.php:1422
1447
- msgid "Slider width (in pixels)"
1448
- msgstr "スライダ幅(px単位)"
1449
-
1450
- #: inc/core/class.data.php:1430
1451
- msgid "Slider height (in pixels)"
1452
- msgstr "スライダーの高さ(px単位)"
1453
-
1454
- #: inc/core/class.data.php:1436
1455
- msgid "Ignore width and height parameters and make slider responsive"
1456
- msgstr "幅と高さのパラメータを無視してスライダーに応答する"
1457
-
1458
- #: inc/core/class.data.php:1441 inc/core/class.data.php:1547
1459
- #: inc/core/class.data.php:1636
1460
- msgid "Show titles"
1461
- msgstr "タイトルを表示"
1462
-
1463
- #: inc/core/class.data.php:1441
1464
- msgid "Display slide titles"
1465
- msgstr "スライドのタイトルを表示"
1466
-
1467
- #: inc/core/class.data.php:1446
1468
- msgid "Is slider centered on the page"
1469
- msgstr "スライダーをページの中央に配置"
1470
-
1471
- #: inc/core/class.data.php:1451 inc/core/class.data.php:1557
1472
- msgid "Arrows"
1473
- msgstr "矢印"
1474
-
1475
- #: inc/core/class.data.php:1451 inc/core/class.data.php:1557
1476
- msgid "Show left and right arrows"
1477
- msgstr "左右の矢印を表示"
1478
-
1479
- #: inc/core/class.data.php:1456 inc/core/class.data.php:1562
1480
- msgid "Pagination"
1481
- msgstr "ページネーション"
1482
-
1483
- #: inc/core/class.data.php:1457 inc/core/class.data.php:1563
1484
- msgid "Show pagination"
1485
- msgstr "ページネーションを表示"
1486
-
1487
- #: inc/core/class.data.php:1461 inc/core/class.data.php:1567
1488
- msgid "Mouse wheel control"
1489
- msgstr "マウスホイールの制御"
1490
-
1491
- #: inc/core/class.data.php:1462
1492
- msgid "Allow to change slides with mouse wheel"
1493
- msgstr "マウスホイールでスライド可能"
1494
-
1495
- #: inc/core/class.data.php:1471
1496
- msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
1497
- msgstr "スライドアニメーションの間隔を選択。自動再生を無効にするには0に設定"
1498
-
1499
- #: inc/core/class.data.php:1479 inc/core/class.data.php:1585
1500
- msgid "Speed"
1501
- msgstr "スピード"
1502
-
1503
- #: inc/core/class.data.php:1479 inc/core/class.data.php:1585
1504
- msgid "Specify animation speed"
1505
- msgstr "アニメーションの速度を指定"
1506
-
1507
- #: inc/core/class.data.php:1484 inc/core/class.data.php:1590
1508
- #: inc/core/class.data.php:1642
1509
- msgid "Links target"
1510
- msgstr "リンクターゲット"
1511
-
1512
- #: inc/core/class.data.php:1485
1513
- msgid "Open slides links in new window/tab"
1514
- msgstr "スライドリンクを新しいウィンドウ/タブで開く"
1515
-
1516
- #: inc/core/class.data.php:1493
1517
- msgid "Customizable image slider"
1518
- msgstr "カスタマイズ可能なスライダー"
1519
-
1520
- #: inc/core/class.data.php:1497
1521
- msgid "Carousel"
1522
- msgstr "カルーセル"
1523
-
1524
- #: inc/core/class.data.php:1504
1525
- msgid "Choose source gallery, that will be used for this carousel"
1526
- msgstr "このカルーセルに使用するソースギャラリーを選択"
1527
-
1528
- #: inc/core/class.data.php:1512
1529
- msgid "Carousel width (in pixels)"
1530
- msgstr "カルーセルの幅(px単位)"
1531
-
1532
- #: inc/core/class.data.php:1520
1533
- msgid "Carousel height (in pixels)"
1534
- msgstr "カルーセルの高さ(px単位)"
1535
-
1536
- #: inc/core/class.data.php:1526
1537
- msgid "Ignore width and height parameters and make carousel responsive"
1538
- msgstr "幅と高さのパラメータを無視しカルーセルが応答する"
1539
-
1540
- #: inc/core/class.data.php:1533
1541
- msgid "Items to show"
1542
- msgstr "表示するアイテム"
1543
-
1544
- #: inc/core/class.data.php:1534
1545
- msgid "How much carousel items is visible"
1546
- msgstr "いくつカルーセル項目を表示するか"
1547
-
1548
- #: inc/core/class.data.php:1541
1549
- msgid "Scroll number"
1550
- msgstr "スクロール数"
1551
-
1552
- #: inc/core/class.data.php:1542
1553
- msgid "How much items are scrolled in one transition"
1554
- msgstr "どれくらいのアイテムが1つの移行においてスクロールされるか"
1555
-
1556
- #: inc/core/class.data.php:1547
1557
- msgid "Display titles for each item"
1558
- msgstr "各項目のタイトルを表示します。"
1559
-
1560
- #: inc/core/class.data.php:1552
1561
- msgid "Is carousel centered on the page"
1562
- msgstr "カルーセルをページ中央に配置"
1563
-
1564
- #: inc/core/class.data.php:1568
1565
- msgid "Allow to rotate carousel with mouse wheel"
1566
- msgstr "マウスホイールでカルーセルを回転することを許可"
1567
-
1568
- #: inc/core/class.data.php:1577
1569
- msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
1570
- msgstr "自動アニメーションの間隔を選択。自動再生を無効にするには0に設定"
1571
-
1572
- #: inc/core/class.data.php:1591
1573
- msgid "Open carousel links in new window/tab"
1574
- msgstr "新しいウィンドウ/タブでカルーセルのリンクを開く"
1575
-
1576
- #: inc/core/class.data.php:1599
1577
- msgid "Customizable image carousel"
1578
- msgstr "カスタマイズ可能な画像カルーセル"
1579
-
1580
- #: inc/core/class.data.php:1610
1581
- msgid "Choose source gallery, that will be used for this shortcode"
1582
- msgstr "このショートコードに使用するギャラリーのソースを選択"
1583
-
1584
- #: inc/core/class.data.php:1618
1585
- msgid "Single item width (in pixels)"
1586
- msgstr "単一アイテムの幅(px単位)"
1587
-
1588
- #: inc/core/class.data.php:1626
1589
- msgid "Single item height (in pixels)"
1590
- msgstr "単一の項目の高さ(px単位)"
1591
-
1592
- #: inc/core/class.data.php:1631
1593
- msgid "Never"
1594
- msgstr "なし"
1595
-
1596
- #: inc/core/class.data.php:1632
1597
- msgid "On mouse over"
1598
- msgstr "マウスオーバー"
1599
-
1600
- #: inc/core/class.data.php:1633
1601
- msgid "Always"
1602
- msgstr "常に"
1603
-
1604
- #: inc/core/class.data.php:1637
1605
- msgid "Title display mode"
1606
- msgstr "タイトル表示モード"
1607
-
1608
- #: inc/core/class.data.php:1642
1609
- msgid "Open links in new window/tab"
1610
- msgstr "新しいウィンドウ/タブでリンクを開く"
1611
-
1612
- #: inc/core/class.data.php:1650
1613
- msgid "Customizable image gallery"
1614
- msgstr "カスタマイズ可能なイメージギャラリー"
1615
-
1616
- #: inc/core/class.data.php:1654
1617
- msgid "Posts"
1618
- msgstr "投稿"
1619
-
1620
- #: inc/core/class.data.php:1659
1621
- msgid "Template"
1622
- msgstr "テンプレート"
1623
-
1624
- #: inc/core/class.data.php:1660
1625
- msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
1626
- msgstr "<b>以下の説明を理解していない場合は、このフィールドの値を変更しないでください。</b><br />テンプレート・ファイルへの相対パス。デフォルトのテンプレートはプラグインディレクトリの下に配置される。(テンプレートフォルダ)<br />テーマディレクトリの下にそれをコピーし、必要に応じて変更することができる。<br />プラグインディレクトリで既に利用可能であれば次のデフォルトのテンプレートが使用可能。<br /><b%value>templates/default-loop.php</b> - 投稿ループ<br /><b%value>templates/teaser-loop.php</b> - サムネイルとタイトルの記事ループ<br /><b%value>templates/single-post.php</b> - シングル投稿テンプレート<br /><b%value>templates/list-loop.php</b> - 順不同 記事のタイトルとリスト"
1627
-
1628
- #: inc/core/class.data.php:1664
1629
- msgid "Post ID's"
1630
- msgstr "投稿ID"
1631
-
1632
- #: inc/core/class.data.php:1665
1633
- msgid "Enter comma separated ID's of the posts that you want to show"
1634
- msgstr "表示したいIDをカンマで区切って入力"
1635
-
1636
- #: inc/core/class.data.php:1673
1637
- msgid "Posts per page"
1638
- msgstr "ページあたりの投稿数"
1639
-
1640
- #: inc/core/class.data.php:1674
1641
- msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
1642
- msgstr "表示したい記事数を指定。すべての投稿を取得するには-1を入力"
1643
-
1644
- #: inc/core/class.data.php:1681
1645
- msgid "Post types"
1646
- msgstr "投稿タイプ"
1647
-
1648
- #: inc/core/class.data.php:1682
1649
- msgid "Select post types. Hold Ctrl key to select multiple post types"
1650
- msgstr "投稿タイプを選択。複数の投稿タイプを選択するにはCtrlキーを押しながら選択"
1651
-
1652
- #: inc/core/class.data.php:1688
1653
- msgid "Taxonomy"
1654
- msgstr "タクソノミー"
1655
-
1656
- #: inc/core/class.data.php:1689
1657
- msgid "Select taxonomy to show posts from"
1658
- msgstr "表示する投稿のタクソノミー"
1659
-
1660
- #: inc/core/class.data.php:1696
1661
- msgid "Terms"
1662
- msgstr "条件"
1663
-
1664
- #: inc/core/class.data.php:1696
1665
- msgid "Select terms to show posts from"
1666
- msgstr "表示する投稿の条件"
1667
-
1668
- #: inc/core/class.data.php:1701
1669
- msgid "Taxonomy term operator"
1670
- msgstr "表示する投稿の条件"
1671
-
1672
- #: inc/core/class.data.php:1702
1673
- msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
1674
- msgstr "IN - 選択したカテゴリの条件のいずれかを持っている投稿<br />NOT IN - ある記事に選択した条件のいずれも持っていない<br />AND - 選択したすべての条件を持っている記事"
1675
-
1676
- #: inc/core/class.data.php:1709
1677
- msgid "Authors"
1678
- msgstr "投稿者"
1679
-
1680
- #: inc/core/class.data.php:1710
1681
- msgid "Choose the authors whose posts you want to show"
1682
- msgstr "表示したい投稿者を選択"
1683
-
1684
- #: inc/core/class.data.php:1714
1685
- msgid "Meta key"
1686
- msgstr "Metaキー"
1687
-
1688
- #: inc/core/class.data.php:1715
1689
- msgid "Enter meta key name to show posts that have this key"
1690
- msgstr "このキーを持っている投稿を表示するMetaキー名を入力"
1691
-
1692
- #: inc/core/class.data.php:1722
1693
- msgid "Offset"
1694
- msgstr "オフセット"
1695
-
1696
- #: inc/core/class.data.php:1723
1697
- msgid "Specify offset to start posts loop not from first post"
1698
- msgstr "最初の投稿から投稿ループを始めないためのオフセットを指定"
1699
-
1700
- #: inc/core/class.data.php:1728
1701
- msgid "Descending"
1702
- msgstr "降順"
1703
-
1704
- #: inc/core/class.data.php:1729
1705
- msgid "Ascending"
1706
- msgstr "昇順"
1707
-
1708
- #: inc/core/class.data.php:1732
1709
- msgid "Order"
1710
- msgstr "順序"
1711
-
1712
- #: inc/core/class.data.php:1733
1713
- msgid "Posts order"
1714
- msgstr "投稿順"
1715
-
1716
- #: inc/core/class.data.php:1739
1717
- msgid "Post ID"
1718
- msgstr "投稿ID"
1719
-
1720
- #: inc/core/class.data.php:1740
1721
- msgid "Post author"
1722
- msgstr "投稿者"
1723
-
1724
- #: inc/core/class.data.php:1741
1725
- msgid "Post title"
1726
- msgstr "投稿タイトル"
1727
-
1728
- #: inc/core/class.data.php:1742
1729
- msgid "Post slug"
1730
- msgstr "投稿スラッグ"
1731
-
1732
- #: inc/core/class.data.php:1743
1733
- msgid "Date"
1734
- msgstr "日付"
1735
-
1736
- #: inc/core/class.data.php:1743
1737
- msgid "Last modified date"
1738
- msgstr "最終更新日"
1739
-
1740
- #: inc/core/class.data.php:1744 inc/core/class.data.php:1754
1741
- msgid "Post parent"
1742
- msgstr "親投稿"
1743
-
1744
- #: inc/core/class.data.php:1745
1745
- msgid "Random"
1746
- msgstr "ランダム"
1747
-
1748
- #: inc/core/class.data.php:1745
1749
- msgid "Comments number"
1750
- msgstr "コメント数"
1751
-
1752
- #: inc/core/class.data.php:1746
1753
- msgid "Menu order"
1754
- msgstr "メニュー順"
1755
-
1756
- #: inc/core/class.data.php:1746
1757
- msgid "Meta key values"
1758
- msgstr "Metaキー値"
1759
-
1760
- #: inc/core/class.data.php:1749
1761
- msgid "Order by"
1762
- msgstr ""
1763
-
1764
- #: inc/core/class.data.php:1750
1765
- msgid "Order posts by"
1766
- msgstr "投稿順"
1767
-
1768
- #: inc/core/class.data.php:1755
1769
- msgid "Show childrens of entered post (enter post ID)"
1770
- msgstr "入力した後の子供を表示 (投稿IDを入力)"
1771
-
1772
- #: inc/core/class.data.php:1760
1773
- msgid "Published"
1774
- msgstr "公開"
1775
-
1776
- #: inc/core/class.data.php:1761
1777
- msgid "Pending"
1778
- msgstr "未定"
1779
-
1780
- #: inc/core/class.data.php:1762
1781
- msgid "Draft"
1782
- msgstr "下書き"
1783
-
1784
- #: inc/core/class.data.php:1763
1785
- msgid "Auto-draft"
1786
- msgstr "自動下書き"
1787
-
1788
- #: inc/core/class.data.php:1764
1789
- msgid "Future post"
1790
- msgstr "予約投稿"
1791
-
1792
- #: inc/core/class.data.php:1765
1793
- msgid "Private post"
1794
- msgstr "個人的な投稿"
1795
-
1796
- #: inc/core/class.data.php:1766
1797
- msgid "Inherit"
1798
- msgstr "継承"
1799
-
1800
- #: inc/core/class.data.php:1767
1801
- msgid "Trashed"
1802
- msgstr "壊れた"
1803
-
1804
- #: inc/core/class.data.php:1768
1805
- msgid "Any"
1806
- msgstr "任意"
1807
-
1808
- #: inc/core/class.data.php:1771
1809
- msgid "Post status"
1810
- msgstr "投稿ステータス"
1811
-
1812
- #: inc/core/class.data.php:1772
1813
- msgid "Show only posts with selected status"
1814
- msgstr "選択した状態の投稿のみ表示"
1815
-
1816
- #: inc/core/class.data.php:1777
1817
- msgid "Ignore sticky"
1818
- msgstr "スティッキーを無視"
1819
-
1820
- #: inc/core/class.data.php:1778
1821
- msgid "Select Yes to ignore posts that is sticked"
1822
- msgstr "貼られた記事を無視する場合は[はい]にする"
1823
-
1824
- #: inc/core/class.data.php:1782
1825
- msgid "Custom posts query with customizable template"
1826
- msgstr "カスタム投稿はカスタマイズ可能なテンプレートを使用して照会します。"
1827
-
1828
- #: inc/core/class.generator.php:44 inc/core/class.generator.php:147
1829
- msgid "Insert shortcode"
1830
- msgstr "ショートコードを挿入"
1831
-
1832
- #: inc/core/class.generator.php:88
1833
- msgid "Plugin settings"
1834
- msgstr "プラグイン設定"
1835
-
1836
- #: inc/core/class.generator.php:89
1837
- msgid "Plugin homepage"
1838
- msgstr "プラグインのホームページ"
1839
-
1840
- #: inc/core/class.generator.php:90
1841
- msgid "Support forums"
1842
- msgstr "サポートフォーラム"
1843
-
1844
- #: inc/core/class.generator.php:97
1845
- msgid "Search for shortcodes"
1846
- msgstr "ショートコードを検索"
1847
-
1848
- #: inc/core/class.generator.php:99
1849
- msgid "Filter by type"
1850
- msgstr "タイプ別フィルタ"
1851
-
1852
- #: inc/core/class.generator.php:135
1853
- msgid "Shortcode not specified"
1854
- msgstr "ショートコードが指定されていません。"
1855
-
1856
- #: inc/core/class.generator.php:148
1857
- msgid "Live preview"
1858
- msgstr "プレビュー"
1859
-
1860
- #: inc/core/class.generator.php:149
1861
- msgid "Close window"
1862
- msgstr "ウィンドウを閉じる"
1863
-
1864
- #: inc/core/class.generator.php:153
1865
- msgid "Click to return to the shortcodes list"
1866
- msgstr "ショートコードのリストに戻ります"
1867
-
1868
- #: inc/core/class.generator.php:153
1869
- msgid "All shortcodes"
1870
- msgstr "全てのショートコード"
1871
-
1872
- #: inc/core/class.generator.php:186
1873
- msgid "Yes"
1874
- msgstr "はい"
1875
-
1876
- #: inc/core/class.generator.php:186
1877
- msgid "No"
1878
- msgstr "いいえ"
1879
-
1880
- #: inc/core/class.generator.php:190
1881
- msgid "Max upload file size"
1882
- msgstr "アップロードファイルの最大サイズ"
1883
-
1884
- #: inc/core/class.generator.php:190
1885
- msgid "Mb"
1886
- msgstr "MB"
1887
-
1888
- #: inc/core/class.generator.php:190
1889
- msgid "How to increase"
1890
- msgstr "増加方法"
1891
-
1892
- #: inc/core/class.generator.php:201
1893
- msgid "Please wait"
1894
- msgstr "しばらくお待ちください"
1895
-
1896
- #: inc/core/class.generator.php:208 inc/core/class.generator.php:296
1897
- msgid "Untitled gallery"
1898
- msgstr "無題のギャラリー"
1899
-
1900
- #: inc/core/class.generator.php:214 inc/core/class.generator.php:302
1901
- msgid "Galleries not found"
1902
- msgstr "ギャラリーが見つかりません"
1903
-
1904
- #: inc/core/class.generator.php:215
1905
- msgid "Manage galleries"
1906
- msgstr "ギャラリーを管理"
1907
-
1908
- #: inc/core/class.generator.php:215
1909
- msgid "Reload galleries"
1910
- msgstr "ギャラリーをリロード"
1911
-
1912
- #: inc/core/class.generator.php:226
1913
- msgid "Click to set this value"
1914
- msgstr "この値を設定する場合クリックします。"
1915
-
1916
- #: inc/core/class.generator.php:250
1917
- msgid "Preview"
1918
- msgstr "プレビュー"
1919
-
1920
- #: inc/core/class.generator.php:311
1921
- msgid "Access denied"
1922
- msgstr "アクセスが拒否されました"
1923
-
1924
- #: inc/core/class.requirements.php:35
1925
- #, php-format
1926
- msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1927
- msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはWordPressのバージョン(%s)と互換性がありません。<br />推奨 WordPressのバージョン -%s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1928
-
1929
- #: inc/core/class.requirements.php:36
1930
- #, php-format
1931
- msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1932
- msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはPHPのバージョン(%s)と互換性がありません。<br />推奨 PHPバージョン - %s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1933
-
1934
- #: inc/core/class.shortcodes-ultimate.php:25 inc/core/class.widget.php:40
1935
- #: inc/core/class.widget.php:82
1936
- msgid "Shortcodes Ultimate"
1937
- msgstr "Shortcodes Ultimate"
1938
-
1939
- #: inc/core/class.shortcodes-ultimate.php:26 inc/core/class.vote.php:37
1940
- msgid "Vladimir Anokhin"
1941
- msgstr "Vladimir Anokhin"
1942
-
1943
- #: inc/core/class.shortcodes-ultimate.php:27
1944
- msgid "Supercharge your WordPress theme with mega pack of shortcodes"
1945
- msgstr "ショートコードのメガ・パックで、あなたのWordPressテーマに過給します"
1946
-
1947
- #: inc/core/class.shortcodes-ultimate.php:88
1948
- msgid "Where to start?"
1949
- msgstr "どこで開始?"
1950
-
1951
- #: inc/core/class.shortcodes-ultimate.php:100 inc/views/about.php:4
1952
- msgid "Project homepage"
1953
- msgstr "プロジェクトのホームページ"
1954
-
1955
- #: inc/core/class.shortcodes-ultimate.php:101 inc/views/about.php:10
1956
- msgid "Support forum"
1957
- msgstr "サポートフォーラム"
1958
-
1959
- #: inc/core/class.shortcodes-ultimate.php:102 inc/views/about.php:12
1960
- msgid "Changelog"
1961
- msgstr "変更履歴"
1962
-
1963
- #: inc/core/class.shortcodes-ultimate.php:112
1964
- msgid "About"
1965
- msgstr "About"
1966
-
1967
- #: inc/core/class.shortcodes-ultimate.php:117
1968
- msgid "Custom formatting"
1969
- msgstr "カスタムフォーマッティング"
1970
-
1971
- #: inc/core/class.shortcodes-ultimate.php:118
1972
- msgid "Disable this option if you have some problems with other plugins or content formatting"
1973
- msgstr "他のプラグインやコンテンツのフォーマットに問題がある場合は、このオプションを無効にしてください。"
1974
-
1975
- #: inc/core/class.shortcodes-ultimate.php:118
1976
- #: inc/core/class.shortcodes-ultimate.php:126
1977
- msgid "Documentation article"
1978
- msgstr "ドキュメンテーション記事"
1979
-
1980
- #: inc/core/class.shortcodes-ultimate.php:122
1981
- #: inc/core/class.shortcodes-ultimate.php:130
1982
- #: inc/core/class.shortcodes-ultimate.php:138
1983
- msgid "Enabled"
1984
- msgstr "有効"
1985
-
1986
- #: inc/core/class.shortcodes-ultimate.php:125
1987
- msgid "Compatibility mode"
1988
- msgstr "互換モード"
1989
-
1990
- #: inc/core/class.shortcodes-ultimate.php:126
1991
- msgid "Enable this option if you have some problems with other plugins that uses similar shortcode names"
1992
- msgstr "同じようなショートコードを使用した他のプラグインと問題がある場合は、このオプションを有効にしてください。"
1993
-
1994
- #: inc/core/class.shortcodes-ultimate.php:126
1995
- msgid "etc."
1996
- msgstr ""
1997
-
1998
- #: inc/core/class.shortcodes-ultimate.php:133
1999
- msgid "Skip default values"
2000
- msgstr "デフォルト値をスキップ"
2001
-
2002
- #: inc/core/class.shortcodes-ultimate.php:134
2003
- msgid "Enable this option and the generator will insert a shortcode without default attribute values that you have not changed. As a result, the generated code will be shorter."
2004
- msgstr "このオプションを有効にしてください。変更していないデフォルトの属性値でジェネレーターはショーコードを挿入します。その結果、生成するコードはより短くなります。"
2005
-
2006
- #: inc/core/class.shortcodes-ultimate.php:141
2007
- msgid "Skin"
2008
- msgstr "スキン"
2009
-
2010
- #: inc/core/class.shortcodes-ultimate.php:142
2011
- #, php-format
2012
- msgid "Choose skin for shortcodes.<br /><a href=\"%s\" target=\"_blank\">Learn how to create custom skin</a><br /><a href=\"%s\" target=\"_blank\"><b>Download more skins</b></a>"
2013
- msgstr "ショートコードのスキンを選択してください。<br /><a href=\"%s\" target=\"_blank\">カスタムスキンの作成方法を学んでください。</a><br /><a href=\"%s\" target=\"_blank\"><b>スキンをダウンロードする。</b></a>"
2014
-
2015
- #: inc/core/class.shortcodes-ultimate.php:148
2016
- msgid "Custom CSS"
2017
- msgstr "カスタムCSS"
2018
-
2019
- #: inc/core/class.shortcodes-ultimate.php:151
2020
- msgid "Galleries"
2021
- msgstr "ギャラリー"
2022
-
2023
- #: inc/core/class.shortcodes-ultimate.php:154
2024
- msgid "Cheatsheet"
2025
- msgstr "虎の巻"
2026
-
2027
- #: inc/core/class.vote.php:39
2028
- msgid "Hello, my name is Vladimir Anokhin, and I am developer of plugin <b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few words about it at the wordpress.org or twitter. It will help other people find this useful plugin more quickly.<br><b>Thank you!</b>"
2029
- msgstr "こんにちは、私の名前はVladimir Anokhin、私はプラグイン<b>Shortcodes Ultimate</b>の開発者がです。<br>もし良ければ、このプラグインをwordpress.orgやTwitterで話題にしてください。それは他の人がより迅速に、この便利なプラグインを見つけやすくなります。ありがとうございました!"
2030
-
2031
- #: inc/core/class.vote.php:41
2032
- msgid "Rate plugin"
2033
- msgstr "プラグインを評価"
2034
-
2035
- #: inc/core/class.vote.php:42
2036
- msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
2037
- msgstr "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
2038
-
2039
- #: inc/core/class.vote.php:42
2040
- msgid "Tweet"
2041
- msgstr "Tweet"
2042
-
2043
- #: inc/core/class.vote.php:43
2044
- msgid "No, thanks"
2045
- msgstr "何もしない"
2046
-
2047
- #: inc/core/class.vote.php:44
2048
- msgid "or"
2049
- msgstr "または"
2050
-
2051
- #: inc/core/class.vote.php:45
2052
- msgid "Remind me later"
2053
- msgstr "後で通知"
2054
-
2055
- #: inc/core/class.widget.php:36
2056
- msgid "Special Shortcodes Ultimate widget"
2057
- msgstr "Special Shortcodes Ultimateウィジェット"
2058
-
2059
- #: inc/core/class.widget.php:87
2060
- msgid "Title:"
2061
- msgstr "タイトル:"
2062
-
2063
- #: inc/core/shortcodes.php:483
2064
- msgid "This is box title"
2065
- msgstr "これはボックスのタイトルです。"
2066
-
2067
- #: inc/core/shortcodes.php:663 inc/core/shortcodes.php:696
2068
- #: inc/core/shortcodes.php:730 inc/core/shortcodes.php:764
2069
- #: inc/core/shortcodes.php:804
2070
- msgid "please specify correct url"
2071
- msgstr "正しいURLを指定してください。"
2072
-
2073
- #: inc/core/shortcodes.php:1006
2074
- msgid "This menu doesn't exists, or has no elements"
2075
- msgstr "このメニューには要素が存在しないか、または持っていません。"
2076
-
2077
- #: inc/core/shortcodes.php:1094 inc/core/shortcodes.php:1180
2078
- #: inc/core/shortcodes.php:1249
2079
- msgid "images not found"
2080
- msgstr "画像が見つかりません。"
2081
-
2082
- #: inc/core/shortcodes.php:1447
2083
- msgid "template not found"
2084
- msgstr "テンプレートが見つかりません。"
2085
-
2086
- #: inc/core/tools.php:234
2087
- msgid "year"
2088
- msgstr "年"
2089
-
2090
- #: inc/core/tools.php:235
2091
- msgid "month"
2092
- msgstr "月"
2093
-
2094
- #: inc/core/tools.php:236
2095
- msgid "week"
2096
- msgstr "週"
2097
-
2098
- #: inc/core/tools.php:237
2099
- msgid "day"
2100
- msgstr "日"
2101
-
2102
- #: inc/core/tools.php:238
2103
- msgid "hour"
2104
- msgstr "時間"
2105
-
2106
- #: inc/core/tools.php:239
2107
- msgid "minute"
2108
- msgstr "分"
2109
-
2110
- #: inc/core/tools.php:248 inc/core/tools.php:255
2111
- msgid "s"
2112
- msgstr "s"
2113
-
2114
- #: inc/core/tools.php:291
2115
- msgid "username not specified"
2116
- msgstr "ユーザ名を指定していません。"
2117
-
2118
- #: inc/core/tools.php:296
2119
- msgid "no public messages"
2120
- msgstr "パブリックメッセージがありません。"
2121
-
2122
- #: inc/views/about.php:2
2123
- msgid "Welcome to Shortcodes Ultimate"
2124
- msgstr "Shortcodes Ultimateへようこそ"
2125
-
2126
- #: inc/views/about.php:2
2127
- msgid "A real swiss army knife for WordPress"
2128
- msgstr "Special Shortcodes Ultimateウィジェット"
2129
-
2130
- #: inc/views/about.php:6
2131
- msgid "Addons"
2132
- msgstr "アドオン"
2133
-
2134
- #: inc/views/about.php:8
2135
- msgid "Documentation"
2136
- msgstr "ドキュメンテーション"
2137
-
2138
- #: inc/views/about.php:14
2139
- msgid "GitHub"
2140
- msgstr "GitHub"
2141
-
2142
- #: inc/views/about.php:16
2143
- msgid "Contact author"
2144
- msgstr "作者に連絡"
2145
-
2146
- #: inc/views/about.php:19
2147
- msgid "Plugin features"
2148
- msgstr "プラグインの機能"
2149
-
2150
- #: inc/views/about.php:21
2151
- msgid "40+ amazing shortcodes"
2152
- msgstr "40+ amazing shortcodes"
2153
-
2154
- #: inc/views/about.php:22
2155
- msgid "Power of CSS3 transitions"
2156
- msgstr "Power of CSS3 transitions"
2157
-
2158
- #: inc/views/about.php:23
2159
- msgid "Handy shortcodes generator"
2160
- msgstr "Handy shortcodes generator"
2161
-
2162
- #: inc/views/about.php:24
2163
- msgid "International"
2164
- msgstr "International"
2165
-
2166
- #: inc/views/about.php:25
2167
- msgid "Documented API"
2168
- msgstr "Documented API"
2169
-
2170
- #: inc/views/about.php:29
2171
- msgid "What is a shortcode?"
2172
- msgstr "ショートコードとは何ですか?"
2173
-
2174
- #: inc/views/about.php:30
2175
- msgid "<strong>Shortcode</strong> is a WordPress-specific code that lets you do nifty things with very little effort."
2176
- msgstr "<strong>ショートコード</strong>は、ごくわずかな努力でしか素晴らしいことができるWordPressに特有のコードです。"
2177
-
2178
- #: inc/views/about.php:31
2179
- msgid "Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut."
2180
- msgstr "ショートコードはファイルを埋め込みや1行だけで複雑なコードを多くを必要とするオブジェクトを作成することができます。 ショートコード = ショートカット"
2181
-
2182
- #: inc/views/about.php:35
2183
- msgid "How does it works"
2184
- msgstr "仕組み"
2185
-
2186
- #: inc/views/about.php:39
2187
- msgid "More videos"
2188
- msgstr "その他のビデオ"
2189
-
2190
- #: inc/views/about.php:41
2191
- msgid "Shortcodes Ultimate Tutorial"
2192
- msgstr "Shortcodes Ultimateのチュートリアル"
2193
-
2194
- #: inc/views/about.php:42
2195
- msgid "How to use special widget"
2196
- msgstr "特殊なウィジェットの使用方法"
2197
-
2198
- #: inc/views/about.php:43
2199
- msgid "How to create Carousel"
2200
- msgstr "カルーセルの作製方法"
2201
-
2202
- #: inc/views/about.php:44
2203
- msgid "How to create image gallery"
2204
- msgstr "イメージギャラリーの作製方法"
2205
-
2206
- #: inc/views/cheatsheet.php:5
2207
- msgid "Shortcode"
2208
- msgstr "ショートコード"
2209
-
2210
- #: inc/views/cheatsheet.php:6
2211
- msgid "Parameters"
2212
- msgstr "パラメータ"
2213
-
2214
- #: inc/views/cheatsheet.php:7
2215
- msgid "Example"
2216
- msgstr "例"
2217
-
2218
- #: inc/views/cheatsheet.php:17
2219
- msgid "Demo"
2220
- msgstr "デモ"
2221
-
2222
- #: inc/views/cheatsheet.php:49
2223
- msgid "Default value"
2224
- msgstr "デフォルト値"
2225
-
2226
- #: inc/views/cheatsheet.php:55
2227
- msgid "-- no parameters --"
2228
- msgstr "-- パラメータなし --"
2229
-
2230
- #: inc/views/closetab.php:4
2231
- msgid "Save changes"
2232
- msgstr "変更を保存"
2233
-
2234
- #: inc/views/closetab.php:5
2235
- msgid "Saving"
2236
- msgstr "保存中"
2237
-
2238
- #: inc/views/closetab.php:6
2239
- msgid "Saved"
2240
- msgstr "保存しました"
2241
-
2242
- #: inc/views/closetab.php:7
2243
- msgid "This action will remove all your custom CSS, galleries and settings. Are you sure? This action cannot be undone!"
2244
- msgstr "カスタムCSS、ギャラリーや設定がすべて削除されます。この操作は元に戻すことはできません。"
2245
-
2246
- #: inc/views/closetab.php:7
2247
- msgid "Restore default settings"
2248
- msgstr "デフォルト設定を復元"
2249
-
2250
- #: inc/views/code.php:5
2251
- msgid "Insert code"
2252
- msgstr "コードを挿入"
2253
-
2254
- #: inc/views/css.php:3
2255
- msgid "You can see the original styles to override it"
2256
- msgstr "上書きするオリジナルスタイルを見ることができます。"
2257
-
2258
- #: inc/views/css.php:17
2259
- msgid "You can use next variables in your custom CSS"
2260
- msgstr "カスタムCSSで次の変数が使用可能です。"
2261
-
2262
- #: inc/views/css.php:18
2263
- msgid "home url"
2264
- msgstr "ホームのURL"
2265
-
2266
- #: inc/views/css.php:19
2267
- msgid "theme url"
2268
- msgstr "テーマのURL"
2269
-
2270
- #: inc/views/css.php:20
2271
- msgid "plugin url"
2272
- msgstr "プラグインのURL"
2273
-
2274
- #: inc/views/galleries.php:2
2275
- msgid "Are you sure that you want to delete this gallery? This action can't be undone!"
2276
- msgstr "このギャラリーを削除してもよろしいですか?この操作は元に戻すことはできません。"
2277
-
2278
- #: inc/views/galleries.php:2
2279
- msgid "Are you sure that you want to delete this image? This action can't be undone!"
2280
- msgstr "この画像を削除してもよろしいですか?この操作は元に戻すことはできません。"
2281
-
2282
- #: inc/views/galleries.php:4
2283
- msgid "Create new gallery"
2284
- msgstr "新しいギャラリーを作成"
2285
-
2286
- #: inc/views/galleries.php:17 inc/views/galleries.php:72
2287
- msgid "Enter gallery name"
2288
- msgstr "ギャラリー名を入力してください。"
2289
-
2290
- #: inc/views/galleries.php:19 inc/views/galleries.php:74
2291
- msgid "Edit gallery"
2292
- msgstr "ギャラリーを編集"
2293
-
2294
- #: inc/views/galleries.php:20 inc/views/galleries.php:75
2295
- msgid "Save &amp; close"
2296
- msgstr "保存して閉じる"
2297
-
2298
- #: inc/views/galleries.php:21 inc/views/galleries.php:50
2299
- #: inc/views/galleries.php:76 inc/views/galleries.php:105
2300
- msgid "Close"
2301
- msgstr "閉じる"
2302
-
2303
- #: inc/views/galleries.php:22 inc/views/galleries.php:41
2304
- #: inc/views/galleries.php:77 inc/views/galleries.php:96
2305
- msgid "Delete"
2306
- msgstr "削除"
2307
-
2308
- #: inc/views/galleries.php:40 inc/views/galleries.php:95
2309
- msgid "Edit"
2310
- msgstr "編集"
2311
-
2312
- #: inc/views/notifications.php:5
2313
- msgid "Instructions"
2314
- msgstr "説明書"
2315
-
2316
- #: inc/views/notifications.php:13 inc/views/notifications.php:21
2317
- #: inc/views/notifications.php:29 inc/views/notifications.php:37
2318
- msgid "Click to close"
2319
- msgstr "クリックして閉じる"
2320
-
2321
- #: inc/views/settings.php:12
2322
- msgid "For full functionality of this page it is reccomended to enable javascript."
2323
- msgstr "このページの完全な機能はJavaScriptの有効が推奨されています。"
2324
-
2325
- #: inc/views/settings.php:14
2326
- msgid "Settings reseted successfully"
2327
- msgstr "設定をリセットしました。"
2328
-
2329
- #: inc/views/settings.php:15
2330
- msgid "There is already default settings"
2331
- msgstr "デフォルト設定が既に存在します。"
2332
-
2333
- #: inc/views/settings.php:16
2334
- msgid "Settings saved successfully"
2335
- msgstr "設定を保存しました"
2336
-
2337
- #: inc/views/settings.php:17
2338
- msgid "Settings not saved, because there is no changes"
2339
- msgstr "何も変更がないので設定は保存されません。"
2340
-
2341
- #: inc/views/upload.php:7
2342
- msgid "Upload"
2343
- msgstr "アップロード"
2344
-
2345
- #: templates/default-loop.php:15 templates/single-post.php:18
2346
- msgid "Posted"
2347
- msgstr "投稿"
2348
-
2349
- #: templates/default-loop.php:19 templates/single-post.php:18
2350
- msgid "0 comments"
2351
- msgstr "コメントなし"
2352
-
2353
- #: templates/default-loop.php:19 templates/single-post.php:18
2354
- msgid "1 comment"
2355
- msgstr "1件のコメント"
2356
-
2357
- #: templates/default-loop.php:19 templates/single-post.php:18
2358
- msgid "%n comments"
2359
- msgstr "%n件のコメント"
2360
-
2361
- #: templates/default-loop.php:27 templates/list-loop.php:18
2362
- #: templates/single-post.php:30 templates/teaser-loop.php:22
2363
- msgid "Posts not found"
2364
- msgstr "投稿が見つかりません。"
2365
-
2366
- msgid "Is this column centered on the page"
2367
- msgstr "この列はページの中央に配置される"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Shortcodes Ultimate\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-10-01 17:50+0300\n"
6
+ "PO-Revision-Date: 2013-11-22 18:42+0900\n"
7
+ "Last-Translator: stranger-jp <wordpress.stranger.jp@gmail.com>\n"
8
+ "Language-Team: stranger-jp <wordpress.stranger.jp@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-Basepath: ..\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+ "Language: ja\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ msgid "Default"
20
+ msgstr "デフォルト"
21
+
22
+ msgid "Style"
23
+ msgstr "スタイル"
24
+
25
+ msgid "This shortcode doesn't work in live preview. Please insert it into editor and preview on the site."
26
+ msgstr "このショートコードは、ライブプレビューでは動作しません。サイト上のエディタに挿入してください。"
27
+
28
+ msgid "All"
29
+ msgstr "すべて"
30
+
31
+ msgid "Content"
32
+ msgstr "コンテンツ"
33
+
34
+ msgid "Box"
35
+ msgstr "ボックス"
36
+
37
+ msgid "Media"
38
+ msgstr "メディア"
39
+
40
+ msgid "Gallery"
41
+ msgstr "ギャラリー"
42
+
43
+ msgid "Other"
44
+ msgstr "その他"
45
+
46
+ msgid "Heading"
47
+ msgstr "見出し"
48
+
49
+ msgid "Size"
50
+ msgstr "サイズ"
51
+
52
+ msgid "Left"
53
+ msgstr "左"
54
+
55
+ msgid "Center"
56
+ msgstr "中央"
57
+
58
+ msgid "Right"
59
+ msgstr ""
60
+
61
+ msgid "Align"
62
+ msgstr "整列"
63
+
64
+ msgid "Heading text alignment"
65
+ msgstr "見出しテキストの位置"
66
+
67
+ msgid "Class"
68
+ msgstr "クラス"
69
+
70
+ msgid "Extra CSS class"
71
+ msgstr "別のCSSクラス"
72
+
73
+ msgid "Heading text"
74
+ msgstr "見出しテキスト"
75
+
76
+ msgid "Styled heading"
77
+ msgstr "見出しスタイル"
78
+
79
+ msgid "Tabs"
80
+ msgstr "タブ"
81
+
82
+ msgid "Active tab"
83
+ msgstr "有効なタブ"
84
+
85
+ msgid "Select which tab is open by default"
86
+ msgstr "最初に開いているタブを指定"
87
+
88
+ msgid "Vertical"
89
+ msgstr "垂直"
90
+
91
+ msgid "Show tabs vertically"
92
+ msgstr "タブを垂直に表示"
93
+
94
+ msgid "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
95
+ msgstr "[%prefix_tab title=\"Title 1\"]コンテンツ 1[/%prefix_tab]\n[%prefix_tab title=\"Title 2\"]コンテンツ 2[/%prefix_tab]\n[%prefix_tab title=\"Title 3\"]コンテンツ 3[/%prefix_tab]"
96
+
97
+ msgid "Tabs container"
98
+ msgstr "コンテナタブ"
99
+
100
+ msgid "Tab"
101
+ msgstr "タブ"
102
+
103
+ msgid "Tab name"
104
+ msgstr "タブ名"
105
+
106
+ msgid "Title"
107
+ msgstr "タイトル"
108
+
109
+ msgid "Enter tab name"
110
+ msgstr "タブ名を入力"
111
+
112
+ msgid "Disabled"
113
+ msgstr "無効"
114
+
115
+ msgid "Is this tab disabled"
116
+ msgstr "このタブでは無効になっています"
117
+
118
+ msgid "Tab content"
119
+ msgstr "タブのコンテンツ"
120
+
121
+ msgid "Single tab"
122
+ msgstr "単一のタブ"
123
+
124
+ msgid "Spoiler"
125
+ msgstr "スポイラー"
126
+
127
+ msgid "Spoiler title"
128
+ msgstr "スポイラーのタイトル"
129
+
130
+ msgid "Text in spoiler title"
131
+ msgstr "スポイラーのタイトル内のテキスト"
132
+
133
+ msgid "Open"
134
+ msgstr "開く"
135
+
136
+ msgid "Is spoiler content visible by default"
137
+ msgstr "スポイラーの内容はデフォルトで表示されている"
138
+
139
+ msgid "Fancy"
140
+ msgstr "ファンシー"
141
+
142
+ msgid "Simple"
143
+ msgstr "シンプル"
144
+
145
+ msgid "Hidden content"
146
+ msgstr "非表示のコンテンツ"
147
+
148
+ msgid "Spoiler with hidden content"
149
+ msgstr "内容が非表示のスポイラー"
150
+
151
+ msgid "Accordion"
152
+ msgstr "アコーディオン"
153
+
154
+ msgid "[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]\n[%prefix_spoiler]Content[/%prefix_spoiler]"
155
+ msgstr "[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]\n[%prefix_spoiler]コンテンツ[/%prefix_spoiler]"
156
+
157
+ msgid "Accordion with spoilers"
158
+ msgstr "スポイラーとアコーディオン"
159
+
160
+ msgid "Divider"
161
+ msgstr "仕切り"
162
+
163
+ msgid "Show TOP link"
164
+ msgstr "トップに戻るを表示"
165
+
166
+ msgid "Show link to top of the page or not"
167
+ msgstr "トップに戻るリンクを表示"
168
+
169
+ msgid "Go to top"
170
+ msgstr "ページのトップへ"
171
+
172
+ msgid "Link text"
173
+ msgstr "リンクテキスト"
174
+
175
+ msgid "Text for the GO TOP link"
176
+ msgstr "トップに戻るリンクのテキスト"
177
+
178
+ msgid "Content divider with optional TOP link"
179
+ msgstr "トップに戻るリンクの仕切り"
180
+
181
+ msgid "Spacer"
182
+ msgstr "スペーサ"
183
+
184
+ msgid "Height"
185
+ msgstr "高さ"
186
+
187
+ msgid "Height of the spacer in pixels"
188
+ msgstr "ピクセル単位のスペーサの高さ"
189
+
190
+ msgid "Empty space with adjustable height"
191
+ msgstr "調節可能な空きスペースの高さ"
192
+
193
+ msgid "Highlight"
194
+ msgstr "ハイライト"
195
+
196
+ msgid "Background"
197
+ msgstr "背景"
198
+
199
+ msgid "Highlighted text background color"
200
+ msgstr "強調表示するテキストの背景色"
201
+
202
+ msgid "Text color"
203
+ msgstr "テキストの色"
204
+
205
+ msgid "Highlighted text color"
206
+ msgstr "強調表示するテキストの色"
207
+
208
+ msgid "Highlighted text"
209
+ msgstr "強調表示するテキストの背景色"
210
+
211
+ msgid "Label"
212
+ msgstr "ラベル"
213
+
214
+ msgid "Success"
215
+ msgstr "成功"
216
+
217
+ msgid "Warning"
218
+ msgstr "警告"
219
+
220
+ msgid "Important"
221
+ msgstr "重要"
222
+
223
+ msgid "Black"
224
+ msgstr ""
225
+
226
+ msgid "Info"
227
+ msgstr "情報"
228
+
229
+ msgid "Type"
230
+ msgstr "タイプ"
231
+
232
+ msgid "Style of the label"
233
+ msgstr "ラベルのスタイル"
234
+
235
+ msgid "Styled label"
236
+ msgstr "ラベルスタイル"
237
+
238
+ msgid "Quote"
239
+ msgstr "引用"
240
+
241
+ msgid "Cite"
242
+ msgstr "引用"
243
+
244
+ msgid "Quote author name"
245
+ msgstr "引用の投稿者名"
246
+
247
+ msgid "Cite url"
248
+ msgstr "引用URL"
249
+
250
+ msgid "Url of the quote author. Leave empty to disable link"
251
+ msgstr "引用投稿者のURL。リンクを無効にする場合は空白にする"
252
+
253
+ msgid "Blockquote alternative"
254
+ msgstr "代替Blockquote"
255
+
256
+ msgid "Pullquote"
257
+ msgstr "Pullquote"
258
+
259
+ msgid "Pullquote alignment (float)"
260
+ msgstr "Pullquoteアライメント(フロート)"
261
+
262
+ msgid "Dropcap"
263
+ msgstr "Dropcap"
264
+
265
+ msgid "Flat"
266
+ msgstr "フラット"
267
+
268
+ msgid "Light"
269
+ msgstr "ライト"
270
+
271
+ msgid "Dropcap style preset"
272
+ msgstr "Dropcapのプリセットスタイル"
273
+
274
+ msgid "Choose dropcap size"
275
+ msgstr "Dropcapのサイズを選択"
276
+
277
+ msgid "D"
278
+ msgstr "D"
279
+
280
+ msgid "Frame"
281
+ msgstr "フレーム"
282
+
283
+ msgid "Frame alignment"
284
+ msgstr "フレームアライメント"
285
+
286
+ msgid "Styled image frame"
287
+ msgstr "イメージフレームスタイル"
288
+
289
+ msgid "Row"
290
+ msgstr "行"
291
+
292
+ msgid "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
293
+ msgstr "[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]\n[%prefix_column size=\"1/3\"]コンテンツ[/%prefix_column]"
294
+
295
+ msgid "Row for flexible columns"
296
+ msgstr "柔軟性のある列の行"
297
+
298
+ msgid "Column"
299
+ msgstr "コラム"
300
+
301
+ msgid "Full width"
302
+ msgstr "全幅"
303
+
304
+ msgid "One half"
305
+ msgstr "1/2"
306
+
307
+ msgid "One third"
308
+ msgstr "1/3"
309
+
310
+ msgid "Two third"
311
+ msgstr "2/3"
312
+
313
+ msgid "One fourth"
314
+ msgstr "1/4"
315
+
316
+ msgid "Three fourth"
317
+ msgstr "3/4"
318
+
319
+ msgid "One fifth"
320
+ msgstr "1/5"
321
+
322
+ msgid "Two fifth"
323
+ msgstr "2/5"
324
+
325
+ msgid "Three fifth"
326
+ msgstr "3/5"
327
+
328
+ msgid "Four fifth"
329
+ msgstr "4/5"
330
+
331
+ msgid "One sixth"
332
+ msgstr "1/6"
333
+
334
+ msgid "Five sixth"
335
+ msgstr "5/6"
336
+
337
+ msgid "Select column width. This width will be calculated depend page width"
338
+ msgstr "列幅を選択。この幅はページ幅に依存して計算される"
339
+
340
+ msgid "Column content"
341
+ msgstr "列の内容"
342
+
343
+ msgid "Flexible and responsive columns"
344
+ msgstr "列の柔軟性と応答性"
345
+
346
+ msgid "List"
347
+ msgstr "リスト"
348
+
349
+ msgid "Star"
350
+ msgstr "星"
351
+
352
+ msgid "Arrow"
353
+ msgstr "矢印"
354
+
355
+ msgid "Check"
356
+ msgstr "チェック"
357
+
358
+ msgid "Cross"
359
+ msgstr "クロス"
360
+
361
+ msgid "Thumbs up"
362
+ msgstr "親指"
363
+
364
+ msgid "Link"
365
+ msgstr "リンク"
366
+
367
+ msgid "Gear"
368
+ msgstr "歯車"
369
+
370
+ msgid "Time"
371
+ msgstr "時間"
372
+
373
+ msgid "Note"
374
+ msgstr "ノート"
375
+
376
+ msgid "Plus"
377
+ msgstr "プラス"
378
+
379
+ msgid "Guard"
380
+ msgstr "ガード"
381
+
382
+ msgid "Event"
383
+ msgstr "エベント"
384
+
385
+ msgid "Idea"
386
+ msgstr "アイデア"
387
+
388
+ msgid "Settings"
389
+ msgstr "設定"
390
+
391
+ msgid "Twitter"
392
+ msgstr "Twitter"
393
+
394
+ msgid "List items style/icons"
395
+ msgstr "リストのスタイル/アイコン"
396
+
397
+ msgid "<ul>\n<li>List item</li>\n<li>List item</li>\n<li>List item</li>\n</ul>"
398
+ msgstr "<ul>\n<li>並び項目</li>\n<li>並び項目</li>\n<li>並び項目</li>\n</ul>"
399
+
400
+ msgid "Styled unordered list"
401
+ msgstr "番号の付かないリスト"
402
+
403
+ msgid "Button"
404
+ msgstr "ボタン"
405
+
406
+ msgid "Button link"
407
+ msgstr "ボタン"
408
+
409
+ msgid "Same tab"
410
+ msgstr "同じタブ"
411
+
412
+ msgid "New tab"
413
+ msgstr "新しいタブ"
414
+
415
+ msgid "Target"
416
+ msgstr "ターゲット"
417
+
418
+ msgid "Button link target"
419
+ msgstr "ボタンのリンク先"
420
+
421
+ msgid "Soft"
422
+ msgstr "ソフト"
423
+
424
+ msgid "Glass"
425
+ msgstr "ガラス"
426
+
427
+ msgid "Bubbles"
428
+ msgstr "泡"
429
+
430
+ msgid "Noise"
431
+ msgstr "ノイズ"
432
+
433
+ msgid "Stroked"
434
+ msgstr "撫でる"
435
+
436
+ msgid "3D"
437
+ msgstr "3D"
438
+
439
+ msgid "Button background style preset"
440
+ msgstr "ボタンの背景スタイルプリセット"
441
+
442
+ msgid "Button background color"
443
+ msgstr "ボタンの背景色"
444
+
445
+ msgid "Button text color"
446
+ msgstr "ボタンのテキストの色"
447
+
448
+ msgid "Button size"
449
+ msgstr "ボタンサイズ"
450
+
451
+ msgid "Fluid"
452
+ msgstr "流体"
453
+
454
+ msgid "Fluid buttons has 100% width"
455
+ msgstr "流体ボタンが100%の幅を有する"
456
+
457
+ msgid "Centered"
458
+ msgstr "中央"
459
+
460
+ msgid "Is button centered on the page"
461
+ msgstr "ボタンをページの中央に配置"
462
+
463
+ msgid "Radius"
464
+ msgstr "半径"
465
+
466
+ msgid "Radius of button corners. Auto-radius calculation based on button size"
467
+ msgstr "ボタンコーナーの半径。ボタンサイズに基づいて半径を自動算出"
468
+
469
+ msgid "Icon"
470
+ msgstr "アイコン"
471
+
472
+ msgid "You can upload custom icon for this button. Try to begin with <a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">these free high-quality icons</a>. Download archive, unpack icons and upload in this field"
473
+ msgstr "このボタンのカスタムアイコンをアップロード可能。<a href=\"http://webdesign.tutsplus.com/freebies/icons-freebies/exclusive-freebie-50-crisp-web-app-icons/\" target=\"_blank\">無料で高品質なアイコン</a>"
474
+
475
+ msgid "Dark"
476
+ msgstr "ダーク"
477
+
478
+ msgid "Color of button text shadow"
479
+ msgstr "ボタンのテキストの影の色"
480
+
481
+ msgid "None"
482
+ msgstr "なし"
483
+
484
+ msgid "Top"
485
+ msgstr "上"
486
+
487
+ msgid "Bottom"
488
+ msgstr "下"
489
+
490
+ msgid "Top right"
491
+ msgstr "右上"
492
+
493
+ msgid "Top left"
494
+ msgstr "左上"
495
+
496
+ msgid "Bottom right"
497
+ msgstr "右下"
498
+
499
+ msgid "Bottom left"
500
+ msgstr "左下"
501
+
502
+ msgid "Text shadow position"
503
+ msgstr "テキストの影の位置"
504
+
505
+ msgid "Position of button text shadow"
506
+ msgstr "ボタンのテキストの影の位置"
507
+
508
+ msgid "Description"
509
+ msgstr "説明"
510
+
511
+ msgid "Small description under button text. This option is incompatible with icon."
512
+ msgstr "ボタンの下の小さな説明。このオプションはアイコンと互換性がない"
513
+
514
+ msgid "Button text"
515
+ msgstr "ボタンのテキスト"
516
+
517
+ msgid "Styled button"
518
+ msgstr "ボタンスタイル"
519
+
520
+ msgid "Service"
521
+ msgstr "サービス"
522
+
523
+ msgid "Service title"
524
+ msgstr "サービスタイトル"
525
+
526
+ msgid "Service name"
527
+ msgstr "サービス名"
528
+
529
+ msgid "You can upload custom icon for this box"
530
+ msgstr "このボックスにカスタムアイコンをアップロード可能"
531
+
532
+ msgid "Icon size"
533
+ msgstr "アイコンサイズ"
534
+
535
+ msgid "Size of the uploaded icon in pixels"
536
+ msgstr "アイコンサイズ(px単位)"
537
+
538
+ msgid "Service description"
539
+ msgstr "サービスの説明"
540
+
541
+ msgid "Service box with title"
542
+ msgstr "サービスボックスのタイトル"
543
+
544
+ msgid "Box title"
545
+ msgstr "ボックスのタイトル"
546
+
547
+ msgid "Text for the box title"
548
+ msgstr "ボックスタイトルのテキスト"
549
+
550
+ msgid "Box style preset"
551
+ msgstr "ボックススタイルプリセッ"
552
+
553
+ msgid "Color"
554
+ msgstr ""
555
+
556
+ msgid "Color for the box title and borders"
557
+ msgstr "ボックスのタイトルと枠線の色"
558
+
559
+ msgid "Title text color"
560
+ msgstr "タイトルテキストの色"
561
+
562
+ msgid "Color for the box title text"
563
+ msgstr "ボックスのタイトルテキストの色"
564
+
565
+ msgid "Box corners radius"
566
+ msgstr "ボックスコーナー半径"
567
+
568
+ msgid "Box content"
569
+ msgstr "ボックスの内容"
570
+
571
+ msgid "Colored box with caption"
572
+ msgstr "見出しのカラーボック"
573
+
574
+ msgid "Note background color"
575
+ msgstr "ノートの背景色"
576
+
577
+ msgid "Note text color"
578
+ msgstr "ノートテキストの背景色"
579
+
580
+ msgid "Note corners radius"
581
+ msgstr "ノートテキストの色"
582
+
583
+ msgid "Note text"
584
+ msgstr "ノートテキスト"
585
+
586
+ msgid "Colored box"
587
+ msgstr "カラーボックス"
588
+
589
+ msgid "Lightbox"
590
+ msgstr "Lightbox"
591
+
592
+ msgid "Iframe"
593
+ msgstr "Iframe"
594
+
595
+ msgid "Image"
596
+ msgstr "画像"
597
+
598
+ msgid "Inline (html content)"
599
+ msgstr "インライン (HTMLコンテンツ)"
600
+
601
+ msgid "Content type"
602
+ msgstr "コンテンツタイプ"
603
+
604
+ msgid "Select type of the lightbox window content"
605
+ msgstr "Lightboxのウィンドウタイプを選択"
606
+
607
+ msgid "Content source"
608
+ msgstr "コンテンツソース"
609
+
610
+ msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
611
+ msgstr "ここにURLまたはCSSセレクタを挿入します。インラインフレームと画像コンテンツタイプのURLを使用してください。インラインコンテンツタイプのCSSセレクターを使用してください。<br />値の例:<br /><b%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTubeのビデオ (インラインフレーム)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - アップロードされたイメージ (画像)<br /><b%value>http://example.com/</b> - 任意のWebページ (インラインフレーム)<br />#コンタクトフォーム - 任意のHTMLコンテンツ (インライン)"
612
+
613
+ msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
614
+ msgstr "[%prefix_button] ここをクリックして動画を再生 [/%prefix_button]"
615
+
616
+ msgid "Lightbox window with custom content"
617
+ msgstr "カスタムコンテンツとLightboxのウィンドウ"
618
+
619
+ msgid "Tooltip"
620
+ msgstr "ツールチップ"
621
+
622
+ msgid "Basic: Light"
623
+ msgstr "基本:明るい"
624
+
625
+ msgid "Basic: Dark"
626
+ msgstr "基本:暗い"
627
+
628
+ msgid "Basic: Yellow"
629
+ msgstr "基本:黄"
630
+
631
+ msgid "Basic: Green"
632
+ msgstr "基本:緑"
633
+
634
+ msgid "Basic: Red"
635
+ msgstr "基本:赤"
636
+
637
+ msgid "Basic: Blue"
638
+ msgstr "基本:青"
639
+
640
+ msgid "Youtube"
641
+ msgstr "Youtube"
642
+
643
+ msgid "Tipsy"
644
+ msgstr "ほろ酔い"
645
+
646
+ msgid "Bootstrap"
647
+ msgstr "ブートストラップ"
648
+
649
+ msgid "jTools"
650
+ msgstr "jTools"
651
+
652
+ msgid "Tipped"
653
+ msgstr "傾ける"
654
+
655
+ msgid "Cluetip"
656
+ msgstr "Cluetip"
657
+
658
+ msgid "Tooltip window style"
659
+ msgstr "ツールチップウィンドウスタイル"
660
+
661
+ msgid "Position"
662
+ msgstr "位置"
663
+
664
+ msgid "Tooltip position"
665
+ msgstr "ツールチップの位置"
666
+
667
+ msgid "Shadow"
668
+ msgstr ""
669
+
670
+ msgid "Add shadow to tooltip. This option is only works with basic styes, e.g. blue, green etc."
671
+ msgstr "ツールチップに影を追加。このオプションは基本的なスタイルを持つ。例えば青、緑など"
672
+
673
+ msgid "Rounded corners"
674
+ msgstr "角丸"
675
+
676
+ msgid "Use rounded for tooltip. This option is only works with basic styes, e.g. blue, green etc."
677
+ msgstr "ツールチップ丸みを帯びた角を使用。このオプションは基本的なスタイルを持つ。"
678
+
679
+ msgid "Font size"
680
+ msgstr "フォントサイズ"
681
+
682
+ msgid "Tooltip font size"
683
+ msgstr "ツールチップのフォントサイズ"
684
+
685
+ msgid "Tooltip title"
686
+ msgstr "ツールチップタイトル"
687
+
688
+ msgid "Enter title for tooltip window. Leave this field empty to hide the title"
689
+ msgstr "ツールチップトウィンドウのタイトルを入力。タイトルを非表示にする場合は空白にする"
690
+
691
+ msgid "Tooltip text"
692
+ msgstr "ツールチップテキスト"
693
+
694
+ msgid "Tooltip content"
695
+ msgstr "ツールチップコンテンツ"
696
+
697
+ msgid "Enter tooltip content here"
698
+ msgstr "ここにツールチップのコンテンツを入力する"
699
+
700
+ msgid "Show and hide on mouse hover"
701
+ msgstr "マウスホバーで表示と非表示"
702
+
703
+ msgid "Show and hide by mouse click"
704
+ msgstr "マウスクリックによって表示と非表示"
705
+
706
+ msgid "Always visible"
707
+ msgstr "常に表示"
708
+
709
+ msgid "Behavior"
710
+ msgstr "行動"
711
+
712
+ msgid "Select tooltip behavior"
713
+ msgstr "選択したツールチップの動作"
714
+
715
+ msgid "Close button"
716
+ msgstr "閉じるボタン"
717
+
718
+ msgid "Show close button"
719
+ msgstr "閉じるボタンを表示"
720
+
721
+ msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
722
+ msgstr "[%prefix_button] ボタンに表示する文字 [/%prefix_button]"
723
+
724
+ msgid "Tooltip window with custom content"
725
+ msgstr "カスタムコンテンツとウィンドウをツールチップ"
726
+
727
+ msgid "Private"
728
+ msgstr "プライベート"
729
+
730
+ msgid "Private note text"
731
+ msgstr "プライベートメモ"
732
+
733
+ msgid "Private note for post authors"
734
+ msgstr "自分用のメモ"
735
+
736
+ msgid "YouTube"
737
+ msgstr "YouTube"
738
+
739
+ msgid "Url"
740
+ msgstr "URL"
741
+
742
+ msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
743
+ msgstr "YouTubeページのURL 。例: http://youtube.com/watch?v=XXXXXX"
744
+
745
+ msgid "Width"
746
+ msgstr ""
747
+
748
+ msgid "Player width"
749
+ msgstr "プレイヤー幅"
750
+
751
+ msgid "Player height"
752
+ msgstr "プレイヤーの高さ"
753
+
754
+ msgid "Responsive"
755
+ msgstr "応答"
756
+
757
+ msgid "Ignore width and height parameters and make player responsive"
758
+ msgstr "幅と高さのパラメータを無視してプレーヤーが応答"
759
+
760
+ msgid "Autoplay"
761
+ msgstr "自動再生"
762
+
763
+ msgid "Play video automatically when page is loaded"
764
+ msgstr "ページがロードされたとき自動的にビデオを再生"
765
+
766
+ msgid "YouTube video"
767
+ msgstr "YouTube video"
768
+
769
+ msgid "Vimeo"
770
+ msgstr "Vimeo"
771
+
772
+ msgid "Url of Vimeo page with video"
773
+ msgstr "ビデオによるVimeoページのURL"
774
+
775
+ msgid "Vimeo video"
776
+ msgstr "Vimeo video"
777
+
778
+ msgid "Screenr"
779
+ msgstr "Screenr"
780
+
781
+ msgid "Url of Screenr page with video"
782
+ msgstr "ビデオによるScreenrのページのURL"
783
+
784
+ msgid "Screenr video"
785
+ msgstr "Screenr video"
786
+
787
+ msgid "Audio"
788
+ msgstr "オーディオ"
789
+
790
+ msgid "File"
791
+ msgstr "ファイル"
792
+
793
+ msgid "Audio file url. Supported formats: mp3, ogg"
794
+ msgstr "音声ファイルのURL 。サポート形式:mp3, ogg"
795
+
796
+ msgid "Player width. You can specify width in percents and player will be responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
797
+ msgstr "プレイヤー幅。パーセントで幅を指定することができプレイヤーはレスポンシブになります。値の例:<b%value>200px</b>、<b%value>100%</b>"
798
+
799
+ msgid "Play file automatically when page is loaded"
800
+ msgstr "ページがロードされたとき自動的にファイルを再生"
801
+
802
+ msgid "Loop"
803
+ msgstr "ループ"
804
+
805
+ msgid "Repeat when playback is ended"
806
+ msgstr "再生が終了したときに繰り返す"
807
+
808
+ msgid "Custom audio player"
809
+ msgstr "カスタムオーディオプレーヤー"
810
+
811
+ msgid "Video"
812
+ msgstr "ビデオ"
813
+
814
+ msgid "Url to mp4/flv video-file"
815
+ msgstr "ビデオファイル mp4/flvへのURL"
816
+
817
+ msgid "Poster"
818
+ msgstr "ポスター"
819
+
820
+ msgid "Url to poster image, that will be shown before playback"
821
+ msgstr "ポスター画像のURL。こは再生前に表示される"
822
+
823
+ msgid "Player title"
824
+ msgstr "プレイヤータイトル"
825
+
826
+ msgid "Controls"
827
+ msgstr "コントロール"
828
+
829
+ msgid "Show player controls (play/pause etc.) or not"
830
+ msgstr "プレーヤーコントロール(再生/一時停止など)表示"
831
+
832
+ msgid "Custom video player"
833
+ msgstr "カスタムビデオプレーヤー"
834
+
835
+ msgid "Table"
836
+ msgstr "テーブル"
837
+
838
+ msgid "CSV file"
839
+ msgstr "CSVファイル"
840
+
841
+ msgid "Upload CSV file if you want to create HTML-table from file"
842
+ msgstr "ファイルからHTMLテーブルを作成する場合は、CSVファイルをアップロードする"
843
+
844
+ msgid "<table>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n<tr>\n\t<td>Table</td>\n\t<td>Table</td>\n</tr>\n</table>"
845
+ msgstr "<Table>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n<tr>\n\t<td>テーブル</td>\n\t<td>テーブル</td>\n</tr>\n</Table>"
846
+
847
+ msgid "Styled table from HTML or CSV file"
848
+ msgstr "HTMLまたはCSVファイルからスタイルテーブル"
849
+
850
+ msgid "Permalink"
851
+ msgstr "パーマリンク"
852
+
853
+ msgid "ID"
854
+ msgstr "ID"
855
+
856
+ msgid "Post or page ID"
857
+ msgstr "投稿やページID"
858
+
859
+ msgid "Link target. blank - link will be opened in new window/tab"
860
+ msgstr "リンクターゲット。空白 - リンクは新しいウィンドウ/タブで開く"
861
+
862
+ msgid "Permalink to specified post/page"
863
+ msgstr "指定された投稿/ページへのパーマリンク"
864
+
865
+ msgid "Members"
866
+ msgstr "メンバー"
867
+
868
+ msgid "This content is for registered users only. Please %login%."
869
+ msgstr "このコンテンツは登録ユーザーにだけ許可されています。%login%してください。"
870
+
871
+ msgid "Message"
872
+ msgstr "メッセージ"
873
+
874
+ msgid "Message for not logged users"
875
+ msgstr "ログインしていないユーザーへのメッセージ"
876
+
877
+ msgid "Box color"
878
+ msgstr "ボックスの色"
879
+
880
+ msgid "This color will applied only to box for not logged users"
881
+ msgstr "この色はログインしていないユーザーに表示するボックスに適用"
882
+
883
+ msgid "login"
884
+ msgstr "ログイン"
885
+
886
+ msgid "Login link text"
887
+ msgstr "ログインリンクテキスト"
888
+
889
+ msgid "Text for the login link"
890
+ msgstr "ログインリンク用のテキスト"
891
+
892
+ msgid "Login link url"
893
+ msgstr "ログインリンクURL"
894
+
895
+ msgid "Content for logged members"
896
+ msgstr "ログイン会員向けコンテンツ"
897
+
898
+ msgid "Content for logged in members only"
899
+ msgstr "ログインメンバーのみの内容"
900
+
901
+ msgid "Guests"
902
+ msgstr "ゲスト"
903
+
904
+ msgid "Content for guests"
905
+ msgstr "ゲストのためのコンテンツ"
906
+
907
+ msgid "Content for guests only"
908
+ msgstr "ゲストのみのコンテンツ"
909
+
910
+ msgid "RSS Feed"
911
+ msgstr "RSSフィード"
912
+
913
+ msgid "Url to RSS-feed"
914
+ msgstr "RSSフィードへのURL"
915
+
916
+ msgid "Limit"
917
+ msgstr "制限"
918
+
919
+ msgid "Number of items to show"
920
+ msgstr "表示する項目の数"
921
+
922
+ msgid "Feed grabber"
923
+ msgstr "フィードグラバー"
924
+
925
+ msgid "Menu"
926
+ msgstr "メニュー"
927
+
928
+ msgid "Menu name"
929
+ msgstr "メニュー名"
930
+
931
+ msgid "Custom menu name. Ex: Main menu"
932
+ msgstr "カスタムメニュー名。例:メインメニュー"
933
+
934
+ msgid "Custom menu by name"
935
+ msgstr "名前によるカスタムメニュー"
936
+
937
+ msgid "Sub pages"
938
+ msgstr "サブページ"
939
+
940
+ msgid "Depth"
941
+ msgstr "深さ"
942
+
943
+ msgid "Max depth level of children pages"
944
+ msgstr "子ページの最大深さレベル"
945
+
946
+ msgid "Parent ID"
947
+ msgstr "親ID"
948
+
949
+ msgid "ID of the parent page. Leave blank to use current page"
950
+ msgstr "親ページID。現在のページを使用する場合は空白にする"
951
+
952
+ msgid "List of sub pages"
953
+ msgstr "サブページのリスト"
954
+
955
+ msgid "Siblings"
956
+ msgstr "兄弟"
957
+
958
+ msgid "Max depth level"
959
+ msgstr "最大深さレベル"
960
+
961
+ msgid "List of cureent page siblings"
962
+ msgstr "現在のページ兄弟のリスト"
963
+
964
+ msgid "Document"
965
+ msgstr "文書"
966
+
967
+ msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
968
+ msgstr "アップロードしたドキュメントのURL。使用可能なファイル形式: doc, xls, pdf 等"
969
+
970
+ msgid "Viewer width"
971
+ msgstr "ビューアの幅"
972
+
973
+ msgid "Viewer height"
974
+ msgstr "ビューアの高さ"
975
+
976
+ msgid "Ignore width and height parameters and make viewer responsive"
977
+ msgstr "幅と高さのパラメータを無視して視聴者に応答する"
978
+
979
+ msgid "Document viewer by Google"
980
+ msgstr "Google ドキュメントビューア"
981
+
982
+ msgid "Gmap"
983
+ msgstr "Googleマップ"
984
+
985
+ msgid "Map width"
986
+ msgstr "地図の幅"
987
+
988
+ msgid "Map height"
989
+ msgstr "地図の高さ"
990
+
991
+ msgid "Ignore width and height parameters and make map responsive"
992
+ msgstr "幅と高さのパラメータを無視して地図に応答する"
993
+
994
+ msgid "Marker"
995
+ msgstr "マーカー"
996
+
997
+ msgid "Address for the marker. You can type it in any language"
998
+ msgstr "地図のアドレス。住所もしくは座標を入力する"
999
+
1000
+ msgid "Maps by Google"
1001
+ msgstr "Googleマップ"
1002
+
1003
+ msgid "Slider"
1004
+ msgstr "スライダー"
1005
+
1006
+ msgid "Slider width (in pixels)"
1007
+ msgstr "スライダ幅(px単位)"
1008
+
1009
+ msgid "Slider height (in pixels)"
1010
+ msgstr "スライダーの高さ(px単位)"
1011
+
1012
+ msgid "Ignore width and height parameters and make slider responsive"
1013
+ msgstr "幅と高さのパラメータを無視してスライダーに応答する"
1014
+
1015
+ msgid "Show titles"
1016
+ msgstr "タイトルを表示"
1017
+
1018
+ msgid "Display slide titles"
1019
+ msgstr "スライドのタイトルを表示"
1020
+
1021
+ msgid "Is slider centered on the page"
1022
+ msgstr "スライダーをページの中央に配置"
1023
+
1024
+ msgid "Arrows"
1025
+ msgstr "矢印"
1026
+
1027
+ msgid "Show left and right arrows"
1028
+ msgstr "左右の矢印を表示"
1029
+
1030
+ msgid "Pagination"
1031
+ msgstr "ページネーション"
1032
+
1033
+ msgid "Show pagination"
1034
+ msgstr "ページネーションを表示"
1035
+
1036
+ msgid "Mouse wheel control"
1037
+ msgstr "マウスホイールの制御"
1038
+
1039
+ msgid "Allow to change slides with mouse wheel"
1040
+ msgstr "マウスホイールでスライド可能"
1041
+
1042
+ msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
1043
+ msgstr "スライドアニメーションの間隔を選択。自動再生を無効にするには0に設定"
1044
+
1045
+ msgid "Speed"
1046
+ msgstr "スピード"
1047
+
1048
+ msgid "Specify animation speed"
1049
+ msgstr "アニメーションの速度を指定"
1050
+
1051
+ msgid "Links target"
1052
+ msgstr "リンクターゲット"
1053
+
1054
+ msgid "Customizable image slider"
1055
+ msgstr "カスタマイズ可能なスライダー"
1056
+
1057
+ msgid "Carousel"
1058
+ msgstr "カルーセル"
1059
+
1060
+ msgid "Carousel width (in pixels)"
1061
+ msgstr "カルーセルの幅(px単位)"
1062
+
1063
+ msgid "Carousel height (in pixels)"
1064
+ msgstr "カルーセルの高さ(px単位)"
1065
+
1066
+ msgid "Ignore width and height parameters and make carousel responsive"
1067
+ msgstr "幅と高さのパラメータを無視しカルーセルが応答する"
1068
+
1069
+ msgid "Items to show"
1070
+ msgstr "表示するアイテム"
1071
+
1072
+ msgid "How much carousel items is visible"
1073
+ msgstr "いくつカルーセル項目を表示するか"
1074
+
1075
+ msgid "Scroll number"
1076
+ msgstr "スクロール数"
1077
+
1078
+ msgid "How much items are scrolled in one transition"
1079
+ msgstr "どれくらいのアイテムが1つの移行においてスクロールされるか"
1080
+
1081
+ msgid "Display titles for each item"
1082
+ msgstr "各項目のタイトルを表示します。"
1083
+
1084
+ msgid "Is carousel centered on the page"
1085
+ msgstr "カルーセルをページ中央に配置"
1086
+
1087
+ msgid "Allow to rotate carousel with mouse wheel"
1088
+ msgstr "マウスホイールでカルーセルを回転することを許可"
1089
+
1090
+ msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
1091
+ msgstr "自動アニメーションの間隔を選択。自動再生を無効にするには0に設定"
1092
+
1093
+ msgid "Customizable image carousel"
1094
+ msgstr "カスタマイズ可能な画像カルーセル"
1095
+
1096
+ msgid "Single item width (in pixels)"
1097
+ msgstr "単一アイテムの幅(px単位)"
1098
+
1099
+ msgid "Single item height (in pixels)"
1100
+ msgstr "単一の項目の高さ(px単位)"
1101
+
1102
+ msgid "Never"
1103
+ msgstr "なし"
1104
+
1105
+ msgid "On mouse over"
1106
+ msgstr "マウスオーバー"
1107
+
1108
+ msgid "Always"
1109
+ msgstr "常に"
1110
+
1111
+ msgid "Title display mode"
1112
+ msgstr "タイトル表示モード"
1113
+
1114
+ msgid "Customizable image gallery"
1115
+ msgstr "カスタマイズ可能なイメージギャラリー"
1116
+
1117
+ msgid "Posts"
1118
+ msgstr "投稿"
1119
+
1120
+ msgid "Template"
1121
+ msgstr "テンプレート"
1122
+
1123
+ msgid "<b>Do not change this field value if you do not understand description below.</b><br/>Relative path to the template file. Default templates is placed under the plugin directory (templates folder). You can copy it under your theme directory and modify as you want. You can use following default templates that already available in the plugin directory:<br/><b%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/teaser-loop.php</b> - posts loop with thumbnail and title<br/><b%value>templates/single-post.php</b> - single post template<br/><b%value>templates/list-loop.php</b> - unordered list with posts titles"
1124
+ msgstr "<b>以下の説明を理解していない場合は、このフィールドの値を変更しないでください。</b><br />テンプレート・ファイルへの相対パス。デフォルトのテンプレートはプラグインディレクトリの下に配置される。(テンプレートフォルダ)<br />テーマディレクトリの下にそれをコピーし、必要に応じて変更することができる。<br />プラグインディレクトリで既に利用可能であれば次のデフォルトのテンプレートが使用可能。<br /><b%value>templates/default-loop.php</b> - 投稿ループ<br /><b%value>templates/teaser-loop.php</b> - サムネイルとタイトルの記事ループ<br /><b%value>templates/single-post.php</b> - シングル投稿テンプレート<br /><b%value>templates/list-loop.php</b> - 順不同 記事のタイトルとリスト"
1125
+
1126
+ msgid "Post ID's"
1127
+ msgstr "投稿ID"
1128
+
1129
+ msgid "Enter comma separated ID's of the posts that you want to show"
1130
+ msgstr "表示したいIDをカンマで区切って入力"
1131
+
1132
+ msgid "Posts per page"
1133
+ msgstr "ページあたりの投稿数"
1134
+
1135
+ msgid "Specify number of posts that you want to show. Enter -1 to get all posts"
1136
+ msgstr "表示したい記事数を指定。すべての投稿を取得するには-1を入力"
1137
+
1138
+ msgid "Post types"
1139
+ msgstr "投稿タイプ"
1140
+
1141
+ msgid "Select post types. Hold Ctrl key to select multiple post types"
1142
+ msgstr "投稿タイプを選択。複数の投稿タイプを選択するにはCtrlキーを押しながら選択"
1143
+
1144
+ msgid "Taxonomy"
1145
+ msgstr "タクソノミー"
1146
+
1147
+ msgid "Select taxonomy to show posts from"
1148
+ msgstr "表示する投稿のタクソノミー"
1149
+
1150
+ msgid "Terms"
1151
+ msgstr "条件"
1152
+
1153
+ msgid "Select terms to show posts from"
1154
+ msgstr "表示する投稿の条件"
1155
+
1156
+ msgid "Taxonomy term operator"
1157
+ msgstr "表示する投稿の条件"
1158
+
1159
+ msgid "IN - posts that have any of selected categories terms<br/>NOT IN - posts that is does not have any of selected terms<br/>AND - posts that have all selected terms"
1160
+ msgstr "IN - 選択したカテゴリの条件のいずれかを持っている投稿<br />NOT IN - ある記事に選択した条件のいずれも持っていない<br />AND - 選択したすべての条件を持っている記事"
1161
+
1162
+ msgid "Authors"
1163
+ msgstr "投稿者"
1164
+
1165
+ msgid "Choose the authors whose posts you want to show"
1166
+ msgstr "表示したい投稿者を選択"
1167
+
1168
+ msgid "Meta key"
1169
+ msgstr "Metaキー"
1170
+
1171
+ msgid "Enter meta key name to show posts that have this key"
1172
+ msgstr "このキーを持っている投稿を表示するMetaキー名を入力"
1173
+
1174
+ msgid "Offset"
1175
+ msgstr "オフセット"
1176
+
1177
+ msgid "Specify offset to start posts loop not from first post"
1178
+ msgstr "最初の投稿から投稿ループを始めないためのオフセットを指定"
1179
+
1180
+ msgid "Descending"
1181
+ msgstr "降順"
1182
+
1183
+ msgid "Ascending"
1184
+ msgstr "昇順"
1185
+
1186
+ msgid "Order"
1187
+ msgstr "順序"
1188
+
1189
+ msgid "Posts order"
1190
+ msgstr "投稿順"
1191
+
1192
+ msgid "Post ID"
1193
+ msgstr "投稿ID"
1194
+
1195
+ msgid "Post author"
1196
+ msgstr "投稿者"
1197
+
1198
+ msgid "Post title"
1199
+ msgstr "投稿タイトル"
1200
+
1201
+ msgid "Post slug"
1202
+ msgstr "投稿スラッグ"
1203
+
1204
+ msgid "Date"
1205
+ msgstr "日付"
1206
+
1207
+ msgid "Last modified date"
1208
+ msgstr "最終更新日"
1209
+
1210
+ msgid "Post parent"
1211
+ msgstr "親投稿"
1212
+
1213
+ msgid "Random"
1214
+ msgstr "ランダム"
1215
+
1216
+ msgid "Comments number"
1217
+ msgstr "コメント数"
1218
+
1219
+ msgid "Menu order"
1220
+ msgstr "メニュー順"
1221
+
1222
+ msgid "Meta key values"
1223
+ msgstr "Metaキー値"
1224
+
1225
+ msgid "Order by"
1226
+ msgstr "順"
1227
+
1228
+ msgid "Order posts by"
1229
+ msgstr "投稿順"
1230
+
1231
+ msgid "Show childrens of entered post (enter post ID)"
1232
+ msgstr "入力した後の子供を表示 (投稿IDを入力)"
1233
+
1234
+ msgid "Published"
1235
+ msgstr "公開"
1236
+
1237
+ msgid "Pending"
1238
+ msgstr "未定"
1239
+
1240
+ msgid "Draft"
1241
+ msgstr "下書き"
1242
+
1243
+ msgid "Auto-draft"
1244
+ msgstr "自動下書き"
1245
+
1246
+ msgid "Future post"
1247
+ msgstr "予約投稿"
1248
+
1249
+ msgid "Private post"
1250
+ msgstr "個人的な投稿"
1251
+
1252
+ msgid "Inherit"
1253
+ msgstr "継承"
1254
+
1255
+ msgid "Trashed"
1256
+ msgstr "壊れた"
1257
+
1258
+ msgid "Any"
1259
+ msgstr "任意"
1260
+
1261
+ msgid "Post status"
1262
+ msgstr "投稿ステータス"
1263
+
1264
+ msgid "Show only posts with selected status"
1265
+ msgstr "選択した状態の投稿のみ表示"
1266
+
1267
+ msgid "Ignore sticky"
1268
+ msgstr "スティッキーを無視"
1269
+
1270
+ msgid "Select Yes to ignore posts that is sticked"
1271
+ msgstr "貼られた記事を無視する場合は[はい]にする"
1272
+
1273
+ msgid "Custom posts query with customizable template"
1274
+ msgstr "カスタム投稿はカスタマイズ可能なテンプレートを使用して照会します。"
1275
+
1276
+ msgid "Insert shortcode"
1277
+ msgstr "ショートコードを挿入"
1278
+
1279
+ msgid "Plugin settings"
1280
+ msgstr "プラグイン設定"
1281
+
1282
+ msgid "Plugin homepage"
1283
+ msgstr "プラグインのホームページ"
1284
+
1285
+ msgid "Support forums"
1286
+ msgstr "サポートフォーラム"
1287
+
1288
+ msgid "Search for shortcodes"
1289
+ msgstr "ショートコードを検索"
1290
+
1291
+ msgid "Filter by type"
1292
+ msgstr "タイプ別フィルタ"
1293
+
1294
+ msgid "Shortcode not specified"
1295
+ msgstr "ショートコードが指定されていません。"
1296
+
1297
+ msgid "Live preview"
1298
+ msgstr "プレビュー"
1299
+
1300
+ msgid "Close window"
1301
+ msgstr "ウィンドウを閉じる"
1302
+
1303
+ msgid "Click to return to the shortcodes list"
1304
+ msgstr "ショートコードのリストに戻ります"
1305
+
1306
+ msgid "All shortcodes"
1307
+ msgstr "全てのショートコード"
1308
+
1309
+ msgid "Yes"
1310
+ msgstr "はい"
1311
+
1312
+ msgid "No"
1313
+ msgstr "いいえ"
1314
+
1315
+ msgid "Max upload file size"
1316
+ msgstr "アップロードファイルの最大サイズ"
1317
+
1318
+ msgid "Mb"
1319
+ msgstr "MB"
1320
+
1321
+ msgid "How to increase"
1322
+ msgstr "増加方法"
1323
+
1324
+ msgid "Please wait"
1325
+ msgstr "しばらくお待ちください"
1326
+
1327
+ msgid "Untitled gallery"
1328
+ msgstr "無題のギャラリー"
1329
+
1330
+ msgid "Galleries not found"
1331
+ msgstr "ギャラリーが見つかりません"
1332
+
1333
+ msgid "Manage galleries"
1334
+ msgstr "ギャラリーを管理"
1335
+
1336
+ msgid "Reload galleries"
1337
+ msgstr "ギャラリーをリロード"
1338
+
1339
+ msgid "Click to set this value"
1340
+ msgstr "この値を設定する場合クリックします。"
1341
+
1342
+ msgid "Preview"
1343
+ msgstr "プレビュー"
1344
+
1345
+ msgid "Access denied"
1346
+ msgstr "アクセスが拒否されました"
1347
+
1348
+ #, php-format
1349
+ msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1350
+ msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはWordPressのバージョン(%s)と互換性がありません。<br />推奨 WordPressのバージョン -%s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1351
+
1352
+ #, php-format
1353
+ msgid "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
1354
+ msgstr "<h1>プラグインが有効になっていません&hellip;</h1><p>Shortcodes UltimateはPHPのバージョン(%s)と互換性がありません。<br />推奨 PHPバージョン - %s(またはそれ以上)</p><a href=\"%s\">&larr; プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする &rarr;</a>"
1355
+
1356
+ msgid "Shortcodes Ultimate"
1357
+ msgstr "Shortcodes Ultimate"
1358
+
1359
+ msgid "Vladimir Anokhin"
1360
+ msgstr "Vladimir Anokhin"
1361
+
1362
+ msgid "Supercharge your WordPress theme with mega pack of shortcodes"
1363
+ msgstr "ショートコードのメガ・パックで、あなたのWordPressテーマに過給します"
1364
+
1365
+ msgid "Where to start?"
1366
+ msgstr "どこで開始?"
1367
+
1368
+ msgid "Project homepage"
1369
+ msgstr "プロジェクトのホームページ"
1370
+
1371
+ msgid "Support forum"
1372
+ msgstr "サポートフォーラム"
1373
+
1374
+ msgid "Changelog"
1375
+ msgstr "変更履歴"
1376
+
1377
+ msgid "About"
1378
+ msgstr "About"
1379
+
1380
+ msgid "Custom formatting"
1381
+ msgstr "カスタムフォーマッティング"
1382
+
1383
+ msgid "Disable this option if you have some problems with other plugins or content formatting"
1384
+ msgstr "他のプラグインやコンテンツのフォーマットに問題がある場合は、このオプションを無効にしてください。"
1385
+
1386
+ msgid "Documentation article"
1387
+ msgstr "ドキュメンテーション記事"
1388
+
1389
+ msgid "Enabled"
1390
+ msgstr "有効"
1391
+
1392
+ msgid "Compatibility mode"
1393
+ msgstr "互換モード"
1394
+
1395
+ msgid "Enable this option if you have some problems with other plugins that uses similar shortcode names"
1396
+ msgstr "同じようなショートコードを使用した他のプラグインと問題がある場合は、このオプションを有効にしてください。"
1397
+
1398
+ msgid "etc."
1399
+ msgstr ""
1400
+
1401
+ msgid "Skip default values"
1402
+ msgstr "デフォルト値をスキップ"
1403
+
1404
+ msgid "Enable this option and the generator will insert a shortcode without default attribute values that you have not changed. As a result, the generated code will be shorter."
1405
+ msgstr "このオプションを有効にしてください。変更していないデフォルトの属性値でジェネレーターはショーコードを挿入します。その結果、生成するコードはより短くなります。"
1406
+
1407
+ msgid "Skin"
1408
+ msgstr "スキン"
1409
+
1410
+ #, php-format
1411
+ msgid "Choose skin for shortcodes.<br /><a href=\"%s\" target=\"_blank\">Learn how to create custom skin</a><br /><a href=\"%s\" target=\"_blank\"><b>Download more skins</b></a>"
1412
+ msgstr "ショートコードのスキンを選択してください。<br /><a href=\"%s\" target=\"_blank\">カスタムスキンの作成方法を学んでください。</a><br /><a href=\"%s\" target=\"_blank\"><b>スキンをダウンロード</b></a>"
1413
+
1414
+ msgid "Custom CSS"
1415
+ msgstr "カスタムCSS"
1416
+
1417
+ msgid "Hello, my name is Vladimir Anokhin, and I am developer of plugin <b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few words about it at the wordpress.org or twitter. It will help other people find this useful plugin more quickly.<br><b>Thank you!</b>"
1418
+ msgstr "こんにちは、私の名前はVladimir Anokhin、私はプラグイン<b>Shortcodes Ultimate</b>の開発者がです。<br>もし良ければ、このプラグインをwordpress.orgやTwitterで話題にしてください。それは他の人がより迅速に、この便利なプラグインを見つけやすくなります。ありがとうございました!"
1419
+
1420
+ msgid "Rate plugin"
1421
+ msgstr "プラグインを評価"
1422
+
1423
+ msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
1424
+ msgstr "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
1425
+
1426
+ msgid "Tweet"
1427
+ msgstr "Tweet"
1428
+
1429
+ msgid "No, thanks"
1430
+ msgstr "何もしない"
1431
+
1432
+ msgid "or"
1433
+ msgstr "または"
1434
+
1435
+ msgid "Remind me later"
1436
+ msgstr "後で通知"
1437
+
1438
+ msgid "Special Shortcodes Ultimate widget"
1439
+ msgstr "Special Shortcodes Ultimateウィジェット"
1440
+
1441
+ msgid "Title:"
1442
+ msgstr "タイトル:"
1443
+
1444
+ msgid "This is box title"
1445
+ msgstr "これはボックスのタイトルです。"
1446
+
1447
+ msgid "please specify correct url"
1448
+ msgstr "正しいURLを指定してください。"
1449
+
1450
+ msgid "This menu doesn't exists, or has no elements"
1451
+ msgstr "このメニューには要素が存在しないか、または持っていません。"
1452
+
1453
+ msgid "images not found"
1454
+ msgstr "画像が見つかりません。"
1455
+
1456
+ msgid "template not found"
1457
+ msgstr "テンプレートが見つかりません。"
1458
+
1459
+ msgid "Welcome to Shortcodes Ultimate"
1460
+ msgstr "Shortcodes Ultimateへようこそ"
1461
+
1462
+ msgid "A real swiss army knife for WordPress"
1463
+ msgstr "Special Shortcodes Ultimateウィジェット"
1464
+
1465
+ msgid "Documentation"
1466
+ msgstr "ドキュメンテーション"
1467
+
1468
+ msgid "Plugin features"
1469
+ msgstr "プラグインの機能"
1470
+
1471
+ msgid "40+ amazing shortcodes"
1472
+ msgstr "40+ amazing shortcodes"
1473
+
1474
+ msgid "Power of CSS3 transitions"
1475
+ msgstr "Power of CSS3 transitions"
1476
+
1477
+ msgid "Handy shortcodes generator"
1478
+ msgstr "Handy shortcodes generator"
1479
+
1480
+ msgid "International"
1481
+ msgstr "International"
1482
+
1483
+ msgid "Documented API"
1484
+ msgstr "Documented API"
1485
+
1486
+ msgid "What is a shortcode?"
1487
+ msgstr "ショートコードとは何ですか?"
1488
+
1489
+ msgid "<strong>Shortcode</strong> is a WordPress-specific code that lets you do nifty things with very little effort."
1490
+ msgstr "<strong>ショートコード</strong>は、ごくわずかな努力でしか素晴らしいことができるWordPressに特有のコードです。"
1491
+
1492
+ msgid "Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut."
1493
+ msgstr "ショートコードはファイルを埋め込みや1行だけで複雑なコードを多くを必要とするオブジェクトを作成することができます。 ショートコード = ショートカット"
1494
+
1495
+ msgid "How does it works"
1496
+ msgstr "仕組み"
1497
+
1498
+ msgid "More videos"
1499
+ msgstr "その他のビデオ"
1500
+
1501
+ msgid "Shortcodes Ultimate Tutorial"
1502
+ msgstr "Shortcodes Ultimateのチュートリアル"
1503
+
1504
+ msgid "How to use special widget"
1505
+ msgstr "特殊なウィジェットの使用方法"
1506
+
1507
+ msgid "How to create Carousel"
1508
+ msgstr "カルーセルの作製方法"
1509
+
1510
+ msgid "How to create image gallery"
1511
+ msgstr "イメージギャラリーの作製方法"
1512
+
1513
+ msgid "Save changes"
1514
+ msgstr "変更を保存"
1515
+
1516
+ msgid "Saving"
1517
+ msgstr "保存中"
1518
+
1519
+ msgid "Saved"
1520
+ msgstr "保存しました"
1521
+
1522
+ msgid "Restore default settings"
1523
+ msgstr "デフォルト設定を復元"
1524
+
1525
+ msgid "You can use next variables in your custom CSS"
1526
+ msgstr "カスタムCSSで次の変数が使用可能です。"
1527
+
1528
+ msgid "home url"
1529
+ msgstr "ホームのURL"
1530
+
1531
+ msgid "theme url"
1532
+ msgstr "テーマのURL"
1533
+
1534
+ msgid "plugin url"
1535
+ msgstr "プラグインのURL"
1536
+
1537
+ msgid "For full functionality of this page it is reccomended to enable javascript."
1538
+ msgstr "このページの完全な機能はJavaScriptの有効が推奨されています。"
1539
+
1540
+ msgid "Settings reseted successfully"
1541
+ msgstr "設定をリセットしました。"
1542
+
1543
+ msgid "Settings saved successfully"
1544
+ msgstr "設定を保存しました"
1545
+
1546
+ msgid "Posted"
1547
+ msgstr "投稿"
1548
+
1549
+ msgid "0 comments"
1550
+ msgstr "コメントなし"
1551
+
1552
+ msgid "1 comment"
1553
+ msgstr "1件のコメント"
1554
+
1555
+ msgid "%n comments"
1556
+ msgstr "%n件のコメント"
1557
+
1558
+ msgid "Posts not found"
1559
+ msgstr "投稿が見つかりません。"
1560
+
1561
+ msgid "Is this column centered on the page"
1562
+ msgstr "この列はページの中央に配置される"
1563
+
1564
+ msgid "0 - Do not hide controls"
1565
+ msgstr "0 - コントロールを非表示にしないでください"
1566
+
1567
+ msgid "0 - Hide controls"
1568
+ msgstr "0 - 非表示のコントロール"
1569
+
1570
+ msgid "1 - Hide all controls on mouse out"
1571
+ msgstr "1 - マウスの上のすべてのコントロールを隠す"
1572
+
1573
+ msgid "1 - Show controls"
1574
+ msgstr "1 - 表示コントロール"
1575
+
1576
+ msgid "2 - Hide progress bar on mouse out"
1577
+ msgstr "2 - うちマウスのプログレスバーを隠す"
1578
+
1579
+ msgid "2 - Show controls when playback is started"
1580
+ msgstr "2 - 再生が開始されたときに表示する制御を"
1581
+
1582
+ msgid "Abstract"
1583
+ msgstr "抽象的な"
1584
+
1585
+ msgid "Accordions, spoilers, different styles, anchors"
1586
+ msgstr "アコーディオン、スポイラー、異なるスタイル、アンカー"
1587
+
1588
+ msgid "Add selected images"
1589
+ msgstr "選択した画像を追加"
1590
+
1591
+ msgid "Advanced examples"
1592
+ msgstr "高度な例"
1593
+
1594
+ msgid "Amount"
1595
+ msgstr "額"
1596
+
1597
+ msgid "Animals"
1598
+ msgstr "動物"
1599
+
1600
+ msgid "Animated content"
1601
+ msgstr "アニメーションコンテンツ"
1602
+
1603
+ msgid "Animation"
1604
+ msgstr "アニメーション"
1605
+
1606
+ msgid "Animation delay (seconds)"
1607
+ msgstr "アニメーションの遅延 (秒)"
1608
+
1609
+ msgid "Animation duration (seconds)"
1610
+ msgstr "アニメーション時間 (秒)"
1611
+
1612
+ msgid "Animations"
1613
+ msgstr "アニメーション"
1614
+
1615
+ msgid "Arrow circle 2"
1616
+ msgstr "矢印サークル 2"
1617
+
1618
+ msgid "Attachment page"
1619
+ msgstr "添付ファイルのページ"
1620
+
1621
+ msgid "Autohide"
1622
+ msgstr "自動的に隠す"
1623
+
1624
+ msgid "Basic examples"
1625
+ msgstr "基本的な例"
1626
+
1627
+ msgid "Border color"
1628
+ msgstr "枠線色"
1629
+
1630
+ msgid "Border style"
1631
+ msgstr "境界線のスタイル"
1632
+
1633
+ msgid "Border width"
1634
+ msgstr "境界線の幅"
1635
+
1636
+ msgid "Bottom margin (pixels)"
1637
+ msgstr "ボトムマージン (ピクセル)"
1638
+
1639
+ msgid "Business"
1640
+ msgstr "ビジネス"
1641
+
1642
+ msgid "Bytes"
1643
+ msgstr "バイト"
1644
+
1645
+ msgid "Cache"
1646
+ msgstr "キャッシュ"
1647
+
1648
+ msgid "Caret"
1649
+ msgstr "キャレット"
1650
+
1651
+ msgid "Caret square"
1652
+ msgstr "キャレット広場"
1653
+
1654
+ msgid "Category"
1655
+ msgstr "カテゴリ"
1656
+
1657
+ msgid "Cats"
1658
+ msgstr "キャッツ"
1659
+
1660
+ msgid "Chevron"
1661
+ msgstr "シェブロン"
1662
+
1663
+ msgid "Chevron circle"
1664
+ msgstr "シェブロンサークル"
1665
+
1666
+ msgid "Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy"
1667
+ msgstr "画像ソースを選択します。メディアライブラリからの画像を使用したり、指定されたブログのカテゴリの下に投稿記事(サムネイル)からそれを取り出すことができます。また、任意のカスタム分類を選ぶことができます"
1668
+
1669
+ msgid "Choose style for this tabs"
1670
+ msgstr "このタブのスタイルを選択"
1671
+
1672
+ msgid "City"
1673
+ msgstr ""
1674
+
1675
+ msgid "Color picker"
1676
+ msgstr "カラーピッカー"
1677
+
1678
+ msgid "Column layouts"
1679
+ msgstr "カラムレイアウト"
1680
+
1681
+ msgid "Dark theme"
1682
+ msgstr "暗いテーマ"
1683
+
1684
+ msgid "Dashed"
1685
+ msgstr "破線"
1686
+
1687
+ msgid "Dotted"
1688
+ msgstr "点線"
1689
+
1690
+ msgid "Double"
1691
+ msgstr "ダブル"
1692
+
1693
+ msgid "Duration"
1694
+ msgstr "期間"
1695
+
1696
+ msgid "Examples"
1697
+ msgstr ""
1698
+
1699
+ msgid "Fashion"
1700
+ msgstr "ファッション"
1701
+
1702
+ msgid "Filter icons"
1703
+ msgstr "フィルタアイコン"
1704
+
1705
+ msgid "Folder 1"
1706
+ msgstr "フォルダ 1"
1707
+
1708
+ msgid "Folder 2"
1709
+ msgstr "フォルダ 2"
1710
+
1711
+ msgid "Food"
1712
+ msgstr "食品"
1713
+
1714
+ msgid "Fork on GitHub"
1715
+ msgstr ""
1716
+
1717
+ msgid "Full-size image"
1718
+ msgstr "フルサイズ画像"
1719
+
1720
+ msgid "Get the code"
1721
+ msgstr "コードを取得"
1722
+
1723
+ msgid "Groove"
1724
+ msgstr "溝"
1725
+
1726
+ msgid "How many items (paragraphs or words) to generate. Minimum words amount is 5"
1727
+ msgstr "どのように多くの項目(段落やワード)を生成するか。最低限の単語量は5です"
1728
+
1729
+ msgid "Icons for spoiler"
1730
+ msgstr "スポイラーのアイコン"
1731
+
1732
+ msgid "If you set the parameter value to NO, then the player will not display information like the video title and uploader before the video starts playing."
1733
+ msgstr "'いいえ'にパラメータ値を設定した場合、プレイヤーは、ビデオの再生を開始する前にビデオのタイトルとアップローダーのような情報が表示されません。"
1734
+
1735
+ msgid "Image height"
1736
+ msgstr "像高"
1737
+
1738
+ msgid "Image placeholder with random image"
1739
+ msgstr "ランダムな画像による画像プレースホールダー"
1740
+
1741
+ msgid "Image width"
1742
+ msgstr "画像の幅"
1743
+
1744
+ msgid "Inline"
1745
+ msgstr "インライン"
1746
+
1747
+ msgid "Interacting with posts shortcode"
1748
+ msgstr "ショートコードの投稿との相互作用"
1749
+
1750
+ msgid "Learn more"
1751
+ msgstr "詳細はこちら"
1752
+
1753
+ msgid "Light theme"
1754
+ msgstr "光テーマ"
1755
+
1756
+ msgid "Links"
1757
+ msgstr "リンクス"
1758
+
1759
+ msgid "Maker"
1760
+ msgstr "メーカー"
1761
+
1762
+ msgid "Margin"
1763
+ msgstr "マージン"
1764
+
1765
+ msgid "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
1766
+ msgstr "メディア要素は、YouTube、Vimeo、ScreenRと自己ホスト型ビデオ、オーディオプレーヤー"
1767
+
1768
+ msgid "Media library"
1769
+ msgstr "メディアライブラリー"
1770
+
1771
+ msgid "Nature"
1772
+ msgstr "自然"
1773
+
1774
+ msgid "Nested shortcodes, shortcodes inside of attributes"
1775
+ msgstr "入れ子になったショートコード、ショート コードの属性の内部"
1776
+
1777
+ msgid "New window"
1778
+ msgstr "新しいウィンドウ"
1779
+
1780
+ msgid "Night life"
1781
+ msgstr "ナイトライフ"
1782
+
1783
+ msgid "Original image"
1784
+ msgstr "原画像"
1785
+
1786
+ msgid "Other WordPress Plugins"
1787
+ msgstr "他のWordPressのプラグイン"
1788
+
1789
+ msgid "People"
1790
+ msgstr ""
1791
+
1792
+ msgid "Pick a color"
1793
+ msgstr "色を選択"
1794
+
1795
+ msgid "Playlist"
1796
+ msgstr "プレイリスト"
1797
+
1798
+ msgid "Plugin Settings"
1799
+ msgstr "プラグインの設定"
1800
+
1801
+ msgid "Plus circle"
1802
+ msgstr "プラスサークル"
1803
+
1804
+ msgid "Plus square 1"
1805
+ msgstr "プラス広場 1"
1806
+
1807
+ msgid "Plus square 2"
1808
+ msgstr "プラス広場 2"
1809
+
1810
+ msgid "Post permalink"
1811
+ msgstr "投稿パーマリンク"
1812
+
1813
+ msgid "Recent posts"
1814
+ msgstr "最近の投稿"
1815
+
1816
+ msgid "Related videos"
1817
+ msgstr "関連動画"
1818
+
1819
+ msgid "Ridge"
1820
+ msgstr "リッジ"
1821
+
1822
+ msgid "Select animation type"
1823
+ msgstr "アニメーションの種類を選択"
1824
+
1825
+ msgid "Select categories to retrieve posts from.<br>You can select multiple categories with Ctrl (Cmd) key"
1826
+ msgstr "投稿を取得するカテゴリを選択します。<br>Ctrl (Cmd) キーで複数のカテゴリを選択することができます。"
1827
+
1828
+ msgid "Select images"
1829
+ msgstr "画像を選択"
1830
+
1831
+ msgid "Select images source"
1832
+ msgstr "画像ソースを選択"
1833
+
1834
+ msgid "Select taxonomy"
1835
+ msgstr "タクソノミーを選択"
1836
+
1837
+ msgid "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl (Cmd) key"
1838
+ msgstr "タクソノミーを選択します。<br>Ctrl (Cmd) キーを使って複数の用語を選択できます。"
1839
+
1840
+ msgid "Select the theme for this image"
1841
+ msgstr "この画像のテーマを選択"
1842
+
1843
+ msgid "Select which links will be used for images in this gallery"
1844
+ msgstr "リンクはこのギャラリーで画像に使用される選択"
1845
+
1846
+ msgid "Set of additional skins for Shrtcodes Ultimate. It includes skins for accordeons/spoilers, tabs and some other shortcodes"
1847
+ msgstr "Shrtcodes Ultimateの他のスキンのセットです。Accordeons/スポイラー、タブ、およびいくつかの他のショートのためのスキンが含まれます。"
1848
+
1849
+ msgid "Setting of YES will cause the player to play the initial video again and again"
1850
+ msgstr "'はい'を設定するとプレイヤーは何度も最初のビデオを再生します。"
1851
+
1852
+ msgid "Setting this parameter to NO prevents the fullscreen button from displaying"
1853
+ msgstr "このパラメーターを'いいえ'に設定するとフルスクリーンのボタンを表示できなくなります。"
1854
+
1855
+ msgid "Shortcodes"
1856
+ msgstr "ショートコード"
1857
+
1858
+ msgid "Shortcodes Ultimate Add-ons"
1859
+ msgstr "Shortcodes Ultimateのアドオン"
1860
+
1861
+ msgid "Show full-screen button"
1862
+ msgstr "フルスクリーンボタンを表示"
1863
+
1864
+ msgid "Show title bar"
1865
+ msgstr "タイトルバーを表示"
1866
+
1867
+ msgid "Skins"
1868
+ msgstr "スキン"
1869
+
1870
+ msgid "Solid"
1871
+ msgstr "固体"
1872
+
1873
+ msgid "Source"
1874
+ msgstr "ソース"
1875
+
1876
+ msgid "Sports"
1877
+ msgstr "スポーツ"
1878
+
1879
+ msgid "Tabs, vertical tabs, tab anchors"
1880
+ msgstr "タブ、垂直タブ、タブアンカー"
1881
+
1882
+ msgid "Technics"
1883
+ msgstr "テクニクス"
1884
+
1885
+ msgid "Text field"
1886
+ msgstr "テキストフィールド"
1887
+
1888
+ msgid "Text placeholder"
1889
+ msgstr "テキストプレースホルダー"
1890
+
1891
+ msgid "Textarea field"
1892
+ msgstr "テキストエリアのフィールド"
1893
+
1894
+ msgid "Theme"
1895
+ msgstr "テーマ"
1896
+
1897
+ msgid "This button is not clickable"
1898
+ msgstr "このボタンはクリックできません"
1899
+
1900
+ msgid "This parameter determines what HTML tag will be used for animation wrapper. Turn this option to YES and animated element will be wrapped in SPAN instead of DIV. Useful for inline animations, like buttons"
1901
+ msgstr "このパラメーターは、どのような HTMLタグをアニメーション ラッパーに使用されますを決定します。'はい' にこのオプションをオンにし、インライン アニメーション、ボタンなどのアニメーション要素部役に立つのではなくスパンでラップされます。"
1902
+
1903
+ msgid "This parameter indicates whether the embedded player will display player controls (like a play button or volume control) within a dark or light control bar"
1904
+ msgstr "このパラメーターは、埋め込み型プレーヤー プレーヤー コントロール (再生ボタンまたはボリューム コントロール)のような暗いまたは明るいコントロール バー内に表示するかを示す"
1905
+
1906
+ msgid "This parameter indicates whether the player should show related videos when playback of the initial video ends"
1907
+ msgstr "このパラメータは、初期のビデオの再生が終了したときにプレイヤーが関連動画を表示するかどうかを示す"
1908
+
1909
+ msgid "This parameter indicates whether the video controls will automatically hide after a video begins playing"
1910
+ msgstr "このパラメータは、ビデオの再生が開始した後にビデオコントロールを自動的に非表示にするかどうかを示す"
1911
+
1912
+ msgid "This parameter indicates whether the video player controls will display"
1913
+ msgstr "このパラメータは、ビデオプレーヤーのコントロールが表示するかどうかを示す"
1914
+
1915
+ msgid "This parameter lets you use a YouTube player that does not show a YouTube logo. Set the parameter value to YES to prevent the YouTube logo from displaying in the control bar. Note that a small YouTube text label will still display in the upper-right corner of a paused video when the user's mouse pointer hovers over the player"
1916
+ msgstr "このパラメータを使用すると、YouTubeのロゴを表示しないYouTubeのプレーヤーを使用することができます。コントロールバーに表示からYouTubeのロゴを防ぐために、'はい'にパラメータ値を設定します。小さなYouTubeのテキストラベルがまだポーズビデオの右上隅に表示されることに注意したときにプレーヤーの上にユーザーのマウスポインタを示す"
1917
+
1918
+ msgid "Transport"
1919
+ msgstr "トランスポート"
1920
+
1921
+ msgid "Unlimited buttons"
1922
+ msgstr "アンリミテッドボタン"
1923
+
1924
+ msgid "Value is a comma-separated list of video IDs to play. If you specify a value, the first video that plays will be the VIDEO_ID specified in the URL path, and the videos specified in the playlist parameter will play thereafter"
1925
+ msgstr "再生するビデオIDのカンマ区切りリストの値です。値を指定した場合は、果たしていることを最初のビデオは、URLパスに指定VIDEO_IDとなり、プレイリストのパラメータで指定したビデオが、その後再生されます"
1926
+
1927
+ msgid "What"
1928
+ msgstr ""
1929
+
1930
+ msgid "What to generate"
1931
+ msgstr ""
1932
+
1933
+ msgid "Wrapper for animation. Any nested element will be animated"
1934
+ msgstr "アニメーションのラッパーです。任意のネストされた要素はアニメーションになります"
1935
+
1936
+ msgid "YouTube Advanced"
1937
+ msgstr "高度なYouTube"
1938
+
1939
+ msgid "YouTube video player with advanced settings"
1940
+ msgstr "YouTubeのビデオプレーヤーの高度な設定"
1941
+
1942
+ msgid "Add-ons"
1943
+ msgstr "アドオン"
1944
+
1945
+ msgid "Arrow circle 1"
1946
+ msgstr "矢印円 1"
1947
+
1948
+ msgid "Checkbox"
1949
+ msgstr "チェックボックス"
1950
+
1951
+ msgid "Choose style for this heading"
1952
+ msgstr "この見出しのスタイルを選択"
1953
+
1954
+ msgid "Choose style for this quote"
1955
+ msgstr "この引用のスタイルを選択"
1956
+
1957
+ msgid "Choose style for this spoiler"
1958
+ msgstr "このスポイラーのスタイルを選択"
1959
+
1960
+ msgid "Click the button above and select images.<br>You can select multimple images with Ctrl (Cmd) key"
1961
+ msgstr "上記ボタンをクリックし画像を選択します。<br>Ctrl (Cmd)キーと単一画像を選択することができます。"
1962
+
1963
+ msgid "Delay"
1964
+ msgstr "遅延"
1965
+
1966
+ msgid "Dummy image"
1967
+ msgstr "ダミー画像"
1968
+
1969
+ msgid "Dummy text"
1970
+ msgstr "ダミーテキスト"
1971
+
1972
+ msgid "Example code does not found, please check it later"
1973
+ msgstr "サンプルコードが見つからない場合は、後でそれを確認してください"
1974
+
1975
+ msgid "Generated text will be cached. Be careful with this option. If you disable it and insert many dummy_text shortcodes the page load time will be highly increased"
1976
+ msgstr "生成されたテキストにキャッシュされます。このオプションに注意してください。それを無効にすると、多くのdummy_text ショートコードを挿入した場合、ページの読み込み時間は非常に増加します"
1977
+
1978
+ msgid "Install additional styles"
1979
+ msgstr "追加のスタイルをインストール"
1980
+
1981
+ msgid "Open links in"
1982
+ msgstr "リンクを開く"
1983
+
1984
+ msgid "option type %s is not callable"
1985
+ msgstr "オプションタイプ %sは呼び出すことはできません"
1986
+
1987
+ msgid "Paragraphs"
1988
+ msgstr "段落"
1989
+
1990
+ msgid "Same window"
1991
+ msgstr "同じウィンドウ"
1992
+
1993
+ msgid "Select heading size (pixels)"
1994
+ msgstr "見出しの大きさを選択 (ピクセル)"
1995
+
1996
+ msgid "This action will delete all your settings. Are you sure? This action cannot be undone!"
1997
+ msgstr "このアクションは、すべての設定を削除します。この操作は元に戻すことはできません!"
1998
+
1999
+ msgid "This add-on allows you to create custom shortcodes. You can easily create any shortcode with different parameters or even override default shortcodes"
2000
+ msgstr "このアドオンはカスタムショートコードを作成することができます。簡単に別のパラメータで任意のショートコードを作成したり、デフォルトのショートコードを上書きすることができます。"
2001
+
2002
+ msgid "Use selected file"
2003
+ msgstr "選択したファイルを使用します。"
2004
+
2005
+ msgid "Words"
2006
+ msgstr "言葉"
2007
+
2008
+ msgid "You can overview the original styles to override it"
2009
+ msgstr "概要元のスタイルを上書きすることができます。"
2010
+
2011
+ msgid "please specify correct source"
2012
+ msgstr "正しいソースを指定してください"
2013
+
2014
+ msgid "Please enter a name for new preset"
2015
+ msgstr "新しいプリセット名を入力してください"
2016
+
2017
+ msgid "New preset"
2018
+ msgstr "新しいプリセット"
2019
+
2020
+ msgid "Insert here URL or CSS selector. Use URL for Iframe and Image content types. Use CSS selector for Inline content type.<br />Example values:<br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - uploaded image (image)<br /><b%value>http://example.com/</b> - any web page (iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
2021
+ msgstr "ここにURLまたはCSSセレクタを挿入します。インラインフレームと画像コンテンツタイプのURLを使用してください。インラインコンテンツタイプのCSSセレクターを使用してください。<br />値の例:<br /><b%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube動画 (iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - アップロードされた画像 (image)<br /><b%value>http://example.com/</b> - 任意のWebページ (iframe)<br /><b%value>#contact-form</b> - 任意のHTMLコンテンツ (inline)"
2022
+
2023
+ msgid "Presets"
2024
+ msgstr "プリセット"
2025
+
2026
+ msgid "Save current settings as preset"
2027
+ msgstr "現在の設定をプリセットとして保存します"
2028
+
2029
+ msgid "Presets not found"
2030
+ msgstr "プリセットが見つかりません"
2031
+
2032
+ msgid "Shortcodes prefix"
2033
+ msgstr "ショートコードの接頭辞"
2034
+
2035
+ msgid "This prefix will be added to all shortcodes by this plugin. For example, type here %s and you'll get shortcodes like %s and %s. Please keep in mind: this option is not affects your already inserted shortcodes and if you'll change this value your old shortcodes will be broken"
2036
+ msgstr "この接頭辞は、このプラグインのすべてのショートコードに追加されます。例えば、ここに%sと入力し%sと%sのようなショートコードを取得します。<br />注意: このオプションは既に挿入済みのショートコードに影響を与えていませんが、この値を変更する場合、古いショートコードを破壊します。"
2037
+
2038
+ msgid "Choose global skin for shortcodes"
2039
+ msgstr "ショートコードのグローバルスキンを選択してください"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/su-nl_NL.mo ADDED
Binary file
languages/su-nl_NL.po ADDED
@@ -0,0 +1,3725 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Shortcodes Ultimate v4.4.0\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-19 08:59+0300\n"
6
+ "PO-Revision-Date: 2013-11-28 11:54+0100\n"
7
+ "Last-Translator: J.L.Dokter <jldokter@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.5.7\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ # @ su
21
+ #: inc/core/admin-views.php:9
22
+ msgid "Welcome to Shortcodes Ultimate"
23
+ msgstr "Welkom bij Shortcodes Ultimate"
24
+
25
+ # @ su
26
+ #: inc/core/admin-views.php:9
27
+ msgid "A real swiss army knife for WordPress"
28
+ msgstr "Een echt Switsers mes voor WordPress"
29
+
30
+ # @ su
31
+ #: inc/core/admin-views.php:11 inc/core/load.php:234
32
+ msgid "Project homepage"
33
+ msgstr "Project home pagina"
34
+
35
+ # @ su
36
+ #: inc/core/admin-views.php:12
37
+ msgid "Documentation"
38
+ msgstr "Documentatie"
39
+
40
+ # @ su
41
+ #: inc/core/admin-views.php:13 inc/core/load.php:235
42
+ msgid "Support forum"
43
+ msgstr "Ondersteuning (Forum)"
44
+
45
+ # @ su
46
+ #: inc/core/admin-views.php:14 inc/core/load.php:236
47
+ msgid "Changelog"
48
+ msgstr "Logbestand veranderingen"
49
+
50
+ # @ su
51
+ #: inc/core/admin-views.php:15
52
+ msgid "Fork on GitHub"
53
+ msgstr "Vork op GitHub"
54
+
55
+ # @ su
56
+ #: inc/core/admin-views.php:19
57
+ msgid "Plugin features"
58
+ msgstr "Plugin mogelijkheden"
59
+
60
+ # @ su
61
+ #: inc/core/admin-views.php:21
62
+ msgid "40+ amazing shortcodes"
63
+ msgstr "40+ verbazinwekkende shortcodes"
64
+
65
+ # @ su
66
+ #: inc/core/admin-views.php:22
67
+ msgid "Power of CSS3 transitions"
68
+ msgstr "Kracht van CSS3 overgangen"
69
+
70
+ # @ su
71
+ #: inc/core/admin-views.php:23
72
+ msgid "Handy shortcodes generator"
73
+ msgstr "Handige shortcodes generator"
74
+
75
+ # @ su
76
+ #: inc/core/admin-views.php:24
77
+ msgid "International"
78
+ msgstr "Internationaal"
79
+
80
+ # @ su
81
+ #: inc/core/admin-views.php:25
82
+ msgid "Documented API"
83
+ msgstr "Documentatie API"
84
+
85
+ # @ su
86
+ #: inc/core/admin-views.php:29
87
+ msgid "What is a shortcode?"
88
+ msgstr "Wat is een shortcode?"
89
+
90
+ # @ su
91
+ #: inc/core/admin-views.php:30
92
+ msgid ""
93
+ "<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
94
+ "nifty things with very little effort."
95
+ msgstr ""
96
+ "<strong>Shortcode</strong> is een WordPress-specifieke code die u leuke "
97
+ "dingen laat doen met weinig moeite."
98
+
99
+ # @ su
100
+ #: inc/core/admin-views.php:31
101
+ msgid ""
102
+ "Shortcodes can embed files or create objects that would normally require "
103
+ "lots of complicated, ugly code in just one line. Shortcode = shortcut."
104
+ msgstr ""
105
+ "Shortcodes kunnen bestanden bevatten of obejecten maken, die normaal veel en "
106
+ "complexe code nodig maken. Shortcode=de kortste route"
107
+
108
+ # @ su
109
+ #: inc/core/admin-views.php:36
110
+ msgid "How does it works"
111
+ msgstr "Hoe werkt het"
112
+
113
+ # @ su
114
+ #: inc/core/admin-views.php:40
115
+ msgid "More videos"
116
+ msgstr "Meer video's"
117
+
118
+ # @ su
119
+ #: inc/core/admin-views.php:42
120
+ msgid "Shortcodes Ultimate Tutorial"
121
+ msgstr "Shortcodes Ultimate Handleiding"
122
+
123
+ # @ su
124
+ #: inc/core/admin-views.php:43
125
+ msgid "How to use special widget"
126
+ msgstr "Hoe gebruikt u een speciale widget"
127
+
128
+ # @ su
129
+ #: inc/core/admin-views.php:44
130
+ msgid "How to create Carousel"
131
+ msgstr "Hoe maakt u een Caroussel "
132
+
133
+ # @ su
134
+ #: inc/core/admin-views.php:45
135
+ msgid "How to create image gallery"
136
+ msgstr "Hoe maakt u een image gallerij"
137
+
138
+ # @ textdomain
139
+ #: inc/core/admin-views.php:63
140
+ msgid "You can overview the original styles to override it"
141
+ msgstr "U kunt de originele stijlen bekijken en overschrijven"
142
+
143
+ # @ textdomain
144
+ #: inc/core/admin-views.php:74
145
+ msgid "You can use next variables in your custom CSS"
146
+ msgstr "U kunt de volgende variabelen in uw CSS gebruiken"
147
+
148
+ # @ textdomain
149
+ #: inc/core/admin-views.php:75
150
+ msgid "home url"
151
+ msgstr "home URL"
152
+
153
+ # @ textdomain
154
+ #: inc/core/admin-views.php:76
155
+ msgid "theme url"
156
+ msgstr "thema URL"
157
+
158
+ # @ textdomain
159
+ #: inc/core/admin-views.php:77
160
+ msgid "plugin url"
161
+ msgstr "Plugin URL"
162
+
163
+ # @ su
164
+ #: inc/core/admin-views.php:114
165
+ msgid "Maker"
166
+ msgstr "Maker"
167
+
168
+ # @ su
169
+ #: inc/core/admin-views.php:115
170
+ msgid ""
171
+ "This add-on allows you to create custom shortcodes. You can easily create "
172
+ "any shortcode with different parameters or even override default shortcodes"
173
+ msgstr ""
174
+ "Deze Add-on maakt het mogelijk om uw eigen shortcodes te maken. U kunt "
175
+ "eenvoudig elke shortcode maken met verschillende parameters of zelfs de "
176
+ "standaard shortcodes vervangen"
177
+
178
+ # @ su
179
+ #: inc/core/admin-views.php:120
180
+ msgid "Skins"
181
+ msgstr "Skins"
182
+
183
+ # @ su
184
+ #: inc/core/admin-views.php:121
185
+ msgid ""
186
+ "Set of additional skins for Shrtcodes Ultimate. It includes skins for "
187
+ "accordeons/spoilers, tabs and some other shortcodes"
188
+ msgstr ""
189
+ "Een set van extra skins voor Shortcodes Ultimate. Het bevat skins voor "
190
+ "accordions/spoilers, tabs en enkele andere shortcodes"
191
+
192
+ # @ su
193
+ #: inc/core/admin-views.php:127
194
+ msgid "Shortcodes Ultimate Add-ons"
195
+ msgstr "Shortcodes Ultimate Add-ons"
196
+
197
+ # @ su
198
+ #: inc/core/admin-views.php:130 inc/core/admin-views.php:137
199
+ msgid "Learn more"
200
+ msgstr "Meer weten"
201
+
202
+ # @ su
203
+ #: inc/core/admin-views.php:134
204
+ msgid "Other WordPress Plugins"
205
+ msgstr "Andere WordPress Plugins"
206
+
207
+ # @ su
208
+ #: inc/core/assets.php:70
209
+ msgid "Choose files"
210
+ msgstr "Kies bestanden"
211
+
212
+ # @ su
213
+ #: inc/core/assets.php:71
214
+ msgid "Add selected files"
215
+ msgstr "Voeg geselecteerde bestanden toe"
216
+
217
+ # @ su
218
+ #: inc/core/assets.php:72
219
+ msgid "This button is not clickable"
220
+ msgstr "Deze knop is niet functioneel"
221
+
222
+ # @ su
223
+ # @ textdomain
224
+ #: inc/core/assets.php:78 inc/vendor/sunrise.php:178
225
+ msgid "Choose file"
226
+ msgstr "Kies bestand"
227
+
228
+ # @ su
229
+ #: inc/core/assets.php:79
230
+ msgid "Insert"
231
+ msgstr "Voeg in"
232
+
233
+ # @ su
234
+ #: inc/core/assets.php:80
235
+ msgid "Select images"
236
+ msgstr "Selecteer images"
237
+
238
+ # @ su
239
+ #: inc/core/assets.php:81
240
+ msgid "Add selected images"
241
+ msgstr "Voeg geselecteerde images toe"
242
+
243
+ #: inc/core/assets.php:82
244
+ msgid "Please enter a name for new preset"
245
+ msgstr "Geef een naam op voor de nieuwe preset"
246
+
247
+ # @ su
248
+ #: inc/core/assets.php:83
249
+ msgid "New preset"
250
+ msgstr "Nieuwe voorinstelling"
251
+
252
+ # @ su
253
+ #: inc/core/assets.php:96
254
+ msgid ""
255
+ "This shortcode doesn't work in live preview. Please insert it into editor "
256
+ "and preview on the site."
257
+ msgstr ""
258
+ "Deze shortcode werkt niet in live preview. Plaats het in de editor en bekijk "
259
+ "het op de site."
260
+
261
+ # @ su
262
+ #: inc/core/data.php:17
263
+ msgid "All"
264
+ msgstr "Alles"
265
+
266
+ # @ su
267
+ #: inc/core/data.php:18 inc/core/generator.php:170
268
+ msgid "Content"
269
+ msgstr "Inhoud"
270
+
271
+ # @ su
272
+ #: inc/core/data.php:19 inc/core/data.php:803
273
+ msgid "Box"
274
+ msgstr "Kader"
275
+
276
+ # @ su
277
+ #: inc/core/data.php:20
278
+ msgid "Media"
279
+ msgstr "Media"
280
+
281
+ # @ su
282
+ #: inc/core/data.php:21 inc/core/data.php:1940
283
+ msgid "Gallery"
284
+ msgstr "Gallerie"
285
+
286
+ # @ su
287
+ #: inc/core/data.php:22
288
+ msgid "Other"
289
+ msgstr "Andere"
290
+
291
+ # @ su
292
+ #: inc/core/data.php:28 inc/core/data.php:1718 inc/core/data.php:1826
293
+ #: inc/core/data.php:1953 inc/core/data.php:2095
294
+ msgid "None"
295
+ msgstr "Geen"
296
+
297
+ # @ su
298
+ #: inc/core/data.php:29
299
+ msgid "Solid"
300
+ msgstr "Solide"
301
+
302
+ # @ su
303
+ #: inc/core/data.php:30
304
+ msgid "Dotted"
305
+ msgstr "Gestippeld"
306
+
307
+ # @ su
308
+ #: inc/core/data.php:31
309
+ msgid "Dashed"
310
+ msgstr "Onderbroken"
311
+
312
+ # @ su
313
+ #: inc/core/data.php:32
314
+ msgid "Double"
315
+ msgstr "Dubbel"
316
+
317
+ # @ su
318
+ #: inc/core/data.php:33
319
+ msgid "Groove"
320
+ msgstr "Groove"
321
+
322
+ # @ su
323
+ #: inc/core/data.php:34
324
+ msgid "Ridge"
325
+ msgstr "Rand"
326
+
327
+ # @ su
328
+ #: inc/core/data.php:48
329
+ msgid "Basic examples"
330
+ msgstr "Basis voorbeelden"
331
+
332
+ # @ su
333
+ #: inc/core/data.php:51
334
+ msgid "Accordions, spoilers, different styles, anchors"
335
+ msgstr "Accordions, spoilers, verschillende stijlen, ankers"
336
+
337
+ # @ su
338
+ #: inc/core/data.php:57
339
+ msgid "Tabs, vertical tabs, tab anchors"
340
+ msgstr "Tabs, vertikale tabs, tab ankers"
341
+
342
+ # @ su
343
+ #: inc/core/data.php:63
344
+ msgid "Column layouts"
345
+ msgstr "Kolom layouts"
346
+
347
+ # @ su
348
+ #: inc/core/data.php:69
349
+ msgid ""
350
+ "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
351
+ msgstr ""
352
+ "Media elementen, YouTube, Vimeo, Screenr en video's opgeslagen op de eigen "
353
+ "website en een audio speler"
354
+
355
+ # @ su
356
+ #: inc/core/data.php:75
357
+ msgid "Unlimited buttons"
358
+ msgstr "Ongelimiteerde drukknoppen"
359
+
360
+ # @ su
361
+ #: inc/core/data.php:81
362
+ msgid "Animations"
363
+ msgstr "Animaties"
364
+
365
+ # @ su
366
+ #: inc/core/data.php:89
367
+ msgid "Advanced examples"
368
+ msgstr "Geavanceerde voorbeelden"
369
+
370
+ # @ su
371
+ #: inc/core/data.php:92
372
+ msgid "Interacting with posts shortcode"
373
+ msgstr "Werkt met berichten shortcode"
374
+
375
+ # @ su
376
+ #: inc/core/data.php:98
377
+ msgid "Nested shortcodes, shortcodes inside of attributes"
378
+ msgstr "Geneste shortcodes, shortcodes binnen attributen"
379
+
380
+ # @ su
381
+ #: inc/core/data.php:115
382
+ msgid "Heading"
383
+ msgstr "Heading"
384
+
385
+ # @ su
386
+ #: inc/core/data.php:122 inc/core/data.php:176 inc/core/data.php:258
387
+ #: inc/core/data.php:406 inc/core/data.php:436 inc/core/data.php:497
388
+ #: inc/core/data.php:662 inc/core/data.php:815 inc/core/data.php:979
389
+ msgid "Default"
390
+ msgstr "Standaard"
391
+
392
+ # @ su
393
+ #: inc/core/data.php:125 inc/core/data.php:179 inc/core/data.php:263
394
+ #: inc/core/data.php:439 inc/core/data.php:503 inc/core/data.php:672
395
+ #: inc/core/data.php:822 inc/core/data.php:949
396
+ msgid "Style"
397
+ msgstr "Stijl"
398
+
399
+ # @ su
400
+ #: inc/core/data.php:126
401
+ msgid "Choose style for this heading"
402
+ msgstr "Kies de stijl voor deze titel"
403
+
404
+ # @ su
405
+ #: inc/core/data.php:126 inc/core/data.php:180 inc/core/data.php:264
406
+ #: inc/core/data.php:440
407
+ msgid "Install additional styles"
408
+ msgstr "Installeer extra stijlen"
409
+
410
+ # @ su
411
+ #: inc/core/data.php:134 inc/core/data.php:511 inc/core/data.php:590
412
+ #: inc/core/data.php:693
413
+ msgid "Size"
414
+ msgstr "Grootte"
415
+
416
+ # @ su
417
+ #: inc/core/data.php:135
418
+ msgid "Select heading size (pixels)"
419
+ msgstr "Selecteer heading grootte (pixels)"
420
+
421
+ # @ su
422
+ #: inc/core/data.php:140 inc/core/data.php:472 inc/core/data.php:533
423
+ #: inc/core/data.php:957
424
+ msgid "Left"
425
+ msgstr "Links"
426
+
427
+ # @ su
428
+ #: inc/core/data.php:141 inc/core/data.php:534 inc/core/data.php:1767
429
+ #: inc/core/data.php:1894
430
+ msgid "Center"
431
+ msgstr "Midden"
432
+
433
+ # @ su
434
+ #: inc/core/data.php:142 inc/core/data.php:473 inc/core/data.php:535
435
+ #: inc/core/data.php:958
436
+ msgid "Right"
437
+ msgstr "Rechts"
438
+
439
+ # @ su
440
+ #: inc/core/data.php:145 inc/core/data.php:476 inc/core/data.php:538
441
+ msgid "Align"
442
+ msgstr "Uitlijnen"
443
+
444
+ # @ su
445
+ #: inc/core/data.php:146
446
+ msgid "Heading text alignment"
447
+ msgstr "Uitlijning heading tekst"
448
+
449
+ # @ su
450
+ #: inc/core/data.php:154
451
+ msgid "Margin"
452
+ msgstr "Marge"
453
+
454
+ # @ su
455
+ #: inc/core/data.php:155
456
+ msgid "Bottom margin (pixels)"
457
+ msgstr "Marge onderkant (pixels)"
458
+
459
+ # @ su
460
+ #: inc/core/data.php:159 inc/core/data.php:199 inc/core/data.php:231
461
+ #: inc/core/data.php:294 inc/core/data.php:310 inc/core/data.php:337
462
+ #: inc/core/data.php:361 inc/core/data.php:389 inc/core/data.php:419
463
+ #: inc/core/data.php:455 inc/core/data.php:480 inc/core/data.php:516
464
+ #: inc/core/data.php:543 inc/core/data.php:559 inc/core/data.php:601
465
+ #: inc/core/data.php:629 inc/core/data.php:750 inc/core/data.php:793
466
+ #: inc/core/data.php:849 inc/core/data.php:886 inc/core/data.php:918
467
+ #: inc/core/data.php:1020 inc/core/data.php:1036 inc/core/data.php:1088
468
+ #: inc/core/data.php:1206 inc/core/data.php:1256 inc/core/data.php:1299
469
+ #: inc/core/data.php:1338 inc/core/data.php:1407 inc/core/data.php:1428
470
+ #: inc/core/data.php:1459 inc/core/data.php:1492 inc/core/data.php:1508
471
+ #: inc/core/data.php:1538 inc/core/data.php:1558 inc/core/data.php:1585
472
+ #: inc/core/data.php:1606 inc/core/data.php:1651 inc/core/data.php:1696
473
+ #: inc/core/data.php:1804 inc/core/data.php:1931 inc/core/data.php:2001
474
+ #: inc/core/data.php:2175 inc/core/data.php:2230 inc/core/data.php:2276
475
+ msgid "Class"
476
+ msgstr "Klasse"
477
+
478
+ # @ su
479
+ #: inc/core/data.php:160 inc/core/data.php:200 inc/core/data.php:232
480
+ #: inc/core/data.php:295 inc/core/data.php:311 inc/core/data.php:338
481
+ #: inc/core/data.php:362 inc/core/data.php:390 inc/core/data.php:420
482
+ #: inc/core/data.php:456 inc/core/data.php:481 inc/core/data.php:517
483
+ #: inc/core/data.php:544 inc/core/data.php:560 inc/core/data.php:602
484
+ #: inc/core/data.php:630 inc/core/data.php:751 inc/core/data.php:794
485
+ #: inc/core/data.php:850 inc/core/data.php:887 inc/core/data.php:919
486
+ #: inc/core/data.php:1021 inc/core/data.php:1037 inc/core/data.php:1089
487
+ #: inc/core/data.php:1207 inc/core/data.php:1257 inc/core/data.php:1300
488
+ #: inc/core/data.php:1339 inc/core/data.php:1408 inc/core/data.php:1429
489
+ #: inc/core/data.php:1460 inc/core/data.php:1493 inc/core/data.php:1509
490
+ #: inc/core/data.php:1539 inc/core/data.php:1559 inc/core/data.php:1586
491
+ #: inc/core/data.php:1607 inc/core/data.php:1652 inc/core/data.php:1697
492
+ #: inc/core/data.php:1805 inc/core/data.php:1932 inc/core/data.php:2002
493
+ #: inc/core/data.php:2176 inc/core/data.php:2231 inc/core/data.php:2277
494
+ msgid "Extra CSS class"
495
+ msgstr "Extra CSS klasse"
496
+
497
+ # @ su
498
+ #: inc/core/data.php:163
499
+ msgid "Heading text"
500
+ msgstr "Heading tekst"
501
+
502
+ # @ su
503
+ #: inc/core/data.php:164
504
+ msgid "Styled heading"
505
+ msgstr "Gestijlde heading"
506
+
507
+ # @ su
508
+ #: inc/core/data.php:169
509
+ msgid "Tabs"
510
+ msgstr "Tabs"
511
+
512
+ # @ su
513
+ #: inc/core/data.php:180
514
+ msgid "Choose style for this tabs"
515
+ msgstr "Kies de stijl voor deze tabs"
516
+
517
+ # @ su
518
+ #: inc/core/data.php:188
519
+ msgid "Active tab"
520
+ msgstr "Actieve tab"
521
+
522
+ # @ su
523
+ #: inc/core/data.php:189
524
+ msgid "Select which tab is open by default"
525
+ msgstr "Selecteer de standaard open tab"
526
+
527
+ # @ su
528
+ #: inc/core/data.php:194
529
+ msgid "Vertical"
530
+ msgstr "Vertikaal"
531
+
532
+ # @ su
533
+ #: inc/core/data.php:195
534
+ msgid "Show tabs vertically"
535
+ msgstr "Toon de tabs vertikaal"
536
+
537
+ # @ su
538
+ #: inc/core/data.php:203
539
+ msgid ""
540
+ "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
541
+ "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
542
+ "[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
543
+ msgstr ""
544
+ "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
545
+ "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
546
+ "[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
547
+
548
+ # @ su
549
+ #: inc/core/data.php:204
550
+ msgid "Tabs container"
551
+ msgstr "Tabs container"
552
+
553
+ # @ su
554
+ #: inc/core/data.php:209
555
+ msgid "Tab"
556
+ msgstr "Tab"
557
+
558
+ # @ su
559
+ #: inc/core/data.php:214
560
+ msgid "Tab name"
561
+ msgstr "Tab naam"
562
+
563
+ # @ su
564
+ #: inc/core/data.php:215 inc/core/data.php:247 inc/core/data.php:767
565
+ #: inc/core/data.php:810 inc/core/data.php:1366
566
+ msgid "Title"
567
+ msgstr "Titel"
568
+
569
+ # @ su
570
+ #: inc/core/data.php:216
571
+ msgid "Enter tab name"
572
+ msgstr "Geef tab-naam op"
573
+
574
+ # @ su
575
+ #: inc/core/data.php:221
576
+ msgid "Disabled"
577
+ msgstr "Uitgeschakeld"
578
+
579
+ # @ su
580
+ #: inc/core/data.php:222
581
+ msgid "Is this tab disabled"
582
+ msgstr "Is deze tab uitgeschakeld?"
583
+
584
+ # @ su
585
+ #: inc/core/data.php:226 inc/core/data.php:289
586
+ msgid "Anchor"
587
+ msgstr "Anker"
588
+
589
+ # @ su
590
+ #: inc/core/data.php:227
591
+ msgid ""
592
+ "You can use unique anchor for this tab to access it with hash in page url. "
593
+ "For example: type here <b%value>Hello</b> and then use url like http://"
594
+ "example.com/page-url#Hello. This tab will be activated and scrolled in"
595
+ msgstr ""
596
+ "U kunt een uniek anker voor deze tab gebruiken om het met een # in de pagina "
597
+ "URL te bereiken. Bij voorbeeld: geef in <b%value>Hallo</b> en gebruik dan "
598
+ "een URL zoals http://voorbeeld.com/pagina-url#Hallo. De tab zal worden "
599
+ "geactiveerd en de inhoud toont de betreffende plek in het document."
600
+
601
+ # @ su
602
+ #: inc/core/data.php:235
603
+ msgid "Tab content"
604
+ msgstr "Tab inhoud"
605
+
606
+ # @ su
607
+ #: inc/core/data.php:236
608
+ msgid "Single tab"
609
+ msgstr "Enkele tab"
610
+
611
+ # @ su
612
+ #: inc/core/data.php:241
613
+ msgid "Spoiler"
614
+ msgstr "Spoiler"
615
+
616
+ # @ su
617
+ #: inc/core/data.php:246 inc/core/shortcodes.php:72
618
+ msgid "Spoiler title"
619
+ msgstr "Spoiler titel"
620
+
621
+ # @ su
622
+ #: inc/core/data.php:247
623
+ msgid "Text in spoiler title"
624
+ msgstr "Spoiler titel-tekst"
625
+
626
+ # @ su
627
+ #: inc/core/data.php:252
628
+ msgid "Open"
629
+ msgstr "Open"
630
+
631
+ # @ su
632
+ #: inc/core/data.php:253
633
+ msgid "Is spoiler content visible by default"
634
+ msgstr "Is de spoiler inhoud standaard zichtbaar?"
635
+
636
+ # @ su
637
+ #: inc/core/data.php:259
638
+ msgid "Fancy"
639
+ msgstr "Opvallend"
640
+
641
+ # @ su
642
+ #: inc/core/data.php:260 inc/core/data.php:500
643
+ msgid "Simple"
644
+ msgstr "Simpel"
645
+
646
+ # @ su
647
+ #: inc/core/data.php:264
648
+ msgid "Choose style for this spoiler"
649
+ msgstr "Kies de stijl voor deze spoiler"
650
+
651
+ # @ su
652
+ #: inc/core/data.php:269
653
+ msgid "Plus"
654
+ msgstr "Plus"
655
+
656
+ # @ su
657
+ #: inc/core/data.php:270
658
+ msgid "Plus circle"
659
+ msgstr "Plus cirkel"
660
+
661
+ # @ su
662
+ #: inc/core/data.php:271
663
+ msgid "Plus square 1"
664
+ msgstr "Plus vierkant 1"
665
+
666
+ # @ su
667
+ #: inc/core/data.php:272
668
+ msgid "Plus square 2"
669
+ msgstr "Plus vierkant 2"
670
+
671
+ # @ su
672
+ #: inc/core/data.php:273
673
+ msgid "Arrow"
674
+ msgstr "Pijl"
675
+
676
+ # @ su
677
+ #: inc/core/data.php:274
678
+ msgid "Arrow circle 1"
679
+ msgstr "Pijl cirkel 1"
680
+
681
+ # @ su
682
+ #: inc/core/data.php:275
683
+ msgid "Arrow circle 2"
684
+ msgstr "Pijl cirkel 2"
685
+
686
+ # @ su
687
+ #: inc/core/data.php:276
688
+ msgid "Chevron"
689
+ msgstr "Chevron"
690
+
691
+ # @ su
692
+ #: inc/core/data.php:277
693
+ msgid "Chevron circle"
694
+ msgstr "Chevron cirkel"
695
+
696
+ # @ su
697
+ #: inc/core/data.php:278
698
+ msgid "Caret"
699
+ msgstr "Dakje"
700
+
701
+ # @ su
702
+ #: inc/core/data.php:279
703
+ msgid "Caret square"
704
+ msgstr "Dakje vierkant"
705
+
706
+ # @ su
707
+ #: inc/core/data.php:280
708
+ msgid "Folder 1"
709
+ msgstr "Map 1"
710
+
711
+ # @ su
712
+ #: inc/core/data.php:281
713
+ msgid "Folder 2"
714
+ msgstr "Map 2"
715
+
716
+ # @ su
717
+ #: inc/core/data.php:284 inc/core/data.php:618 inc/core/data.php:723
718
+ #: inc/core/data.php:773
719
+ msgid "Icon"
720
+ msgstr "Icon"
721
+
722
+ # @ su
723
+ #: inc/core/data.php:285
724
+ msgid "Icons for spoiler"
725
+ msgstr "Icons voor de spoiler"
726
+
727
+ # @ su
728
+ #: inc/core/data.php:290
729
+ msgid ""
730
+ "You can use unique anchor for this spoiler to access it with hash in page "
731
+ "url. For example: type here <b%value>Hello</b> and then use url like http://"
732
+ "example.com/page-url#Hello. This spoiler will be open and scrolled in"
733
+ msgstr ""
734
+ "U kunt een uniek anker voor deze spoiler gebruiken om het met een # in de "
735
+ "pagina URL te bereiken. Bij voorbeeld: geef in <b%value>Hallo</b> en gebruik "
736
+ "dan een URL zoals http://voorbeeld.com/pagina-url#Hallo. De spoiler zal "
737
+ "worden geactiveerd en de inhoud toont de betreffende plek in het document."
738
+
739
+ # @ su
740
+ #: inc/core/data.php:298
741
+ msgid "Hidden content"
742
+ msgstr "Verborgen inhoud"
743
+
744
+ # @ su
745
+ #: inc/core/data.php:299
746
+ msgid "Spoiler with hidden content"
747
+ msgstr "Spoiler met verborgen inhoud"
748
+
749
+ # @ su
750
+ #: inc/core/data.php:304
751
+ msgid "Accordion"
752
+ msgstr "Accordion"
753
+
754
+ # @ su
755
+ #: inc/core/data.php:314
756
+ msgid ""
757
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
758
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
759
+ "[%prefix_spoiler]Content[/%prefix_spoiler]"
760
+ msgstr ""
761
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
762
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
763
+ "[%prefix_spoiler]Content[/%prefix_spoiler]"
764
+
765
+ # @ su
766
+ #: inc/core/data.php:315
767
+ msgid "Accordion with spoilers"
768
+ msgstr "Accordion met spoilers"
769
+
770
+ # @ su
771
+ #: inc/core/data.php:320
772
+ msgid "Divider"
773
+ msgstr "Verdeler"
774
+
775
+ # @ su
776
+ #: inc/core/data.php:327
777
+ msgid "Show TOP link"
778
+ msgstr "Toon de TOP-link"
779
+
780
+ # @ su
781
+ #: inc/core/data.php:328
782
+ msgid "Show link to top of the page or not"
783
+ msgstr "Toon de link in de kop van de pagina of niet?"
784
+
785
+ # @ su
786
+ #: inc/core/data.php:332 inc/core/shortcodes.php:99
787
+ msgid "Go to top"
788
+ msgstr "Ga naar boven"
789
+
790
+ # @ su
791
+ #: inc/core/data.php:333
792
+ msgid "Link text"
793
+ msgstr "Link tekst"
794
+
795
+ # @ su
796
+ #: inc/core/data.php:333
797
+ msgid "Text for the GO TOP link"
798
+ msgstr "Tekst voor de GA NAAR BOVEN link"
799
+
800
+ # @ su
801
+ #: inc/core/data.php:341
802
+ msgid "Content divider with optional TOP link"
803
+ msgstr "Inhoud verdeler met optionele TOP link"
804
+
805
+ # @ su
806
+ #: inc/core/data.php:346
807
+ msgid "Spacer"
808
+ msgstr "Spacer"
809
+
810
+ # @ su
811
+ #: inc/core/data.php:356 inc/core/data.php:1071 inc/core/data.php:1127
812
+ #: inc/core/data.php:1239 inc/core/data.php:1288 inc/core/data.php:1384
813
+ #: inc/core/data.php:1640 inc/core/data.php:1679 inc/core/data.php:1751
814
+ #: inc/core/data.php:1860 inc/core/data.php:1986 inc/core/data.php:2203
815
+ msgid "Height"
816
+ msgstr "Hoogte"
817
+
818
+ # @ su
819
+ #: inc/core/data.php:357
820
+ msgid "Height of the spacer in pixels"
821
+ msgstr "Hoogte van de spacer in pixels"
822
+
823
+ # @ su
824
+ #: inc/core/data.php:365
825
+ msgid "Empty space with adjustable height"
826
+ msgstr "Lege ruimte met instelbare hoogte"
827
+
828
+ # @ su
829
+ #: inc/core/data.php:370
830
+ msgid "Highlight"
831
+ msgstr "Uitgelicht"
832
+
833
+ # @ su
834
+ #: inc/core/data.php:378 inc/core/data.php:678 inc/core/data.php:867
835
+ msgid "Background"
836
+ msgstr "Achtergrond"
837
+
838
+ # @ su
839
+ #: inc/core/data.php:379
840
+ msgid "Highlighted text background color"
841
+ msgstr "Uitgelichte tekst-achtergrond kleur"
842
+
843
+ # @ su
844
+ #: inc/core/data.php:385 inc/core/data.php:684 inc/core/data.php:873
845
+ msgid "Text color"
846
+ msgstr "Tekst kleur"
847
+
848
+ # @ su
849
+ #: inc/core/data.php:385
850
+ msgid "Highlighted text color"
851
+ msgstr "Uitgelichte tekst kleur"
852
+
853
+ # @ su
854
+ #: inc/core/data.php:393 inc/core/data.php:394
855
+ msgid "Highlighted text"
856
+ msgstr "Uitgelichte tekst"
857
+
858
+ # @ su
859
+ # @ textdomain
860
+ #: inc/core/data.php:399 inc/core/data.php:423 inc/vendor/sunrise.php:409
861
+ msgid "Label"
862
+ msgstr "Label"
863
+
864
+ # @ su
865
+ #: inc/core/data.php:407
866
+ msgid "Success"
867
+ msgstr "Succes"
868
+
869
+ # @ su
870
+ #: inc/core/data.php:408
871
+ msgid "Warning"
872
+ msgstr "Waarschuwing"
873
+
874
+ # @ su
875
+ #: inc/core/data.php:409
876
+ msgid "Important"
877
+ msgstr "Belangrijk"
878
+
879
+ # @ su
880
+ #: inc/core/data.php:410
881
+ msgid "Black"
882
+ msgstr "Zwart"
883
+
884
+ # @ su
885
+ #: inc/core/data.php:411
886
+ msgid "Info"
887
+ msgstr "Informatie"
888
+
889
+ # @ su
890
+ #: inc/core/data.php:414
891
+ msgid "Type"
892
+ msgstr "Soort"
893
+
894
+ # @ su
895
+ #: inc/core/data.php:415
896
+ msgid "Style of the label"
897
+ msgstr "Stijl van het label"
898
+
899
+ # @ su
900
+ #: inc/core/data.php:424
901
+ msgid "Styled label"
902
+ msgstr "Gestijlde label"
903
+
904
+ # @ su
905
+ #: inc/core/data.php:429 inc/core/data.php:459
906
+ msgid "Quote"
907
+ msgstr "Citaat"
908
+
909
+ # @ su
910
+ #: inc/core/data.php:440
911
+ msgid "Choose style for this quote"
912
+ msgstr "Kies de stijl voor dit citaat"
913
+
914
+ # @ su
915
+ #: inc/core/data.php:444
916
+ msgid "Cite"
917
+ msgstr "Aanhaling"
918
+
919
+ # @ su
920
+ #: inc/core/data.php:445
921
+ msgid "Quote author name"
922
+ msgstr "Naam van de quote-auteur"
923
+
924
+ # @ su
925
+ #: inc/core/data.php:450
926
+ msgid "Cite url"
927
+ msgstr "URL van de aanhaling"
928
+
929
+ # @ su
930
+ #: inc/core/data.php:451
931
+ msgid "Url of the quote author. Leave empty to disable link"
932
+ msgstr "URL van de quote-auteur. Laat leeg om geen link te tonen"
933
+
934
+ # @ su
935
+ #: inc/core/data.php:460
936
+ msgid "Blockquote alternative"
937
+ msgstr "Alternatieve blockquote"
938
+
939
+ # @ su
940
+ #: inc/core/data.php:465 inc/core/data.php:484 inc/core/data.php:485
941
+ msgid "Pullquote"
942
+ msgstr "Zij-quote"
943
+
944
+ # @ su
945
+ #: inc/core/data.php:476
946
+ msgid "Pullquote alignment (float)"
947
+ msgstr "Uitlijning van de zij-quote (float)"
948
+
949
+ # @ su
950
+ #: inc/core/data.php:490 inc/core/data.php:521
951
+ msgid "Dropcap"
952
+ msgstr "Dropcap"
953
+
954
+ # @ su
955
+ #: inc/core/data.php:498 inc/core/data.php:663
956
+ msgid "Flat"
957
+ msgstr "Zonder opmaak"
958
+
959
+ # @ su
960
+ #: inc/core/data.php:499
961
+ msgid "Light"
962
+ msgstr "Eenvoudig"
963
+
964
+ # @ su
965
+ #: inc/core/data.php:503
966
+ msgid "Dropcap style preset"
967
+ msgstr "Voor-instelling dropcap stijl"
968
+
969
+ # @ su
970
+ #: inc/core/data.php:512
971
+ msgid "Choose dropcap size"
972
+ msgstr "Kies een dropap grootte"
973
+
974
+ # @ su
975
+ #: inc/core/data.php:520
976
+ msgid "D"
977
+ msgstr "D"
978
+
979
+ # @ su
980
+ #: inc/core/data.php:526
981
+ msgid "Frame"
982
+ msgstr "Frame"
983
+
984
+ # @ su
985
+ #: inc/core/data.php:539
986
+ msgid "Frame alignment"
987
+ msgstr "Frame uitlijning"
988
+
989
+ # @ su
990
+ #: inc/core/data.php:548
991
+ msgid "Styled image frame"
992
+ msgstr "Gestijlde image frame "
993
+
994
+ # @ su
995
+ #: inc/core/data.php:553
996
+ msgid "Row"
997
+ msgstr "Rij"
998
+
999
+ # @ su
1000
+ #: inc/core/data.php:563
1001
+ msgid ""
1002
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
1003
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
1004
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
1005
+ msgstr ""
1006
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
1007
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
1008
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
1009
+
1010
+ # @ su
1011
+ #: inc/core/data.php:564
1012
+ msgid "Row for flexible columns"
1013
+ msgstr "Rij met flexibele kolommen"
1014
+
1015
+ # @ su
1016
+ #: inc/core/data.php:569
1017
+ msgid "Column"
1018
+ msgstr "Kolom"
1019
+
1020
+ # @ su
1021
+ #: inc/core/data.php:576
1022
+ msgid "Full width"
1023
+ msgstr "Volledige breedte"
1024
+
1025
+ # @ su
1026
+ #: inc/core/data.php:577
1027
+ msgid "One half"
1028
+ msgstr "1/2"
1029
+
1030
+ # @ su
1031
+ #: inc/core/data.php:578
1032
+ msgid "One third"
1033
+ msgstr "1/3"
1034
+
1035
+ # @ su
1036
+ #: inc/core/data.php:579
1037
+ msgid "Two third"
1038
+ msgstr "2/3"
1039
+
1040
+ # @ su
1041
+ #: inc/core/data.php:580
1042
+ msgid "One fourth"
1043
+ msgstr "1/4"
1044
+
1045
+ # @ su
1046
+ #: inc/core/data.php:581
1047
+ msgid "Three fourth"
1048
+ msgstr "3/4"
1049
+
1050
+ # @ su
1051
+ #: inc/core/data.php:582
1052
+ msgid "One fifth"
1053
+ msgstr "1/5"
1054
+
1055
+ # @ su
1056
+ #: inc/core/data.php:583
1057
+ msgid "Two fifth"
1058
+ msgstr "2/5"
1059
+
1060
+ # @ su
1061
+ #: inc/core/data.php:584
1062
+ msgid "Three fifth"
1063
+ msgstr "3/5"
1064
+
1065
+ # @ su
1066
+ #: inc/core/data.php:585
1067
+ msgid "Four fifth"
1068
+ msgstr "4/5"
1069
+
1070
+ # @ su
1071
+ #: inc/core/data.php:586
1072
+ msgid "One sixth"
1073
+ msgstr "1/6"
1074
+
1075
+ # @ su
1076
+ #: inc/core/data.php:587
1077
+ msgid "Five sixth"
1078
+ msgstr "5/6"
1079
+
1080
+ # @ su
1081
+ #: inc/core/data.php:591
1082
+ msgid "Select column width. This width will be calculated depend page width"
1083
+ msgstr ""
1084
+ "Selecteer de kolom breedte. De breedte is afhankelijk van de pagina breedte"
1085
+
1086
+ # @ su
1087
+ #: inc/core/data.php:596 inc/core/data.php:704
1088
+ msgid "Centered"
1089
+ msgstr "Gecentreerd"
1090
+
1091
+ # @ su
1092
+ #: inc/core/data.php:597
1093
+ msgid "Is this column centered on the page"
1094
+ msgstr "Is deze kolom op de pagina gecentreerd?"
1095
+
1096
+ # @ su
1097
+ #: inc/core/data.php:605
1098
+ msgid "Column content"
1099
+ msgstr "Inhoud kolom"
1100
+
1101
+ # @ su
1102
+ #: inc/core/data.php:606
1103
+ msgid "Flexible and responsive columns"
1104
+ msgstr "Flexibele en mee-bewegende kolomen"
1105
+
1106
+ # @ su
1107
+ #: inc/core/data.php:611
1108
+ msgid "List"
1109
+ msgstr "Lijst"
1110
+
1111
+ # @ su
1112
+ #: inc/core/data.php:619
1113
+ msgid "You can upload custom icon for this list or pick a built-in icon"
1114
+ msgstr ""
1115
+ "U kunt een eigen icon uploaden voor deze lijst of een ingebouwde icon "
1116
+ "uitkiezen"
1117
+
1118
+ # @ su
1119
+ #: inc/core/data.php:624 inc/core/data.php:729 inc/core/data.php:779
1120
+ msgid "Icon color"
1121
+ msgstr "Icon kleur"
1122
+
1123
+ # @ su
1124
+ #: inc/core/data.php:625 inc/core/data.php:730 inc/core/data.php:780
1125
+ msgid ""
1126
+ "This color will be applied to the selected icon. Does not works with "
1127
+ "uploaded icons"
1128
+ msgstr ""
1129
+ "Deze kleur zal worden toegepast op de gekozen icon. Dit werkt niet met eigen "
1130
+ "icons"
1131
+
1132
+ # @ su
1133
+ #: inc/core/data.php:633
1134
+ msgid ""
1135
+ "<ul>\n"
1136
+ "<li>List item</li>\n"
1137
+ "<li>List item</li>\n"
1138
+ "<li>List item</li>\n"
1139
+ "</ul>"
1140
+ msgstr ""
1141
+ "<ul>\n"
1142
+ "<li>List item</li>\n"
1143
+ "<li>List item</li>\n"
1144
+ "<li>List item</li>\n"
1145
+ "</ul>"
1146
+
1147
+ # @ su
1148
+ #: inc/core/data.php:634
1149
+ msgid "Styled unordered list"
1150
+ msgstr "Gestijlde, niet-gesorteerde lijst"
1151
+
1152
+ # @ su
1153
+ #: inc/core/data.php:639
1154
+ msgid "Button"
1155
+ msgstr "Drukknop"
1156
+
1157
+ # @ su
1158
+ #: inc/core/data.php:646
1159
+ msgid "Link"
1160
+ msgstr "Link"
1161
+
1162
+ # @ su
1163
+ #: inc/core/data.php:647
1164
+ msgid "Button link"
1165
+ msgstr "Link drukknop"
1166
+
1167
+ # @ su
1168
+ #: inc/core/data.php:652 inc/core/data.php:1450
1169
+ msgid "Same tab"
1170
+ msgstr "Dezelfde tab"
1171
+
1172
+ # @ su
1173
+ #: inc/core/data.php:653 inc/core/data.php:1451
1174
+ msgid "New tab"
1175
+ msgstr "Nieuwe tab"
1176
+
1177
+ # @ su
1178
+ #: inc/core/data.php:656 inc/core/data.php:1454
1179
+ msgid "Target"
1180
+ msgstr "Doel"
1181
+
1182
+ # @ su
1183
+ #: inc/core/data.php:657
1184
+ msgid "Button link target"
1185
+ msgstr "Doel van de drukknop-link"
1186
+
1187
+ # @ su
1188
+ #: inc/core/data.php:664 inc/core/data.php:816
1189
+ msgid "Soft"
1190
+ msgstr "Zacht"
1191
+
1192
+ # @ su
1193
+ #: inc/core/data.php:665 inc/core/data.php:817
1194
+ msgid "Glass"
1195
+ msgstr "Glas"
1196
+
1197
+ # @ su
1198
+ #: inc/core/data.php:666 inc/core/data.php:818
1199
+ msgid "Bubbles"
1200
+ msgstr "Luchtbellen"
1201
+
1202
+ # @ su
1203
+ #: inc/core/data.php:667 inc/core/data.php:819
1204
+ msgid "Noise"
1205
+ msgstr "Druk"
1206
+
1207
+ # @ su
1208
+ #: inc/core/data.php:668
1209
+ msgid "Stroked"
1210
+ msgstr "Gestreept"
1211
+
1212
+ # @ su
1213
+ #: inc/core/data.php:669
1214
+ msgid "3D"
1215
+ msgstr "3D"
1216
+
1217
+ # @ su
1218
+ #: inc/core/data.php:672
1219
+ msgid "Button background style preset"
1220
+ msgstr "Stijl van de drukknop achtergrond (voorinstelling)"
1221
+
1222
+ # @ su
1223
+ #: inc/core/data.php:678
1224
+ msgid "Button background color"
1225
+ msgstr "Achtergrond kleur drukknop"
1226
+
1227
+ # @ su
1228
+ #: inc/core/data.php:685
1229
+ msgid "Button text color"
1230
+ msgstr "Tekst kleur drukknop"
1231
+
1232
+ # @ su
1233
+ #: inc/core/data.php:694
1234
+ msgid "Button size"
1235
+ msgstr "Grootte drukknop"
1236
+
1237
+ # @ su
1238
+ #: inc/core/data.php:699
1239
+ msgid "Fluid"
1240
+ msgstr "Vloeiend"
1241
+
1242
+ # @ su
1243
+ #: inc/core/data.php:699
1244
+ msgid "Fluid buttons has 100% width"
1245
+ msgstr "Vloeiende drukknoppen hebben een breedte van 100%"
1246
+
1247
+ # @ su
1248
+ #: inc/core/data.php:704
1249
+ msgid "Is button centered on the page"
1250
+ msgstr "Is de drukknop op de pagina gecentreerd?"
1251
+
1252
+ # @ su
1253
+ #: inc/core/data.php:709
1254
+ msgid "Auto"
1255
+ msgstr "Automatisch"
1256
+
1257
+ # @ su
1258
+ #: inc/core/data.php:710
1259
+ msgid "Round"
1260
+ msgstr "Rond"
1261
+
1262
+ # @ su
1263
+ #: inc/core/data.php:711
1264
+ msgid "Square"
1265
+ msgstr "Rechthoek"
1266
+
1267
+ # @ su
1268
+ #: inc/core/data.php:717 inc/core/data.php:844 inc/core/data.php:882
1269
+ msgid "Radius"
1270
+ msgstr "Radius"
1271
+
1272
+ # @ su
1273
+ #: inc/core/data.php:718
1274
+ msgid "Radius of button corners. Auto-radius calculation based on button size"
1275
+ msgstr ""
1276
+ "Radius van drukknop-hoeken. Auto-radius berekent de koek op basis van de "
1277
+ "drukknop-grootte"
1278
+
1279
+ # @ su
1280
+ #: inc/core/data.php:724
1281
+ msgid "You can upload custom icon for this button or pick a built-in icon"
1282
+ msgstr ""
1283
+ "U kunt een eigen icon uploaden voor deze knop of een ingebouwde knop kiezen"
1284
+
1285
+ # @ su
1286
+ #: inc/core/data.php:735
1287
+ msgid "Text shadow"
1288
+ msgstr "Tekst schaduw"
1289
+
1290
+ # @ su
1291
+ #: inc/core/data.php:736
1292
+ msgid "Button text shadow"
1293
+ msgstr "Drukknop tekst-schaduw"
1294
+
1295
+ # @ su
1296
+ #: inc/core/data.php:740
1297
+ msgid "Description"
1298
+ msgstr "Omschrijving"
1299
+
1300
+ # @ su
1301
+ #: inc/core/data.php:741
1302
+ msgid ""
1303
+ "Small description under button text. This option is incompatible with icon."
1304
+ msgstr ""
1305
+ "Kote omschrijving under drukknop tekst. Deze optie is niet compatibel met "
1306
+ "een icon."
1307
+
1308
+ # @ su
1309
+ #: inc/core/data.php:745
1310
+ msgid "onClick"
1311
+ msgstr "Op klik"
1312
+
1313
+ # @ su
1314
+ #: inc/core/data.php:746
1315
+ msgid "Advanced JavaScript code for onClick action"
1316
+ msgstr "Geavanceerde JavaScript code voor de klik-actie"
1317
+
1318
+ # @ su
1319
+ #: inc/core/data.php:754
1320
+ msgid "Button text"
1321
+ msgstr "Tekst drukknop"
1322
+
1323
+ # @ su
1324
+ #: inc/core/data.php:755
1325
+ msgid "Styled button"
1326
+ msgstr "Gestijlde drukknop"
1327
+
1328
+ # @ su
1329
+ #: inc/core/data.php:760
1330
+ msgid "Service"
1331
+ msgstr "Service"
1332
+
1333
+ # @ su
1334
+ #: inc/core/data.php:766 inc/core/shortcodes.php:430
1335
+ msgid "Service title"
1336
+ msgstr "Titel van de service"
1337
+
1338
+ # @ su
1339
+ #: inc/core/data.php:768
1340
+ msgid "Service name"
1341
+ msgstr "Naam van de service"
1342
+
1343
+ # @ su
1344
+ #: inc/core/data.php:774
1345
+ msgid "You can upload custom icon for this box"
1346
+ msgstr "U kunt uw eigen icon uploaden"
1347
+
1348
+ # @ su
1349
+ #: inc/core/data.php:788
1350
+ msgid "Icon size"
1351
+ msgstr "Icon grootte"
1352
+
1353
+ # @ su
1354
+ #: inc/core/data.php:789
1355
+ msgid "Size of the uploaded icon in pixels"
1356
+ msgstr "Grootte van de toegevoegde icon in pixels"
1357
+
1358
+ # @ su
1359
+ #: inc/core/data.php:797
1360
+ msgid "Service description"
1361
+ msgstr "Omschrijving van de service"
1362
+
1363
+ # @ su
1364
+ #: inc/core/data.php:798
1365
+ msgid "Service box with title"
1366
+ msgstr "Service box met titel"
1367
+
1368
+ # @ su
1369
+ #: inc/core/data.php:809
1370
+ msgid "Box title"
1371
+ msgstr "Box titel"
1372
+
1373
+ # @ su
1374
+ #: inc/core/data.php:810
1375
+ msgid "Text for the box title"
1376
+ msgstr "Tekst voor de box-titel"
1377
+
1378
+ # @ su
1379
+ #: inc/core/data.php:823
1380
+ msgid "Box style preset"
1381
+ msgstr "Voorinstelling box-stijl"
1382
+
1383
+ # @ su
1384
+ #: inc/core/data.php:829 inc/core/generator-views.php:91
1385
+ msgid "Color"
1386
+ msgstr "Kleur"
1387
+
1388
+ # @ su
1389
+ #: inc/core/data.php:830
1390
+ msgid "Color for the box title and borders"
1391
+ msgstr "Kleur voor de titel en de randen van de box"
1392
+
1393
+ # @ su
1394
+ #: inc/core/data.php:836
1395
+ msgid "Title text color"
1396
+ msgstr "Kleur van de titel-tekst"
1397
+
1398
+ # @ su
1399
+ #: inc/core/data.php:836
1400
+ msgid "Color for the box title text"
1401
+ msgstr "Kleur voor de titel van de box-tekst"
1402
+
1403
+ # @ su
1404
+ #: inc/core/data.php:845
1405
+ msgid "Box corners radius"
1406
+ msgstr "Radius van de box-randen"
1407
+
1408
+ # @ su
1409
+ #: inc/core/data.php:853
1410
+ msgid "Box content"
1411
+ msgstr "Box inhoud"
1412
+
1413
+ # @ su
1414
+ #: inc/core/data.php:854
1415
+ msgid "Colored box with caption"
1416
+ msgstr "Gekleurde box met onderschrift"
1417
+
1418
+ # @ su
1419
+ #: inc/core/data.php:859
1420
+ msgid "Note"
1421
+ msgstr "Notitie"
1422
+
1423
+ # @ su
1424
+ #: inc/core/data.php:867
1425
+ msgid "Note background color"
1426
+ msgstr "Kleur achtergrond notitie"
1427
+
1428
+ # @ su
1429
+ #: inc/core/data.php:874
1430
+ msgid "Note text color"
1431
+ msgstr "Kleur van de notitie-tekst"
1432
+
1433
+ # @ su
1434
+ #: inc/core/data.php:882
1435
+ msgid "Note corners radius"
1436
+ msgstr "Radius van de notitie-randen"
1437
+
1438
+ # @ su
1439
+ #: inc/core/data.php:890
1440
+ msgid "Note text"
1441
+ msgstr "Notitie tekst"
1442
+
1443
+ # @ su
1444
+ #: inc/core/data.php:891
1445
+ msgid "Colored box"
1446
+ msgstr "Gekleurde box"
1447
+
1448
+ # @ su
1449
+ #: inc/core/data.php:896
1450
+ msgid "Lightbox"
1451
+ msgstr "Lightbox"
1452
+
1453
+ # @ su
1454
+ #: inc/core/data.php:903
1455
+ msgid "Iframe"
1456
+ msgstr "iframe"
1457
+
1458
+ # @ su
1459
+ #: inc/core/data.php:904
1460
+ msgid "Image"
1461
+ msgstr "Image"
1462
+
1463
+ # @ su
1464
+ #: inc/core/data.php:905
1465
+ msgid "Inline (html content)"
1466
+ msgstr "Inline (HTML inhoud)"
1467
+
1468
+ # @ su
1469
+ #: inc/core/data.php:908
1470
+ msgid "Content type"
1471
+ msgstr "Inhoud type"
1472
+
1473
+ # @ su
1474
+ #: inc/core/data.php:909
1475
+ msgid "Select type of the lightbox window content"
1476
+ msgstr "Selecteer het type lightbox-venster inhoud"
1477
+
1478
+ # @ su
1479
+ #: inc/core/data.php:913
1480
+ msgid "Content source"
1481
+ msgstr "Inhoud bron"
1482
+
1483
+ # @ su
1484
+ #: inc/core/data.php:914
1485
+ msgid ""
1486
+ "Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
1487
+ "Use CSS selector for Inline content type.<br />Example values:<br /><b"
1488
+ "%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)"
1489
+ "<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
1490
+ "uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
1491
+ "(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1492
+ msgstr ""
1493
+ "Voeg hier een URL of een CSS selector toe. Gebruik een URL voor iframe en "
1494
+ "Image types. Gebruik een CSS selector voor inline inhoud types.<br /"
1495
+ ">Voorbeeld waarden:<br /><b%value>http://www.youtube.com/watch?v=XXXXXXXX</"
1496
+ "b> - YouTube video (iframe)<br /><b%value>http://example.com/wp-content/"
1497
+ "uploads/image.jpg</b> - een uploaded beeldbestand (image)<br /><b"
1498
+ "%value>http://example.com/</b> - een web-pagina (iframe)<br /><b"
1499
+ "%value>#contact-form</b> - HTML inhoud (inline)"
1500
+
1501
+ # @ su
1502
+ #: inc/core/data.php:922
1503
+ msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1504
+ msgstr "[%prefix_button] Klik hier om de video te zien [/%prefix_button]"
1505
+
1506
+ # @ su
1507
+ #: inc/core/data.php:923
1508
+ msgid "Lightbox window with custom content"
1509
+ msgstr "Lightbox venster met aangepaste inhoud"
1510
+
1511
+ # @ su
1512
+ #: inc/core/data.php:928
1513
+ msgid "Tooltip"
1514
+ msgstr "Tooltip"
1515
+
1516
+ # @ su
1517
+ #: inc/core/data.php:935
1518
+ msgid "Basic: Light"
1519
+ msgstr "Basis: licht"
1520
+
1521
+ # @ su
1522
+ #: inc/core/data.php:936
1523
+ msgid "Basic: Dark"
1524
+ msgstr "Basis: Donker"
1525
+
1526
+ # @ su
1527
+ #: inc/core/data.php:937
1528
+ msgid "Basic: Yellow"
1529
+ msgstr "Basis: Geel"
1530
+
1531
+ # @ su
1532
+ #: inc/core/data.php:938
1533
+ msgid "Basic: Green"
1534
+ msgstr "Basis: Groen"
1535
+
1536
+ # @ su
1537
+ #: inc/core/data.php:939
1538
+ msgid "Basic: Red"
1539
+ msgstr "Basis: Rood"
1540
+
1541
+ # @ su
1542
+ #: inc/core/data.php:940
1543
+ msgid "Basic: Blue"
1544
+ msgstr "Basis: Blaauw"
1545
+
1546
+ # @ su
1547
+ #: inc/core/data.php:941
1548
+ msgid "Youtube"
1549
+ msgstr "Youtube"
1550
+
1551
+ # @ su
1552
+ #: inc/core/data.php:942
1553
+ msgid "Tipsy"
1554
+ msgstr "Aangeschoten"
1555
+
1556
+ # @ su
1557
+ #: inc/core/data.php:943
1558
+ msgid "Bootstrap"
1559
+ msgstr "Bootstrap"
1560
+
1561
+ # @ su
1562
+ #: inc/core/data.php:944
1563
+ msgid "jTools"
1564
+ msgstr "jTools (hulpmiddelen)"
1565
+
1566
+ # @ su
1567
+ #: inc/core/data.php:945
1568
+ msgid "Tipped"
1569
+ msgstr "Getipt"
1570
+
1571
+ # @ su
1572
+ #: inc/core/data.php:946
1573
+ msgid "Cluetip"
1574
+ msgstr "Cluetip"
1575
+
1576
+ # @ su
1577
+ #: inc/core/data.php:950
1578
+ msgid "Tooltip window style"
1579
+ msgstr "Tooltip venster stijl"
1580
+
1581
+ # @ su
1582
+ #: inc/core/data.php:955
1583
+ msgid "Top"
1584
+ msgstr "Boven"
1585
+
1586
+ # @ su
1587
+ #: inc/core/data.php:956
1588
+ msgid "Bottom"
1589
+ msgstr "Onder"
1590
+
1591
+ # @ su
1592
+ #: inc/core/data.php:961
1593
+ msgid "Position"
1594
+ msgstr "Positie"
1595
+
1596
+ # @ su
1597
+ #: inc/core/data.php:962
1598
+ msgid "Tooltip position"
1599
+ msgstr "Tooltip positie"
1600
+
1601
+ # @ su
1602
+ #: inc/core/data.php:967
1603
+ msgid "Shadow"
1604
+ msgstr "Schaduw"
1605
+
1606
+ # @ su
1607
+ #: inc/core/data.php:968
1608
+ msgid ""
1609
+ "Add shadow to tooltip. This option is only works with basic styes, e.g. "
1610
+ "blue, green etc."
1611
+ msgstr ""
1612
+ "Voeg schaduw aan de tooltip toe. Deze optie werkt alleen met de basis "
1613
+ "stijlen, zoals Blauw, groen, enz."
1614
+
1615
+ # @ su
1616
+ #: inc/core/data.php:973
1617
+ msgid "Rounded corners"
1618
+ msgstr "Ronde hoeken"
1619
+
1620
+ # @ su
1621
+ #: inc/core/data.php:974
1622
+ msgid ""
1623
+ "Use rounded for tooltip. This option is only works with basic styes, e.g. "
1624
+ "blue, green etc."
1625
+ msgstr ""
1626
+ "Gebruik ronde hoeken bij de tooltip. Deze optie werkt alleen met basis "
1627
+ "stijlen, zoals blauw, groen, enz."
1628
+
1629
+ # @ su
1630
+ #: inc/core/data.php:988
1631
+ msgid "Font size"
1632
+ msgstr "Font grootte"
1633
+
1634
+ # @ su
1635
+ #: inc/core/data.php:989
1636
+ msgid "Tooltip font size"
1637
+ msgstr "Tooltip font grootte"
1638
+
1639
+ # @ su
1640
+ #: inc/core/data.php:993
1641
+ msgid "Tooltip title"
1642
+ msgstr "Tooltip titel"
1643
+
1644
+ # @ su
1645
+ #: inc/core/data.php:994
1646
+ msgid ""
1647
+ "Enter title for tooltip window. Leave this field empty to hide the title"
1648
+ msgstr ""
1649
+ "Geef een titel op voor het tooltip venster. Laat dit veld leeg om de titel "
1650
+ "te verbergen"
1651
+
1652
+ # @ su
1653
+ #: inc/core/data.php:997 inc/core/shortcodes.php:508
1654
+ msgid "Tooltip text"
1655
+ msgstr "Tooltip tekst"
1656
+
1657
+ # @ su
1658
+ #: inc/core/data.php:998
1659
+ msgid "Tooltip content"
1660
+ msgstr "Tooltip inhoud"
1661
+
1662
+ # @ su
1663
+ #: inc/core/data.php:999
1664
+ msgid "Enter tooltip content here"
1665
+ msgstr "Geef tooltip inhoud hier in"
1666
+
1667
+ # @ su
1668
+ #: inc/core/data.php:1004
1669
+ msgid "Show and hide on mouse hover"
1670
+ msgstr "Toon en verberg bij muis-over"
1671
+
1672
+ # @ su
1673
+ #: inc/core/data.php:1005
1674
+ msgid "Show and hide by mouse click"
1675
+ msgstr "Toon en verberg na muis-klik"
1676
+
1677
+ # @ su
1678
+ #: inc/core/data.php:1006
1679
+ msgid "Always visible"
1680
+ msgstr "Altijd zichtbaar"
1681
+
1682
+ # @ su
1683
+ #: inc/core/data.php:1009
1684
+ msgid "Behavior"
1685
+ msgstr "Gedrag"
1686
+
1687
+ # @ su
1688
+ #: inc/core/data.php:1010
1689
+ msgid "Select tooltip behavior"
1690
+ msgstr "Selecteer tooltip gedrag"
1691
+
1692
+ # @ su
1693
+ #: inc/core/data.php:1015
1694
+ msgid "Close button"
1695
+ msgstr "Sluit drukknop"
1696
+
1697
+ # @ su
1698
+ #: inc/core/data.php:1016
1699
+ msgid "Show close button"
1700
+ msgstr "Toon sluit drukknop"
1701
+
1702
+ # @ su
1703
+ #: inc/core/data.php:1024
1704
+ msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1705
+ msgstr ""
1706
+ "[%prefix_button] Ga over me heen om de tooltip te openen [/%prefix_button]"
1707
+
1708
+ # @ su
1709
+ #: inc/core/data.php:1025
1710
+ msgid "Tooltip window with custom content"
1711
+ msgstr "Tooltip venster met eigen inhoud"
1712
+
1713
+ # @ su
1714
+ #: inc/core/data.php:1030
1715
+ msgid "Private"
1716
+ msgstr "Privé"
1717
+
1718
+ # @ su
1719
+ #: inc/core/data.php:1040
1720
+ msgid "Private note text"
1721
+ msgstr "Tekst privé-notitie "
1722
+
1723
+ # @ su
1724
+ #: inc/core/data.php:1041
1725
+ msgid "Private note for post authors"
1726
+ msgstr "Privé-notitie voor auteuren"
1727
+
1728
+ # @ su
1729
+ #: inc/core/data.php:1046
1730
+ msgid "YouTube"
1731
+ msgstr "YouTube"
1732
+
1733
+ # @ su
1734
+ #: inc/core/data.php:1053 inc/core/data.php:1104 inc/core/data.php:1222
1735
+ #: inc/core/data.php:1271 inc/core/data.php:1525 inc/core/data.php:1622
1736
+ msgid "Url"
1737
+ msgstr "URL"
1738
+
1739
+ # @ su
1740
+ #: inc/core/data.php:1054 inc/core/data.php:1105
1741
+ msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1742
+ msgstr ""
1743
+ "URL van de Youtube pagina met de video: BV: http://youtube.com/watch?v=XXXXXX"
1744
+
1745
+ # @ su
1746
+ #: inc/core/data.php:1062 inc/core/data.php:1118 inc/core/data.php:1230
1747
+ #: inc/core/data.php:1279 inc/core/data.php:1321 inc/core/data.php:1375
1748
+ #: inc/core/data.php:1631 inc/core/data.php:1670 inc/core/data.php:1743
1749
+ #: inc/core/data.php:1851 inc/core/data.php:1978 inc/core/data.php:2194
1750
+ msgid "Width"
1751
+ msgstr "Breedte"
1752
+
1753
+ # @ su
1754
+ #: inc/core/data.php:1063 inc/core/data.php:1119 inc/core/data.php:1231
1755
+ #: inc/core/data.php:1280 inc/core/data.php:1376
1756
+ msgid "Player width"
1757
+ msgstr "Breedte speler"
1758
+
1759
+ # @ su
1760
+ #: inc/core/data.php:1072 inc/core/data.php:1128 inc/core/data.php:1240
1761
+ #: inc/core/data.php:1289 inc/core/data.php:1385
1762
+ msgid "Player height"
1763
+ msgstr "Hoogte speler"
1764
+
1765
+ # @ su
1766
+ #: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
1767
+ #: inc/core/data.php:1294 inc/core/data.php:1646 inc/core/data.php:1685
1768
+ #: inc/core/data.php:1756 inc/core/data.php:1866
1769
+ msgid "Responsive"
1770
+ msgstr "Responsief"
1771
+
1772
+ # @ su
1773
+ #: inc/core/data.php:1078 inc/core/data.php:1134 inc/core/data.php:1246
1774
+ #: inc/core/data.php:1295
1775
+ msgid "Ignore width and height parameters and make player responsive"
1776
+ msgstr "Negeer breedte en hoogte parameters en maak de speler responsief"
1777
+
1778
+ # @ su
1779
+ #: inc/core/data.php:1083 inc/core/data.php:1167 inc/core/data.php:1251
1780
+ #: inc/core/data.php:1327 inc/core/data.php:1396 inc/core/data.php:1791
1781
+ #: inc/core/data.php:1918
1782
+ msgid "Autoplay"
1783
+ msgstr "Autoplay"
1784
+
1785
+ # @ su
1786
+ #: inc/core/data.php:1084 inc/core/data.php:1168 inc/core/data.php:1252
1787
+ msgid "Play video automatically when page is loaded"
1788
+ msgstr "Speel de video automatisch wanneer de pagina wordt geladen"
1789
+
1790
+ # @ su
1791
+ #: inc/core/data.php:1092
1792
+ msgid "YouTube video"
1793
+ msgstr "YouTube video"
1794
+
1795
+ # @ su
1796
+ #: inc/core/data.php:1097
1797
+ msgid "YouTube Advanced"
1798
+ msgstr "YouTube geavanceerd"
1799
+
1800
+ # @ su
1801
+ #: inc/core/data.php:1109
1802
+ msgid "Playlist"
1803
+ msgstr "Speellijst"
1804
+
1805
+ # @ su
1806
+ #: inc/core/data.php:1110
1807
+ msgid ""
1808
+ "Value is a comma-separated list of video IDs to play. If you specify a "
1809
+ "value, the first video that plays will be the VIDEO_ID specified in the URL "
1810
+ "path, and the videos specified in the playlist parameter will play thereafter"
1811
+ msgstr ""
1812
+ "De waarde is een komma-gescheiden lijst van te spelen video ID's. Als u een "
1813
+ "waarde kiest. zal de eerste video met de VIDEO_ID in het URL-pad worden "
1814
+ "gespeeld en daarna de video's die in de speellijst parameter zijn opgenomen "
1815
+
1816
+ # @ su
1817
+ #: inc/core/data.php:1139
1818
+ msgid "0 - Hide controls"
1819
+ msgstr "0 - Verberg besturing"
1820
+
1821
+ # @ su
1822
+ #: inc/core/data.php:1140
1823
+ msgid "1 - Show controls"
1824
+ msgstr "1 - Toon besturing"
1825
+
1826
+ # @ su
1827
+ #: inc/core/data.php:1141
1828
+ msgid "2 - Show controls when playback is started"
1829
+ msgstr "2 - Toon besturing wanneer het afspelen is gestart"
1830
+
1831
+ # @ su
1832
+ #: inc/core/data.php:1144 inc/core/data.php:1390
1833
+ msgid "Controls"
1834
+ msgstr "Besturing"
1835
+
1836
+ # @ su
1837
+ #: inc/core/data.php:1145
1838
+ msgid "This parameter indicates whether the video player controls will display"
1839
+ msgstr "Deze parameter laat zien of de speler-besturing wordt getoond"
1840
+
1841
+ # @ su
1842
+ #: inc/core/data.php:1150
1843
+ msgid "0 - Do not hide controls"
1844
+ msgstr "0 - Laat besturing zien"
1845
+
1846
+ # @ su
1847
+ #: inc/core/data.php:1151
1848
+ msgid "1 - Hide all controls on mouse out"
1849
+ msgstr "1 - Verberg de besturing bij muis-weg"
1850
+
1851
+ # @ su
1852
+ #: inc/core/data.php:1152
1853
+ msgid "2 - Hide progress bar on mouse out"
1854
+ msgstr "2 - Verberg voortgangsbalk bij muis-weg"
1855
+
1856
+ # @ su
1857
+ #: inc/core/data.php:1155
1858
+ msgid "Autohide"
1859
+ msgstr "Automatisch verbergen"
1860
+
1861
+ # @ su
1862
+ #: inc/core/data.php:1156
1863
+ msgid ""
1864
+ "This parameter indicates whether the video controls will automatically hide "
1865
+ "after a video begins playing"
1866
+ msgstr ""
1867
+ "Met deze parameter stelt u in of de besturing automatisch wordt verborgen na "
1868
+ "een video wordt opgestart"
1869
+
1870
+ # @ su
1871
+ #: inc/core/data.php:1161
1872
+ msgid "Show title bar"
1873
+ msgstr "Toon titel regel"
1874
+
1875
+ # @ su
1876
+ #: inc/core/data.php:1162
1877
+ msgid ""
1878
+ "If you set the parameter value to NO, then the player will not display "
1879
+ "information like the video title and uploader before the video starts "
1880
+ "playing."
1881
+ msgstr ""
1882
+ "Als u de parameter waarde op NO instelt, zal de speler geen informatie als "
1883
+ "de titel en de uploader weergeven voordat deze begint weer te geven."
1884
+
1885
+ # @ su
1886
+ #: inc/core/data.php:1173 inc/core/data.php:1333 inc/core/data.php:1402
1887
+ msgid "Loop"
1888
+ msgstr "Voortdurend herhalen"
1889
+
1890
+ # @ su
1891
+ #: inc/core/data.php:1174
1892
+ msgid ""
1893
+ "Setting of YES will cause the player to play the initial video again and "
1894
+ "again"
1895
+ msgstr "De JA instelling stelt de herhaal-modus van de speler in"
1896
+
1897
+ # @ su
1898
+ #: inc/core/data.php:1179
1899
+ msgid "Related videos"
1900
+ msgstr "Gerelateerde video's"
1901
+
1902
+ # @ su
1903
+ #: inc/core/data.php:1180
1904
+ msgid ""
1905
+ "This parameter indicates whether the player should show related videos when "
1906
+ "playback of the initial video ends"
1907
+ msgstr ""
1908
+ "Met deze parameter stelt u in of na het afspelen gerelateerde video's worden "
1909
+ "getoond"
1910
+
1911
+ # @ su
1912
+ #: inc/core/data.php:1185
1913
+ msgid "Show full-screen button"
1914
+ msgstr "Toon knop voor \"Volledig Scherm\""
1915
+
1916
+ # @ su
1917
+ #: inc/core/data.php:1186
1918
+ msgid ""
1919
+ "Setting this parameter to NO prevents the fullscreen button from displaying"
1920
+ msgstr ""
1921
+ "De NEE instelling van de parameter voorkomt het tonen van de drukknop "
1922
+ "\"Volledig Scherm\""
1923
+
1924
+ # @ su
1925
+ #: inc/core/data.php:1192
1926
+ msgid ""
1927
+ "This parameter lets you use a YouTube player that does not show a YouTube "
1928
+ "logo. Set the parameter value to YES to prevent the YouTube logo from "
1929
+ "displaying in the control bar. Note that a small YouTube text label will "
1930
+ "still display in the upper-right corner of a paused video when the user's "
1931
+ "mouse pointer hovers over the player"
1932
+ msgstr ""
1933
+ "Deze parameter laat u een YouTube speler gebruiken zonder YouTube-logo. Stel "
1934
+ "in op JA om het logo te voorkomen. Let er op dat desondanks een YouTube "
1935
+ "tekstlabel zichtbaar zal zijn als men met de muis over de speler beweegt"
1936
+
1937
+ # @ su
1938
+ #: inc/core/data.php:1197
1939
+ msgid "Dark theme"
1940
+ msgstr "Donker thema"
1941
+
1942
+ # @ su
1943
+ #: inc/core/data.php:1198
1944
+ msgid "Light theme"
1945
+ msgstr "Licht thema"
1946
+
1947
+ # @ su
1948
+ #: inc/core/data.php:1201 inc/core/data.php:2225
1949
+ msgid "Theme"
1950
+ msgstr "Thema"
1951
+
1952
+ # @ su
1953
+ #: inc/core/data.php:1202
1954
+ msgid ""
1955
+ "This parameter indicates whether the embedded player will display player "
1956
+ "controls (like a play button or volume control) within a dark or light "
1957
+ "control bar"
1958
+ msgstr ""
1959
+ "Deze parameter geeft aan hoe de speler de besturing toont (zoals de afspeel "
1960
+ "- en volume-toets) in een donkere of juist lichte balk"
1961
+
1962
+ # @ su
1963
+ #: inc/core/data.php:1210
1964
+ msgid "YouTube video player with advanced settings"
1965
+ msgstr "YouTube video speler met geavanceerde instellingen"
1966
+
1967
+ # @ su
1968
+ #: inc/core/data.php:1215
1969
+ msgid "Vimeo"
1970
+ msgstr "Vimeo"
1971
+
1972
+ # @ su
1973
+ #: inc/core/data.php:1222
1974
+ msgid "Url of Vimeo page with video"
1975
+ msgstr "URL van de Vimeo-pagina met de video"
1976
+
1977
+ # @ su
1978
+ #: inc/core/data.php:1260
1979
+ msgid "Vimeo video"
1980
+ msgstr "Vimeo video"
1981
+
1982
+ # @ su
1983
+ #: inc/core/data.php:1265
1984
+ msgid "Screenr"
1985
+ msgstr "Screenr"
1986
+
1987
+ # @ su
1988
+ #: inc/core/data.php:1271
1989
+ msgid "Url of Screenr page with video"
1990
+ msgstr "URL van de Screenr-pagina met de video"
1991
+
1992
+ # @ su
1993
+ #: inc/core/data.php:1303
1994
+ msgid "Screenr video"
1995
+ msgstr "Screenr video"
1996
+
1997
+ # @ su
1998
+ #: inc/core/data.php:1308
1999
+ msgid "Audio"
2000
+ msgstr "Audio"
2001
+
2002
+ # @ su
2003
+ #: inc/core/data.php:1315 inc/core/data.php:1354
2004
+ msgid "File"
2005
+ msgstr "Bestand"
2006
+
2007
+ # @ su
2008
+ #: inc/core/data.php:1316
2009
+ msgid "Audio file url. Supported formats: mp3, ogg"
2010
+ msgstr "URL van het audio-bestand. Ondersteunde formaten: mp3, ogg"
2011
+
2012
+ # @ su
2013
+ #: inc/core/data.php:1322
2014
+ msgid ""
2015
+ "Player width. You can specify width in percents and player will be "
2016
+ "responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
2017
+ msgstr ""
2018
+ "Breedte van de speler. U kunt de breedte opgeven in procenten; de speler is "
2019
+ "dan responsief. Voorbeeld waarden: <b%value>200px</b>, <b%value>100&#37;</b>"
2020
+
2021
+ # @ su
2022
+ #: inc/core/data.php:1328 inc/core/data.php:1397
2023
+ msgid "Play file automatically when page is loaded"
2024
+ msgstr "Speel bestand automatisch wanneer de pagina is geladen"
2025
+
2026
+ # @ su
2027
+ #: inc/core/data.php:1334 inc/core/data.php:1403
2028
+ msgid "Repeat when playback is ended"
2029
+ msgstr "Herhaal wanneer einde is bereikt."
2030
+
2031
+ # @ su
2032
+ #: inc/core/data.php:1342
2033
+ msgid "Custom audio player"
2034
+ msgstr "Eigen audio-speler"
2035
+
2036
+ # @ su
2037
+ #: inc/core/data.php:1347
2038
+ msgid "Video"
2039
+ msgstr "Video"
2040
+
2041
+ # @ su
2042
+ #: inc/core/data.php:1355
2043
+ msgid "Url to mp4/flv video-file"
2044
+ msgstr "URL naar het mp4/flv video-bestand"
2045
+
2046
+ # @ su
2047
+ #: inc/core/data.php:1360
2048
+ msgid "Poster"
2049
+ msgstr "Aanbieder"
2050
+
2051
+ # @ su
2052
+ #: inc/core/data.php:1361
2053
+ msgid "Url to poster image, that will be shown before playback"
2054
+ msgstr ""
2055
+ "URL naar een image van de aanbieder die wordt getoond voor het afspelen"
2056
+
2057
+ # @ su
2058
+ #: inc/core/data.php:1367
2059
+ msgid "Player title"
2060
+ msgstr "Titel speler"
2061
+
2062
+ # @ su
2063
+ #: inc/core/data.php:1391
2064
+ msgid "Show player controls (play/pause etc.) or not"
2065
+ msgstr "Toon de speler-besturing (play/pause etc.) of niet"
2066
+
2067
+ # @ su
2068
+ #: inc/core/data.php:1411
2069
+ msgid "Custom video player"
2070
+ msgstr "Aangepaste video-speler"
2071
+
2072
+ # @ su
2073
+ #: inc/core/data.php:1416
2074
+ msgid "Table"
2075
+ msgstr "Tabel"
2076
+
2077
+ # @ su
2078
+ #: inc/core/data.php:1423
2079
+ msgid "CSV file"
2080
+ msgstr "CSV-bestand"
2081
+
2082
+ # @ su
2083
+ #: inc/core/data.php:1424
2084
+ msgid "Upload CSV file if you want to create HTML-table from file"
2085
+ msgstr ""
2086
+ "Laadt een CSV-bestand als u een HTML-tabel wilt maken vanuit een bestand"
2087
+
2088
+ # @ su
2089
+ #: inc/core/data.php:1432
2090
+ msgid ""
2091
+ "<table>\n"
2092
+ "<tr>\n"
2093
+ "\t<td>Table</td>\n"
2094
+ "\t<td>Table</td>\n"
2095
+ "</tr>\n"
2096
+ "<tr>\n"
2097
+ "\t<td>Table</td>\n"
2098
+ "\t<td>Table</td>\n"
2099
+ "</tr>\n"
2100
+ "</table>"
2101
+ msgstr ""
2102
+ "<table>\n"
2103
+ "<tr>\n"
2104
+ "\t<td>Table</td>\n"
2105
+ "\t<td>Table</td>\n"
2106
+ "</tr>\n"
2107
+ "<tr>\n"
2108
+ "\t<td>Table</td>\n"
2109
+ "\t<td>Table</td>\n"
2110
+ "</tr>\n"
2111
+ "</table>"
2112
+
2113
+ # @ su
2114
+ #: inc/core/data.php:1433
2115
+ msgid "Styled table from HTML or CSV file"
2116
+ msgstr "Gestijlde tabel uit een HTML - of een CSV-bestand"
2117
+
2118
+ # @ su
2119
+ #: inc/core/data.php:1438
2120
+ msgid "Permalink"
2121
+ msgstr "Permalink"
2122
+
2123
+ # @ su
2124
+ #: inc/core/data.php:1444
2125
+ msgid "ID"
2126
+ msgstr "ID"
2127
+
2128
+ # @ su
2129
+ #: inc/core/data.php:1445
2130
+ msgid "Post or page ID"
2131
+ msgstr "Bericht of pagina ID"
2132
+
2133
+ # @ su
2134
+ #: inc/core/data.php:1455
2135
+ msgid "Link target. blank - link will be opened in new window/tab"
2136
+ msgstr "Link-doel: blank - de link wordt geopend in een nieuw(e) venster/tab"
2137
+
2138
+ # @ su
2139
+ #: inc/core/data.php:1464
2140
+ msgid "Permalink to specified post/page"
2141
+ msgstr "Permalink naar een aangegeven bericht of pagina"
2142
+
2143
+ # @ su
2144
+ #: inc/core/data.php:1469
2145
+ msgid "Members"
2146
+ msgstr "Leden"
2147
+
2148
+ # @ su
2149
+ #: inc/core/data.php:1474 inc/core/shortcodes.php:756
2150
+ msgid "This content is for registered users only. Please %login%."
2151
+ msgstr ""
2152
+ "Deze inhoud is alleen voor geregistreerde gebruikers bestemd. %login% AUB."
2153
+
2154
+ # @ su
2155
+ #: inc/core/data.php:1475
2156
+ msgid "Message"
2157
+ msgstr "Bericht"
2158
+
2159
+ # @ su
2160
+ #: inc/core/data.php:1475
2161
+ msgid "Message for not logged users"
2162
+ msgstr "Bericht voor niet ingelogde gebruikers"
2163
+
2164
+ # @ su
2165
+ #: inc/core/data.php:1480
2166
+ msgid "Box color"
2167
+ msgstr "Box-kleur"
2168
+
2169
+ # @ su
2170
+ #: inc/core/data.php:1480
2171
+ msgid "This color will applied only to box for not logged users"
2172
+ msgstr ""
2173
+ "Deze kleur wordt alleen aan de box gegeven als de gebruiker niet is ingelogd"
2174
+
2175
+ # @ su
2176
+ #: inc/core/data.php:1483 inc/core/shortcodes.php:759
2177
+ msgid "login"
2178
+ msgstr "Inloggen"
2179
+
2180
+ # @ su
2181
+ #: inc/core/data.php:1484
2182
+ msgid "Login link text"
2183
+ msgstr "Login link-tekst"
2184
+
2185
+ # @ su
2186
+ #: inc/core/data.php:1484
2187
+ msgid "Text for the login link"
2188
+ msgstr "Tekst voor de login-link"
2189
+
2190
+ # @ su
2191
+ #: inc/core/data.php:1488
2192
+ msgid "Login link url"
2193
+ msgstr "Login link URL"
2194
+
2195
+ # @ su
2196
+ #: inc/core/data.php:1496
2197
+ msgid "Content for logged members"
2198
+ msgstr "Inhoud voor ingelogde gebruikers"
2199
+
2200
+ # @ su
2201
+ #: inc/core/data.php:1497
2202
+ msgid "Content for logged in members only"
2203
+ msgstr "Inhoud alleen voor ingelogde gebruikers"
2204
+
2205
+ # @ su
2206
+ #: inc/core/data.php:1502
2207
+ msgid "Guests"
2208
+ msgstr "Gasten"
2209
+
2210
+ # @ su
2211
+ #: inc/core/data.php:1512
2212
+ msgid "Content for guests"
2213
+ msgstr "Inhoud voor gasten"
2214
+
2215
+ # @ su
2216
+ #: inc/core/data.php:1513
2217
+ msgid "Content for guests only"
2218
+ msgstr "Inhoud alleen voor gasten"
2219
+
2220
+ # @ su
2221
+ #: inc/core/data.php:1518
2222
+ msgid "RSS Feed"
2223
+ msgstr "RSS Feed"
2224
+
2225
+ # @ su
2226
+ #: inc/core/data.php:1526
2227
+ msgid "Url to RSS-feed"
2228
+ msgstr "URL naar RSS-feed"
2229
+
2230
+ # @ su
2231
+ #: inc/core/data.php:1534
2232
+ msgid "Limit"
2233
+ msgstr "Limiet"
2234
+
2235
+ # @ su
2236
+ #: inc/core/data.php:1534
2237
+ msgid "Number of items to show"
2238
+ msgstr "Aantal artikelen dat wordt getoond"
2239
+
2240
+ # @ su
2241
+ #: inc/core/data.php:1542
2242
+ msgid "Feed grabber"
2243
+ msgstr "Feed grabber"
2244
+
2245
+ # @ su
2246
+ #: inc/core/data.php:1547
2247
+ msgid "Menu"
2248
+ msgstr "Menu"
2249
+
2250
+ # @ su
2251
+ #: inc/core/data.php:1554
2252
+ msgid "Menu name"
2253
+ msgstr "Naam van menu"
2254
+
2255
+ # @ su
2256
+ #: inc/core/data.php:1554
2257
+ msgid "Custom menu name. Ex: Main menu"
2258
+ msgstr "Aangepaste naam van menu: bijv. Hoofd Menu"
2259
+
2260
+ # @ su
2261
+ #: inc/core/data.php:1562
2262
+ msgid "Custom menu by name"
2263
+ msgstr "Aangepast menu op naam"
2264
+
2265
+ # @ su
2266
+ #: inc/core/data.php:1567
2267
+ msgid "Sub pages"
2268
+ msgstr "Sub-pagina's"
2269
+
2270
+ # @ su
2271
+ #: inc/core/data.php:1574 inc/core/data.php:1601
2272
+ msgid "Depth"
2273
+ msgstr "Diepte"
2274
+
2275
+ # @ su
2276
+ #: inc/core/data.php:1575
2277
+ msgid "Max depth level of children pages"
2278
+ msgstr "Maximaal diepte-niveau voor sub-pagina's"
2279
+
2280
+ # @ su
2281
+ #: inc/core/data.php:1580
2282
+ msgid "Parent ID"
2283
+ msgstr "Ouder-ID"
2284
+
2285
+ # @ su
2286
+ #: inc/core/data.php:1581
2287
+ msgid "ID of the parent page. Leave blank to use current page"
2288
+ msgstr "ID van ouder-pagina. Laat leeg om de huidige pagina te gebruiken"
2289
+
2290
+ # @ su
2291
+ #: inc/core/data.php:1589
2292
+ msgid "List of sub pages"
2293
+ msgstr "Lijst van de sub-pagina's"
2294
+
2295
+ # @ su
2296
+ #: inc/core/data.php:1594
2297
+ msgid "Siblings"
2298
+ msgstr "Opvolgende"
2299
+
2300
+ # @ su
2301
+ #: inc/core/data.php:1602
2302
+ msgid "Max depth level"
2303
+ msgstr "Maximaal diepte niveau"
2304
+
2305
+ # @ su
2306
+ #: inc/core/data.php:1610
2307
+ msgid "List of cureent page siblings"
2308
+ msgstr "Lijst sub-pagina's van huidige pagina "
2309
+
2310
+ # @ su
2311
+ #: inc/core/data.php:1615
2312
+ msgid "Document"
2313
+ msgstr "Document"
2314
+
2315
+ # @ su
2316
+ #: inc/core/data.php:1623
2317
+ msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
2318
+ msgstr "URL naar het bestand. Ondersteunde formaten: doc, xls, pdf, enz."
2319
+
2320
+ # @ su
2321
+ #: inc/core/data.php:1632
2322
+ msgid "Viewer width"
2323
+ msgstr "Viewer breedte"
2324
+
2325
+ # @ su
2326
+ #: inc/core/data.php:1641
2327
+ msgid "Viewer height"
2328
+ msgstr "Viewer hoogte"
2329
+
2330
+ # @ su
2331
+ #: inc/core/data.php:1647
2332
+ msgid "Ignore width and height parameters and make viewer responsive"
2333
+ msgstr ""
2334
+ "Negeer de parameters voor breedte en hoogte en maak de speler responsief"
2335
+
2336
+ # @ su
2337
+ #: inc/core/data.php:1655
2338
+ msgid "Document viewer by Google"
2339
+ msgstr "Documenten viewer voor Google"
2340
+
2341
+ # @ su
2342
+ #: inc/core/data.php:1660
2343
+ msgid "Gmap"
2344
+ msgstr "Gmap"
2345
+
2346
+ # @ su
2347
+ #: inc/core/data.php:1671
2348
+ msgid "Map width"
2349
+ msgstr "Kaart breedte"
2350
+
2351
+ # @ su
2352
+ #: inc/core/data.php:1680
2353
+ msgid "Map height"
2354
+ msgstr "Kaart hoogte"
2355
+
2356
+ # @ su
2357
+ #: inc/core/data.php:1686
2358
+ msgid "Ignore width and height parameters and make map responsive"
2359
+ msgstr ""
2360
+ "Negeer parameters van de breedte en de hoogte en maak de kaart responsief"
2361
+
2362
+ # @ su
2363
+ #: inc/core/data.php:1691
2364
+ msgid "Marker"
2365
+ msgstr "Markeer"
2366
+
2367
+ # @ su
2368
+ #: inc/core/data.php:1692
2369
+ msgid "Address for the marker. You can type it in any language"
2370
+ msgstr "Het adres voor de marker. U kunt elke taal gebruiken."
2371
+
2372
+ # @ su
2373
+ #: inc/core/data.php:1700
2374
+ msgid "Maps by Google"
2375
+ msgstr "Kaarten door Google"
2376
+
2377
+ # @ su
2378
+ #: inc/core/data.php:1705
2379
+ msgid "Slider"
2380
+ msgstr "Slider"
2381
+
2382
+ # @ su
2383
+ #: inc/core/data.php:1712 inc/core/data.php:1820 inc/core/data.php:1947
2384
+ msgid "Source"
2385
+ msgstr "Bron"
2386
+
2387
+ # @ su
2388
+ #: inc/core/data.php:1713 inc/core/data.php:1821 inc/core/data.php:1948
2389
+ msgid ""
2390
+ "Choose images source. You can use images from Media library or retrieve it "
2391
+ "from posts (thumbnails) posted under specified blog category. You can also "
2392
+ "pick any custom taxonomy"
2393
+ msgstr ""
2394
+ "Kies image bron. U kunt images gebruiken uit de Media-bibliotheek of deze "
2395
+ "uit berichten halen (thumbnails) die zijn gepost onder een specifieke "
2396
+ "categorie. U kunt elke taxonomie kiezen."
2397
+
2398
+ # @ su
2399
+ #: inc/core/data.php:1719
2400
+ msgid "Full-size image"
2401
+ msgstr "Volledige grootte image"
2402
+
2403
+ # @ su
2404
+ #: inc/core/data.php:1720 inc/core/data.php:1828 inc/core/data.php:1955
2405
+ msgid "Attachment page"
2406
+ msgstr "Bijgevoegde pagina"
2407
+
2408
+ # @ su
2409
+ #: inc/core/data.php:1721 inc/core/data.php:1829 inc/core/data.php:1956
2410
+ msgid "Post permalink"
2411
+ msgstr "Bericht permalink"
2412
+
2413
+ # @ su
2414
+ #: inc/core/data.php:1724 inc/core/data.php:1832 inc/core/data.php:1959
2415
+ msgid "Links"
2416
+ msgstr "Linken"
2417
+
2418
+ # @ su
2419
+ #: inc/core/data.php:1725 inc/core/data.php:1833 inc/core/data.php:1960
2420
+ msgid "Select which links will be used for images in this gallery"
2421
+ msgstr "Selecteer welke links worden gebruikt voor de images in deze gallerij"
2422
+
2423
+ # @ su
2424
+ #: inc/core/data.php:1730 inc/core/data.php:1838 inc/core/data.php:1965
2425
+ msgid "Same window"
2426
+ msgstr "Hetzelfde venster"
2427
+
2428
+ # @ su
2429
+ #: inc/core/data.php:1731 inc/core/data.php:1839 inc/core/data.php:1966
2430
+ msgid "New window"
2431
+ msgstr "Nieuw venster"
2432
+
2433
+ # @ su
2434
+ #: inc/core/data.php:1734 inc/core/data.php:1842 inc/core/data.php:1969
2435
+ msgid "Links target"
2436
+ msgstr "Links doel"
2437
+
2438
+ # @ su
2439
+ #: inc/core/data.php:1735 inc/core/data.php:1843 inc/core/data.php:1970
2440
+ msgid "Open links in"
2441
+ msgstr "Open de linken in"
2442
+
2443
+ # @ su
2444
+ #: inc/core/data.php:1743
2445
+ msgid "Slider width (in pixels)"
2446
+ msgstr "Slider breedte (in pixels)"
2447
+
2448
+ # @ su
2449
+ #: inc/core/data.php:1751
2450
+ msgid "Slider height (in pixels)"
2451
+ msgstr "Slider hoogte (in pixels)"
2452
+
2453
+ # @ su
2454
+ #: inc/core/data.php:1757
2455
+ msgid "Ignore width and height parameters and make slider responsive"
2456
+ msgstr ""
2457
+ "Negeer de parameters voor breedte en hoogte en maak de slider responsief"
2458
+
2459
+ # @ su
2460
+ #: inc/core/data.php:1762 inc/core/data.php:1889 inc/core/data.php:1996
2461
+ msgid "Show titles"
2462
+ msgstr "Toon titels"
2463
+
2464
+ # @ su
2465
+ #: inc/core/data.php:1762
2466
+ msgid "Display slide titles"
2467
+ msgstr "Toon dia-titels"
2468
+
2469
+ # @ su
2470
+ #: inc/core/data.php:1767
2471
+ msgid "Is slider centered on the page"
2472
+ msgstr "Wordt de slider op de pagina gecentreerd?"
2473
+
2474
+ # @ su
2475
+ #: inc/core/data.php:1772 inc/core/data.php:1899
2476
+ msgid "Arrows"
2477
+ msgstr "Pijlen"
2478
+
2479
+ # @ su
2480
+ #: inc/core/data.php:1772 inc/core/data.php:1899
2481
+ msgid "Show left and right arrows"
2482
+ msgstr "Toon links - en rechts pijlen"
2483
+
2484
+ # @ su
2485
+ #: inc/core/data.php:1777 inc/core/data.php:1904
2486
+ msgid "Pagination"
2487
+ msgstr "Paginering"
2488
+
2489
+ # @ su
2490
+ #: inc/core/data.php:1778 inc/core/data.php:1905
2491
+ msgid "Show pagination"
2492
+ msgstr "Toon paginering"
2493
+
2494
+ # @ su
2495
+ #: inc/core/data.php:1782 inc/core/data.php:1909
2496
+ msgid "Mouse wheel control"
2497
+ msgstr "Muis-wiel controle"
2498
+
2499
+ # @ su
2500
+ #: inc/core/data.php:1783
2501
+ msgid "Allow to change slides with mouse wheel"
2502
+ msgstr "Sta het wisselen van dia's met de muis-wiel toe"
2503
+
2504
+ # @ su
2505
+ #: inc/core/data.php:1792
2506
+ msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
2507
+ msgstr ""
2508
+ "Kies de interval tussen de dia overgangen. Kies 0 om automatisch in te "
2509
+ "stellen"
2510
+
2511
+ # @ su
2512
+ #: inc/core/data.php:1800 inc/core/data.php:1927
2513
+ msgid "Speed"
2514
+ msgstr "Snelheid"
2515
+
2516
+ # @ su
2517
+ #: inc/core/data.php:1800 inc/core/data.php:1927
2518
+ msgid "Specify animation speed"
2519
+ msgstr "Geef animatie snelheid op"
2520
+
2521
+ # @ su
2522
+ #: inc/core/data.php:1808
2523
+ msgid "Customizable image slider"
2524
+ msgstr "Instelbare image slider"
2525
+
2526
+ # @ su
2527
+ #: inc/core/data.php:1813
2528
+ msgid "Carousel"
2529
+ msgstr "Carrousel"
2530
+
2531
+ # @ su
2532
+ #: inc/core/data.php:1827 inc/core/data.php:1954
2533
+ msgid "Original image"
2534
+ msgstr "Originele image"
2535
+
2536
+ # @ su
2537
+ #: inc/core/data.php:1852
2538
+ msgid "Carousel width (in pixels)"
2539
+ msgstr "Carrousel breedte (in pixels)"
2540
+
2541
+ # @ su
2542
+ #: inc/core/data.php:1861
2543
+ msgid "Carousel height (in pixels)"
2544
+ msgstr "Carrousel hoogte (in pixels)"
2545
+
2546
+ # @ su
2547
+ #: inc/core/data.php:1867
2548
+ msgid "Ignore width and height parameters and make carousel responsive"
2549
+ msgstr ""
2550
+ "Negeer de parameters voor breedte en hoogte en maak de carrousel responsief"
2551
+
2552
+ # @ su
2553
+ #: inc/core/data.php:1875
2554
+ msgid "Items to show"
2555
+ msgstr "Te tonen items"
2556
+
2557
+ # @ su
2558
+ #: inc/core/data.php:1876
2559
+ msgid "How much carousel items is visible"
2560
+ msgstr "Hoeveel carrousel-items zijn zichtbaar"
2561
+
2562
+ # @ su
2563
+ #: inc/core/data.php:1883
2564
+ msgid "Scroll number"
2565
+ msgstr "Scroll aantal"
2566
+
2567
+ # @ su
2568
+ #: inc/core/data.php:1884
2569
+ msgid "How much items are scrolled in one transition"
2570
+ msgstr "Hoeveel items per pagina"
2571
+
2572
+ # @ su
2573
+ #: inc/core/data.php:1889
2574
+ msgid "Display titles for each item"
2575
+ msgstr "Toon titels van elk item"
2576
+
2577
+ # @ su
2578
+ #: inc/core/data.php:1894
2579
+ msgid "Is carousel centered on the page"
2580
+ msgstr "Is de carrousel gecentreerd?"
2581
+
2582
+ # @ su
2583
+ #: inc/core/data.php:1910
2584
+ msgid "Allow to rotate carousel with mouse wheel"
2585
+ msgstr "Sta het roteren van de carrousel door het scroll-wiel van de muis toe"
2586
+
2587
+ # @ su
2588
+ #: inc/core/data.php:1919
2589
+ msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
2590
+ msgstr ""
2591
+ "Kies de interval tussen de automatische animaties. Stel in op 0 om "
2592
+ "automatisch uit te schakelen"
2593
+
2594
+ # @ su
2595
+ #: inc/core/data.php:1935
2596
+ msgid "Customizable image carousel"
2597
+ msgstr "Aanpasbaar carrousel-image"
2598
+
2599
+ # @ su
2600
+ #: inc/core/data.php:1978
2601
+ msgid "Single item width (in pixels)"
2602
+ msgstr "Breedte van een enkel element (in pixels)"
2603
+
2604
+ # @ su
2605
+ #: inc/core/data.php:1986
2606
+ msgid "Single item height (in pixels)"
2607
+ msgstr "Hoogte van een enkel element (in pixels)"
2608
+
2609
+ # @ su
2610
+ #: inc/core/data.php:1991
2611
+ msgid "Never"
2612
+ msgstr "Nooit"
2613
+
2614
+ # @ su
2615
+ #: inc/core/data.php:1992
2616
+ msgid "On mouse over"
2617
+ msgstr "Bij muis-over"
2618
+
2619
+ # @ su
2620
+ #: inc/core/data.php:1993
2621
+ msgid "Always"
2622
+ msgstr "Altijd"
2623
+
2624
+ # @ su
2625
+ #: inc/core/data.php:1997
2626
+ msgid "Title display mode"
2627
+ msgstr "Modus: Toon titel "
2628
+
2629
+ # @ su
2630
+ #: inc/core/data.php:2005
2631
+ msgid "Customizable image gallery"
2632
+ msgstr "Aanpasbare images gallerij"
2633
+
2634
+ # @ su
2635
+ #: inc/core/data.php:2010
2636
+ msgid "Posts"
2637
+ msgstr "Berichten"
2638
+
2639
+ # @ su
2640
+ #: inc/core/data.php:2015
2641
+ msgid "Template"
2642
+ msgstr "Template"
2643
+
2644
+ # @ su
2645
+ #: inc/core/data.php:2016
2646
+ msgid ""
2647
+ "<b>Do not change this field value if you do not understand description below."
2648
+ "</b><br/>Relative path to the template file. Default templates is placed "
2649
+ "under the plugin directory (templates folder). You can copy it under your "
2650
+ "theme directory and modify as you want. You can use following default "
2651
+ "templates that already available in the plugin directory:<br/><b"
2652
+ "%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
2653
+ "teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
2654
+ "%value>templates/single-post.php</b> - single post template<br/><b"
2655
+ "%value>templates/list-loop.php</b> - unordered list with posts titles"
2656
+ msgstr ""
2657
+ "<b> Verandert u van dit veld de waarde niet, als u onderstaande beschrijving "
2658
+ "niet begrijpt. </ b> <br/> Relatief pad naar het sjabloonbestand. Standaard "
2659
+ "templates worden geplaatst onder de plugin map (folder templates). U kunt ze "
2660
+ "naar uw thema-map kopiëren en wijzigen als u wilt. U kunt gebruik maken van "
2661
+ "onderstaande standaard templates die al beschikbaar zijn in de plugin map: "
2662
+ "<br/><b%value>templates/default-loop.php</b> - berichten lus <br/> <b"
2663
+ "%value>templates/teaser-loop.php</b> - berichten lus met miniaturen en titel "
2664
+ "<br/> <b%value>templates/single-post.php</b> - enkele berichtensjabloon <br/"
2665
+ "> <b%value>templates/list-loop.php</b> - ongeordende lijst met berichten "
2666
+ "titels"
2667
+
2668
+ # @ su
2669
+ #: inc/core/data.php:2020
2670
+ msgid "Post ID's"
2671
+ msgstr "ID's berichten"
2672
+
2673
+ # @ su
2674
+ #: inc/core/data.php:2021
2675
+ msgid "Enter comma separated ID's of the posts that you want to show"
2676
+ msgstr "Geef de ID's (komma-gescheiden) van de berichten op die u wilt tonen."
2677
+
2678
+ # @ su
2679
+ #: inc/core/data.php:2029
2680
+ msgid "Posts per page"
2681
+ msgstr "Berichten per pagina"
2682
+
2683
+ # @ su
2684
+ #: inc/core/data.php:2030
2685
+ msgid ""
2686
+ "Specify number of posts that you want to show. Enter -1 to get all posts"
2687
+ msgstr "Geeft het aantal berichten op die u wilt tonen. 1 voor alle berichten"
2688
+
2689
+ # @ su
2690
+ #: inc/core/data.php:2037
2691
+ msgid "Post types"
2692
+ msgstr "Bericht typen"
2693
+
2694
+ # @ su
2695
+ #: inc/core/data.php:2038
2696
+ msgid "Select post types. Hold Ctrl key to select multiple post types"
2697
+ msgstr ""
2698
+ "Selecteer bericht-type. Houd Ctrl-toets ingedrukt om meerdere typen te "
2699
+ "selecteren"
2700
+
2701
+ # @ su
2702
+ #: inc/core/data.php:2044 inc/core/generator-views.php:115
2703
+ msgid "Taxonomy"
2704
+ msgstr "Taxonomie"
2705
+
2706
+ # @ su
2707
+ #: inc/core/data.php:2045
2708
+ msgid "Select taxonomy to show posts from"
2709
+ msgstr "Selecteer taxonomie voor te tonen berichten"
2710
+
2711
+ # @ su
2712
+ #: inc/core/data.php:2052
2713
+ msgid "Terms"
2714
+ msgstr "Termen"
2715
+
2716
+ # @ su
2717
+ #: inc/core/data.php:2053
2718
+ msgid "Select terms to show posts from"
2719
+ msgstr "Selecteer de termen waarvan u de berichten wilt zien"
2720
+
2721
+ # @ su
2722
+ #: inc/core/data.php:2058
2723
+ msgid "Taxonomy term operator"
2724
+ msgstr "Taxonomie termen operator"
2725
+
2726
+ # @ su
2727
+ #: inc/core/data.php:2059
2728
+ msgid ""
2729
+ "IN - posts that have any of selected categories terms<br/>NOT IN - posts "
2730
+ "that is does not have any of selected terms<br/>AND - posts that have all "
2731
+ "selected terms"
2732
+ msgstr ""
2733
+ "IN - berichten die een van de geselecteerde categorieën bevatten<br/>NOT IN "
2734
+ "- berichten die geen van de geselecteerde categorieën bevatten<br/>AND - "
2735
+ "berichten die alle geselecteerde categorieën bevatten."
2736
+
2737
+ # @ su
2738
+ #: inc/core/data.php:2066
2739
+ msgid "Authors"
2740
+ msgstr "Auteurs"
2741
+
2742
+ # @ su
2743
+ #: inc/core/data.php:2067
2744
+ msgid "Choose the authors whose posts you want to show"
2745
+ msgstr "Kies de auteurs van wie u de post wilt laten zien"
2746
+
2747
+ # @ su
2748
+ #: inc/core/data.php:2071
2749
+ msgid "Meta key"
2750
+ msgstr "Meta sleutel"
2751
+
2752
+ # @ su
2753
+ #: inc/core/data.php:2072
2754
+ msgid "Enter meta key name to show posts that have this key"
2755
+ msgstr ""
2756
+ "Geef een META sleutel naam op om de betreffende berichten te laten zien"
2757
+
2758
+ # @ su
2759
+ #: inc/core/data.php:2079
2760
+ msgid "Offset"
2761
+ msgstr "Offset"
2762
+
2763
+ # @ su
2764
+ #: inc/core/data.php:2080
2765
+ msgid "Specify offset to start posts loop not from first post"
2766
+ msgstr ""
2767
+ "Specificeer waar u de loop wilt starten als dit niet het eerste bericht is "
2768
+
2769
+ # @ su
2770
+ #: inc/core/data.php:2085
2771
+ msgid "Descending"
2772
+ msgstr "Oplopend"
2773
+
2774
+ # @ su
2775
+ #: inc/core/data.php:2086
2776
+ msgid "Ascending"
2777
+ msgstr "Aflopend"
2778
+
2779
+ # @ su
2780
+ #: inc/core/data.php:2089
2781
+ msgid "Order"
2782
+ msgstr "Volgorde"
2783
+
2784
+ # @ su
2785
+ #: inc/core/data.php:2090
2786
+ msgid "Posts order"
2787
+ msgstr "Volgorde berichten"
2788
+
2789
+ # @ su
2790
+ #: inc/core/data.php:2096
2791
+ msgid "Post ID"
2792
+ msgstr "ID bericht"
2793
+
2794
+ # @ su
2795
+ #: inc/core/data.php:2097
2796
+ msgid "Post author"
2797
+ msgstr "Auteur bericht"
2798
+
2799
+ # @ su
2800
+ #: inc/core/data.php:2098
2801
+ msgid "Post title"
2802
+ msgstr "Bericht titel"
2803
+
2804
+ # @ su
2805
+ #: inc/core/data.php:2099
2806
+ msgid "Post slug"
2807
+ msgstr "Slug van het bericht"
2808
+
2809
+ # @ su
2810
+ #: inc/core/data.php:2100
2811
+ msgid "Date"
2812
+ msgstr "Datum"
2813
+
2814
+ # @ su
2815
+ #: inc/core/data.php:2100
2816
+ msgid "Last modified date"
2817
+ msgstr "Datum laatste wijziging"
2818
+
2819
+ # @ su
2820
+ #: inc/core/data.php:2101 inc/core/data.php:2111
2821
+ msgid "Post parent"
2822
+ msgstr "Bericht-ouder"
2823
+
2824
+ # @ su
2825
+ #: inc/core/data.php:2102
2826
+ msgid "Random"
2827
+ msgstr "Willekeurig"
2828
+
2829
+ # @ su
2830
+ #: inc/core/data.php:2102
2831
+ msgid "Comments number"
2832
+ msgstr "Aantal commentaar"
2833
+
2834
+ # @ su
2835
+ #: inc/core/data.php:2103
2836
+ msgid "Menu order"
2837
+ msgstr "Volgorde menu"
2838
+
2839
+ # @ su
2840
+ #: inc/core/data.php:2103
2841
+ msgid "Meta key values"
2842
+ msgstr "Waarden META-sleutels"
2843
+
2844
+ # @ su
2845
+ #: inc/core/data.php:2106
2846
+ msgid "Order by"
2847
+ msgstr "Sorteer op"
2848
+
2849
+ # @ su
2850
+ #: inc/core/data.php:2107
2851
+ msgid "Order posts by"
2852
+ msgstr "Sorteer berichten op"
2853
+
2854
+ # @ su
2855
+ #: inc/core/data.php:2112
2856
+ msgid "Show childrens of entered post (enter post ID)"
2857
+ msgstr "Toon subpagina's van het opgegeven bericht (geef bericht-ID)"
2858
+
2859
+ # @ su
2860
+ #: inc/core/data.php:2117
2861
+ msgid "Published"
2862
+ msgstr "Gepubliceerd"
2863
+
2864
+ # @ su
2865
+ #: inc/core/data.php:2118
2866
+ msgid "Pending"
2867
+ msgstr "Afwachtend"
2868
+
2869
+ # @ su
2870
+ #: inc/core/data.php:2119
2871
+ msgid "Draft"
2872
+ msgstr "Concept"
2873
+
2874
+ # @ su
2875
+ #: inc/core/data.php:2120
2876
+ msgid "Auto-draft"
2877
+ msgstr "Auto-concept"
2878
+
2879
+ # @ su
2880
+ #: inc/core/data.php:2121
2881
+ msgid "Future post"
2882
+ msgstr "Toekomstige berichten"
2883
+
2884
+ # @ su
2885
+ #: inc/core/data.php:2122
2886
+ msgid "Private post"
2887
+ msgstr "Privé bericht"
2888
+
2889
+ # @ su
2890
+ #: inc/core/data.php:2123
2891
+ msgid "Inherit"
2892
+ msgstr "Ge-erft"
2893
+
2894
+ # @ su
2895
+ #: inc/core/data.php:2124
2896
+ msgid "Trashed"
2897
+ msgstr "Weggegooid"
2898
+
2899
+ # @ su
2900
+ #: inc/core/data.php:2125 inc/core/data.php:2209
2901
+ msgid "Any"
2902
+ msgstr "Elke"
2903
+
2904
+ # @ su
2905
+ #: inc/core/data.php:2128
2906
+ msgid "Post status"
2907
+ msgstr "Status bericht"
2908
+
2909
+ # @ su
2910
+ #: inc/core/data.php:2129
2911
+ msgid "Show only posts with selected status"
2912
+ msgstr "Toon enkel berichten met de geselecteerde status"
2913
+
2914
+ # @ su
2915
+ #: inc/core/data.php:2134
2916
+ msgid "Ignore sticky"
2917
+ msgstr "Negeer sticky-status"
2918
+
2919
+ # @ su
2920
+ #: inc/core/data.php:2135
2921
+ msgid "Select Yes to ignore posts that is sticked"
2922
+ msgstr "Selecteer Ja om sticky berichten te negeren"
2923
+
2924
+ # @ su
2925
+ #: inc/core/data.php:2138
2926
+ msgid "Custom posts query with customizable template"
2927
+ msgstr "Aangepaste berichten opvragen met een aanpasbaar template"
2928
+
2929
+ # @ su
2930
+ #: inc/core/data.php:2143
2931
+ msgid "Dummy text"
2932
+ msgstr "Test tekst"
2933
+
2934
+ # @ su
2935
+ #: inc/core/data.php:2150
2936
+ msgid "Paragraphs"
2937
+ msgstr "Paragrafen"
2938
+
2939
+ # @ su
2940
+ #: inc/core/data.php:2151
2941
+ msgid "Words"
2942
+ msgstr "Woorden"
2943
+
2944
+ # @ su
2945
+ #: inc/core/data.php:2152
2946
+ msgid "Bytes"
2947
+ msgstr "Bytes"
2948
+
2949
+ # @ su
2950
+ #: inc/core/data.php:2155
2951
+ msgid "What"
2952
+ msgstr "Welke"
2953
+
2954
+ # @ su
2955
+ #: inc/core/data.php:2156
2956
+ msgid "What to generate"
2957
+ msgstr "Wat te genereren?"
2958
+
2959
+ # @ su
2960
+ #: inc/core/data.php:2164
2961
+ msgid "Amount"
2962
+ msgstr "Hoeveelheid"
2963
+
2964
+ # @ su
2965
+ #: inc/core/data.php:2165
2966
+ msgid ""
2967
+ "How many items (paragraphs or words) to generate. Minimum words amount is 5"
2968
+ msgstr ""
2969
+ "Hoeveel paragrafen of woorden wilt u genereren. Minimum hoeveelheid is 5"
2970
+
2971
+ # @ su
2972
+ #: inc/core/data.php:2170
2973
+ msgid "Cache"
2974
+ msgstr "Cache"
2975
+
2976
+ # @ su
2977
+ #: inc/core/data.php:2171
2978
+ msgid ""
2979
+ "Generated text will be cached. Be careful with this option. If you disable "
2980
+ "it and insert many dummy_text shortcodes the page load time will be highly "
2981
+ "increased"
2982
+ msgstr ""
2983
+ "Gegenereerde tekst zal tijdelijk worden opgeslagen. Wees met deze optie "
2984
+ "voorzichtig. Als u deze uitschakeld en veel test-tekst shortcodes invoegt, "
2985
+ "zal het laden van de pagina aanzienlijk worden vertraagd."
2986
+
2987
+ # @ su
2988
+ #: inc/core/data.php:2179
2989
+ msgid "Text placeholder"
2990
+ msgstr "Tekst plaatshouder"
2991
+
2992
+ # @ su
2993
+ #: inc/core/data.php:2184 inc/core/shortcodes.php:1237
2994
+ msgid "Dummy image"
2995
+ msgstr "Test image"
2996
+
2997
+ # @ su
2998
+ #: inc/core/data.php:2195
2999
+ msgid "Image width"
3000
+ msgstr "Image breedte"
3001
+
3002
+ # @ su
3003
+ #: inc/core/data.php:2204
3004
+ msgid "Image height"
3005
+ msgstr "Image hoogte"
3006
+
3007
+ # @ su
3008
+ #: inc/core/data.php:2210
3009
+ msgid "Abstract"
3010
+ msgstr "Abstract"
3011
+
3012
+ # @ su
3013
+ #: inc/core/data.php:2211
3014
+ msgid "Animals"
3015
+ msgstr "Dieren"
3016
+
3017
+ # @ su
3018
+ #: inc/core/data.php:2212
3019
+ msgid "Business"
3020
+ msgstr "Zakelijk"
3021
+
3022
+ # @ su
3023
+ #: inc/core/data.php:2213
3024
+ msgid "Cats"
3025
+ msgstr "Poesen"
3026
+
3027
+ # @ su
3028
+ #: inc/core/data.php:2214
3029
+ msgid "City"
3030
+ msgstr "Plaats"
3031
+
3032
+ # @ su
3033
+ #: inc/core/data.php:2215
3034
+ msgid "Food"
3035
+ msgstr "Eten"
3036
+
3037
+ # @ su
3038
+ #: inc/core/data.php:2216
3039
+ msgid "Night life"
3040
+ msgstr "Nacht leven"
3041
+
3042
+ # @ su
3043
+ #: inc/core/data.php:2217
3044
+ msgid "Fashion"
3045
+ msgstr "Mode"
3046
+
3047
+ # @ su
3048
+ #: inc/core/data.php:2218
3049
+ msgid "People"
3050
+ msgstr "Mensen"
3051
+
3052
+ # @ su
3053
+ #: inc/core/data.php:2219
3054
+ msgid "Nature"
3055
+ msgstr "Natuur"
3056
+
3057
+ # @ su
3058
+ #: inc/core/data.php:2220
3059
+ msgid "Sports"
3060
+ msgstr "Sporten"
3061
+
3062
+ # @ su
3063
+ #: inc/core/data.php:2221
3064
+ msgid "Technics"
3065
+ msgstr "Techniek"
3066
+
3067
+ # @ su
3068
+ #: inc/core/data.php:2222
3069
+ msgid "Transport"
3070
+ msgstr "Transport"
3071
+
3072
+ # @ su
3073
+ #: inc/core/data.php:2226
3074
+ msgid "Select the theme for this image"
3075
+ msgstr "Selecteer het thema voor deze image"
3076
+
3077
+ # @ su
3078
+ #: inc/core/data.php:2234
3079
+ msgid "Image placeholder with random image"
3080
+ msgstr "Image plaatshouder met willekeurige image"
3081
+
3082
+ # @ su
3083
+ #: inc/core/data.php:2239 inc/core/data.php:2247
3084
+ msgid "Animation"
3085
+ msgstr "Animatie"
3086
+
3087
+ # @ su
3088
+ #: inc/core/data.php:2248
3089
+ msgid "Select animation type"
3090
+ msgstr "Selecteer animatie type"
3091
+
3092
+ # @ su
3093
+ #: inc/core/data.php:2256
3094
+ msgid "Duration"
3095
+ msgstr "Duur"
3096
+
3097
+ # @ su
3098
+ #: inc/core/data.php:2257
3099
+ msgid "Animation duration (seconds)"
3100
+ msgstr "Aninmatie duur (seconden)"
3101
+
3102
+ # @ su
3103
+ #: inc/core/data.php:2265
3104
+ msgid "Delay"
3105
+ msgstr "Vertraging"
3106
+
3107
+ # @ su
3108
+ #: inc/core/data.php:2266
3109
+ msgid "Animation delay (seconds)"
3110
+ msgstr "Animatie vertraging (seconden)"
3111
+
3112
+ # @ su
3113
+ #: inc/core/data.php:2271
3114
+ msgid "Inline"
3115
+ msgstr "Inline"
3116
+
3117
+ # @ su
3118
+ #: inc/core/data.php:2272
3119
+ msgid ""
3120
+ "This parameter determines what HTML tag will be used for animation wrapper. "
3121
+ "Turn this option to YES and animated element will be wrapped in SPAN instead "
3122
+ "of DIV. Useful for inline animations, like buttons"
3123
+ msgstr ""
3124
+ "Deze parameter bepaalt welke HTML tag wordt gebruikt voor de animatie "
3125
+ "wrapper. Zet op JA en de animatie wordt geplaatst binnen SPAN in plaats van "
3126
+ "DIV tags. Handig voor inline animaties, zoals drukknoppen."
3127
+
3128
+ # @ su
3129
+ #: inc/core/data.php:2280
3130
+ msgid "Animated content"
3131
+ msgstr "Bewegende inhoud"
3132
+
3133
+ # @ su
3134
+ #: inc/core/data.php:2281
3135
+ msgid "Wrapper for animation. Any nested element will be animated"
3136
+ msgstr "Houder voor animatie. Elk genest element wordt geanimeerd"
3137
+
3138
+ # @ su
3139
+ #: inc/core/generator-views.php:37
3140
+ msgid "Yes"
3141
+ msgstr "Ja"
3142
+
3143
+ # @ su
3144
+ #: inc/core/generator-views.php:37
3145
+ msgid "No"
3146
+ msgstr "Nee"
3147
+
3148
+ # @ su
3149
+ # @ textdomain
3150
+ #: inc/core/generator-views.php:42 inc/core/generator-views.php:47
3151
+ #: inc/vendor/sunrise.php:440
3152
+ msgid "Media manager"
3153
+ msgstr "Media beheer"
3154
+
3155
+ # @ su
3156
+ #: inc/core/generator-views.php:47
3157
+ msgid "Icon picker"
3158
+ msgstr "Icon kiezer"
3159
+
3160
+ # @ su
3161
+ #: inc/core/generator-views.php:47
3162
+ msgid "Filter icons"
3163
+ msgstr "Filter Icons"
3164
+
3165
+ # @ su
3166
+ #: inc/core/generator-views.php:61
3167
+ msgid "Please wait"
3168
+ msgstr "Even wachten"
3169
+
3170
+ # @ su
3171
+ #: inc/core/generator-views.php:68
3172
+ msgid "Untitled gallery"
3173
+ msgstr "Gallerie zonder naam"
3174
+
3175
+ # @ su
3176
+ #: inc/core/generator-views.php:74
3177
+ msgid "Galleries not found"
3178
+ msgstr "Gallerij niet gevonden"
3179
+
3180
+ # @ su
3181
+ #: inc/core/generator-views.php:75
3182
+ msgid "Manage galleries"
3183
+ msgstr "Onderhoud gallerijen"
3184
+
3185
+ # @ su
3186
+ #: inc/core/generator-views.php:75
3187
+ msgid "Reload galleries"
3188
+ msgstr "Herlaad gallerijen"
3189
+
3190
+ # @ su
3191
+ #: inc/core/generator-views.php:91
3192
+ msgid "Horizontal offset"
3193
+ msgstr "Horizontale offset"
3194
+
3195
+ # @ su
3196
+ #: inc/core/generator-views.php:91
3197
+ msgid "Vertical offset"
3198
+ msgstr "Vertikale offset"
3199
+
3200
+ # @ su
3201
+ #: inc/core/generator-views.php:91
3202
+ msgid "Blur"
3203
+ msgstr "Vervaging"
3204
+
3205
+ # @ su
3206
+ #: inc/core/generator-views.php:102
3207
+ msgid "Border width"
3208
+ msgstr "Rand breedte"
3209
+
3210
+ # @ su
3211
+ #: inc/core/generator-views.php:102
3212
+ msgid "Border style"
3213
+ msgstr "Rand stijl"
3214
+
3215
+ # @ su
3216
+ #: inc/core/generator-views.php:102
3217
+ msgid "Border color"
3218
+ msgstr "Rand kleur"
3219
+
3220
+ # @ su
3221
+ #: inc/core/generator-views.php:112
3222
+ msgid "Media library"
3223
+ msgstr "Media bibliotheek"
3224
+
3225
+ # @ su
3226
+ #: inc/core/generator-views.php:113
3227
+ msgid "Recent posts"
3228
+ msgstr "Recente berichten"
3229
+
3230
+ # @ su
3231
+ #: inc/core/generator-views.php:114
3232
+ msgid "Category"
3233
+ msgstr "Categorie"
3234
+
3235
+ # @ su
3236
+ #: inc/core/generator-views.php:118
3237
+ msgid "Select images source"
3238
+ msgstr "Selecteer image bron"
3239
+
3240
+ # @ su
3241
+ #: inc/core/generator-views.php:129
3242
+ msgid "Select taxonomy"
3243
+ msgstr "Selecteer taxonomy"
3244
+
3245
+ # @ su
3246
+ #: inc/core/generator-views.php:140
3247
+ msgid "Add images"
3248
+ msgstr "Voeg images toe"
3249
+
3250
+ # @ su
3251
+ #: inc/core/generator-views.php:140
3252
+ msgid ""
3253
+ "Click the button above and select images.<br>You can select multimple images "
3254
+ "with Ctrl (Cmd) key"
3255
+ msgstr ""
3256
+ "Klik op de button hierboven en selecteer de images.<br/>U kunt meerdere "
3257
+ "images kiezen met Ctrl (Cmd)"
3258
+
3259
+ # @ su
3260
+ #: inc/core/generator-views.php:140
3261
+ msgid ""
3262
+ "Select categories to retrieve posts from.<br>You can select multiple "
3263
+ "categories with Ctrl (Cmd) key"
3264
+ msgstr ""
3265
+ "Selecteer een categorie voor het tonen van berichten.<br/>Selecteer meerdere "
3266
+ "categorieën met de Ctrl (Cmd) toets "
3267
+
3268
+ # @ su
3269
+ #: inc/core/generator-views.php:140
3270
+ msgid ""
3271
+ "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
3272
+ "(Cmd) key"
3273
+ msgstr ""
3274
+ "Selecteer taxonomie en de termen.<br/>Selecteer meerdere termen met de Ctrl "
3275
+ "(Cmd) toets"
3276
+
3277
+ # @ su
3278
+ #: inc/core/generator.php:41 inc/core/generator.php:142
3279
+ msgid "Insert shortcode"
3280
+ msgstr "Voeg shortcode in"
3281
+
3282
+ # @ su
3283
+ #: inc/core/generator.php:84 inc/core/load.php:30 inc/core/load.php:51
3284
+ #: inc/core/load.php:104 inc/core/load.php:105
3285
+ msgid "Settings"
3286
+ msgstr "Instellingen"
3287
+
3288
+ # @ su
3289
+ #: inc/core/generator.php:84
3290
+ msgid "Plugin settings"
3291
+ msgstr "Instellingen Plugin"
3292
+
3293
+ # @ su
3294
+ #: inc/core/generator.php:85
3295
+ msgid "Plugin homepage"
3296
+ msgstr "Home-pagina Plugin"
3297
+
3298
+ # @ su
3299
+ #: inc/core/generator.php:86
3300
+ msgid "Support forums"
3301
+ msgstr "Forum"
3302
+
3303
+ # @ su
3304
+ #: inc/core/generator.php:93
3305
+ msgid "Search for shortcodes"
3306
+ msgstr "Zoek naar een shortcode"
3307
+
3308
+ # @ su
3309
+ #: inc/core/generator.php:95
3310
+ msgid "Filter by type"
3311
+ msgstr "Filter op type"
3312
+
3313
+ # @ su
3314
+ #: inc/core/generator.php:130
3315
+ msgid "Shortcode not specified"
3316
+ msgstr "Shortcode niet gespecificeerd"
3317
+
3318
+ # @ su
3319
+ #: inc/core/generator.php:143
3320
+ msgid "Live preview"
3321
+ msgstr "Toon shortcode in actie"
3322
+
3323
+ # @ su
3324
+ #: inc/core/generator.php:147
3325
+ msgid "Click to return to the shortcodes list"
3326
+ msgstr "Klik om terug te keren naar de shortcode-lijst"
3327
+
3328
+ # @ su
3329
+ #: inc/core/generator.php:147
3330
+ msgid "All shortcodes"
3331
+ msgstr "Alle shortcodes"
3332
+
3333
+ # @ su
3334
+ #: inc/core/generator.php:163
3335
+ msgid "Click to set this value"
3336
+ msgstr "Klik om deze waarde in te stellen"
3337
+
3338
+ # @ su
3339
+ #: inc/core/generator.php:187
3340
+ msgid "Preview"
3341
+ msgstr "Voorbeeld"
3342
+
3343
+ # @ su
3344
+ #: inc/core/generator.php:195 inc/core/tools.php:792
3345
+ msgid "Access denied"
3346
+ msgstr "Toegang geweigerd"
3347
+
3348
+ #: inc/core/generator.php:230
3349
+ msgid "Presets"
3350
+ msgstr "Voorinstellingen"
3351
+
3352
+ #: inc/core/generator.php:233
3353
+ msgid "Save current settings as preset"
3354
+ msgstr "Bewaar huidige instellingen als voorinstelling"
3355
+
3356
+ # @ su
3357
+ #: inc/core/generator.php:262 inc/core/generator.php:265
3358
+ msgid "Presets not found"
3359
+ msgstr "Voorinstellingen niet gevonden"
3360
+
3361
+ # @ su
3362
+ #: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
3363
+ #: inc/core/load.php:127 inc/core/load.php:139 inc/core/widget.php:14
3364
+ #: inc/core/widget.php:40
3365
+ msgid "Shortcodes Ultimate"
3366
+ msgstr "Shortcodes Ultimate"
3367
+
3368
+ # @ su
3369
+ #: inc/core/load.php:31
3370
+ msgid "Shortcodes"
3371
+ msgstr "Shortcodes"
3372
+
3373
+ # @ su
3374
+ #: inc/core/load.php:39
3375
+ msgid "About"
3376
+ msgstr "Over"
3377
+
3378
+ # @ su
3379
+ #: inc/core/load.php:56
3380
+ msgid "Custom formatting"
3381
+ msgstr "Aangepaste formatering"
3382
+
3383
+ # @ su
3384
+ #: inc/core/load.php:57
3385
+ msgid ""
3386
+ "Disable this option if you have some problems with other plugins or content "
3387
+ "formatting"
3388
+ msgstr ""
3389
+ "Schakel deze optie uit, wanneer u problemen heeft met andere plugins of met "
3390
+ "het formateren van de inhoud"
3391
+
3392
+ # @ su
3393
+ #: inc/core/load.php:57
3394
+ msgid "Documentation article"
3395
+ msgstr "Documentatie artikel"
3396
+
3397
+ # @ su
3398
+ #: inc/core/load.php:59 inc/core/load.php:67
3399
+ msgid "Enabled"
3400
+ msgstr "Geactiveerd"
3401
+
3402
+ # @ su
3403
+ #: inc/core/load.php:64
3404
+ msgid "Skip default values"
3405
+ msgstr "Sla standaard waarden over"
3406
+
3407
+ # @ su
3408
+ #: inc/core/load.php:65
3409
+ msgid ""
3410
+ "Enable this option and the generator will insert a shortcode without default "
3411
+ "attribute values that you have not changed. As a result, the generated code "
3412
+ "will be shorter."
3413
+ msgstr ""
3414
+ "Kies deze optie en de generator zal een shortcode invoegen zonder de "
3415
+ "standaard attributen die u niet heeft veranderd. Als resultaat zal de "
3416
+ "gegenereerde code korter zijn."
3417
+
3418
+ # @ su
3419
+ #: inc/core/load.php:72
3420
+ msgid "Shortcodes prefix"
3421
+ msgstr "Shortcodes voorinstellingen"
3422
+
3423
+ #: inc/core/load.php:73
3424
+ #, php-format
3425
+ msgid ""
3426
+ "This prefix will be added to all shortcodes by this plugin. For example, "
3427
+ "type here %s and you'll get shortcodes like %s and %s. Please keep in mind: "
3428
+ "this option is not affects your already inserted shortcodes and if you'll "
3429
+ "change this value your old shortcodes will be broken"
3430
+ msgstr ""
3431
+ "Dit voorvoegsel zal door deze plugin aan aale shortcodes worden toegevoegd. "
3432
+ "Bij voorbeeld, geef in %s en u krijgt shortcodes als %s en %s. Hou in de "
3433
+ "gaten, dat deze optie geen invloed heeft op reeds ingevoegde shortcodes en "
3434
+ "als u deze waarde verandert worden al uw shortcodes onbruikbaar."
3435
+
3436
+ # @ su
3437
+ #: inc/core/load.php:79
3438
+ msgid "Skin"
3439
+ msgstr "Skin"
3440
+
3441
+ # @ su
3442
+ #: inc/core/load.php:80
3443
+ msgid "Choose global skin for shortcodes"
3444
+ msgstr "Kies een algemene skin voor een shortcode"
3445
+
3446
+ # @ su
3447
+ #: inc/core/load.php:88
3448
+ msgid "Custom CSS"
3449
+ msgstr "Aangepaste CSS"
3450
+
3451
+ # @ su
3452
+ #: inc/core/load.php:113 inc/core/load.php:114
3453
+ msgid "Examples"
3454
+ msgstr "Voorbeelden"
3455
+
3456
+ # @ su
3457
+ #: inc/core/load.php:127 inc/core/load.php:128
3458
+ msgid "Add-ons"
3459
+ msgstr "Add-ons"
3460
+
3461
+ # @ su
3462
+ #: inc/core/load.php:140 inc/core/vote.php:42
3463
+ msgid "Vladimir Anokhin"
3464
+ msgstr "Vladimir Anokhin"
3465
+
3466
+ # @ su
3467
+ #: inc/core/load.php:141
3468
+ msgid "Supercharge your WordPress theme with mega pack of shortcodes"
3469
+ msgstr "Geef uw WordPress thema een boost met een mega pak aan shortcodes"
3470
+
3471
+ # @ su
3472
+ #: inc/core/load.php:223
3473
+ msgid "Where to start?"
3474
+ msgstr "Waar te beginnen?"
3475
+
3476
+ # @ su
3477
+ #: inc/core/requirements.php:23
3478
+ #, php-format
3479
+ msgid ""
3480
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
3481
+ "fully compatible with your PHP version (%s).<br />Reccomended PHP version "
3482
+ "&ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins "
3483
+ "screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
3484
+ msgstr ""
3485
+ "<h1>Oje! Plugin is niet geactiveerd&hellip;</h1> <p>Shortcodes Ultimate is "
3486
+ "niet geheel compatibel met uw PHP-versie (%s).<br />Geadviseerde PHP-versie "
3487
+ "&ndash; %s (or higher).</p><a href=\"%s\">&larr; Keer terug naar het plugin-"
3488
+ "scherm</a> <a href=\"%s\"%s>Ga door en activeer sowieso &rarr;</a>"
3489
+
3490
+ # @ su
3491
+ #: inc/core/requirements.php:39
3492
+ #, php-format
3493
+ msgid ""
3494
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
3495
+ "fully compatible with your version of WordPress (%s).<br />Reccomended "
3496
+ "WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to "
3497
+ "the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</"
3498
+ "a>"
3499
+ msgstr ""
3500
+ "<h1>Oje! Plugin is niet geactiveerd&hellip;</h1> <p>Shortcodes Ultimate is "
3501
+ "niet geheel compatibel met uw versie van WordPress (%s).<br />Geadviseerde "
3502
+ "WordPress versie &ndash; %s (or higher).</p><a href=\"%s\">&larr; Keer terug "
3503
+ "naar het plugin-scherm</a> <a href=\"%s\"%s>Ga door en activeer sowieso "
3504
+ "&rarr;</a>"
3505
+
3506
+ # @ su
3507
+ #: inc/core/shortcodes.php:53
3508
+ msgid "Tab title"
3509
+ msgstr "Tab titel"
3510
+
3511
+ # @ su
3512
+ #: inc/core/shortcodes.php:451
3513
+ msgid "This is box title"
3514
+ msgstr "Dit is de box-titel"
3515
+
3516
+ # @ su
3517
+ #: inc/core/shortcodes.php:492
3518
+ msgid "please specify correct source"
3519
+ msgstr "Geef een correcte bron op"
3520
+
3521
+ # @ su
3522
+ #: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
3523
+ #: inc/core/shortcodes.php:598 inc/core/shortcodes.php:602
3524
+ #: inc/core/shortcodes.php:629 inc/core/shortcodes.php:633
3525
+ #: inc/core/shortcodes.php:657 inc/core/shortcodes.php:661
3526
+ #: inc/core/shortcodes.php:681 inc/core/shortcodes.php:688
3527
+ #: inc/core/shortcodes.php:710 inc/core/shortcodes.php:715
3528
+ msgid "please specify correct url"
3529
+ msgstr "Geef een correcte URL op"
3530
+
3531
+ # @ su
3532
+ #: inc/core/shortcodes.php:846
3533
+ msgid "This menu doesn't exists, or has no elements"
3534
+ msgstr "Dit menu bestaat niet of heeft geen items"
3535
+
3536
+ # @ su
3537
+ #: inc/core/shortcodes.php:944 inc/core/shortcodes.php:1019
3538
+ #: inc/core/shortcodes.php:1064
3539
+ msgid "images not found"
3540
+ msgstr "Images niet gevonden"
3541
+
3542
+ # @ su
3543
+ #: inc/core/shortcodes.php:1199
3544
+ msgid "template not found"
3545
+ msgstr "Template niet gevonden"
3546
+
3547
+ # @ su
3548
+ #: inc/core/tools.php:744
3549
+ msgid "Example code does not found, please check it later"
3550
+ msgstr "Voorbeeld code niet gevonden, probeer het later opnieuw"
3551
+
3552
+ # @ su
3553
+ #: inc/core/tools.php:760
3554
+ msgid "Get the code"
3555
+ msgstr "Haal de code"
3556
+
3557
+ # @ su
3558
+ #: inc/core/vote.php:44
3559
+ msgid ""
3560
+ "Hello, my name is Vladimir Anokhin, and I am developer of plugin "
3561
+ "<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
3562
+ "words about it at the wordpress.org or twitter. It will help other people "
3563
+ "find this useful plugin more quickly.<br><b>Thank you!</b>"
3564
+ msgstr ""
3565
+ "Hallo, mijn naam is Vladimir Anokhin. Ik ben de ontwikkelaar van de plugin "
3566
+ "<b>Shortcodes Ultimate</b>.<br>Als u deze plugin op prijs stelt, schrijft u "
3567
+ "er alstublieft een paar woorden over op wordpress.org of Twitter. Het helpt "
3568
+ "anderen om deze plugin sneller te vinden.<br><b>Hartelijk dank!</b>"
3569
+
3570
+ # @ su
3571
+ #: inc/core/vote.php:46
3572
+ msgid "Rate plugin"
3573
+ msgstr "Waardeer plugin"
3574
+
3575
+ # @ su
3576
+ #: inc/core/vote.php:47
3577
+ msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
3578
+ msgstr ""
3579
+ "Shortcodes Ultimate - een hebbeding-WordPress plugin #shortcodesultimate"
3580
+
3581
+ # @ su
3582
+ #: inc/core/vote.php:47
3583
+ msgid "Tweet"
3584
+ msgstr "Tweet"
3585
+
3586
+ # @ su
3587
+ #: inc/core/vote.php:48
3588
+ msgid "No, thanks"
3589
+ msgstr "Nee, dank u wel"
3590
+
3591
+ # @ su
3592
+ #: inc/core/vote.php:49
3593
+ msgid "or"
3594
+ msgstr "of"
3595
+
3596
+ # @ su
3597
+ #: inc/core/vote.php:50
3598
+ msgid "Remind me later"
3599
+ msgstr "Herinner me later"
3600
+
3601
+ # @ su
3602
+ #: inc/core/widget.php:7
3603
+ msgid "Special Shortcodes Ultimate widget"
3604
+ msgstr "Speciale widget Shortcodes Ultimate"
3605
+
3606
+ # @ su
3607
+ #: inc/core/widget.php:46
3608
+ msgid "Title:"
3609
+ msgstr "Titel:"
3610
+
3611
+ # @ textdomain
3612
+ #: inc/vendor/sunrise.php:90 inc/vendor/sunrise.php:91
3613
+ #: inc/vendor/sunrise.php:122 inc/vendor/sunrise.php:123
3614
+ msgid "Plugin Settings"
3615
+ msgstr "Plugin instellingen"
3616
+
3617
+ # @ textdomain
3618
+ #: inc/vendor/sunrise.php:179
3619
+ msgid "Use selected file"
3620
+ msgstr "Gebruik geselecteerd bestand"
3621
+
3622
+ # @ textdomain
3623
+ #: inc/vendor/sunrise.php:369
3624
+ msgid "Save changes"
3625
+ msgstr "Bewaar veranderingen"
3626
+
3627
+ # @ textdomain
3628
+ #: inc/vendor/sunrise.php:369
3629
+ msgid "Saving"
3630
+ msgstr "Bewaren"
3631
+
3632
+ # @ textdomain
3633
+ #: inc/vendor/sunrise.php:369
3634
+ msgid "Saved"
3635
+ msgstr "Bewaard"
3636
+
3637
+ # @ textdomain
3638
+ #: inc/vendor/sunrise.php:369
3639
+ msgid ""
3640
+ "This action will delete all your settings. Are you sure? This action cannot "
3641
+ "be undone!"
3642
+ msgstr ""
3643
+ "Deze actie verwijdert al uw instellingen. Weet u het zeker? Deze actie is "
3644
+ "onherroepelijk!"
3645
+
3646
+ # @ textdomain
3647
+ #: inc/vendor/sunrise.php:369
3648
+ msgid "Restore default settings"
3649
+ msgstr "herstel standaard instellingen"
3650
+
3651
+ # @ textdomain
3652
+ #: inc/vendor/sunrise.php:376 inc/vendor/sunrise.php:385
3653
+ #: inc/vendor/sunrise.php:435
3654
+ msgid "Text field"
3655
+ msgstr "Tekst veld"
3656
+
3657
+ # @ textdomain
3658
+ #: inc/vendor/sunrise.php:397
3659
+ msgid "Textarea field"
3660
+ msgstr "Tekstgebied veld"
3661
+
3662
+ # @ textdomain
3663
+ #: inc/vendor/sunrise.php:408 inc/vendor/sunrise.php:419
3664
+ msgid "Checkbox"
3665
+ msgstr "Vinkbox"
3666
+
3667
+ # @ textdomain
3668
+ #: inc/vendor/sunrise.php:445
3669
+ msgid "Color picker"
3670
+ msgstr "Kleuren kiezer"
3671
+
3672
+ # @ textdomain
3673
+ #: inc/vendor/sunrise.php:453
3674
+ msgid "Pick a color"
3675
+ msgstr "Kies een kleur"
3676
+
3677
+ # @ textdomain
3678
+ #: inc/vendor/sunrise.php:477
3679
+ msgid ""
3680
+ "For full functionality of this page it is reccomended to enable javascript."
3681
+ msgstr ""
3682
+ "Voor de volledige functionaliteit van deze pagina is het aangeraden "
3683
+ "javascript aan te zetten."
3684
+
3685
+ # @ textdomain
3686
+ #: inc/vendor/sunrise.php:478
3687
+ msgid "Settings saved successfully"
3688
+ msgstr "Instellingen succesvol bewaard"
3689
+
3690
+ # @ textdomain
3691
+ #: inc/vendor/sunrise.php:479
3692
+ msgid "Settings reseted successfully"
3693
+ msgstr "Instellingen succesvol hersteld"
3694
+
3695
+ # @ textdomain
3696
+ #: inc/vendor/sunrise.php:508
3697
+ #, php-format
3698
+ msgid "option type %s is not callable"
3699
+ msgstr "optie type %s is niet aanroepbaar"
3700
+
3701
+ # @ su
3702
+ #: templates/default-loop.php:15 templates/single-post.php:17
3703
+ msgid "Posted"
3704
+ msgstr "verstuurd"
3705
+
3706
+ # @ su
3707
+ #: templates/default-loop.php:19 templates/single-post.php:17
3708
+ msgid "0 comments"
3709
+ msgstr "0 commentaren"
3710
+
3711
+ # @ su
3712
+ #: templates/default-loop.php:19 templates/single-post.php:17
3713
+ msgid "1 comment"
3714
+ msgstr "1 commentaar"
3715
+
3716
+ # @ su
3717
+ #: templates/default-loop.php:19 templates/single-post.php:17
3718
+ msgid "%n comments"
3719
+ msgstr "%n commentaren"
3720
+
3721
+ # @ su
3722
+ #: templates/default-loop.php:27 templates/list-loop.php:16
3723
+ #: templates/single-post.php:28 templates/teaser-loop.php:20
3724
+ msgid "Posts not found"
3725
+ msgstr "Bericht niet gevonden"
readme.txt CHANGED
@@ -95,6 +95,12 @@ Activate plugin at "Plugins" administration page.
95
 
96
  == Changelog ==
97
 
 
 
 
 
 
 
98
  = 4.5.0 =
99
  * Presets. Now you need to adjust the shortcodes only once
100
  * New WP filters for shortcodes attributes
95
 
96
  == Changelog ==
97
 
98
+ = 4.5.1 =
99
+ * Updated custom formatting filter
100
+ * Updated Japanese translation
101
+ * Added NL translation
102
+ * Minor fixes
103
+
104
  = 4.5.0 =
105
  * Presets. Now you need to adjust the shortcodes only once
106
  * New WP filters for shortcodes attributes
shortcodes-ultimate.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
- Version: 4.5.0
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes
@@ -13,7 +13,7 @@
13
 
14
  // Define plugin file constant
15
  define( 'SU_PLUGIN_FILE', __FILE__ );
16
- define( 'SU_PLUGIN_VERSION', '4.5.0' );
17
  define( 'SU_ENABLE_CACHE', true );
18
 
19
  // Includes
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
+ Version: 4.5.1
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes
13
 
14
  // Define plugin file constant
15
  define( 'SU_PLUGIN_FILE', __FILE__ );
16
+ define( 'SU_PLUGIN_VERSION', '4.5.1' );
17
  define( 'SU_ENABLE_CACHE', true );
18
 
19
  // Includes