Version Description
- Updated custom formatting filter
- Updated Japanese translation
- Added NL translation
- Minor fixes
Download this release
Release Info
Developer | gn_themes |
Plugin | 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 +39 -0
- assets/js/generator.js +1 -1
- inc/core/assets.php +2 -0
- inc/core/tools.php +64 -28
- languages/su-ja.mo +0 -0
- languages/su-ja.po +2039 -2367
- languages/su-nl_NL.mo +0 -0
- languages/su-nl_NL.po +3725 -0
- readme.txt +6 -0
- shortcodes-ultimate.php +2 -2
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
|
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', '
|
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
|
176 |
-
|
177 |
-
$
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
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-
|
7 |
-
"Last-Translator:
|
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 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
msgid "
|
32 |
-
msgstr "
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
msgid "Heading
|
47 |
-
msgstr "見出し
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
msgid "
|
77 |
-
msgstr "
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
msgid "
|
170 |
-
msgstr "
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
msgid "
|
182 |
-
msgstr "
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
msgid "
|
194 |
-
msgstr "
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
msgid "
|
206 |
-
msgstr "
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
msgid "
|
224 |
-
msgstr "
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
msgid "
|
236 |
-
msgstr "
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
msgid "
|
248 |
-
msgstr "
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
msgid "
|
260 |
-
msgstr "
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
msgid "
|
272 |
-
msgstr "
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
msgid "
|
284 |
-
msgstr "
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
msgid "
|
296 |
-
msgstr "
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
msgid "
|
308 |
-
msgstr "
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
msgid "
|
320 |
-
msgstr "
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
msgid "
|
362 |
-
msgstr "
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
msgid "
|
374 |
-
msgstr "
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
msgid "
|
386 |
-
msgstr "
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
msgid "
|
398 |
-
msgstr "
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
msgid "
|
410 |
-
msgstr "
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
msgid "
|
422 |
-
msgstr "
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
msgid "
|
431 |
-
msgstr "
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
msgid "
|
443 |
-
msgstr "
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
msgid "
|
455 |
-
msgstr "
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
msgid "
|
467 |
-
msgstr "
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
msgid "
|
479 |
-
msgstr "
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
msgid "
|
491 |
-
msgstr "
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
msgid "
|
503 |
-
msgstr "
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
msgid "
|
515 |
-
msgstr "
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
msgid "
|
527 |
-
msgstr "
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
msgid "
|
539 |
-
msgstr "
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
msgid "
|
551 |
-
msgstr "
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
msgid "
|
563 |
-
msgstr "
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
msgid "
|
575 |
-
msgstr "
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
msgid "
|
587 |
-
msgstr "
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
msgid "
|
599 |
-
msgstr "
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
msgid "
|
605 |
-
msgstr "
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
msgid "
|
617 |
-
msgstr "
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
msgid "
|
629 |
-
msgstr "
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
msgid "
|
641 |
-
msgstr "
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
msgid "
|
653 |
-
msgstr "
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
msgid "
|
665 |
-
msgstr "
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
msgid "
|
677 |
-
msgstr "
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
msgid "
|
689 |
-
msgstr "
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
msgid "
|
701 |
-
msgstr "
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
msgid "
|
710 |
-
msgstr "
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
msgid "
|
722 |
-
msgstr "
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
msgid "
|
734 |
-
msgstr "
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
msgid "
|
746 |
-
msgstr "
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
msgid "
|
758 |
-
msgstr "
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
msgid "
|
770 |
-
msgstr "
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
msgid "
|
782 |
-
msgstr "
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
msgid "
|
794 |
-
msgstr "
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
msgid "
|
806 |
-
msgstr "
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
msgid "
|
818 |
-
msgstr "
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
msgid "
|
830 |
-
msgstr "
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
msgid "
|
842 |
-
msgstr "
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
msgid "
|
854 |
-
msgstr "
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
msgid "
|
866 |
-
msgstr "
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
msgid "
|
878 |
-
msgstr "
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
msgid "
|
890 |
-
msgstr "
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
msgid "
|
902 |
-
msgstr "
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
msgid "
|
914 |
-
msgstr "
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
msgid "
|
926 |
-
msgstr "
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
msgid "
|
938 |
-
msgstr "
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
msgid "
|
950 |
-
msgstr "
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
msgid "
|
962 |
-
msgstr "
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
msgid "
|
974 |
-
msgstr "
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
msgid "
|
986 |
-
msgstr "
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
msgid "
|
998 |
-
msgstr "
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
msgid "
|
1010 |
-
msgstr "
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
msgid "
|
1022 |
-
msgstr "
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
msgid "
|
1034 |
-
msgstr "
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
msgid "
|
1046 |
-
msgstr "
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
msgid "
|
1058 |
-
msgstr "
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
|
1069 |
-
msgid "
|
1070 |
-
msgstr "
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
msgid "
|
1076 |
-
msgstr "
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
msgid "
|
1088 |
-
msgstr "
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
-
|
1095 |
-
|
1096 |
-
|
1097 |
-
|
1098 |
-
|
1099 |
-
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
msgid "
|
1124 |
-
msgstr "
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
msgid "
|
1136 |
-
msgstr "
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
|
1146 |
-
|
1147 |
-
msgid "
|
1148 |
-
msgstr "
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
|
1158 |
-
|
1159 |
-
msgid "
|
1160 |
-
msgstr "
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
msgid "
|
1172 |
-
msgstr "
|
1173 |
-
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
msgid "
|
1184 |
-
msgstr "
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
1195 |
-
msgid "
|
1196 |
-
msgstr "
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
msgid "
|
1208 |
-
msgstr "
|
1209 |
-
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
msgid "
|
1220 |
-
msgstr "
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
-
msgid "
|
1232 |
-
msgstr "
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
msgid "
|
1244 |
-
msgstr "
|
1245 |
-
|
1246 |
-
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
msgid "
|
1256 |
-
msgstr "
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
msgid "
|
1268 |
-
msgstr "
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
-
msgid "
|
1280 |
-
msgstr "
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
msgid "
|
1292 |
-
msgstr "
|
1293 |
-
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
msgid "
|
1304 |
-
msgstr "
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
|
1315 |
-
msgid "
|
1316 |
-
msgstr "
|
1317 |
-
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
|
1322 |
-
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
msgid "
|
1328 |
-
msgstr "
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
msgid "
|
1340 |
-
msgstr "
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
msgid "
|
1360 |
-
msgstr "
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
|
1371 |
-
msgid "
|
1372 |
-
msgstr "
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
msgid "
|
1384 |
-
msgstr "
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
msgid "
|
1396 |
-
msgstr "
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
msgid "
|
1408 |
-
msgstr "
|
1409 |
-
|
1410 |
-
|
1411 |
-
msgid "
|
1412 |
-
msgstr "
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
msgid "
|
1424 |
-
msgstr "
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
msgid "
|
1436 |
-
msgstr "
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
|
1447 |
-
msgid "
|
1448 |
-
msgstr "
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
msgid "
|
1469 |
-
msgstr "
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
msgid "
|
1481 |
-
msgstr "
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
|
1492 |
-
msgid "
|
1493 |
-
msgstr "
|
1494 |
-
|
1495 |
-
|
1496 |
-
|
1497 |
-
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
|
1504 |
-
msgid "
|
1505 |
-
msgstr "
|
1506 |
-
|
1507 |
-
|
1508 |
-
|
1509 |
-
|
1510 |
-
|
1511 |
-
|
1512 |
-
|
1513 |
-
msgid "
|
1514 |
-
msgstr "
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
|
1523 |
-
|
1524 |
-
|
1525 |
-
msgid "
|
1526 |
-
msgstr "
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
|
1537 |
-
msgid "
|
1538 |
-
msgstr "
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
|
1547 |
-
|
1548 |
-
|
1549 |
-
msgid "
|
1550 |
-
msgstr "
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
|
1561 |
-
msgid "Is
|
1562 |
-
msgstr "
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
|
1570 |
-
|
1571 |
-
|
1572 |
-
|
1573 |
-
msgid "
|
1574 |
-
msgstr "
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
1583 |
-
|
1584 |
-
|
1585 |
-
msgid "
|
1586 |
-
msgstr "
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
msgid "
|
1598 |
-
msgstr "
|
1599 |
-
|
1600 |
-
|
1601 |
-
|
1602 |
-
|
1603 |
-
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
-
msgid "
|
1610 |
-
msgstr "
|
1611 |
-
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
msgid "
|
1622 |
-
msgstr "
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
1628 |
-
|
1629 |
-
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
msgid "
|
1634 |
-
msgstr "
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
-
|
1645 |
-
msgid "
|
1646 |
-
msgstr "
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
1657 |
-
msgid "
|
1658 |
-
msgstr "
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
-
|
1669 |
-
msgid "
|
1670 |
-
msgstr "
|
1671 |
-
|
1672 |
-
|
1673 |
-
|
1674 |
-
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
|
1681 |
-
msgid "
|
1682 |
-
msgstr "
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
1688 |
-
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
-
|
1693 |
-
msgid "
|
1694 |
-
msgstr "
|
1695 |
-
|
1696 |
-
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
|
1704 |
-
|
1705 |
-
msgid "
|
1706 |
-
msgstr "
|
1707 |
-
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
msgid "
|
1718 |
-
msgstr "
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
-
|
1728 |
-
|
1729 |
-
msgid "
|
1730 |
-
msgstr "
|
1731 |
-
|
1732 |
-
|
1733 |
-
|
1734 |
-
|
1735 |
-
|
1736 |
-
|
1737 |
-
|
1738 |
-
|
1739 |
-
|
1740 |
-
|
1741 |
-
msgid "
|
1742 |
-
msgstr "
|
1743 |
-
|
1744 |
-
|
1745 |
-
|
1746 |
-
|
1747 |
-
|
1748 |
-
|
1749 |
-
|
1750 |
-
|
1751 |
-
|
1752 |
-
|
1753 |
-
msgid "
|
1754 |
-
msgstr "
|
1755 |
-
|
1756 |
-
|
1757 |
-
|
1758 |
-
|
1759 |
-
|
1760 |
-
|
1761 |
-
|
1762 |
-
|
1763 |
-
|
1764 |
-
|
1765 |
-
msgid "
|
1766 |
-
msgstr "
|
1767 |
-
|
1768 |
-
|
1769 |
-
|
1770 |
-
|
1771 |
-
|
1772 |
-
|
1773 |
-
|
1774 |
-
|
1775 |
-
|
1776 |
-
|
1777 |
-
msgid "
|
1778 |
-
msgstr "
|
1779 |
-
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
1784 |
-
|
1785 |
-
|
1786 |
-
|
1787 |
-
|
1788 |
-
|
1789 |
-
msgid "
|
1790 |
-
msgstr "
|
1791 |
-
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
|
1796 |
-
|
1797 |
-
|
1798 |
-
|
1799 |
-
|
1800 |
-
|
1801 |
-
msgid "
|
1802 |
-
msgstr "
|
1803 |
-
|
1804 |
-
|
1805 |
-
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
|
1811 |
-
|
1812 |
-
|
1813 |
-
msgid "
|
1814 |
-
msgstr "
|
1815 |
-
|
1816 |
-
|
1817 |
-
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
|
1823 |
-
|
1824 |
-
|
1825 |
-
msgid "
|
1826 |
-
msgstr "
|
1827 |
-
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
1831 |
-
|
1832 |
-
|
1833 |
-
|
1834 |
-
|
1835 |
-
|
1836 |
-
|
1837 |
-
msgid "
|
1838 |
-
msgstr "
|
1839 |
-
|
1840 |
-
|
1841 |
-
|
1842 |
-
|
1843 |
-
|
1844 |
-
|
1845 |
-
|
1846 |
-
|
1847 |
-
|
1848 |
-
|
1849 |
-
msgid "
|
1850 |
-
msgstr "
|
1851 |
-
|
1852 |
-
|
1853 |
-
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
-
msgid "
|
1862 |
-
msgstr "
|
1863 |
-
|
1864 |
-
|
1865 |
-
|
1866 |
-
|
1867 |
-
|
1868 |
-
|
1869 |
-
|
1870 |
-
|
1871 |
-
|
1872 |
-
|
1873 |
-
msgid "
|
1874 |
-
msgstr "
|
1875 |
-
|
1876 |
-
|
1877 |
-
|
1878 |
-
|
1879 |
-
|
1880 |
-
|
1881 |
-
|
1882 |
-
|
1883 |
-
|
1884 |
-
|
1885 |
-
msgid "
|
1886 |
-
msgstr "
|
1887 |
-
|
1888 |
-
|
1889 |
-
|
1890 |
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
1894 |
-
|
1895 |
-
|
1896 |
-
|
1897 |
-
msgid "
|
1898 |
-
msgstr "
|
1899 |
-
|
1900 |
-
|
1901 |
-
|
1902 |
-
|
1903 |
-
|
1904 |
-
|
1905 |
-
|
1906 |
-
|
1907 |
-
|
1908 |
-
|
1909 |
-
msgid "
|
1910 |
-
msgstr "
|
1911 |
-
|
1912 |
-
|
1913 |
-
|
1914 |
-
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
msgid "
|
1922 |
-
msgstr "
|
1923 |
-
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
|
1935 |
-
|
1936 |
-
msgid "
|
1937 |
-
msgstr "
|
1938 |
-
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
msgid "
|
1949 |
-
msgstr "
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
-
|
1955 |
-
|
1956 |
-
|
1957 |
-
|
1958 |
-
|
1959 |
-
|
1960 |
-
msgid "
|
1961 |
-
msgstr "
|
1962 |
-
|
1963 |
-
|
1964 |
-
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
1972 |
-
msgid "
|
1973 |
-
msgstr "
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
-
|
1982 |
-
|
1983 |
-
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
msgid "
|
1988 |
-
msgstr "
|
1989 |
-
|
1990 |
-
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
-
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
|
1999 |
-
msgid "
|
2000 |
-
msgstr "
|
2001 |
-
|
2002 |
-
|
2003 |
-
|
2004 |
-
|
2005 |
-
|
2006 |
-
|
2007 |
-
|
2008 |
-
|
2009 |
-
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
-
|
2017 |
-
|
2018 |
-
|
2019 |
-
|
2020 |
-
msgid "
|
2021 |
-
msgstr "
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
|
2026 |
-
|
2027 |
-
|
2028 |
-
|
2029 |
-
|
2030 |
-
|
2031 |
-
|
2032 |
-
msgid "
|
2033 |
-
msgstr "
|
2034 |
-
|
2035 |
-
|
2036 |
-
|
2037 |
-
|
2038 |
-
|
2039 |
-
|
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 & 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%</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…</h1> <p>Shortcodes Ultimate is not fully compatible with your version of WordPress (%s).<br />Reccomended WordPress version – %s (or higher).</p><a href=\"%s\">← Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
1350 |
+
msgstr "<h1>プラグインが有効になっていません…</h1><p>Shortcodes UltimateはWordPressのバージョン(%s)と互換性がありません。<br />推奨 WordPressのバージョン -%s(またはそれ以上)</p><a href=\"%s\">← プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする →</a>"
|
1351 |
+
|
1352 |
+
#, php-format
|
1353 |
+
msgid "<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not fully compatible with your PHP version (%s).<br />Reccomended PHP version – %s (or higher).</p><a href=\"%s\">← Return to the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
1354 |
+
msgstr "<h1>プラグインが有効になっていません…</h1><p>Shortcodes UltimateはPHPのバージョン(%s)と互換性がありません。<br />推奨 PHPバージョン - %s(またはそれ以上)</p><a href=\"%s\">← プラグイン画面に戻る</a><a href=\"%s\"%s>続けて有効にする →</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%</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%</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…</h1> <p>Shortcodes Ultimate is not "
|
3481 |
+
"fully compatible with your PHP version (%s).<br />Reccomended PHP version "
|
3482 |
+
"– %s (or higher).</p><a href=\"%s\">← Return to the plugins "
|
3483 |
+
"screen</a> <a href=\"%s\"%s>Continue and activate anyway →</a>"
|
3484 |
+
msgstr ""
|
3485 |
+
"<h1>Oje! Plugin is niet geactiveerd…</h1> <p>Shortcodes Ultimate is "
|
3486 |
+
"niet geheel compatibel met uw PHP-versie (%s).<br />Geadviseerde PHP-versie "
|
3487 |
+
"– %s (or higher).</p><a href=\"%s\">← Keer terug naar het plugin-"
|
3488 |
+
"scherm</a> <a href=\"%s\"%s>Ga door en activeer sowieso →</a>"
|
3489 |
+
|
3490 |
+
# @ su
|
3491 |
+
#: inc/core/requirements.php:39
|
3492 |
+
#, php-format
|
3493 |
+
msgid ""
|
3494 |
+
"<h1>Oops! Plugin not activated…</h1> <p>Shortcodes Ultimate is not "
|
3495 |
+
"fully compatible with your version of WordPress (%s).<br />Reccomended "
|
3496 |
+
"WordPress version – %s (or higher).</p><a href=\"%s\">← Return to "
|
3497 |
+
"the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway →</"
|
3498 |
+
"a>"
|
3499 |
+
msgstr ""
|
3500 |
+
"<h1>Oje! Plugin is niet geactiveerd…</h1> <p>Shortcodes Ultimate is "
|
3501 |
+
"niet geheel compatibel met uw versie van WordPress (%s).<br />Geadviseerde "
|
3502 |
+
"WordPress versie – %s (or higher).</p><a href=\"%s\">← Keer terug "
|
3503 |
+
"naar het plugin-scherm</a> <a href=\"%s\"%s>Ga door en activeer sowieso "
|
3504 |
+
"→</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.
|
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.
|
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
|